diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..fbec8216 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,91 @@ +[*.{cpp,h}] + +# Naming convention rules (note: currently need to be ordered from more to less specific) + +cpp_naming_rule.aactor_prefixed.symbols = aactor_class +cpp_naming_rule.aactor_prefixed.style = aactor_style + +cpp_naming_rule.swidget_prefixed.symbols = swidget_class +cpp_naming_rule.swidget_prefixed.style = swidget_style + +cpp_naming_rule.uobject_prefixed.symbols = uobject_class +cpp_naming_rule.uobject_prefixed.style = uobject_style + +cpp_naming_rule.booleans_prefixed.symbols = boolean_vars +cpp_naming_rule.booleans_prefixed.style = boolean_style + +cpp_naming_rule.structs_prefixed.symbols = structs +cpp_naming_rule.structs_prefixed.style = unreal_engine_structs + +cpp_naming_rule.enums_prefixed.symbols = enums +cpp_naming_rule.enums_prefixed.style = unreal_engine_enums + +cpp_naming_rule.templates_prefixed.symbols = templates +cpp_naming_rule.templates_prefixed.style = unreal_engine_templates + +cpp_naming_rule.general_names.symbols = all_symbols +cpp_naming_rule.general_names.style = unreal_engine_default + +# Naming convention symbols + +cpp_naming_symbols.aactor_class.applicable_kinds = class +cpp_naming_symbols.aactor_class.applicable_type = AActor + +cpp_naming_symbols.swidget_class.applicable_kinds = class +cpp_naming_symbols.swidget_class.applicable_type = SWidget + +cpp_naming_symbols.uobject_class.applicable_kinds = class +cpp_naming_symbols.uobject_class.applicable_type = UObject + +cpp_naming_symbols.boolean_vars.applicable_kinds = local,parameter,field +cpp_naming_symbols.boolean_vars.applicable_type = bool + +cpp_naming_symbols.enums.applicable_kinds = enum + +cpp_naming_symbols.templates.applicable_kinds = template_class + +cpp_naming_symbols.structs.applicable_kinds = struct + +cpp_naming_symbols.all_symbols.applicable_kinds = * + +# Naming convention styles + +cpp_naming_style.unreal_engine_default.capitalization = pascal_case +cpp_naming_style.unreal_engine_default.required_prefix = +cpp_naming_style.unreal_engine_default.required_suffix = +cpp_naming_style.unreal_engine_default.word_separator = + +cpp_naming_style.unreal_engine_enums.capitalization = pascal_case +cpp_naming_style.unreal_engine_enums.required_prefix = E +cpp_naming_style.unreal_engine_enums.required_suffix = +cpp_naming_style.unreal_engine_enums.word_separator = + +cpp_naming_style.unreal_engine_templates.capitalization = pascal_case +cpp_naming_style.unreal_engine_templates.required_prefix = T +cpp_naming_style.unreal_engine_templates.required_suffix = +cpp_naming_style.unreal_engine_templates.word_separator = + +cpp_naming_style.unreal_engine_structs.capitalization = pascal_case +cpp_naming_style.unreal_engine_structs.required_prefix = F +cpp_naming_style.unreal_engine_structs.required_suffix = +cpp_naming_style.unreal_engine_structs.word_separator = + +cpp_naming_style.uobject_style.capitalization = pascal_case +cpp_naming_style.uobject_style.required_prefix = U +cpp_naming_style.uobject_style.required_suffix = +cpp_naming_style.uobject_style.word_separator = + +cpp_naming_style.aactor_style.capitalization = pascal_case +cpp_naming_style.aactor_style.required_prefix = A +cpp_naming_style.aactor_style.required_suffix = +cpp_naming_style.aactor_style.word_separator = + +cpp_naming_style.swidget_style.capitalization = pascal_case +cpp_naming_style.swidget_style.required_prefix = S +cpp_naming_style.swidget_style.required_suffix = +cpp_naming_style.swidget_style.word_separator = + +cpp_naming_style.boolean_style.capitalization = pascal_case +cpp_naming_style.boolean_style.required_prefix = b +cpp_naming_style.boolean_style.required_suffix = +cpp_naming_style.boolean_style.word_separator = \ No newline at end of file diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..5f68b328 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Auto detect text files and perform LF normalization +* text=auto +*.blend filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.uasset filter=lfs diff=lfs merge=lfs -text +*.umap filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..420cc614 --- /dev/null +++ b/.gitignore @@ -0,0 +1,81 @@ +# Rider files +.idea/ +global.json + + +# Visual Studio 2015 user specific files +.vs/ + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app +*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* +Plugins/*/Binaries/* + +# Builds +Build/* + +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* +Plugins/*/Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* + +/.vsconfig diff --git a/Config/DefaultEditor.ini b/Config/DefaultEditor.ini new file mode 100644 index 00000000..af78507e --- /dev/null +++ b/Config/DefaultEditor.ini @@ -0,0 +1,4 @@ +[/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_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_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_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_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,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=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.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,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,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,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,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_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_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_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_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,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=0.030000,AutoExposureMaxBrightness=8.000000,AutoExposureSpeedUp=3.000000,AutoExposureSpeedDown=1.000000,HistogramLogMin=-8.000000,HistogramLogMax=4.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,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,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,RayTracingTranslucencyShadows=Hard_shadows,RayTracingTranslucencyRefraction=True,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) + diff --git a/Config/DefaultEditorPerProjectUserSettings.ini b/Config/DefaultEditorPerProjectUserSettings.ini new file mode 100644 index 00000000..93b497c3 --- /dev/null +++ b/Config/DefaultEditorPerProjectUserSettings.ini @@ -0,0 +1,33 @@ +[/Script/UnrealEd.EditorStyleSettings] +bEnableUserEditorLayoutManagement=True +ColorVisionDeficiencyPreviewType=NormalVision +ColorVisionDeficiencySeverity=3 +bColorVisionDeficiencyCorrection=False +bColorVisionDeficiencyCorrectionPreviewWithDeficiency=False +SelectionColor=(R=0.828000,G=0.364000,B=0.003000,A=1.000000) +AdditionalSelectionColors[0]=(R=0.019382,G=0.496933,B=1.000000,A=1.000000) +AdditionalSelectionColors[1]=(R=0.356400,G=0.040915,B=0.520996,A=1.000000) +AdditionalSelectionColors[2]=(R=1.000000,G=0.168269,B=0.332452,A=1.000000) +AdditionalSelectionColors[3]=(R=1.000000,G=0.051269,B=0.051269,A=1.000000) +AdditionalSelectionColors[4]=(R=1.000000,G=0.715693,B=0.010330,A=1.000000) +AdditionalSelectionColors[5]=(R=0.258183,G=0.539479,B=0.068478,A=1.000000) +bEnableEditorWindowBackgroundColor=False +EditorWindowBackgroundColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000) +bUseSmallToolBarIcons=False +bUseGrid=True +RegularColor=(R=0.035000,G=0.035000,B=0.035000,A=1.000000) +RuleColor=(R=0.008000,G=0.008000,B=0.008000,A=1.000000) +CenterColor=(R=0.000000,G=0.000000,B=0.000000,A=1.000000) +GridSnapSize=16 +GraphBackgroundBrush=(bIsDynamicallyLoaded=False,DrawAs=Image,Tiling=NoTile,Mirroring=NoMirror,ImageType=NoImage,ImageSize=(X=32.000000,Y=32.000000),Margin=(Left=0.000000,Top=0.000000,Right=0.000000,Bottom=0.000000),TintColor=(SpecifiedColor=(R=1.000000,G=1.000000,B=1.000000,A=1.000000),ColorUseRule=UseColor_Specified),OutlineSettings=(CornerRadii=(X=0.000000,Y=0.000000,Z=0.000000,W=1.000000),Color=(SpecifiedColor=(R=0.000000,G=0.000000,B=0.000000,A=0.000000),ColorUseRule=UseColor_Specified),Width=0.000000,RoundingType=HalfHeightRadius,bUseBrushTransparency=False),ResourceObject=None,ResourceName="",UVRegion=(Min=(X=0.000000,Y=0.000000),Max=(X=0.000000,Y=0.000000),bIsValid=False)) +bShowFriendlyNames=True +bShowNativeComponentNames=True +bExpandConfigurationMenus=False +bShowProjectMenus=True +bShowLaunchMenus=True +bShowAllAdvancedDetails=False +bShowHiddenPropertiesWhilePlaying=False +AssetEditorOpenLocation=MainWindow +bEnableColorizedEditorTabs=True +CurrentAppliedTheme=134380265FBB4A9CA00A1DC9770217B8 + diff --git a/Config/DefaultEngine.ini b/Config/DefaultEngine.ini new file mode 100644 index 00000000..14183e76 --- /dev/null +++ b/Config/DefaultEngine.ini @@ -0,0 +1,165 @@ + + +[/Script/EngineSettings.GameMapsSettings] +GameDefaultMap=/Game/FantasyBundle/Maps/Demonstration_Castle.Demonstration_Castle +EditorStartupMap=/Game/FantasyBundle/Maps/Demonstration_Castle.Demonstration_Castle +GlobalDefaultGameMode=/Game/_Game/GameMode/ShooterGameModeBaseBP.ShooterGameModeBaseBP_C + +[/Script/HardwareTargeting.HardwareTargetingSettings] +TargetedHardwareClass=Desktop +AppliedTargetedHardwareClass=Desktop +DefaultGraphicsPerformance=Maximum +AppliedDefaultGraphicsPerformance=Maximum + +[/Script/WindowsTargetPlatform.WindowsTargetSettings] +DefaultGraphicsRHI=DefaultGraphicsRHI_DX11 +-D3D12TargetedShaderFormats=PCD3D_SM5 ++D3D12TargetedShaderFormats=PCD3D_SM5 +-D3D11TargetedShaderFormats=PCD3D_SM5 ++D3D11TargetedShaderFormats=PCD3D_SM5 +Compiler=Default +AudioSampleRate=48000 +AudioCallbackBufferFrameSize=1024 +AudioNumBuffersToEnqueue=1 +AudioMaxChannels=0 +AudioNumSourceWorkers=4 +SpatializationPlugin= +SourceDataOverridePlugin= +ReverbPlugin= +OcclusionPlugin= +CompressionOverrides=(bOverrideCompressionTimes=False,DurationThreshold=5.000000,MaxNumRandomBranches=0,SoundCueQualityIndex=0) +CacheSizeKB=65536 +MaxChunkSizeOverrideKB=0 +bResampleForDevice=False +MaxSampleRate=48000.000000 +HighSampleRate=32000.000000 +MedSampleRate=24000.000000 +LowSampleRate=12000.000000 +MinSampleRate=8000.000000 +CompressionQualityModifier=1.000000 +AutoStreamingThreshold=0.000000 +SoundCueCookQualityIndex=-1 + +[/Script/Engine.RendererSettings] +r.GenerateMeshDistanceFields=True +r.DynamicGlobalIlluminationMethod=0 +r.ReflectionMethod=0 +r.Shadow.Virtual.Enable=0 +r.CustomDepth=3 +r.Streaming.LimitPoolSizeToVRAM=1 +r.Streaming.PoolSize=0 +r.MSAACount=2 +r.AntiAliasingMethod=3 +r.AllowGlobalClipPlane=True +r.ForwardShading=True +r.Nanite.ProjectEnabled=False +r.Mobile.AntiAliasing=3 + +[/Script/WorldPartitionEditor.WorldPartitionEditorSettings] +CommandletClass=Class'/Script/UnrealEd.WorldPartitionConvertCommandlet' + +[/Script/Engine.Engine] ++ActiveGameNameRedirects=(OldGameName="TP_Blank",NewGameName="/Script/Shooter") ++ActiveGameNameRedirects=(OldGameName="/Script/TP_Blank",NewGameName="/Script/Shooter") ++ActiveClassRedirects=(OldClassName="TP_BlankGameModeBase",NewClassName="ShooterGameModeBase") + +[/Script/AndroidFileServerEditor.AndroidFileServerRuntimeSettings] +bEnablePlugin=True +bAllowNetworkConnection=True +SecurityToken=7D70D8A14F14501AD3F149B2CD8AA088 +bIncludeInShipping=False +bAllowExternalStartInShipping=False +bCompileAFSProject=False +bUseCompression=False +bLogFiles=False +bReportStats=False +ConnectionType=USBOnly +bUseManualIPAddress=False +ManualIPAddress= + + +[CoreRedirects] ++PropertyRedirects=(OldName="/Script/Shooter.ShooterAnimInstance.CurrentMovementOffsetYaw",NewName="/Script/Shooter.ShooterAnimInstance.LastMovementOffsetYaw") + +[/Script/Engine.PhysicsSettings] +PhysicsPrediction=(bEnablePhysicsPrediction=False,bEnablePhysicsResimulation=False,ResimulationErrorThreshold=10.000000,MaxSupportedLatencyPrediction=1000.000000) +PhysicErrorCorrection=(PingExtrapolation=0.100000,PingLimit=100.000000,ErrorPerLinearDifference=1.000000,ErrorPerAngularDifference=1.000000,MaxRestoredStateError=1.000000,MaxLinearHardSnapDistance=400.000000,PositionLerp=0.000000,AngleLerp=0.400000,LinearVelocityCoefficient=100.000000,AngularVelocityCoefficient=10.000000,ErrorAccumulationSeconds=0.500000,ErrorAccumulationDistanceSq=15.000000,ErrorAccumulationSimilarity=100.000000) +DefaultDegreesOfFreedom=Full3D +bSuppressFaceRemapTable=False +bSupportUVFromHitResults=False +bDisableActiveActors=False +bDisableKinematicStaticPairs=False +bDisableKinematicKinematicPairs=False +bDisableCCD=False +AnimPhysicsMinDeltaTime=0.000000 +bSimulateAnimPhysicsAfterReset=False +MinPhysicsDeltaTime=0.000000 +MaxPhysicsDeltaTime=0.033333 +bSubstepping=False +bSubsteppingAsync=False +bTickPhysicsAsync=False +AsyncFixedTimeStepSize=0.033333 +MaxSubstepDeltaTime=0.016667 +MaxSubsteps=6 +SyncSceneSmoothingFactor=0.000000 +InitialAverageFrameRate=0.016667 +PhysXTreeRebuildRate=10 ++PhysicalSurfaces=(Type=SurfaceType1,Name="Metal") ++PhysicalSurfaces=(Type=SurfaceType2,Name="Stone") ++PhysicalSurfaces=(Type=SurfaceType3,Name="Tile") ++PhysicalSurfaces=(Type=SurfaceType4,Name="Grass") ++PhysicalSurfaces=(Type=SurfaceType5,Name="Water") +DefaultBroadphaseSettings=(bUseMBPOnClient=False,bUseMBPOnServer=False,bUseMBPOuterBounds=False,MBPBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False),MBPOuterBounds=(Min=(X=0.000000,Y=0.000000,Z=0.000000),Max=(X=0.000000,Y=0.000000,Z=0.000000),IsValid=False),MBPNumSubdivs=2) +MinDeltaVelocityForHitEvents=0.000000 +ChaosSettings=(DefaultThreadingModel=TaskGraph,DedicatedThreadTickMode=VariableCappedWithTarget,DedicatedThreadBufferMode=Double) + +[/Script/NavigationSystem.RecastNavMesh] +bDrawPolyEdges=False +bDistinctlyDrawTilesBeingBuilt=True +DrawOffset=10.000000 +bFixedTilePoolSize=False +TilePoolSize=1024 +TileSizeUU=1000.000000 +CellSize=19.000000 +CellHeight=36.000000 +NavMeshResolutionParams[0]=(CellSize=38.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) +NavMeshResolutionParams[1]=(CellSize=19.000000,CellHeight=36.000000,AgentMaxStepHeight=60.000000) +NavMeshResolutionParams[2]=(CellSize=19.000000,CellHeight=10.000000,AgentMaxStepHeight=35.000000) +AgentRadius=34.000000 +AgentHeight=144.000000 +AgentMaxSlope=44.000000 +AgentMaxStepHeight=35.000000 +MinRegionArea=0.000000 +MergeRegionSize=400.000000 +MaxSimplificationError=1.300000 +MaxSimultaneousTileGenerationJobsCount=1024 +TileNumberHardLimit=1048576 +DefaultDrawDistance=5000.000000 +DefaultMaxSearchNodes=2048.000000 +DefaultMaxHierarchicalSearchNodes=2048.000000 +RegionPartitioning=Watershed +LayerPartitioning=Watershed +RegionChunkSplits=2 +LayerChunkSplits=2 +bSortNavigationAreasByCost=True +bIsWorldPartitioned=False +bPerformVoxelFiltering=True +bMarkLowHeightAreas=False +bUseExtraTopCellWhenMarkingAreas=True +bFilterLowSpanSequences=False +bFilterLowSpanFromTileCache=False +bDoFullyAsyncNavDataGathering=False +bUseBetterOffsetsFromCorners=True +bStoreEmptyTileLayers=False +bUseVirtualFilters=True +bUseVirtualGeometryFilteringAndDirtying=False +bAllowNavLinkAsPathEnd=False +TimeSliceFilterLedgeSpansMaxYProcess=13 +TimeSliceLongDurationDebug=0.002000 +InvokerTilePriorityBumpDistanceThresholdInTileUnits=1 +InvokerTilePriorityBumpIncrease=1 +bUseVoxelCache=False +TileSetUpdateInterval=1.000000 +HeuristicScale=0.999000 +VerticalDeviationFromGroundCompensation=0.000000 + diff --git a/Config/DefaultGame.ini b/Config/DefaultGame.ini new file mode 100644 index 00000000..cc7b41ba --- /dev/null +++ b/Config/DefaultGame.ini @@ -0,0 +1,3 @@ + +[/Script/EngineSettings.GeneralProjectSettings] +ProjectID=B1B3FFF2499F3381ECD967B8ECBB1860 diff --git a/Config/DefaultInput.ini b/Config/DefaultInput.ini new file mode 100644 index 00000000..ea5ad7b8 --- /dev/null +++ b/Config/DefaultInput.ini @@ -0,0 +1,120 @@ +[/Script/Engine.InputSettings] +-AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.25,Exponent=1.f,Sensitivity=1.f)) +-AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) +-AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.f,Exponent=1.f,Sensitivity=0.07f)) ++AxisConfig=(AxisKeyName="Gamepad_LeftX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightX",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightY",AxisProperties=(DeadZone=0.250000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseX",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseY",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Mouse2D",AxisProperties=(DeadZone=0.000000,Sensitivity=0.070000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MouseWheelAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_LeftTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_RightTriggerAxis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Gamepad_Special_Left_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="Vive_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="MixedReality_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="OculusTouch_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Left_Trackpad_Touch",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Grip_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trigger_Axis",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Thumbstick_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_X",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Y",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) ++AxisConfig=(AxisKeyName="ValveIndex_Right_Trackpad_Force",AxisProperties=(DeadZone=0.000000,Sensitivity=1.000000,Exponent=1.000000,bInvert=False)) +bAltEnterTogglesFullscreen=True +bF11TogglesFullscreen=True +bUseMouseForTouch=False +bEnableMouseSmoothing=True +bEnableFOVScaling=True +bCaptureMouseOnLaunch=True +bEnableLegacyInputScales=True +bEnableMotionControls=True +bFilterInputByPlatformUser=False +bEnableInputDeviceSubsystem=True +bShouldFlushPressedKeysOnViewportFocusLost=True +bEnableDynamicComponentInputBinding=True +bAlwaysShowTouchInterface=False +bShowConsoleOnFourFingerTap=True +bEnableGestureRecognizer=False +bUseAutocorrect=False +DefaultViewportMouseCaptureMode=CapturePermanently_IncludingInitialMouseDown +DefaultViewportMouseLockMode=LockOnCapture +FOVScale=0.011110 +DoubleClickTime=0.200000 ++ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=SpaceBar) ++ActionMappings=(ActionName="Jump",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Bottom) ++ActionMappings=(ActionName="FireButton",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=LeftMouseButton) ++ActionMappings=(ActionName="FireButton",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_RightTrigger) ++ActionMappings=(ActionName="Aiming",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=RightMouseButton) ++ActionMappings=(ActionName="Aiming",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_LeftTrigger) ++ActionMappings=(ActionName="Select",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=E) ++ActionMappings=(ActionName="Select",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Top) ++ActionMappings=(ActionName="Reload",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=R) ++ActionMappings=(ActionName="Reload",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Left) ++ActionMappings=(ActionName="Crouch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=C) ++ActionMappings=(ActionName="Crouch",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Gamepad_FaceButton_Right) ++ActionMappings=(ActionName="FKey",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=F) ++ActionMappings=(ActionName="1Key",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=One) ++ActionMappings=(ActionName="2Key",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Two) ++ActionMappings=(ActionName="3Key",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Three) ++ActionMappings=(ActionName="4Key",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Four) ++ActionMappings=(ActionName="5Key",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Five) ++ActionMappings=(ActionName="Quit",bShift=False,bCtrl=False,bAlt=False,bCmd=False,Key=Escape) ++AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=W) ++AxisMappings=(AxisName="MoveForward",Scale=-1.000000,Key=S) ++AxisMappings=(AxisName="MoveForward",Scale=1.000000,Key=Gamepad_LeftY) ++AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=D) ++AxisMappings=(AxisName="MoveRight",Scale=-1.000000,Key=A) ++AxisMappings=(AxisName="MoveRight",Scale=1.000000,Key=Gamepad_LeftX) ++AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=Right) ++AxisMappings=(AxisName="TurnRate",Scale=-1.000000,Key=Left) ++AxisMappings=(AxisName="TurnRate",Scale=1.000000,Key=Gamepad_RightX) ++AxisMappings=(AxisName="LookUpRate",Scale=-1.000000,Key=Up) ++AxisMappings=(AxisName="LookUpRate",Scale=1.000000,Key=Down) ++AxisMappings=(AxisName="LookUpRate",Scale=1.000000,Key=Gamepad_RightY) ++AxisMappings=(AxisName="Turn",Scale=1.000000,Key=MouseX) ++AxisMappings=(AxisName="LookUp",Scale=-1.000000,Key=MouseY) +DefaultPlayerInputClass=/Script/EnhancedInput.EnhancedPlayerInput +DefaultInputComponentClass=/Script/EnhancedInput.EnhancedInputComponent +DefaultTouchInterface=/Engine/MobileResources/HUD/DefaultVirtualJoysticks.DefaultVirtualJoysticks +-ConsoleKeys=Tilde ++ConsoleKeys=` + diff --git a/Config/HoloLens/HoloLensEngine.ini b/Config/HoloLens/HoloLensEngine.ini new file mode 100644 index 00000000..7b8b53f9 --- /dev/null +++ b/Config/HoloLens/HoloLensEngine.ini @@ -0,0 +1,31 @@ + + +[/Script/HoloLensPlatformEditor.HoloLensTargetSettings] +bBuildForEmulation=False +bBuildForDevice=True +bUseNameForLogo=True +bBuildForRetailWindowsStore=False +bAutoIncrementVersion=False +bShouldCreateAppInstaller=False +AppInstallerInstallationURL= +HoursBetweenUpdateChecks=0 +bEnablePIXProfiling=False +TileBackgroundColor=(B=64,G=0,R=0,A=255) +SplashScreenBackgroundColor=(B=64,G=0,R=0,A=255) ++PerCultureResources=(CultureId="",Strings=(PackageDisplayName="",PublisherDisplayName="",PackageDescription="",ApplicationDisplayName="",ApplicationDescription=""),Images=()) +TargetDeviceFamily=Windows.Holographic +MinimumPlatformVersion= +MaximumPlatformVersionTested=10.0.18362.0 +MaxTrianglesPerCubicMeter=500.000000 +SpatialMeshingVolumeSize=20.000000 +CompilerVersion=Default +Windows10SDKVersion=10.0.18362.0 ++CapabilityList=internetClientServer ++CapabilityList=privateNetworkClientServer ++Uap2CapabilityList=spatialPerception +bSetDefaultCapabilities=False +SpatializationPlugin= +ReverbPlugin= +OcclusionPlugin= +SoundCueCookQualityIndex=-1 + diff --git a/Content/A_Surface_Footstep/Environment_Assets/1M_Cube.uasset b/Content/A_Surface_Footstep/Environment_Assets/1M_Cube.uasset new file mode 100644 index 00000000..04b41f8a --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/1M_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a14710d3255d27ae6ac2c29fc11ae4027641a93cb04d279183256332fa784b +size 86607 diff --git a/Content/A_Surface_Footstep/Environment_Assets/1M_Cube_Chamfer.uasset b/Content/A_Surface_Footstep/Environment_Assets/1M_Cube_Chamfer.uasset new file mode 100644 index 00000000..269dfe46 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/1M_Cube_Chamfer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbb6cc8baf0ee1f813ebdf571216daf208cec82eed8c16da7bda3ed155626b0 +size 95902 diff --git a/Content/A_Surface_Footstep/Environment_Assets/CubeMaterial.uasset b/Content/A_Surface_Footstep/Environment_Assets/CubeMaterial.uasset new file mode 100644 index 00000000..8abe0d1e --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/CubeMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1eb01c7f0a62718975647a96547d5747321ed85272512b9562270703fde136 +size 87420 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/Dirt.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/Dirt.uasset new file mode 100644 index 00000000..f8a2a5f4 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad865dea8b14e3c376947cbd4c809490c978e42fe815cbf7c694f98070cb1c4 +size 32908 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/Ice_inst.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/Ice_inst.uasset new file mode 100644 index 00000000..d7629ee2 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/Ice_inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f642cbc57ad60d176a490114333536a1d734a8abde3bd1bcb1a60b6d13b0f17 +size 109069 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/Leaves_floor.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/Leaves_floor.uasset new file mode 100644 index 00000000..7b87d693 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/Leaves_floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1cc714190fe3783c66adc6e6378a5e94cdda519cea8e6d0d905c796c22a14a +size 161087 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Asphalt.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Asphalt.uasset new file mode 100644 index 00000000..dd6c579c --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Asphalt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31937275c8c984d7562780821e1d65b3260934814f634a415a709376169db802 +size 129551 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Basic_Floor.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Basic_Floor.uasset new file mode 100644 index 00000000..4a60e042 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Basic_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc18ed3cd44419ec6e29759c2f368d9e9ef8533e227616052e30bd23f618ea6 +size 90353 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Basic_Wall.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Basic_Wall.uasset new file mode 100644 index 00000000..3ea178b8 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Basic_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c37e707a5bc23e587a916debaeaf52bee1f1034699b14e76a691235689fb311 +size 78517 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles.uasset new file mode 100644 index 00000000..9bc33fa6 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e7935820c51737aa041a79ddf3636c99f585867ed406996beaea24f78e81c8 +size 17892 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles_Inst.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles_Inst.uasset new file mode 100644 index 00000000..5296461f --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9673f43a1bf4a686bfa3c3cebb0da48163ef6bca6c21befdf57fc9aa9a50256b +size 100028 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles_Inst1.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles_Inst1.uasset new file mode 100644 index 00000000..5815dd44 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoRoomTiles_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07babb1866e3bb0a0293f84b3c8a74afe5f2be0619e43b414693620897b018b +size 109792 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall.uasset new file mode 100644 index 00000000..8817d036 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1eb36d7e00fafa0491b632fffb0df96a038cdb4caa28230b9d876c3ac6a844d +size 10653 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst.uasset new file mode 100644 index 00000000..63e38870 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73132ee0db5b6bdafe25b76c90c945e78581a987c4e2cc188d23c9836c7f3ce +size 91498 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_3.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_3.uasset new file mode 100644 index 00000000..5b7ce385 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c22b3e45869b4b647461d4922ed449f92f027df5256ebbb8be39a5a8b6354f +size 108653 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_BaseFloor_Inst.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_BaseFloor_Inst.uasset new file mode 100644 index 00000000..8e1fda1f --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_BaseFloor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918d7ba8633eacb591a8146caa273d5a1efc88aeee5692be1c52469533f6580a +size 104673 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_BaseFloor_Inst1.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_BaseFloor_Inst1.uasset new file mode 100644 index 00000000..e434a808 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_BaseFloor_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04de9aa8ce923ff7dc7a71b6a404307434b07d649aa4516c90a01fd30a8d7985 +size 101177 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_NamePlate.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_NamePlate.uasset new file mode 100644 index 00000000..879ca44e --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_DemoWall_Inst_NamePlate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe93d5da9ed0b53072c693cdbf982f4da4d8b786250b772283f86bb7da0654f +size 99008 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_GlasDoor.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_GlasDoor.uasset new file mode 100644 index 00000000..0514d2cf --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_GlasDoor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a2e2ffa3d71705d3a6e7cc09cf0b280e344add196d73edcbe17ce7e5bc8059 +size 129852 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Grass.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Grass.uasset new file mode 100644 index 00000000..5942c3d7 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ea813c91070d5811d5700fb9dcf2aff43ed45601021e5d92118f7105875f9a +size 39191 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Gravel.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Gravel.uasset new file mode 100644 index 00000000..2739db9d --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Gravel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923cca4afbeb27022fbd6b8f8ce756390c24ee021cbc553c420ac0126082af75 +size 34510 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Gravel_Inst.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Gravel_Inst.uasset new file mode 100644 index 00000000..b3a02741 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Gravel_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e396e47a90bab55f694b9413c05c2733fc8d0ef94f234d8460f37741dc8b987c +size 130124 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Mud.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Mud.uasset new file mode 100644 index 00000000..05638135 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Mud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b480b23497aaf3a050ffadf495e5139a0811f1be2d6fea157cb46b9141b253a0 +size 153144 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Rock.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Rock.uasset new file mode 100644 index 00000000..46ec8276 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ground_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc38b007235563264c2ffc92695c5d9832a274b22b9bba223528677d9d05ed43 +size 145179 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ice.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ice.uasset new file mode 100644 index 00000000..631c252d --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:737bf530f1f91657ab20bdcf7d742080228167ea354b31e9947bc80712fe4162 +size 23582 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_MaterialSphere.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_MaterialSphere.uasset new file mode 100644 index 00000000..c094bd19 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21bda03266b21211fe0111d13f5154cff7d2ae615463717150cdffba47905407 +size 93170 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_MaterialSphere_Plain.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_MaterialSphere_Plain.uasset new file mode 100644 index 00000000..94179cc4 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_MaterialSphere_Plain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b20954dd6b3b33854e6a7cc9df055c448a53af24957879b71033f451406a8f +size 81412 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Snow.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Snow.uasset new file mode 100644 index 00000000..9d7d64a9 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3fa2d253574c06e23354d7675edf2263f0c2c589c1381da30133d407c50d10c +size 36574 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Water_Ocean_2.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Water_Ocean_2.uasset new file mode 100644 index 00000000..0ed78fae --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Water_Ocean_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676ffdca8d257c99958040cfc602562076a1fc939099858ba261f99b01660841 +size 38109 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Water_Ocean_2_Inst.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Water_Ocean_2_Inst.uasset new file mode 100644 index 00000000..f3506ea7 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Water_Ocean_2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d97e987ea1080e8afef49bf6e1ccc3f63991dec8244588277e2ca8bdbde86c +size 110584 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Wood_Walnut.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Wood_Walnut.uasset new file mode 100644 index 00000000..5d38c00d --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_Wood_Walnut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d96fab84209b8c6219c8856a27adb3296f17540ed970db2ff11ec0534336e1 +size 21004 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_grey.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_grey.uasset new file mode 100644 index 00000000..abe94926 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_grey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cecbc58c0a5535b1c42e4590b8c2dca3192a06ccb33bb85bafc9c973b2f5379 +size 106369 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/M_white.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_white.uasset new file mode 100644 index 00000000..2db64103 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/M_white.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b763aa52fa56ec1fff196cefc44ac9db947451c5766fcd6cbdbabd043be5be74 +size 9844 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Materials/lambert1.uasset b/Content/A_Surface_Footstep/Environment_Assets/Materials/lambert1.uasset new file mode 100644 index 00000000..76407057 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Materials/lambert1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a8a28085906a2b0bbfd36074412d13d2fdc909fba004746538c5528d4cba17 +size 79871 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Range_1_1.uasset b/Content/A_Surface_Footstep/Environment_Assets/Range_1_1.uasset new file mode 100644 index 00000000..d13f27c5 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Range_1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bd42a48ea3e445d993dad6904a35dfaa37bb434696ba1f9e88a985fc6495a4 +size 568960 diff --git a/Content/A_Surface_Footstep/Environment_Assets/SM_Floor_400x400.uasset b/Content/A_Surface_Footstep/Environment_Assets/SM_Floor_400x400.uasset new file mode 100644 index 00000000..86f2c136 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/SM_Floor_400x400.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258dcfe878fda70cdbbddf07e16610341dbe9ec67dd52c4a146cce82cf009b88 +size 92280 diff --git a/Content/A_Surface_Footstep/Environment_Assets/SM_MatPreviewMesh.uasset b/Content/A_Surface_Footstep/Environment_Assets/SM_MatPreviewMesh.uasset new file mode 100644 index 00000000..cea61b46 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/SM_MatPreviewMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79adbb979eb4802f4f43cd697a508515c9b9cfc38e8ef6913b1f9b2217824c75 +size 3064552 diff --git a/Content/A_Surface_Footstep/Environment_Assets/SM_MatPreviewMesh_02.uasset b/Content/A_Surface_Footstep/Environment_Assets/SM_MatPreviewMesh_02.uasset new file mode 100644 index 00000000..92c8a52a --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/SM_MatPreviewMesh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d05a6caddc394ad6ef2e95c95d6a8f470b13e31d6fa2a156412159ea675672c +size 861800 diff --git a/Content/A_Surface_Footstep/Environment_Assets/SM_Scapes1.fbx b/Content/A_Surface_Footstep/Environment_Assets/SM_Scapes1.fbx new file mode 100644 index 00000000..3814c3a5 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/SM_Scapes1.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74ea780287c3159925973530b72923f227847674ab289e748100818f0954ae5 +size 8372620 diff --git a/Content/A_Surface_Footstep/Environment_Assets/SM_Scapes1.uasset b/Content/A_Surface_Footstep/Environment_Assets/SM_Scapes1.uasset new file mode 100644 index 00000000..57141dd6 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/SM_Scapes1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990894e60609bba11d3309bc9ba33ddb572576e5e4ddeb5764bf095e9fc02b5d +size 1487284 diff --git a/Content/A_Surface_Footstep/Environment_Assets/TemplateFloor.uasset b/Content/A_Surface_Footstep/Environment_Assets/TemplateFloor.uasset new file mode 100644 index 00000000..7969848d --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/TemplateFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6043b3bc48b0825108f020b75ed6bb371c67b64fbdbc6b0056b2c632f866a6 +size 100583 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Bush_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Bush_D.uasset new file mode 100644 index 00000000..58ce0a23 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Bush_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5f31e4ca6da33940ce03d4c0110046c0b7c5513af953cc51eff109d1230088 +size 577605 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Bush_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Bush_N.uasset new file mode 100644 index 00000000..993cd087 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Bush_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62be3236311cae43e5f566bf6678e7b22557ac9cfa31ac6e4062f27a4bf8c1a8 +size 418758 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_D.uasset new file mode 100644 index 00000000..070cea20 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa3760e471b64195a75dcade6af5fc419b0e147d091dc58e9375fa076d91eedf +size 5000352 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_M.uasset new file mode 100644 index 00000000..11a6ff6c --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d341e9bc81d75ffcc543f050d192eb32072689e3d1d955efeb243de5a9a3b4 +size 5804631 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_N.uasset new file mode 100644 index 00000000..a7db4647 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e79f8764fb4ad6469f654fd4a9f054c43a648a9b64023e9be7271baeae695b +size 6669596 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_Variation_M(1).uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_Variation_M(1).uasset new file mode 100644 index 00000000..cbd709eb --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_Variation_M(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e6ab32650b0afa4bdd5f1fb7f621d713d0915a9ebf3406f9aaf07abc1f55ad +size 7318 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_Variation_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_Variation_M.uasset new file mode 100644 index 00000000..cbd709eb --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Concrete_Tiles_Variation_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e6ab32650b0afa4bdd5f1fb7f621d713d0915a9ebf3406f9aaf07abc1f55ad +size 7318 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Grass_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Grass_D.uasset new file mode 100644 index 00000000..583d1957 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Grass_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b166f481d82f16deea9a589c146134470e2e2742bfd419d27b9e82bd4ef71e89 +size 12111613 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Grass_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Grass_N.uasset new file mode 100644 index 00000000..4ca3da6f --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Grass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e6d6d34614398b216013612058705aaa0e05912ed982fed8a8d87b295a5d04d +size 11734348 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Gravel_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Gravel_D.uasset new file mode 100644 index 00000000..0a547047 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Gravel_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79daaee40002a0e275b1592634cdc20a23ec9ea11756a12c71e631ea826e362 +size 10726378 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Gravel_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Gravel_N.uasset new file mode 100644 index 00000000..a1f9d785 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Ground_Gravel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3676f8a1699d72c6d2459c336a699380ce16ff5f5595d615c208b7c7cbb9184e +size 7503712 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Leaves_BC.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Leaves_BC.uasset new file mode 100644 index 00000000..93db36ac --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Leaves_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc084295ab1fae897d0219952bccbc6b232e702940ab1a4d9c74c4b363f99856 +size 9752542 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Leaves_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Leaves_N.uasset new file mode 100644 index 00000000..bacbe843 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Leaves_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad5e41423ce315365824182fffdb5c8e11f9274b3fe8c59bdb151c86b7f9847 +size 12266422 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_MacroVariation.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_MacroVariation.uasset new file mode 100644 index 00000000..b742dab5 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f011a11a993e63426ddf999eb23773ff442dc1d866cd91130e27a71d4c5b753 +size 10875966 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Metal_Gold_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Metal_Gold_N.uasset new file mode 100644 index 00000000..03acdc35 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Metal_Gold_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151a17ef8cbc47733a6f8b98809c5063842d46ecfc68097a482b769dc2f0a6e9 +size 2865756 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_OceonNormalShift2_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_OceonNormalShift2_M.uasset new file mode 100644 index 00000000..120a06f3 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_OceonNormalShift2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42379293ecaf5e99123603a8a080593cc901f221af712e6dada1ddef118ba1ea +size 1298026 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Pattern_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Pattern_M.uasset new file mode 100644 index 00000000..84bc222e --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Pattern_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47ae5d08b9d9b022a4f0b21fdbfcaae08773eff2cfc3c5ce150ade3e779eb92 +size 623694 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Perlin_Noise_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Perlin_Noise_M.uasset new file mode 100644 index 00000000..1ed794b9 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d664fe9576100f8eab4fe1e1570b3c9230d6fa738400ccf0bc12e103071f23b +size 7911137 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Rock_Marble_Polished_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Rock_Marble_Polished_D.uasset new file mode 100644 index 00000000..3737cb8e --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Rock_Marble_Polished_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d20ce1c815b3bd07a15d107af97d7ed8017d863a897d62024825b5f2e6ed60 +size 5375371 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Rock_Slate_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Rock_Slate_N.uasset new file mode 100644 index 00000000..ef083f90 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Rock_Slate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438bb15c87a1668b2f7ee3944729b55f8ff55f9c8ed8212c3e40343145a7ee85 +size 9672962 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_RoomTiles_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_RoomTiles_M.uasset new file mode 100644 index 00000000..9e2a200b --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_RoomTiles_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e89d6defa6cfc373f930daffe8fdad29a27e33cf7604951da3851ea7d7b131 +size 226861 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_RoomTiles_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_RoomTiles_N.uasset new file mode 100644 index 00000000..7944d49a --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_RoomTiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:663e739810dcbab8e5ac8a0498d9ab050f30f389168e877abe88ec57d222ccd3 +size 1893408 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Smoke_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Smoke_D.uasset new file mode 100644 index 00000000..292eb8f6 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Smoke_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92992cc8cb2aec248df48a3fc0e5fcae224d228a665ca58674a2ed1c25f329f +size 710626 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Water_M.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Water_M.uasset new file mode 100644 index 00000000..2b28fe56 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d084ecd7dc18892d0685ebf3da659aa3997c880c0adb78b6c1c655d1b90d14b8 +size 1710197 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Water_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Water_N.uasset new file mode 100644 index 00000000..de81c53e --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c51f96dfcc11d1bb81d2cf7c959c296f4f7ddf0f787848cab8ced299a36703a +size 2114963 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Wood_Walnut_D.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Wood_Walnut_D.uasset new file mode 100644 index 00000000..c1cabf62 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Wood_Walnut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c685faed632f4200d7040f04554906e156bceb85fd4c8d5433f63841d1a81444 +size 6569273 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Wood_Walnut_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Wood_Walnut_N.uasset new file mode 100644 index 00000000..cf8913f8 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/T_Wood_Walnut_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e266613bf46a2588ebec1d245c506b5878bc0ea07402e3894d60cf0b9a1fb0c +size 3891849 diff --git a/Content/A_Surface_Footstep/Environment_Assets/Textures/TilingNoise06_N.uasset b/Content/A_Surface_Footstep/Environment_Assets/Textures/TilingNoise06_N.uasset new file mode 100644 index 00000000..d3c0aab5 --- /dev/null +++ b/Content/A_Surface_Footstep/Environment_Assets/Textures/TilingNoise06_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd53ea801ea79531f079040546b124ade6a7068cf706afb9a86eea3f313ca187 +size 7280385 diff --git a/Content/A_Surface_Footstep/Geometry/M_Bush.uasset b/Content/A_Surface_Footstep/Geometry/M_Bush.uasset new file mode 100644 index 00000000..5006bcf2 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/M_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4f23e0b339bb1a226747338e9037b736eb620296a760e0b6519cc4390a92cf +size 15530 diff --git a/Content/A_Surface_Footstep/Geometry/SM_Bush.uasset b/Content/A_Surface_Footstep/Geometry/SM_Bush.uasset new file mode 100644 index 00000000..15c16798 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/SM_Bush.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431097b20ab327c54f3918eb3aba4cac962aab4f7f04a8adf95cd3a8bee39567 +size 162064 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cone.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cone.uasset new file mode 100644 index 00000000..1d464333 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ed7787e1e7dd15b12b970575e22605a3f7d0c2d9eebdf1c0e8bc234c9653a8 +size 101205 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cube.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cube.uasset new file mode 100644 index 00000000..728b74ec --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73014e07e79cb8c28cdee4a1e3316a0ac686825339ee9ffe8c47ca3077784d0 +size 84626 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cylinder.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cylinder.uasset new file mode 100644 index 00000000..c6de3d77 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b60a595c9d5e804bb3597fdd26d27f73dfedcb34a2978d2f3adf754d5ae2beb5 +size 105172 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_NarrowCapsule.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_NarrowCapsule.uasset new file mode 100644 index 00000000..0bce8586 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_NarrowCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e883bfcb5942352e3d2a02684145afc2adc8adb36539e7e32e0de24bf0418100 +size 132353 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe.uasset new file mode 100644 index 00000000..7f2cd469 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c294b4c2d467b2dfaab17a2a854319c0e3e10eed878a12c52618f42b287e2914 +size 98173 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe_180.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe_180.uasset new file mode 100644 index 00000000..e0062f46 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b71117ea9c68f74bc49ba7218d687d068230fb582d7678f29ed19c9c4ff9dc +size 153977 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe_90.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe_90.uasset new file mode 100644 index 00000000..1a64e3f5 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Pipe_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef2dd015cc7557e654c7f13ec909e37e3b70ecd72e0d15764f1a4572b0e1d4a +size 121820 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Plane.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Plane.uasset new file mode 100644 index 00000000..f497680b --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32895843e325286af0c699885f51fe23da367d3c822b7a617397097316f76b7 +size 82813 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_QuadPyramid.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_QuadPyramid.uasset new file mode 100644 index 00000000..b6c64a3e --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_QuadPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94298b63fc4715dc30f64c5f1b10a22fc11052d9016217b5007e493421e05aee +size 85597 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Sphere.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Sphere.uasset new file mode 100644 index 00000000..80bc369a --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8455b95b2967e85c686c2084e87a4c66f8e07cc581e223a9f08a6be3b8ae81 +size 114122 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Torus.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Torus.uasset new file mode 100644 index 00000000..202f8cd0 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Torus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ec965b125c7a7a8f1f104a0d199935f99fa32996801cf693b2ac912870fcec +size 163555 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_TriPyramid.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_TriPyramid.uasset new file mode 100644 index 00000000..8dccf259 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_TriPyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce183ebc754fa08c67b9eefb027e44f2a9d8ed8c74550fedd3a8c9339210325d +size 88379 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim.uasset new file mode 100644 index 00000000..157e053b --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657f9d1a36a3322e21c4b83235f133cf397e76fa3c28042925060492f6aa708b +size 88353 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim_90_In.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim_90_In.uasset new file mode 100644 index 00000000..2a919f5c --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim_90_In.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9555557111e9fff2a6284f52245a3f9e39817852ec8fd6d855931748b10c7a5 +size 100849 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim_90_Out.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim_90_Out.uasset new file mode 100644 index 00000000..b50536be --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Trim_90_Out.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1a8e3e239dfe42d6c9ee408657b18cf72178265be17e909f5980f8825cf147 +size 101814 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Tube.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Tube.uasset new file mode 100644 index 00000000..c9dd8cf2 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Tube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6974e6b162fd8e435ce622c100543c947bb5dc73a95ae9bb67f9c829d7cb1f84 +size 111152 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Wedge_A.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Wedge_A.uasset new file mode 100644 index 00000000..dcdf68de --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Wedge_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f2d044ee08e864d12d5cb09f650576fa9f345fa8f284c66aa5b5436f3ec5f8f +size 90536 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Wedge_B.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Wedge_B.uasset new file mode 100644 index 00000000..fe111159 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_Wedge_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be8b2fec338dd7f5666c0a3f35c057078a5acdd660178ddae5403c993768e9e +size 79443 diff --git a/Content/A_Surface_Footstep/Geometry/Shapes/Shape_WideCapsule.uasset b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_WideCapsule.uasset new file mode 100644 index 00000000..deb453a3 --- /dev/null +++ b/Content/A_Surface_Footstep/Geometry/Shapes/Shape_WideCapsule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9100bfea7c0f20ee9cce0671287e1580775aa578389d47f6f07469445987fc +size 118448 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonIdle.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonIdle.uasset new file mode 100644 index 00000000..c986df55 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d379c7f1f9cc64bbf4979d42e2c349049fd48494e19b44706fc0d1cd1494f433 +size 139163 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_End.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_End.uasset new file mode 100644 index 00000000..6059eb42 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f217bc209c6375ba5274707ca22eeaaeb53e38dbddc4e7c29b70b22556d96f2 +size 105383 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_Loop.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_Loop.uasset new file mode 100644 index 00000000..6eecae4e --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcbead0e8bb3fbdf14444f8b363041eb7bcf54eb739f41f336d527450b7c4bf +size 112727 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_Start.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_Start.uasset new file mode 100644 index 00000000..5ce81514 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonJump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f79b3fc8fb84a087ce5b02be93a60c00cc555c5f12b9827fdb7e821396e4bb85 +size 108330 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonRun.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonRun.uasset new file mode 100644 index 00000000..1ceb60f9 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1570ee3b1c9a6ba8f320f9e675ccb1ec150b4a5719b070930f824a208bc9e38 +size 115139 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonWalk.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonWalk.uasset new file mode 100644 index 00000000..d5401973 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPersonWalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429141c4188487fd788f4d0df19a113ae6368022c4ca60e3339e97d2dee1ccb7 +size 124266 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_AnimBP.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_AnimBP.uasset new file mode 100644 index 00000000..75490f05 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4c7935afcf622729ba8189864f3a1bb71ff08bb2254098b2283ff2d63e5632 +size 230579 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset new file mode 100644 index 00000000..37058ee5 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:234ed49534b97e23bb924a16673a83801fa4845998ab55d3ee4e46c54a9e878a +size 90634 diff --git a/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_Jump.uasset b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_Jump.uasset new file mode 100644 index 00000000..6596e7df --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Animations/ThirdPerson_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91264d22b60a87931aa3d34d64f23ccf3d59fbdcb7fe4ebafce0581104733067 +size 107312 diff --git a/Content/A_Surface_Footstep/Mannequin/BP_TestFootsteps.uasset b/Content/A_Surface_Footstep/Mannequin/BP_TestFootsteps.uasset new file mode 100644 index 00000000..cadf936a --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/BP_TestFootsteps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7be51d0c5467ec6f3248daba1ea0f66edfabbe3811e5752ced4f5b45988256 +size 117812 diff --git a/Content/A_Surface_Footstep/Mannequin/BP_TestFootsteps_Walk.uasset b/Content/A_Surface_Footstep/Mannequin/BP_TestFootsteps_Walk.uasset new file mode 100644 index 00000000..b3eedf40 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/BP_TestFootsteps_Walk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2eba2b97a537936517af132966a0810cd10cb5014d1b73a76ca6162a7a26a11 +size 113360 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/M_UE4Man_Body.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/M_UE4Man_Body.uasset new file mode 100644 index 00000000..540ee844 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/M_UE4Man_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529da49dc158a5f96ea2616a3a3abcce3fc0224baf52b559ac7545fbc28d9051 +size 124310 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset new file mode 100644 index 00000000..3849b778 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea1fbcbbf149651d99454e0bff56b59ef43112be78cd31b5c903ef5eb573ba2 +size 88009 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 00000000..d298da48 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dc87154d6e1754de9e4a165d07dac31b9109e583855188f29653b2b88fcc43 +size 80543 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 00000000..3a72f499 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e52050ab55de38e72b6d04b7efd2949edf9b96b3c8d4e2e83b778bb8e3899e8 +size 76938 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset new file mode 100644 index 00000000..64ac784e --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0c284ad02174651bc9a3642fb0956741411ea692f2f1182d028f453814ed981 +size 78023 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 00000000..9b966d73 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2aa5d9c708eff398436ea769a0d251c40d38afbd60426d23862df8e6bcc03c +size 81279 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 00000000..c4723d2d --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd87bc80ef309de20e4c239703229c68f0831784355a1ec807f1e00b076397e +size 434995 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..5549c4ba --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1f43951dc563fdefd5b6439b3659b8f20dddb4eaf6e83210c080fd04f3b5d0 +size 406004 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 00000000..673b9b18 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6272e73dec1647c7af39e16bbb94d700653ab19e030f14bfb2ffec021a86662a +size 470468 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 00000000..450a705b --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14578846624889b7c15252b6c268d121b59db6153bb9c6f8759d9014b306e44a +size 362865 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Mesh/SK_Mannequin.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Mesh/SK_Mannequin.uasset new file mode 100644 index 00000000..9809abab --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Mesh/SK_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605e105d3fd6ee40957c77f91fc672f2d8d4e379607e68299a365419e6cd8b18 +size 3219982 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset new file mode 100644 index 00000000..660124fc --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423b2c9d675065d136b91824357d458f9e9bb7f2c4faf9f515ea15adc7f6c48a +size 127447 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset new file mode 100644 index 00000000..9e51b25b --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e24e522d7d58b5a446b24a35fda5cb1afcbf97724a49f639c554b95a531af6 +size 12171 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4Man_Logo_N.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4Man_Logo_N.uasset new file mode 100644 index 00000000..74225c15 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4Man_Logo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b88b471a640cac9b31127f6a51778361b06491b7fe0b43c1fdeef25b66a3482 +size 162560 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset new file mode 100644 index 00000000..e6d9e41a --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9223f410fed383abbc89e68b89220f5c67e24702b653eef84b7006c1353a7e3b +size 95997 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset new file mode 100644 index 00000000..adbcb4bc --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97831c8ccd5d59d66aa6b72ba3400eedb15110d38e8f023f057db96cefd6cd5 +size 270640 diff --git a/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset new file mode 100644 index 00000000..7bdfaa6b --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccce9bf024aacb01aa4607fd15426d08ec0edc33b529baf48485693728336dca +size 5481875 diff --git a/Content/A_Surface_Footstep/Mannequin/FootstepAnimNofify.uasset b/Content/A_Surface_Footstep/Mannequin/FootstepAnimNofify.uasset new file mode 100644 index 00000000..384a2888 --- /dev/null +++ b/Content/A_Surface_Footstep/Mannequin/FootstepAnimNofify.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be09a2a0e7eef8f5fbc9ef21d0bd631319188f156613e20209816dec27ea0b5 +size 58106 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst1_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst1_Inst.uasset new file mode 100644 index 00000000..9ab3d5ca --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d254eddf2f57b29df8b54f3487ad638de09598193354e83fd5dde3c8a254af +size 72640 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst1_Inst2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst1_Inst2.uasset new file mode 100644 index 00000000..83153963 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst1_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecdf96e760113b5e18dae6acb953761444ed4901df0c70c3628228077979ba2 +size 70760 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst_Inst.uasset new file mode 100644 index 00000000..1fcc968e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Burst_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2e23e3b4fef80074836d9b3f5ec2c5669fa11002c8039250ae4796360ed7f3 +size 70825 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_DomeRefract.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_DomeRefract.uasset new file mode 100644 index 00000000..6a8272c4 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_DomeRefract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5f990c408a3f9fce29a0e1e0f1dc28f93404909fcc6a7a34451ce68235d5ed +size 89061 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_DustyWispy.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_DustyWispy.uasset new file mode 100644 index 00000000..428d7154 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_DustyWispy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9982227adbf2d888b909ae3a8080f1f72affc0e956c566d2bf2ee865d29e85 +size 83251 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_EnergySmoke_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_EnergySmoke_Inst.uasset new file mode 100644 index 00000000..42a6a044 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_EnergySmoke_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a71ea32ea4584feda4a94f547e33c024facec5ecba53c7fea78cca27ce368a +size 73136 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Flame.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Flame.uasset new file mode 100644 index 00000000..beddf79a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Flame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1053d81a9afc99459b4fd83df98d56d9921fd9ccbaf78c009e9e5def5f668e +size 74000 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Glow_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Glow_Inst.uasset new file mode 100644 index 00000000..f35496e1 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Glow_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a09291390d16b40f34d203b269d926099926655de8fad9d807e612788dcb2c3 +size 68267 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Grass.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Grass.uasset new file mode 100644 index 00000000..bf3ad289 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b85b2dabb105312b1ff224e47d5141bf3c6bd4052e7f4d9dc3fb850fe200cb6 +size 83320 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Grass_2x2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Grass_2x2.uasset new file mode 100644 index 00000000..31af207c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Grass_2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a895598df31392fdbda8c96ed57ae1fd168de9a08edcefe2d65b783fcc89b914 +size 87269 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_HighSatMud.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_HighSatMud.uasset new file mode 100644 index 00000000..3db96575 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_HighSatMud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a9fac59513ecf5055fd9c77681a05a1f3156ea304a2bffa631ff1334add544 +size 82411 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Leaves_bits.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Leaves_bits.uasset new file mode 100644 index 00000000..709fb096 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Leaves_bits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f8511a84902405e725dee524154f9fffdc390fea3880780ddc7f3418046aed +size 89818 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_MuzzleFlash_Master_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_MuzzleFlash_Master_Inst.uasset new file mode 100644 index 00000000..e28b3b11 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_MuzzleFlash_Master_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16abd1563a792b10e38cc02fb046b6fe9112cfc7d2c13d6ddcfceadf4717a3c8 +size 81370 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_MuzzleFlash_Master_Inst_2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_MuzzleFlash_Master_Inst_2.uasset new file mode 100644 index 00000000..36590e4d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_MuzzleFlash_Master_Inst_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03c676aac01479b797a3b8de62f08e4040ec1501b26b15e466acab0f3f689b6 +size 79776 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Refraction.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Refraction.uasset new file mode 100644 index 00000000..e4a2678a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab92419c2f6f694164c358797c6c8ff7a9ab4e3f097dd7b7d23fd7ae1b9577d +size 86589 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Spark_sheet_shield.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Spark_sheet_shield.uasset new file mode 100644 index 00000000..193f418c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Spark_sheet_shield.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0305d29f5648e3ae44d33abbca6191f7a6b414a0661df060850b306bd1f301 +size 72317 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_SpeckSnowDust_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_SpeckSnowDust_Inst.uasset new file mode 100644 index 00000000..a511f6c0 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_SpeckSnowDust_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcd80828cc2a7c712b7ffc35de8564ea475f3843b5633a52ad02e8bd384f154 +size 78896 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Splash_SubUV_Inst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Splash_SubUV_Inst.uasset new file mode 100644 index 00000000..6c908cdc --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_Splash_SubUV_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d317274340d94a5aacf2c5a32e747122472db21fd1756935742fd0a6ff8cbe +size 70059 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_ThinDust.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_ThinDust.uasset new file mode 100644 index 00000000..1f6d42b2 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/MI_ThinDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7f28c7e9949e1bb7cd40c943e34769032415f15ad9c6e05aee6a696201f8c1 +size 74191 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Burst.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Burst.uasset new file mode 100644 index 00000000..ab985723 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de57c7637d0dec11bf0f498171f8ea2e98af41d23244dbafbbd6f0aaad42c7c +size 83176 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Burst1.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Burst1.uasset new file mode 100644 index 00000000..fb79f029 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Burst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82b96ed7ba49f03790d8f1f3a3fb6caab750c7116bafb8a04dfb5655ef81956e +size 78636 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_DirectionalDust.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_DirectionalDust.uasset new file mode 100644 index 00000000..32f96a72 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_DirectionalDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c8524baee383c5f2b4b773b7a4eb1001833e2d828eb842b33193f2b0a08f4a +size 98217 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Droplets.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Droplets.uasset new file mode 100644 index 00000000..4722dc9e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Droplets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40455220dde11c488b90e945d90d7cabe12107f6290dbeaa3a83f69860b872e2 +size 81437 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_DustySmallS.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_DustySmallS.uasset new file mode 100644 index 00000000..c608e132 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_DustySmallS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cba65e5fbdbdf5dd09aeba21f4b3234066fd92fa14989ec67801dd9e3215ccf +size 94856 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_EnergySmoke.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_EnergySmoke.uasset new file mode 100644 index 00000000..6268d7c5 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_EnergySmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa34d0ca3e05bca6764852b119898cb12c3a524828ef63aadf01f3e3fd6aa435 +size 94432 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_General_Debris.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_General_Debris.uasset new file mode 100644 index 00000000..64d03a6b --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_General_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a74acc6dde021bc96a476b36f34696627e37c7c56da0282033aa3ae61cc4cc3 +size 89848 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_General_Leaf.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_General_Leaf.uasset new file mode 100644 index 00000000..6928bdec --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_General_Leaf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e755ea527119ede6c7ceba69046124ec16833de0ea30e644379147f981af43 +size 88637 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Glow.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Glow.uasset new file mode 100644 index 00000000..2e4ff7e3 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd0714e60c421ac1ced29ce889299bbbccb01c2b3f60ea32f7cbae4fabcdd55 +size 72983 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_MistSnow.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_MistSnow.uasset new file mode 100644 index 00000000..86bdc251 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_MistSnow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478d847d48848192491b3f0bcf2500ba504b66840db374f4bd96e76674621b8f +size 83767 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_MuzzleFlash_Master.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_MuzzleFlash_Master.uasset new file mode 100644 index 00000000..1ce10f71 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_MuzzleFlash_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c917b052d47bef9b70a602f55175bf6b120ffcc380b7bb51bee62b60300c8b38 +size 88671 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Radial_Gradient.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Radial_Gradient.uasset new file mode 100644 index 00000000..1b25c2a2 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Radial_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c305c40183d54289b62a087d7306c949122694fd480279d6ef65c580e91ad0 +size 76380 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_ReflectiveSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_ReflectiveSplash.uasset new file mode 100644 index 00000000..049316ad --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_ReflectiveSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6be06b047c2e20a7a20dc4b437d5fa8e2cd29f8b5cccd5d9b074d3d8905c4b +size 92056 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Refraction.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Refraction.uasset new file mode 100644 index 00000000..9e05571a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0022d968fa40f91dc9662fe32200b58ba23843b249413ce147672d03542146 +size 99727 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Shards_Mat.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Shards_Mat.uasset new file mode 100644 index 00000000..1895d2ca --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Shards_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4df68e55d6da3238803f75903d91ed5d776310cc79a0a7b3280d49b852d53e7 +size 83348 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Shards_Mat_02.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Shards_Mat_02.uasset new file mode 100644 index 00000000..b8e1385d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Shards_Mat_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832be995baf0a4ffa20bba409d390b940d5cdf811531f55b6bfe9d43612be58a +size 91460 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Single_Master.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Single_Master.uasset new file mode 100644 index 00000000..84ccc7af --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Single_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b36d86d8a45ae12e897c10e23cad38c017f407b8995b89a73ce59a26176485b +size 78675 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SnowSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SnowSplash.uasset new file mode 100644 index 00000000..eae72135 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SnowSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a561f3c2564189e36b6c7078132ad3f3f9dc6d52afcd0ef0c114c7a01646c112 +size 80974 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SolidDrop.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SolidDrop.uasset new file mode 100644 index 00000000..e934985a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SolidDrop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526b84de490db4709c1b077b6c5b23414a3089b3cbdef0352e2e41913b0e86f9 +size 87076 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Spark_sheet.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Spark_sheet.uasset new file mode 100644 index 00000000..b4715a3e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Spark_sheet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90232b339b0f91a372164e73b5391bd7abcc3ac86becb95a2cc13e989cbb76e2 +size 75790 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SpeckledDust.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SpeckledDust.uasset new file mode 100644 index 00000000..97b14b29 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_SpeckledDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa51eac5c600950a3fa83195cf1841963d6d741cd0503f74371b7345a533e611 +size 95310 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_Refract.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_Refract.uasset new file mode 100644 index 00000000..6aabdaf1 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34635ea4acedd12087a3e2f7aa6bbfc94770b45e5a2e177a60a1472093414cf9 +size 89784 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_Solids.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_Solids.uasset new file mode 100644 index 00000000..f6758f62 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_Solids.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64f3f7ecd06c7d6c14d009c79323a044e322231e60b2e23782997349edf1203 +size 82704 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_SubUV.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_SubUV.uasset new file mode 100644 index 00000000..87051af3 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_Splash_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d97bf1703a12f683b975a9b983e548c5b93e8d83f46ca3ff3756593d4a128b1 +size 77291 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_ThickSmoke.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_ThickSmoke.uasset new file mode 100644 index 00000000..fc879a1c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_ThickSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f8b5bb14c2ea7ce06ecea38cd27ef2ea6a1be24b5eb8208b5d093e9bfa77d1 +size 94311 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_WaterWave(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_WaterWave(1).uasset new file mode 100644 index 00000000..8021f280 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_WaterWave(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e587b962e6d2d721d5631e68740fe5571ab426fe37f8a51cf26c3d421ccdd4c +size 71922 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_WaterWave.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_WaterWave.uasset new file mode 100644 index 00000000..8021f280 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_WaterWave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e587b962e6d2d721d5631e68740fe5571ab426fe37f8a51cf26c3d421ccdd4c +size 71922 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Materials/M_whispOne_Master_directional_emissive.uasset b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_whispOne_Master_directional_emissive.uasset new file mode 100644 index 00000000..d87f74b8 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Materials/M_whispOne_Master_directional_emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347667aa1eda8759410a412cc98aad2f8014ce2ac2fcd3250466b69aeb497fa6 +size 91219 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtBits.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtBits.uasset new file mode 100644 index 00000000..b06ef5a9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtBits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926bbc7307254f4ae070e315df69c700a72ca6eec5b385ab58e8882bca96e3ee +size 571547 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtLinger.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtLinger.uasset new file mode 100644 index 00000000..b8edaf3f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtLinger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a06fb4356fe558a8869150da84a4f373b2ec241bc262a35a6f2e2ae6da59ee7 +size 456655 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtSplash.uasset new file mode 100644 index 00000000..ebab49eb --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ccda7f5d958ef2faa2a51c740ac64ab85ab9890509c6ae450c4b76334de1ad +size 474125 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtWaves.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtWaves.uasset new file mode 100644 index 00000000..6fe9b22a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_DirtWaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080d4c20a62bbba4d26e7478e3e52b8945dd4fe43ea4b5fa65bc333b2ae695a8 +size 450830 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_EnergyMist.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_EnergyMist.uasset new file mode 100644 index 00000000..d5315c3e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_EnergyMist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4403e540abfa40c3b34090670fd41c7d88a0dc634ae90afb43f201bd4f64202 +size 443685 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General1_Dust.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General1_Dust.uasset new file mode 100644 index 00000000..37781150 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General1_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a3b5a3d980743c4767e686c95dcd6634a59f915073076a14c12888572a15414 +size 430945 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General1_SmokeThick.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General1_SmokeThick.uasset new file mode 100644 index 00000000..1c422387 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General1_SmokeThick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f00a5ed9044e9246744e0c85fbfacae589b533d79ec2b77aa0782176092ee5 +size 473147 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General2_Debris.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General2_Debris.uasset new file mode 100644 index 00000000..0c77aec7 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General2_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d1a95e4474e8770b352d1e6b2b649b206a2204dcb152047f6caa52ea9fac89 +size 571575 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General2_Grains.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General2_Grains.uasset new file mode 100644 index 00000000..279bb288 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_General2_Grains.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d060d2dd0e7ab87ae37552105b526fd49135bc1b5fd23de93c7556e51a59c10 +size 425828 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Grass.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Grass.uasset new file mode 100644 index 00000000..4ad6529d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923a2e48301a8bfd693aa729cfde6efbc80850b8bbe31426bf64e2482567b401 +size 450022 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GrassDead.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GrassDead.uasset new file mode 100644 index 00000000..846804c5 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GrassDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8448057ea2dbf2f15230f48a606ba4831b5039a5081000fb286ca330c77968 +size 456343 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GrassDust.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GrassDust.uasset new file mode 100644 index 00000000..0232a8b6 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GrassDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df74e98f5dea50664a0cc77e9ffb317801b2486c90f0dcf8626658b46d4dd78c +size 441074 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelBits.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelBits.uasset new file mode 100644 index 00000000..58127112 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelBits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafc653354896e636b93e3733d02b4b2a00a21a09bb28fba763a7531b2c17913 +size 1248065 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelDust.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelDust.uasset new file mode 100644 index 00000000..c88e4828 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a027e24f62fbd807b526792153863e9dafdf6a70babeb3314f87701bd0228de3 +size 489788 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelSplash.uasset new file mode 100644 index 00000000..43133fea --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_GravelSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909ac7e6040f476412c2d88fcc941832f8cadf15f47e8e0f72f9bf9534b34dac +size 430941 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_IceShards.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_IceShards.uasset new file mode 100644 index 00000000..8d8a2f6a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_IceShards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2930e99e8bbe6778cf0cecacb9fc3cb7e5d87011889916fc46a51766a2240f45 +size 866058 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Ice_MistSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Ice_MistSplash.uasset new file mode 100644 index 00000000..ba057747 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Ice_MistSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291db3d90c894250f028cc6044ae343db289dd12c9c93b5fbc8d3a7e6005a99a +size 425824 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_LightEmitter.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_LightEmitter.uasset new file mode 100644 index 00000000..9afdef67 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_LightEmitter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87718ddaaf90cbfe08401ec06fd5e20ef12778e477879dd56b66130f6153c5bc +size 308981 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudBits.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudBits.uasset new file mode 100644 index 00000000..1e6fb5b5 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudBits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d9fd8c0d1cde331b9fb9dcc0fed909c5973dfdffc587bf954356d4699413aa9 +size 408784 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashThick.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashThick.uasset new file mode 100644 index 00000000..13da6b3d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashThick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989c23c40b8fe4cd765ab5cd3d21c6591ceb6ba10c78396ddc7990c71d90c71c +size 501151 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashThick2.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashThick2.uasset new file mode 100644 index 00000000..4ad7ce09 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashThick2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a797dbd0e8547f9510de8b8d3194f4663e64c21f33089b33abcb0f2852fb2d +size 547235 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashWaves.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashWaves.uasset new file mode 100644 index 00000000..12da9e59 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_MudSplashWaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771f01665a4c045c8e9b7f36d86f99ecf52d06c9038e02a47503a822509d2995 +size 464319 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Refraction.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Refraction.uasset new file mode 100644 index 00000000..e0996d09 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02585f562a1072494dba94aa562f88cec1a610c6085c7ce12882cfc6b4978a0b +size 435056 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Ripple.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Ripple.uasset new file mode 100644 index 00000000..22bdead2 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072194ed934dd24c8ccaffc8fc04c1928da3f88f2af211f8e174605c7270f5ee +size 246985 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SA_Burst.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SA_Burst.uasset new file mode 100644 index 00000000..68ab1893 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SA_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698b420a38554351a6cd38a456ac13dd146d49e67d217f2cf83febc96a440437 +size 426175 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SA_Burst2.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SA_Burst2.uasset new file mode 100644 index 00000000..901f4ab0 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SA_Burst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fccca293a3b0f11d1db10868ee8166912f69a4ee6c84a57d60b9424730a295 +size 427525 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandBits.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandBits.uasset new file mode 100644 index 00000000..17fa7e23 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandBits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734b6f4a9041be3715b4fc700cc17d42568a134ef37b0b945e676461cc522d70 +size 546303 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandDustLinger.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandDustLinger.uasset new file mode 100644 index 00000000..7ec5c54d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandDustLinger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c199960628343d8ce008f609410c08fed85b8818d564eb3367fa8c638372282c +size 446458 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandIntense.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandIntense.uasset new file mode 100644 index 00000000..f965a99a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandIntense.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd6eef8dad92ac1f8ab5781de0f2083c2d806553e0cae1f0eb2ed02029508df0 +size 473115 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandSplash.uasset new file mode 100644 index 00000000..b3d57b27 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3c0b2ac9aae5114da6849b69d4abfc86da9112c4974e5460bb79c4ff941530 +size 430933 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandWaves.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandWaves.uasset new file mode 100644 index 00000000..8c6a3f04 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SandWaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8905d233755287fa065ac206cf17fbd2ddcdfc080daf846ca17da802d7b9c6ac +size 462591 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowBits.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowBits.uasset new file mode 100644 index 00000000..bdf992a2 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowBits.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb3d236f61f22d08676d32f6c87739b512167b27d1c78b36c6fa5322d6b9cdf +size 1205492 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowChunks.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowChunks.uasset new file mode 100644 index 00000000..3362eab7 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd93fed7f9d5b0319ab03a987f71113b819b9a9ec89716d0e6736a42ba470152 +size 577226 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowMist.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowMist.uasset new file mode 100644 index 00000000..4bb7e041 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowMist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fb89ed366d3b142c29a657247f386f0248191e0be0aa988f2e8cd68e5ff1b11 +size 455889 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowSplash.uasset new file mode 100644 index 00000000..7240470c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SnowSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4c82b4abe9e0c210543a4cb94ec4824de461a5a673fac726501bb3466ebbb2 +size 430864 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksCaustic.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksCaustic.uasset new file mode 100644 index 00000000..8ed32331 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksCaustic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1f9bc265b8bf56d242107e29e08178830800d967cb77b043d888a0b531981f +size 463513 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksFlame.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksFlame.uasset new file mode 100644 index 00000000..3b2c64a9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedc5d7c9a87b83ef3c0cd976c069d2d4f09166ef7d0210ba65b0aa6621e2194 +size 424773 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksSmall.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksSmall.uasset new file mode 100644 index 00000000..bb768f5f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksSmall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468d524ab3501268c5b636f8bedefbda8727791e519b1fbf78a3e0cdf538281c +size 942449 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksSmoke.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksSmoke.uasset new file mode 100644 index 00000000..6eea87f6 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_SparksSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8abf9119120ad1dca9b265b64f0fa61feac4bd53bd234eb6a81bbf6273cdd285 +size 453945 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterMistSplash.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterMistSplash.uasset new file mode 100644 index 00000000..ba177c16 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterMistSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9885569578d9e5cba676d6fed40eb857a4f9df9e1cf783b8e29206c179fa009a +size 430633 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterWaves.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterWaves.uasset new file mode 100644 index 00000000..5cfd35bd --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterWaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d8098e6503fe7033a4a4bb63eb3679ff996d9af75470abfc2920eb606d71e3 +size 456259 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Waterdrops.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Waterdrops.uasset new file mode 100644 index 00000000..df61ef35 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_Waterdrops.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8276d9138e241110da0e5456bd0b7b0fa525dda93346549ada86367a9c496550 +size 466038 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterdropsSharp.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterdropsSharp.uasset new file mode 100644 index 00000000..d5868693 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PEN_WaterdropsSharp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7687aa585f960d4168266c54fe0dc778601cd99c1afb7d5a68689d3b3928280 +size 461177 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Dirt_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Dirt_Surface.uasset new file mode 100644 index 00000000..20d34cd7 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Dirt_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:289045c0e47008907daa045291aec5d62f938ddfef491ac95566268789588a67 +size 2598810 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_General1_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_General1_Surface.uasset new file mode 100644 index 00000000..b1d07f7a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_General1_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298050d441288943d7b311876abaabd107f93ce8d6c2f973602ce74c6231add6 +size 1727744 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_General2_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_General2_Surface.uasset new file mode 100644 index 00000000..74989440 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_General2_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42893fff9d89bb4c17cdf6e5264646cf82e2c610b24b22ed9b77f27073bcf70 +size 2212323 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Grass_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Grass_Surface.uasset new file mode 100644 index 00000000..39df4894 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Grass_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427887129e65f103ae0532c2b51a3cc37fb5f576206c48fae0d32f5a00825d9a +size 2458856 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Gravel_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Gravel_Surface.uasset new file mode 100644 index 00000000..880cd3dc --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Gravel_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200ce95ba4a245d20b95947e129a49dccf076ca232cb45e29ad08f165c6755f8 +size 3392363 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Ice_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Ice_Surface.uasset new file mode 100644 index 00000000..63ec79ef --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Ice_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fba14e47adfd495c7e7e2a98801689f6ba07e07212632f09424a0b74f05ebcb +size 2343823 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Leaves_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Leaves_Surface.uasset new file mode 100644 index 00000000..8940acd7 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Leaves_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5419618c913697c0af5e52de367979c0b9f72c87c2deacc38fe3c9dc54d10f +size 2464772 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Mud_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Mud_Surface.uasset new file mode 100644 index 00000000..175bed46 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Mud_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ced66f3ec1465c2c89cca98c66282f1550ad917eea7a3f95143091ea21c0f0 +size 2500567 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Sand_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Sand_Surface.uasset new file mode 100644 index 00000000..f75fdc5e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Sand_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7089cdf17ea8309a4c2a8c79c47ab7c97d3dfb7b260eac793cafb0ac7d60f070 +size 2496297 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SnowHeavy_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SnowHeavy_Surface.uasset new file mode 100644 index 00000000..95384fa7 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SnowHeavy_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d89c0bd83a78dd390d32e9b45e6ee49b89443f0d940210616c0204818098067 +size 3929045 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SnowLight_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SnowLight_Surface.uasset new file mode 100644 index 00000000..00695840 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SnowLight_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa170440fa94d8d8d4d2e69e8656558b117849229d97608c8b09d88d1c30c6e0 +size 4141103 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Sparks_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Sparks_Surface.uasset new file mode 100644 index 00000000..b9f7f0ca --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_Sparks_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4273054bd5510a6e6a121b7617cce8b8082c25f69d8246f35fa7eddce71d0a67 +size 4539530 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SpecialABility_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SpecialABility_Surface.uasset new file mode 100644 index 00000000..10838243 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_SpecialABility_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71e02fb2c3e1135c076cc79d8a86b175e5b84c78dee1cfe0864cb0b3b876bcf +size 5284851 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_WaterHeavy_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_WaterHeavy_Surface.uasset new file mode 100644 index 00000000..01ad9dc8 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_WaterHeavy_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f492b6a48c1a6baf5969539f59942befc4ee6e64beed754ec4c9deb8304806 +size 2492259 diff --git a/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_WaterLight_Surface.uasset b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_WaterLight_Surface.uasset new file mode 100644 index 00000000..0fb4ce9b --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/ParticleSystems/PSN_WaterLight_Surface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd1829d2d489a38b8cc76f77a6707e452b7e55a9d849103d415762f8694c7c9 +size 2492223 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/ParticleFlamesSheet.tga b/Content/A_Surface_Footstep/Niagara_FX/Textures/ParticleFlamesSheet.tga new file mode 100644 index 00000000..4dffe6f4 Binary files /dev/null and b/Content/A_Surface_Footstep/Niagara_FX/Textures/ParticleFlamesSheet.tga differ diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/ParticleFlamesSheet.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/ParticleFlamesSheet.uasset new file mode 100644 index 00000000..71eb0d39 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/ParticleFlamesSheet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc365701a5cc034b2bf47112a5d9f8f2349ed96f247e7a5f7c5963c10bb2daca +size 107187 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Aclamp.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Aclamp.uasset new file mode 100644 index 00000000..c4022e18 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Aclamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c2a64bcea592a7c8553e1e4edf59e045dcbb6afdfd00266ffde91db4f7c061 +size 27672 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Burst_M.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Burst_M.uasset new file mode 100644 index 00000000..6e0504c0 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Burst_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84d701d5180cde942b71ea952ff7386cbe94a280d2d4a1b29f59d0c0d008718 +size 155557 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Caustics.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Caustics.uasset new file mode 100644 index 00000000..a5a360b9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Caustics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da1cd7ef9f20d99164b9f36742fb985eaa1a6c49db27b07d2baf7ae9730a9b89 +size 459884 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Caustics2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Caustics2.uasset new file mode 100644 index 00000000..43e0b1de --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Caustics2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce764fe164012eaab7e00dd37e1293f18ce6e03baaaa20302d4ee2257dfa2497 +size 474604 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_CausticsTile.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_CausticsTile.uasset new file mode 100644 index 00000000..abce1bea --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_CausticsTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d39f734253f8d71f9160e21d75d35ac64bb1d14bc63bfa1d044b9a44bbd39b5f +size 135241 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ChargedLightning2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ChargedLightning2.uasset new file mode 100644 index 00000000..f3ed1798 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ChargedLightning2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0959d6b5b6c74689cdeaf5742ff4f7b2e3e957fdfaeb4a4303c47e0afbfb2a +size 56167 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Circle135.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Circle135.uasset new file mode 100644 index 00000000..96e708a8 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Circle135.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7155316ae99701d37317453c7c658e6ca2cb76b6a0d012c34adec4c834ba1b7 +size 165946 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_CloudNoise.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_CloudNoise.uasset new file mode 100644 index 00000000..20e3647e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_CloudNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29abaa3931797c54a9ba437517d2ce955f003bd6b36f32b2e16e7f8d4670c517 +size 803351 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Cloud_Noise.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Cloud_Noise.uasset new file mode 100644 index 00000000..43603a94 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Cloud_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a01877240782c70d95387e9dea28381d387593f821e1690c22ea797d26e8328 +size 11721561 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DirtBlast.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DirtBlast.uasset new file mode 100644 index 00000000..834d9b0b --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DirtBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18baf74247562be59bb9f4d92a624219c0b219c1fcd7238987a8e9ba1ff15976 +size 590361 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DownLinear.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DownLinear.uasset new file mode 100644 index 00000000..b5b3ad9e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DownLinear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ba8afc57eeb2546fb0de4b20c1bca528cb52f006e033923d960d99cf9c763c +size 469041 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets.uasset new file mode 100644 index 00000000..dd119377 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec6980e76ef0c1a7bc2d38d33339ca708732656dd54e0060f24dc0c0a3368027 +size 28451 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets_MM.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets_MM.uasset new file mode 100644 index 00000000..a8e8c1d5 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets_MM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f6387891cd80453465f3bf6050c69ef044aa49a226926305ab8258977929af +size 18317 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets_N.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets_N.uasset new file mode 100644 index 00000000..579a1c36 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Droplets_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bf0e9df75328a76d4a114764284e8b54b379bcaf48d70f4a5ad27a0209f1bd +size 32025 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DustBlast.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DustBlast.uasset new file mode 100644 index 00000000..c64c6adf --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_DustBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a01264151d35381eae680c4bddf437e84d4ecb2059528abca57d3064d5b346 +size 592916 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ElectricNoise.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ElectricNoise.uasset new file mode 100644 index 00000000..82b16e95 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ElectricNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda5fff5a5cbc3165006fdf3f4d8c9773ea076344aca8f115449c45bde16d5b0 +size 798924 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ElectricNoiseInvert.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ElectricNoiseInvert.uasset new file mode 100644 index 00000000..e1b118d9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_ElectricNoiseInvert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200d5f2ab60bb37745d3869a401ab29a2ee549d056e3166a1e0d03f969317a59 +size 741585 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Ember.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Ember.uasset new file mode 100644 index 00000000..74877bf6 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Ember.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f2ea03230dc7cc7e072e07d3c4db281c1482941fca194779b3df3fac2ed22f +size 5257 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnCaustics.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnCaustics.uasset new file mode 100644 index 00000000..88bbbdc8 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnCaustics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548cccf434fd52951ecb5401f5722d5134d135f80cbed8fbd3d32de1e5305895 +size 135233 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnergySmoke1.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnergySmoke1.uasset new file mode 100644 index 00000000..833bf62c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnergySmoke1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bddd919e39c38a08c0ecbcd5db518c740634d58cf503cb3cc7ef0edabf0fb0 +size 1735509 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnergySmoke2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnergySmoke2.uasset new file mode 100644 index 00000000..1a0cca19 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_EnergySmoke2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e698ce7ec6861232fc2b50dfd2823e84f9d0c83588fdd86368e554b4c5a0fe7 +size 5698534 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Environment_Materials_Wet_FluidNormal02(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Environment_Materials_Wet_FluidNormal02(1).uasset new file mode 100644 index 00000000..60de3c2a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Environment_Materials_Wet_FluidNormal02(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f1c503d909982b4fb47a300964220bc142cc38736bd893a317c955bb2d5e10 +size 3275498 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Environment_Materials_Wet_FluidNormal02.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Environment_Materials_Wet_FluidNormal02.uasset new file mode 100644 index 00000000..60de3c2a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Environment_Materials_Wet_FluidNormal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f1c503d909982b4fb47a300964220bc142cc38736bd893a317c955bb2d5e10 +size 3275498 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet.tga b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet.tga new file mode 100644 index 00000000..42929b04 Binary files /dev/null and b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet.tga differ diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet.uasset new file mode 100644 index 00000000..e66c2110 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9dc89254ff728ab8717991acf60f026aab0c557a5083601adcaa37c476b022 +size 103164 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet2.tga b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet2.tga new file mode 100644 index 00000000..7b638f4b Binary files /dev/null and b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet2.tga differ diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet2.uasset new file mode 100644 index 00000000..ef4686f2 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1be862c83cc6817393f702b53dc2e322125ee4d43288490dea066d89f640157 +size 102271 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet3.tga b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet3.tga new file mode 100644 index 00000000..7fe94996 Binary files /dev/null and b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet3.tga differ diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet3.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet3.uasset new file mode 100644 index 00000000..304ac8e9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83fa33a22346c9df53ae6bb30657e9c3ac10a5f09ed03ee166c8fe18f97762fd +size 103479 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet4.tga b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet4.tga new file mode 100644 index 00000000..0abf025a Binary files /dev/null and b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet4.tga differ diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet4.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet4.uasset new file mode 100644 index 00000000..8c908381 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_FireSheet4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2040fd821c4c9bb170ffbd675fea2b61aab6c9318d6a64f65776d168146eb3b +size 69816 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Flame_00000_6x6.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Flame_00000_6x6.uasset new file mode 100644 index 00000000..07ddcd4c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Flame_00000_6x6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb375fec09098b32cb8e4a6e7c690fda2a506435037a2ae60e1437fb63aa621 +size 2987274 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Flare21.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Flare21.uasset new file mode 100644 index 00000000..ecdceaf4 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Flare21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72b9043a05bafd887347511aed4ab01d2134485d7bbbb681bd9f3007829a29d +size 207095 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Fragmented_splash_1.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Fragmented_splash_1.uasset new file mode 100644 index 00000000..0f06e69f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Fragmented_splash_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95527b13b9d9753d73edb0b50d512c14ef56883e0910d6be96f6c36b72ff018a +size 259128 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Fragmented_splash_1_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Fragmented_splash_1_normal.uasset new file mode 100644 index 00000000..7d00015e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Fragmented_splash_1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59aad4851897a5014c890ef2710fd3bb3918ff767ad7049a746160510569372b +size 797783 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GenericChunks.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GenericChunks.uasset new file mode 100644 index 00000000..68109cfe --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GenericChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69095ced0bac1e89265321ecbdbf9f7faaba8b56b5b4154726d2dd1d8898dfea +size 536372 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GlassFragments.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GlassFragments.uasset new file mode 100644 index 00000000..32b58765 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GlassFragments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a089eeb22911151c37d7e573e2e6f2f45af92bbe96925008707a24e608a136a +size 70728 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassBlades.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassBlades.uasset new file mode 100644 index 00000000..a6e1742f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassBlades.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c362fb5b79dc1cb34107b2f257e12263de76b314d07430a2a17f440a3e04185b +size 616524 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassBlades_2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassBlades_2.uasset new file mode 100644 index 00000000..c4d2d0c9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassBlades_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75105b38f60c780d504cf178fb99b642762604127d244bdf261df617700f6f6 +size 623088 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassFlip.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassFlip.uasset new file mode 100644 index 00000000..17514244 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassFlip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9963723890c9004c14bf4f6693afecc4bcbfd40627883d8c773d64262da574aa +size 775185 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassFlip_2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassFlip_2.uasset new file mode 100644 index 00000000..cba85c72 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_GrassFlip_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931880852f0ffe523a18cf35ff977b481692c49dc6e928bce13fec2b26e1f976 +size 761531 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Gravel2x2_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Gravel2x2_normal.uasset new file mode 100644 index 00000000..1c67be31 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Gravel2x2_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb5f5b3ade82ec3eab7966fe6da94877ff98a82a45e9f4764ba1cd476160cef +size 661767 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFragFlip.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFragFlip.uasset new file mode 100644 index 00000000..b23350bf --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFragFlip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f71679c87a258addb3e6202880761f1a38f87b4efd891cae94beeb96820c9f +size 1653670 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFragFlip_2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFragFlip_2.uasset new file mode 100644 index 00000000..68f738ac --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFragFlip_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2068d1809e1b7b7e0ba37ee6677ec8ff654a230da8a954205325f06c863a8468 +size 1604639 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFrags.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFrags.uasset new file mode 100644 index 00000000..6d0ebe3b --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFrags.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1878c450c61f232e60e0e93edb7c82e619674ba8073e10a60cabcb2ac6ffa4f +size 211001 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFrags_2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFrags_2.uasset new file mode 100644 index 00000000..0faad74f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_LeafFrags_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183c3285f7b3bcac153d544a7dcf1490e50938c3532a7d879e0bd8061f5964c1 +size 215013 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Leaves_2x2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Leaves_2x2.uasset new file mode 100644 index 00000000..fe751dd2 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Leaves_2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c2b6332a945aa847c440d96240188639e391edd4245ba51c6f7bd7d91117e9 +size 1209160 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Lightning11.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Lightning11.uasset new file mode 100644 index 00000000..3a550f6c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Lightning11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e915fa7f765ca894bc70cb5349486a80d40e414ae438fc045c6778a2ab095667 +size 179665 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleFlash.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleFlash.uasset new file mode 100644 index 00000000..7e4364eb --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5451026f3f97609c92151d01d8e0f6b76074f5412b66b510fcfcb088b5ed178 +size 260762 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleSmokeOne_1024_11x11.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleSmokeOne_1024_11x11.uasset new file mode 100644 index 00000000..8ea83197 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleSmokeOne_1024_11x11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1856fe00b21445b8ca8e6041d4f46599c90132543974905d6a36998664a9f32 +size 1160531 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleTwo_2048_6x6.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleTwo_2048_6x6.uasset new file mode 100644 index 00000000..2b1dd383 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_MuzzleTwo_2048_6x6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5a33f77c9ce8c1f3acd2773452fe184cde356d756bab3e72981e04bdebe719 +size 2483793 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Noise_Anisotropic2_height.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Noise_Anisotropic2_height.uasset new file mode 100644 index 00000000..29073e5d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Noise_Anisotropic2_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c32152bab90a01c56f681ff5ab933e1aa3d0789cbb1c81149c059467991a6a +size 2483022 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Noise_Anisotropic2_height2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Noise_Anisotropic2_height2.uasset new file mode 100644 index 00000000..71ecfd60 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Noise_Anisotropic2_height2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6a0b80e262ebd45156674ed4efb8af16ea9371a00dba385e251b798e8e82ef +size 2483026 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_PaperFlip.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_PaperFlip.uasset new file mode 100644 index 00000000..9844857d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_PaperFlip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9682dabfe17ab2e4c8eac0215275259039e07fa3f565ff8c15497a0b6fdf339d +size 2054298 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_PaperFragments.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_PaperFragments.uasset new file mode 100644 index 00000000..425e4211 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_PaperFragments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c53978cddd8e3d7f35478dec676569630bfa1aa6d5224cb649f04fa5643382 +size 982928 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Perlin(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Perlin(1).uasset new file mode 100644 index 00000000..9d3576f9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Perlin(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fd7ce7e4afbcb7b0bd8c51c44613e96b579975c03ceec68bf6b2d8f7c7f619 +size 165468 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Perlin.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Perlin.uasset new file mode 100644 index 00000000..9d3576f9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Perlin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fd7ce7e4afbcb7b0bd8c51c44613e96b579975c03ceec68bf6b2d8f7c7f619 +size 165468 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Radial_Dark(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Radial_Dark(1).uasset new file mode 100644 index 00000000..27f1ac7f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Radial_Dark(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c998f75814e0b5a7c1fca317f84e69b63e79906d7d763b5a976e83054de26a75 +size 100591 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Radial_Dark.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Radial_Dark.uasset new file mode 100644 index 00000000..27f1ac7f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Radial_Dark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c998f75814e0b5a7c1fca317f84e69b63e79906d7d763b5a976e83054de26a75 +size 100591 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_39.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_39.uasset new file mode 100644 index 00000000..7e387918 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_39.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33eecdfcfc78a8c63e2f74294f214f63c1726ca65cb5de328a1d02442352a2c +size 894542 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_44.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_44.uasset new file mode 100644 index 00000000..19176f73 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_44.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b85ff6d29e69a29b9d647ae6c373a6245313a6cee509c33573cb69bbb181b50 +size 492825 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_53.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_53.uasset new file mode 100644 index 00000000..ead3dc49 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Random_53.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ad817a2ef0bdf5d4daf9bf4b85466d47b4de7d6bbbf30fc0fe4f004ffae6d9 +size 215425 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Shards.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Shards.uasset new file mode 100644 index 00000000..028a65f8 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Shards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37e6adf044cca9638aa6d33fc6ed2a23a410ad4f57bdb27c6be6cd1dea797ab +size 163269 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Shield_1__00000_8x8.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Shield_1__00000_8x8.uasset new file mode 100644 index 00000000..bb1aeb43 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Shield_1__00000_8x8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b8fc348f40a5a60ed214be0f35dfca094d2a3029ccce5beea92894e7ceec02 +size 277464 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SmokeNoise.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SmokeNoise.uasset new file mode 100644 index 00000000..dad1d02d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SmokeNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25276258874281c6e1b5dcc33d0fe5e749c98eedae9ced4708d770ebd9316b6f +size 153517 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Smoke_D.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Smoke_D.uasset new file mode 100644 index 00000000..440dc5d6 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Smoke_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bab5ca61261fe16d52ba3f199283bd4adf9abbce680e06b5fbc72246fd41c2 +size 708336 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_sand.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_sand.uasset new file mode 100644 index 00000000..e5201b38 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_sand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2995efa8f9d9fbe8306adcebe99958f57e5bc69abd0c7a79ef6d0b3d11e57c47 +size 220088 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_splash_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_splash_normal.uasset new file mode 100644 index 00000000..d9f51645 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_splash_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0200b13d93f59cb71812bcc6c2933f32763d15cd1d2dd8b994fdc00390393 +size 361300 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_splash_re.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_splash_re.uasset new file mode 100644 index 00000000..6d381e4a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Solid_splash_re.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aa52cb0165e57b067cdd8c187cceb299d6199a4a9aca6befcb9b334be8f574 +size 694429 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SparkArc_00000_8x8.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SparkArc_00000_8x8.uasset new file mode 100644 index 00000000..41e9f934 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SparkArc_00000_8x8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfcd67ab20617e4dd21b0beed6489f63f7607cccceb016d2a85b8c10fd5b6cb +size 695285 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SparkSingle.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SparkSingle.uasset new file mode 100644 index 00000000..bc28364e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_SparkSingle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6c49098e1014323dfe10fc40dec0271e324ea4d29f827d20c4c264890e5af6 +size 45873 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Sparkles.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Sparkles.uasset new file mode 100644 index 00000000..4eb31c5a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Sparkles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:850803dd28b11a6b7f9b6bc7fc24f8389b864a15076a4d68ea91a72fcd494ee9 +size 71355 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Speckled_tile.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Speckled_tile.uasset new file mode 100644 index 00000000..9d8e3bc4 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Speckled_tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e234567f003f95c2e0f83f76b3ccdea100f0a913617ca40fdf3b5a96f1833e06 +size 458394 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Speckled_tile_2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Speckled_tile_2.uasset new file mode 100644 index 00000000..9b63dce4 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Speckled_tile_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0bccbecbc4ad052cef008388fab2b787f22dfbb78c1c648141e612bae7688a +size 222965 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_1.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_1.uasset new file mode 100644 index 00000000..805ddfeb --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e512e9953810f054cf0e13f1b641532b90490258406b332db1cdcab6290f54ea +size 1058022 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_1_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_1_normal.uasset new file mode 100644 index 00000000..2b3dfc9e --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_1_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870a6baa7b6bd64b8133727630f9440653a7781d1d85944ea240613945a5b6da +size 382864 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_Normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_Normal.uasset new file mode 100644 index 00000000..541ea24b --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Splash_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584610884d179680eabd8c9c2d5fc96a6ac0901aa9bc1870c71b39d298980553 +size 1979161 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Squib_one_1024_8x8.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Squib_one_1024_8x8.uasset new file mode 100644 index 00000000..ffa0f8dc --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Squib_one_1024_8x8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f34a6b53086d0e9636ed3f7d731b554dafdc0b4ae36bf53e12caba9d78f4c2 +size 1031699 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Squib_one_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Squib_one_normal.uasset new file mode 100644 index 00000000..3ab01697 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Squib_one_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fac4baac1c476eb16e5d03d4ca57a87f05609c53b91a8f2698911b474209c54 +size 670103 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Stones2x2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Stones2x2.uasset new file mode 100644 index 00000000..5b04574f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_Stones2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044a73f50a54a71429dd089a2d88891ccb1c1adf83ef058dd6dc077a4721cb3a +size 940187 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_StratosNoise.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_StratosNoise.uasset new file mode 100644 index 00000000..0b8a9fe9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_StratosNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a5f6b993268e337b6140afc331a65e182900db2136c90028b07cc9007370e1 +size 1234906 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TXT_Sparks_01.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TXT_Sparks_01.uasset new file mode 100644 index 00000000..aa229ef9 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TXT_Sparks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794486b3011d1ef73547c6c95a7bb82e745dc509c09db4d058bc83511128e6ce +size 8044 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TilingNoise06_N.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TilingNoise06_N.uasset new file mode 100644 index 00000000..5bf43a06 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TilingNoise06_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0501bf7a078edd26a65f90a7ce2c5cc97c8acd662a36fafa3a53251c43737eb9 +size 7280385 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TilingNoise16.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TilingNoise16.uasset new file mode 100644 index 00000000..1d74fcc1 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_TilingNoise16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c786cbfe868dbf76cf63e5c080440c8d01c97859473b71e4223519558e602055 +size 472447 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterRadialWave(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterRadialWave(1).uasset new file mode 100644 index 00000000..821cc085 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterRadialWave(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0ddf869a98f03da46bf33a16796afa53a7227cf648764fe691b05af07811c +size 104521 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterRadialWave.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterRadialWave.uasset new file mode 100644 index 00000000..821cc085 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterRadialWave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c0ddf869a98f03da46bf33a16796afa53a7227cf648764fe691b05af07811c +size 104521 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterSplashThree_4096_11x11.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterSplashThree_4096_11x11.uasset new file mode 100644 index 00000000..14f2d067 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaterSplashThree_4096_11x11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916c15bdba89f2d63b85f33ba2ccf9fd86403a7a99519a2d2be19542dae9be81 +size 2539682 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaveTile_N.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaveTile_N.uasset new file mode 100644 index 00000000..791eaf9a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WaveTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2fe93093edfd2b77d2aa5991b5c905a211fa87ac2ae957d49e26f2018d9dcc +size 861885 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke.uasset new file mode 100644 index 00000000..abde70ec --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c41769dc03a78cf39f94d355b618d527d126344ac97ac9c43eb4434e23842f6 +size 781900 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke_N(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke_N(1).uasset new file mode 100644 index 00000000..b994f792 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke_N(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535aa7805fd76971c549db15c69061437168988e8d478fbb48b109db18257ed4 +size 533997 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke_N.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke_N.uasset new file mode 100644 index 00000000..b994f792 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_WispySmoke_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535aa7805fd76971c549db15c69061437168988e8d478fbb48b109db18257ed4 +size 533997 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_fx_caustic_1.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_fx_caustic_1.uasset new file mode 100644 index 00000000..06c43665 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_fx_caustic_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6bd43ea835ec99ca99112f9b469814f9cef4d75c9465b24373cb09af3d75dd +size 29210 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_grass.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_grass.uasset new file mode 100644 index 00000000..c65f9d1d --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da9ad87dcd51e86322201bec9e2083d9f7790f88886bc7b6a8d6cd93e8c3cee8 +size 816440 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_mud_drop.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_mud_drop.uasset new file mode 100644 index 00000000..882f22fe --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_mud_drop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d440959ca2b44d84073bbca42541b5acc86a11cb50e1b9cb184557d30af863c9 +size 37919 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_noise.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_noise.uasset new file mode 100644 index 00000000..27b543d5 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824c28dd39aff4949a7c80266d878966c8d03a1d35c70088ee8bb543e19c0b66 +size 591669 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_raindrop_normal(1).uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_raindrop_normal(1).uasset new file mode 100644 index 00000000..a3d8ce94 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_raindrop_normal(1).uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ef614e399d1d5d517e0d5a78384694b9c4d8fd0bc440ff72d111195063b1cd +size 92306 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_raindrop_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_raindrop_normal.uasset new file mode 100644 index 00000000..a3d8ce94 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_raindrop_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ef614e399d1d5d517e0d5a78384694b9c4d8fd0bc440ff72d111195063b1cd +size 92306 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Caustic4x2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Caustic4x2.uasset new file mode 100644 index 00000000..5d39db20 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Caustic4x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b4a899af8014626a5090113fbf1516f701310588d6e332af3bcc4e8c9f36bf +size 810707 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Suds.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Suds.uasset new file mode 100644 index 00000000..264b774a --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Suds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc5cc21a21f4825be5f3a73e3346eb1ef2ed24db6758dd568619727a3cbe93e +size 243051 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Suds2.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Suds2.uasset new file mode 100644 index 00000000..e3696a72 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_vfxT_Suds2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b59d95fcc6a9c9be49207597001b7b715a544c58b121d6caf1b1e7aa93007d +size 332187 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_One_512_8x8.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_One_512_8x8.uasset new file mode 100644 index 00000000..e128c454 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_One_512_8x8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb4d5d8976866b5e8a39d9caaab653bb35f0be760cbe2539117db6ae48ae2fe +size 778321 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_One_512_8x8_Normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_One_512_8x8_Normal.uasset new file mode 100644 index 00000000..9f11bd8f --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_One_512_8x8_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75951b3815c3e5c477e7d78ebb773272f899d563f421eb062ec258cfa493f797 +size 501983 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_redux_2048_12x12.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_redux_2048_12x12.uasset new file mode 100644 index 00000000..ea2aa54c --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_redux_2048_12x12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3978731f5c7ca3df5c00ad466435197af54f8f830b0289d840e6fab196898adb +size 1725401 diff --git a/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_redux_2048_normal.uasset b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_redux_2048_normal.uasset new file mode 100644 index 00000000..be7471c0 --- /dev/null +++ b/Content/A_Surface_Footstep/Niagara_FX/Textures/T_whisp_redux_2048_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d852ad0089313ee2dcec3ad31ca9d509ff1a1f7e3ed963f3cdbe13b7801df8 +size 9506583 diff --git a/Content/A_Surface_Footstep/PhysMats/Physics_Snow.uasset b/Content/A_Surface_Footstep/PhysMats/Physics_Snow.uasset new file mode 100644 index 00000000..32b925bb --- /dev/null +++ b/Content/A_Surface_Footstep/PhysMats/Physics_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12dd85af3797f4525e76cba51d16f31671d077a453f03d93f6754489a8e2f09 +size 1456 diff --git a/Content/A_Surface_Footstep/PhysMats/Physics_Vegetation.uasset b/Content/A_Surface_Footstep/PhysMats/Physics_Vegetation.uasset new file mode 100644 index 00000000..658b5ef5 --- /dev/null +++ b/Content/A_Surface_Footstep/PhysMats/Physics_Vegetation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677495c69f759de11c418caf5ae33e2a4d14c77a8188d6469f1281243ac46f99 +size 1263 diff --git a/Content/A_Surface_Footstep/Surface_FootstepFX_DemoMap.umap b/Content/A_Surface_Footstep/Surface_FootstepFX_DemoMap.umap new file mode 100644 index 00000000..dfe10d43 --- /dev/null +++ b/Content/A_Surface_Footstep/Surface_FootstepFX_DemoMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524b12e7a027047ae7cdc63df604272957c600eb4fc39a52fc93774a770a98ae +size 304724 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_01.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_01.uasset new file mode 100644 index 00000000..777286af --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7ac2a13cbcd85d6ee9d70fd51319f0c4280df59bf8fd4ece01975eaddeec47e +size 54479 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_02.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_02.uasset new file mode 100644 index 00000000..a0f17757 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f02a5417fa5d4490ed1a2e20b8d044fa902180c678fc08a4e4284845b700c9 +size 48184 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_03.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_03.uasset new file mode 100644 index 00000000..c0170380 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b75751aec6dabba42677c422f60f6378fce548158980ac610b0e6713b000beb +size 60017 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_04.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_04.uasset new file mode 100644 index 00000000..58a237ec --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d818b293defc7346b0f737a7e2af5029f0e0ff82117be2f3dc177cb921e043c +size 70490 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_05.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_05.uasset new file mode 100644 index 00000000..4cd24398 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ec565d1197898946f0084a1fa74bce3411a8a56d59794c86262986b20cfac5 +size 59691 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_06.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_06.uasset new file mode 100644 index 00000000..fd3e52df --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf9b8158d1eb69647e68002080e0dad7a6b5976f8d993e9329b06e0b7c29c12 +size 59762 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_07.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_07.uasset new file mode 100644 index 00000000..958ba3a2 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:144faab88e0390ca34f149df7cc2af3863152674dfa5b5e80d0c03e19c097b72 +size 65875 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_08.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_08.uasset new file mode 100644 index 00000000..74386510 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548763ea34a39088078f8a6447ffc83d9a883bf9660bc7caa5a88f31de00a0b5 +size 66383 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_09.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_09.uasset new file mode 100644 index 00000000..bc092047 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9868ee6184a4f5576f65da566a1a0c083ad179ab3523a357406c02e40a5b8969 +size 58073 diff --git a/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_10.uasset b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_10.uasset new file mode 100644 index 00000000..7aa158be --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Blueprints/BP_Portal_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401be2f8cd6cdd2087b53bcf2636440d2a0585f72e0f44c8d481c1f7305a47b4 +size 95065 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_01.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_01.uasset new file mode 100644 index 00000000..8ca5248f --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fff40bcdf7dab9931e15426c5c6f30e8be54bc33cb1c371d2a152c8b2145fb +size 8169 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_02.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_02.uasset new file mode 100644 index 00000000..47ad07d9 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eb9781cf24cbe68aaa9450292fb2e7f1ede334b34a6ce000fef364f05e1e47 +size 7937 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_03.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_03.uasset new file mode 100644 index 00000000..9a867d14 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61d620f8b2b81ab37249653b18fb17fccaad2d0c5c3e387216c8d3752ac8c54 +size 8164 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_04.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_04.uasset new file mode 100644 index 00000000..86c2dcfc --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f634e1ed309b2de63b10fcd9d28cfbb339804cc56649e1bfb5e74d1b8b8b9d +size 8520 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_05.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_05.uasset new file mode 100644 index 00000000..0ad59d7f --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbc77b76f4a1abaa440dcf3078995ddc411345ed7d91f71a12b3e861d00f9f8b +size 7935 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_06.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_06.uasset new file mode 100644 index 00000000..af7f5cc1 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7bc232609eeed5a28d559cf5d57d51cb9f3bb29c51d4fcb08e06a586c9e75b8 +size 8086 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_07.uasset b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_07.uasset new file mode 100644 index 00000000..098e7bed --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/Glow_MI/MI_Glow_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44fb11d5c467b80d8f0c272953903dadbd6fdc9995f0f344983663735c8d181 +size 6633 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/MI_ProcGrid.uasset b/Content/AdvancedPortalsSystemVFX/Demo/MI_ProcGrid.uasset new file mode 100644 index 00000000..b7bbbb63 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/MI_ProcGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e433f550b734a3ab8c3e4786aab5c0e3a222c18cd6dc4937c5baca67258600b0 +size 11534 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/M_Glow.uasset b/Content/AdvancedPortalsSystemVFX/Demo/M_Glow.uasset new file mode 100644 index 00000000..71dd1a26 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/M_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9735f85021bc949654b9afb9ab5bb91da1701f507fa473933ff4f8e9e65efe +size 6507 diff --git a/Content/AdvancedPortalsSystemVFX/Demo/SM_Portal.uasset b/Content/AdvancedPortalsSystemVFX/Demo/SM_Portal.uasset new file mode 100644 index 00000000..3fce91cc --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Demo/SM_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73686cfbb69c6792a76d3fb65257188f3313e912aa4b8c6d3f51f1f8a0fcfe2 +size 64783 diff --git a/Content/AdvancedPortalsSystemVFX/Maps/Demo.umap b/Content/AdvancedPortalsSystemVFX/Maps/Demo.umap new file mode 100644 index 00000000..1ed23150 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Maps/Demo.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc975d46e2e789ef2f32de9e16966544c7c847fb9910e8a5988622ce06baa010 +size 80091 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_01.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_01.uasset new file mode 100644 index 00000000..830a54f1 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd103e4511a33f714c5d9a6a5f6146500e65a3a174983a9ce327381b502c761 +size 9238 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_02.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_02.uasset new file mode 100644 index 00000000..9fdeb187 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8aca7d0a7e0afb715f59811a512183391ef39d0f019830f1eea7afde866999f +size 12574 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_03.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_03.uasset new file mode 100644 index 00000000..d75ee38b --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a506cfd9e81a4577c212a407728e73e55d53d2b509948b81b1c68c85e9bb4d87 +size 10565 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_04.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_04.uasset new file mode 100644 index 00000000..8fc12503 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:291e6c59fe7eb0e68c835fb91eb35d24f3b6b718ff72b1961d463821d26a88ae +size 19357 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_05.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_05.uasset new file mode 100644 index 00000000..20d66301 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016073fba8ed391b358fc85aebf424681f55dcd15ee945971082c69a88dbbf76 +size 13471 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_06.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_06.uasset new file mode 100644 index 00000000..90bad0cf --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fc3e8ed5aea3a262989977992f765277685ae76f91cd7620a997dbd99de49b +size 9605 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_07.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_07.uasset new file mode 100644 index 00000000..87891437 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2730be58d466ef28e009a6c3d587c06861a9bf411f1e826f4258425e4bb0d903 +size 10939 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_08.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_08.uasset new file mode 100644 index 00000000..39263bb4 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef480f24e4c5b7cf0b0958bdbac04c9e7b789dc9ae3abd67c93ccccd9737f14 +size 11006 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_09.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_09.uasset new file mode 100644 index 00000000..7218c6a6 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1806d79e3ca1744064bae4d12818d481ec737fb13a88c75f91e87a967a2c87d8 +size 11500 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_10.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_10.uasset new file mode 100644 index 00000000..3eeb946b --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Energy_MI/MI_Portal_Energy_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a197aeabb73839ff5a911e721ba2110dc35a310083b81d12b3dc818e8e1793 +size 11113 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_01.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_01.uasset new file mode 100644 index 00000000..0c97de62 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc38d9b12062e8b9cd73c9dcdfba9a78b85245c7b3e03055e0e001b8be0d3ef7 +size 13552 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_02.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_02.uasset new file mode 100644 index 00000000..939e5793 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d21e6496e69cf21d22e9a8e658125f3ee6447c891c284647fadd843568a3574 +size 16223 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_03.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_03.uasset new file mode 100644 index 00000000..026cb9a8 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd57acb919c32da37e188f6fd11d07ca478ca4a582ac1e9e10a36bf39e262b9 +size 13422 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_04.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_04.uasset new file mode 100644 index 00000000..1f5041c8 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5b241de6f3d170562d8ad6af0beff438f36dc93d398d65b8fa84d637117eeb +size 14567 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_05.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_05.uasset new file mode 100644 index 00000000..b6820743 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11ba0cb336f360f75d7190926761b5f6fdbf2d71e52783a06c9c9b4b8bde11c4 +size 14123 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_06.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_06.uasset new file mode 100644 index 00000000..880f0cec --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Image_MI/MI_Portal_Image_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aa865024b2e389a97ce8d14c3a148035b061a593a50087660cf6368b434551 +size 15354 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_01.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_01.uasset new file mode 100644 index 00000000..d7ea77e8 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4669a2635dd5f3756c9b9c927faf3f2c5bfc175822e2abab8131b725fa622e90 +size 11365 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_02.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_02.uasset new file mode 100644 index 00000000..fc0e736b --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578f4dd049e59288e64f212070cb09aca66efbf4e5e62cde9a997a693f3bb311 +size 13262 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_03.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_03.uasset new file mode 100644 index 00000000..3a54c647 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b76451386d39911a7cebcf570d738243749b21084e7e43ac1702f35a3b36817 +size 17583 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_04.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_04.uasset new file mode 100644 index 00000000..6056bc21 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f0e45b746b1467621e01c6004927066bf459ce5b607b8d48502330ec72e3fd +size 16773 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_05.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_05.uasset new file mode 100644 index 00000000..e95e3b0a --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5338e5263ae64bf93167ecfb983ba121e5dc15f948d9f366c701212b94e07287 +size 16868 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_06.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_06.uasset new file mode 100644 index 00000000..0ba848d0 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8781cb59a20185b96593ebc2bf774232326e139aa346ab03ab0f999c45a76c +size 14101 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_07.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_07.uasset new file mode 100644 index 00000000..399a20f8 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6bd9afc9c01eb2673a31926a84bdc565f45e36dd59e0e6d07e2ca022331f8c +size 15457 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_08.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_08.uasset new file mode 100644 index 00000000..1fa7b731 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80c95a41a8a791899301b14d409c1d77912d0a847a6b8010c4f86c04595af37c +size 17097 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_09.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_09.uasset new file mode 100644 index 00000000..67171584 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a3090706f0755542fc477de5a5b5b71e3b56734b028d60a22e331290edd3fa +size 13375 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_10.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_10.uasset new file mode 100644 index 00000000..e71b29a1 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Light_MI/MI_Portal_Light_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a08b65730388f072911fdcb2fb7b7c24fbb593926409e91b8e5c92b88425406 +size 17084 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/MFs/M_Motion_4WayChaos.uasset b/Content/AdvancedPortalsSystemVFX/Materials/MFs/M_Motion_4WayChaos.uasset new file mode 100644 index 00000000..8a59b420 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/MFs/M_Motion_4WayChaos.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f085db601539800913a487a2af6a22a1fd9eaf5c49e933554261db31dbc7ddef +size 19510 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_DefaultSprite.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_DefaultSprite.uasset new file mode 100644 index 00000000..b2083f40 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_DefaultSprite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa5ad5fbcb053c4b9672848c7f8f4f3c2c00eb88794b4a5b6e9c8f74c092cb3 +size 11932 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Heat_Distortion.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Heat_Distortion.uasset new file mode 100644 index 00000000..86518ae8 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc0b48bead2dabb07d95b13b4257f5bb9291652bde07709df92b69363556d67 +size 19243 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Lines.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Lines.uasset new file mode 100644 index 00000000..43c187a9 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Lines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c441ec4132ae5347e8ffb486f1ffe69f4b21712b77c195f2b2c1df77834e5a +size 36173 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_PortalTexture.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_PortalTexture.uasset new file mode 100644 index 00000000..c7dfd2a4 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_PortalTexture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825b7af086c5175ff007700f762d5a9a76ae7380369fa3f2fd9404b039e5141b +size 39494 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Energy.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Energy.uasset new file mode 100644 index 00000000..86577b03 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Energy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7e3ff86bbda2be6e0a927beaf89044d0e12918a55a5b250d81c058fcf71a80 +size 55961 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Image.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Image.uasset new file mode 100644 index 00000000..b3039565 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Image.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a39d38968209c9528d66c714fa3f7babc81065fe295e8a98664e74ccb4f83b +size 41177 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Light.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Light.uasset new file mode 100644 index 00000000..5ae5b644 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87d6c2104a191b3af5630dda39661122dd403ccb62148d0b78ff44e8c14d37a9 +size 21836 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Ring.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Ring.uasset new file mode 100644 index 00000000..b300493f --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093089e522c2f681fd08fece5543e1329c27220cc7650c4f51dd09f9d9390517 +size 35808 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Vortex.uasset b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Vortex.uasset new file mode 100644 index 00000000..bd35fd38 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/M_Portal_Vortex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1166ccb113dc26268fb38b301caaed36047b79535f3b19bd07e1534666ed1a +size 54540 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_01.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_01.uasset new file mode 100644 index 00000000..69bcf0ec --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473dff47c0a4f6a83a9cda2bf931d7f5bb99279fb23cc56661dc27fcedd2ddb8 +size 10680 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_02.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_02.uasset new file mode 100644 index 00000000..0226f786 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf0bfc28059e35ace28538ba7bb498b22fb07a4fd36391660f1eb91a914bc26 +size 11397 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_03.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_03.uasset new file mode 100644 index 00000000..4c3ee4e3 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025a29261d4f45e767edc52d7592faf0fc22b9128638e5ef50ff04fd787680cd +size 10765 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_04.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_04.uasset new file mode 100644 index 00000000..70f1e4fe --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53eb1d3740db929fd8f255989edd94d018ebc83b0f7bdedc33420ef3a1de32f +size 10121 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_05.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_05.uasset new file mode 100644 index 00000000..3104ee1a --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Ring_MI/MI_Ring_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2401f54937fe62b260f299a9bf69e9c335f609de0f1a4ac68973c1aa19893d3 +size 11849 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/01/MI_PortalTexture_01.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/01/MI_PortalTexture_01.uasset new file mode 100644 index 00000000..fcd9612e --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/01/MI_PortalTexture_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18d08e6ef7abbd6d78f6e2543d21b4f447cde2277d26b4a220bf3a182452473 +size 12217 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/05/MI_Lines_05.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/05/MI_Lines_05.uasset new file mode 100644 index 00000000..b2eb66c6 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/05/MI_Lines_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554bc45f71846d86c93688441c926bf1a657d66699e1127ba39af5073c775156 +size 14080 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/05/MI_PortalTexture_05.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/05/MI_PortalTexture_05.uasset new file mode 100644 index 00000000..c78e7640 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/05/MI_PortalTexture_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843bd8da3f63a2c15456f68b7118e37d112baf096903a0bd3b83a5dfa160ce20 +size 11034 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/10/MI_PortalTexture_10.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/10/MI_PortalTexture_10.uasset new file mode 100644 index 00000000..5b6ccea6 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Texture_MI/10/MI_PortalTexture_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce36812894838f03788301ab49b04647fcff29f79ce70e50764b468018f17bc +size 12803 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_01.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_01.uasset new file mode 100644 index 00000000..d77fee70 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c5b38b8315662fe22d823de824dc487515ee295831e74f39c9ec81d76db55f +size 11215 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_02.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_02.uasset new file mode 100644 index 00000000..9a2e737c --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d5c2cd6cdc8f5064d60e4384e0992decdb2372aec1dab683191063df01cddd +size 13861 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_03.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_03.uasset new file mode 100644 index 00000000..5b5535cd --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5509ab438fd5ad667a1a10f2e7b33a23b86115230bf1e6ddbce313fc1f887069 +size 10516 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_10.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_10.uasset new file mode 100644 index 00000000..f4a2ca41 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603a8dc0361e08c83a0200cecd4ec3344f036eefaa912e33499a9bf45a848845 +size 10977 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_4.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_4.uasset new file mode 100644 index 00000000..8c0c13f0 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81955a2b35b84a0abebfc2cd8427b43cc64190e09be5e268d8f7b3a069967da0 +size 10882 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_5.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_5.uasset new file mode 100644 index 00000000..637adcaa --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa5377cd69dec925bdd7fcb3f3530000d47710a0d0dbeee2f68cdec03c59881 +size 13246 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_6.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_6.uasset new file mode 100644 index 00000000..b8d6d6e1 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f0d06e455aa1847b28cc0fe44d2f2fe11c3ba518453fb9f299bc4d2f0ddf1c +size 13937 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_7.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_7.uasset new file mode 100644 index 00000000..bd55e4ce --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cede000dee52ecabf07fcedbf6225728e5d4f1991b910dd72dfa05d5c26fd6 +size 11604 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_8.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_8.uasset new file mode 100644 index 00000000..b3e3ddc4 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:168782f0b7c65c71c812faada5ccb86e65f20d96aac5916d684de5c8bd8dd086 +size 13184 diff --git a/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_9.uasset b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_9.uasset new file mode 100644 index 00000000..085f0671 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Materials/Vortex_MI/MI_Portal_Vortex_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f889835ac9e4b00da1889ad2129c10d668e9c2e02f28713a550764b53dfee7d +size 14782 diff --git a/Content/AdvancedPortalsSystemVFX/Meshes/SM_Distortion.uasset b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Distortion.uasset new file mode 100644 index 00000000..41d35219 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73ec5299106251ae95ecc92d91490ec69db8eb3be8aa5e013dde7f6d83bf27f +size 26523 diff --git a/Content/AdvancedPortalsSystemVFX/Meshes/SM_Plane.uasset b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Plane.uasset new file mode 100644 index 00000000..febfbdf2 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Plane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ead5882068c86c4a5974bd487a281000d25684dfac6dddbaaf136686d34233 +size 14740 diff --git a/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy.uasset b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy.uasset new file mode 100644 index 00000000..854f4aac --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01e779648dee43b2c6b5335146e984634a0eb31321d051ad8dd00bc215c0017 +size 37162 diff --git a/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy_2.uasset b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy_2.uasset new file mode 100644 index 00000000..5abbdf78 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e27a971f8e8c17b85ceb8f2e16e028814622da1db92985c8184e1213560b99 +size 36425 diff --git a/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy_3.uasset b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy_3.uasset new file mode 100644 index 00000000..660adb75 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Meshes/SM_Portal_Energy_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c01783e3f7329bdc72a23bb3f8a0f45a5ae2504402207254e2677854bd98d48 +size 36766 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/ColorVar/T_NoiseColorVariations_01.uasset b/Content/AdvancedPortalsSystemVFX/Textures/ColorVar/T_NoiseColorVariations_01.uasset new file mode 100644 index 00000000..7ab22e89 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/ColorVar/T_NoiseColorVariations_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7900bb2f3a544324286bcfba2b4672c892fcb59c7d1583746fce1122e3baa455 +size 1019093 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/ColorVar/T_NoiseColorVariations_02.uasset b/Content/AdvancedPortalsSystemVFX/Textures/ColorVar/T_NoiseColorVariations_02.uasset new file mode 100644 index 00000000..fce774c2 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/ColorVar/T_NoiseColorVariations_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be32f72ebb0fced50a8dff98e08db57136f044d09e561242d0e3d3839483b40 +size 708535 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_02.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_02.uasset new file mode 100644 index 00000000..1407d7f5 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e4ed09e80b530df2ae9c7e3541a6db8074789569a5fc458f519ca9e02b4a09 +size 6968030 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_20.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_20.uasset new file mode 100644 index 00000000..ac476425 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc19f34645cbad0b21faf0729aa7c999aaba3a84b5d3eba1e5bab87512777b9 +size 5054704 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_28.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_28.uasset new file mode 100644 index 00000000..4d121f5f --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Galaxy/T_GalaxyV2_28.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a946519d3e6e3b6a2496e21095e752ccb7afde72819d93c28933a6ed125173 +size 1732334 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_1.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_1.uasset new file mode 100644 index 00000000..1553841c --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9712775a317770188e95bc579dbde1432a514f12e702572b11892de1e2cc4ad3 +size 7766053 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_2.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_2.uasset new file mode 100644 index 00000000..f0ef1b8d --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e17f577ecab954757e8227c4ac688b619873cb7dd7ef570639d32e213ce7078 +size 15236800 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_3.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_3.uasset new file mode 100644 index 00000000..35e6afba --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351799764a7010172e0bfb408ceed8a35b622237aa3e6b3cf1d47f0ef2d9ecb9 +size 7368900 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_4.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_4.uasset new file mode 100644 index 00000000..d64e5a3f --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68fd821789ae11ee3d2de0c477517a0e67c1bfe8822c423e99b9181e61e885d +size 5842911 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_5.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_5.uasset new file mode 100644 index 00000000..1bead7a4 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de4efa66450613deb0080dd666395ef9e3912cd115de0ac36cd942b93f3b4a2a +size 9470967 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_6.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_6.uasset new file mode 100644 index 00000000..2870a3ad --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Images/T_Image_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e64051b9d4a23df1701fa57d92b7a89c73bf4b574093b2ecf49d231b40c791c +size 6940898 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_02.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_02.uasset new file mode 100644 index 00000000..394c4285 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9364c97f3d4ceef8218dfb2c6862f14dbedf9486ae0c8ff10bcaab832865530f +size 311939 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_08.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_08.uasset new file mode 100644 index 00000000..643389f7 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e3a491de97cd0c29b1583bfb73a2bd04c81024fb64c02b7e12b4281245a9c5 +size 169242 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_10.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_10.uasset new file mode 100644 index 00000000..e97f3b72 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611f4f9c644f761ee25ea5d273a31b6b367ca9e13f59abe2e5a1d4b2ce2a16d6 +size 187114 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_15.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_15.uasset new file mode 100644 index 00000000..afe70ffd --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9fe61330360a63bc45b52eeac491592ce5fda6ba0730fc5854e8dbffdb7ebc +size 264523 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_16.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_16.uasset new file mode 100644 index 00000000..d759b6b1 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c855db684ec5ff8e6979be656cf84343bda3707b18bed9e29c816e2d2eeef6 +size 304979 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_20.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_20.uasset new file mode 100644 index 00000000..be6e39b1 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b50a74aabcc7c733bd292e799c2afbbf9bedae8938bbe0bc1feee7b09d327df +size 1046417 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_23.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_23.uasset new file mode 100644 index 00000000..dd3b45db --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_23.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55668ecc50a6cb586028ce9e1e8673b018dc7bddd7f0299074111ba41c0d71c6 +size 1706327 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_28.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_28.uasset new file mode 100644 index 00000000..8917238b --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_28.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2ea6cdc76df52fc2624197065896297f08317518789de3d0f62c293541ec93 +size 1517103 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_29.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_29.uasset new file mode 100644 index 00000000..e1b6c0fb --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_29.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394568ff1cb1d56e071821b0fae8bfee6cb2b076b96aec757ce8680b33318d37 +size 1539159 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_32.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_32.uasset new file mode 100644 index 00000000..5abb5937 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_32.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14007d0e1eac51cf80c9fa702030b835d6431486f89f603ad5edb1b33272dbd5 +size 1615855 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_34.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_34.uasset new file mode 100644 index 00000000..b7e1b275 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_34.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214a7138659bbfa8f1305dce0e650139d826b675b163d5af1ef55236dcb4f03d +size 157820 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_48.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_48.uasset new file mode 100644 index 00000000..56a48bf0 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_48.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9578c351a33b352d7055af9966c226068cfbc5329b1dc4ef413b1248b2f557 +size 194297 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_49.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_49.uasset new file mode 100644 index 00000000..c7272f88 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_49.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d725b291f382f2be2b8ca54a36fe08ad08dcbf31b77ed1fe04b012022ea4d7e3 +size 55050 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_50.uasset b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_50.uasset new file mode 100644 index 00000000..06439cd7 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/LC/T_LC_50.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ee1978b1ac25ff8fe3c09ec4a15d691b8945834f013c38af889826143916ca +size 1888646 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_2.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_2.uasset new file mode 100644 index 00000000..acc84de5 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f869f8a7e614fd4495d4b5954383c0ba968e49c2f4d2ec3a19a7735c35e277 +size 359643 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_21.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_21.uasset new file mode 100644 index 00000000..02a61bdc --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190b6d05695f27fa01872940c7656910ba884dd54b7368bf47d39cf9b74d5d6c +size 865817 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_26.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_26.uasset new file mode 100644 index 00000000..e410a0e8 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Noise/T_LC_26.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b347665b59eb19db2fde4b566852711b4d80adbc1c5e5c5e8c4192d2e5c05bdc +size 888239 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Normal/T_Water_N.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Normal/T_Water_N.uasset new file mode 100644 index 00000000..76b14d9c --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Normal/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031f8b14f8818273a44f4039feece32afdb9eb4c297cf24c3342d616d9d1dcb3 +size 2064444 diff --git a/Content/AdvancedPortalsSystemVFX/Textures/Pattern/T_Pattern_01.uasset b/Content/AdvancedPortalsSystemVFX/Textures/Pattern/T_Pattern_01.uasset new file mode 100644 index 00000000..8e47ec39 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/Textures/Pattern/T_Pattern_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aacd953d712904faf2592aa77850fc0c3fa4f89eddf11ab0577018be3cc91cd +size 962976 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_01.uasset b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_01.uasset new file mode 100644 index 00000000..c1373c5a --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facc740d5e6bed83c3e269904a4beba2d15167d9e2c801f05eee28c51ca67d7c +size 1854029 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_02.uasset b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_02.uasset new file mode 100644 index 00000000..da688d5c --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d12e2915e599b42b15c225dd55f3e01c6b1bd3f55c1381d9fce002125e8b8da +size 1267393 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_03.uasset b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_03.uasset new file mode 100644 index 00000000..73eae4cc --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7ffdddbbc83d0e41e53ce788a550cf0a52b04c00229fd2bfcb5ad27da6c8d9 +size 1890496 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_04.uasset b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_04.uasset new file mode 100644 index 00000000..624121bc --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41686ea5362fea06800cd8304f6815781449c6fc272824228f00222f3cc8fc4 +size 1264362 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_05.uasset b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_05.uasset new file mode 100644 index 00000000..b98036db --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40888247e841fc8bb9ea5bced6474fbae5e176c47abf54bc0b539d80cddada38 +size 1264362 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_06.uasset b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_06.uasset new file mode 100644 index 00000000..677c0e0d --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/CurlySparks/NS_Portal_CurlySparks_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ad797572f9fc88aa84c2d76f7024542b59ef35bf0ebcb0cdb3455f77251c33 +size 1872967 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_1.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_1.uasset new file mode 100644 index 00000000..cbe8c81b --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57c31d04268f81e65967daf0b2a30587bc8bb46034f806c01701b664d6da089 +size 1240441 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_10.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_10.uasset new file mode 100644 index 00000000..01637c38 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c67f1faa23ef1b65f5746232f4e2f97a0400a39945f88b8aaa9247271a9521c0 +size 1613548 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_2.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_2.uasset new file mode 100644 index 00000000..bb16a15c --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26aa53d13c407dc2e57ba54c5b09c052c8dc8fc5a82f6f8655861cd89c431834 +size 1957368 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_3.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_3.uasset new file mode 100644 index 00000000..6a04a94e --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe8894c087a87d51a24b86df7c3fc54613cf0d8311e1ea7971ad577f2a99928 +size 1193889 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_4.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_4.uasset new file mode 100644 index 00000000..1ebebc0d --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5721e56c410bc1c5c11573cb6de2acbaba3721d92c58e39a432525225f677343 +size 1629461 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_5.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_5.uasset new file mode 100644 index 00000000..4d4ebef0 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654929364f04931148501aeadbdc878ad8dcfdea9c2c6d6f7d7b848badd81f09 +size 1536036 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_6.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_6.uasset new file mode 100644 index 00000000..55ce3bfa --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fecbe08ada650636c87b2c2526077bd8f0205007e88aacfbdafc8f7e9df51d5 +size 1615922 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_7.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_7.uasset new file mode 100644 index 00000000..eb80c04a --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a9dff7f88e7a0d58747e4ee70653c89daae25ae3c371076689420bfde23625 +size 1610938 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_8.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_8.uasset new file mode 100644 index 00000000..70bdb23c --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e55b58561b5294cdcf030869af5cc2e1a53bba48026708f3d48ff9c08e30e97 +size 1613353 diff --git a/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_9.uasset b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_9.uasset new file mode 100644 index 00000000..bce90969 --- /dev/null +++ b/Content/AdvancedPortalsSystemVFX/VFX/Vortex/NS_Portal_Vortex_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa7cdad1128771bf790e78aff3cb1f94e23dc97173fee45a6ed92114cb45c92 +size 1613353 diff --git a/Content/AnimStarterPack/Aim_Space_Hip.uasset b/Content/AnimStarterPack/Aim_Space_Hip.uasset new file mode 100644 index 00000000..2dbdd0fa --- /dev/null +++ b/Content/AnimStarterPack/Aim_Space_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c16e6eace2fc8327df2fcbc7cf54c50a5161dcdb00375a91623cdf6cbc24ae +size 188546 diff --git a/Content/AnimStarterPack/Aim_Space_Ironsights.uasset b/Content/AnimStarterPack/Aim_Space_Ironsights.uasset new file mode 100644 index 00000000..de35bc98 --- /dev/null +++ b/Content/AnimStarterPack/Aim_Space_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b7bae25f911f397715577099f1737e20c5ef0eeb705c32316ed4139117e95f4 +size 188243 diff --git a/Content/AnimStarterPack/BS_CrouchWalk.uasset b/Content/AnimStarterPack/BS_CrouchWalk.uasset new file mode 100644 index 00000000..a8f156d6 --- /dev/null +++ b/Content/AnimStarterPack/BS_CrouchWalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff0b12b2467d3ba0b80336401662b6906e4844b2350a436a17d78e0e9cd6265 +size 103283 diff --git a/Content/AnimStarterPack/BS_Jog.uasset b/Content/AnimStarterPack/BS_Jog.uasset new file mode 100644 index 00000000..9cdb8ba4 --- /dev/null +++ b/Content/AnimStarterPack/BS_Jog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ea9fa690d60831caffcafd82d994c3f60baa442404951c86c491120a0f81489 +size 101424 diff --git a/Content/AnimStarterPack/Crouch_Idle_Rifle_Hip.uasset b/Content/AnimStarterPack/Crouch_Idle_Rifle_Hip.uasset new file mode 100644 index 00000000..1f00a491 --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Idle_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a34d7fa650f93fa067e010b3acd9cbef8374e17307d4de7603695f7f27bc4d +size 274931 diff --git a/Content/AnimStarterPack/Crouch_Idle_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Crouch_Idle_Rifle_Ironsights.uasset new file mode 100644 index 00000000..fb752aff --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Idle_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61ee8829cee45361ee69296563272b282f60ce542dfd2155ad2d97662c9ff6b +size 273362 diff --git a/Content/AnimStarterPack/Crouch_Walk_Bwd_Rifle_Hip.uasset b/Content/AnimStarterPack/Crouch_Walk_Bwd_Rifle_Hip.uasset new file mode 100644 index 00000000..3aaefdbf --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Bwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160bbfe193cf1d3b3a3969488e015750fb52597408c9b1aec1054c80c10282c6 +size 164111 diff --git a/Content/AnimStarterPack/Crouch_Walk_Bwd_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Crouch_Walk_Bwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..a50a2efa --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Bwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a839e3356baa6a299feba099a1a963ea18ac19e02fdb94de8e3b15f8fd9d2b71 +size 162475 diff --git a/Content/AnimStarterPack/Crouch_Walk_Fwd_Rifle_Hip.uasset b/Content/AnimStarterPack/Crouch_Walk_Fwd_Rifle_Hip.uasset new file mode 100644 index 00000000..0bbeb8dd --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Fwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451b09121c8b153e8c037db4aaff096c827df4b4bf579684161463bb95e6ce76 +size 162779 diff --git a/Content/AnimStarterPack/Crouch_Walk_Fwd_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Crouch_Walk_Fwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..373e3ea0 --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Fwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4f95ed8fb9042b8ac6d7c2bbb6849c47952b5ce278ef6b80bb4e5d0ab143ad +size 161486 diff --git a/Content/AnimStarterPack/Crouch_Walk_Lt_Rifle_Hip.uasset b/Content/AnimStarterPack/Crouch_Walk_Lt_Rifle_Hip.uasset new file mode 100644 index 00000000..096d305c --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Lt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684a76e4bc017b76c4a2d152f3cf4408a037e6c541494ab044d2c276c0222dad +size 162832 diff --git a/Content/AnimStarterPack/Crouch_Walk_Lt_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Crouch_Walk_Lt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..6bed8ac7 --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Lt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b17ad64131d8655dff3bf0f6d943e83c906f3b71adc44a7b498fbe6a3eec23 +size 161801 diff --git a/Content/AnimStarterPack/Crouch_Walk_Rt_Rifle_Hip.uasset b/Content/AnimStarterPack/Crouch_Walk_Rt_Rifle_Hip.uasset new file mode 100644 index 00000000..9d554411 --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Rt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0543e60def9006f8ea84b1392c7761aaca48af42ce8d209d3a8fe7a4d40cdd +size 163011 diff --git a/Content/AnimStarterPack/Crouch_Walk_Rt_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Crouch_Walk_Rt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..c709bb7e --- /dev/null +++ b/Content/AnimStarterPack/Crouch_Walk_Rt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f153046369c877511b96de889d75989228c7320a7580d282c6cc7d28d1341b0f +size 161951 diff --git a/Content/AnimStarterPack/Crouch_to_Stand_Rifle_Hip.uasset b/Content/AnimStarterPack/Crouch_to_Stand_Rifle_Hip.uasset new file mode 100644 index 00000000..7471a03d --- /dev/null +++ b/Content/AnimStarterPack/Crouch_to_Stand_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81b911926f77953e6b46cfde3e2ef3be13c6edad2dff8ec0a1bcad0812db1cc +size 124784 diff --git a/Content/AnimStarterPack/Crouch_to_Stand_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Crouch_to_Stand_Rifle_Ironsights.uasset new file mode 100644 index 00000000..4a202a91 --- /dev/null +++ b/Content/AnimStarterPack/Crouch_to_Stand_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05d2af612368838060c2cc5cfc694b7df6103467b42a984848b3939b278178e +size 123072 diff --git a/Content/AnimStarterPack/Death_1.uasset b/Content/AnimStarterPack/Death_1.uasset new file mode 100644 index 00000000..9296967d --- /dev/null +++ b/Content/AnimStarterPack/Death_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a409188568d20a3f97ad3ee1d72b55f9a32e21de0b39d08e13261e891bf1f2c +size 181646 diff --git a/Content/AnimStarterPack/Death_2.uasset b/Content/AnimStarterPack/Death_2.uasset new file mode 100644 index 00000000..c8c79647 --- /dev/null +++ b/Content/AnimStarterPack/Death_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c2bcdc686e0064034395caa24788e1f68b53e9f2513debcc424bb6ecb8a0243 +size 178337 diff --git a/Content/AnimStarterPack/Death_3.uasset b/Content/AnimStarterPack/Death_3.uasset new file mode 100644 index 00000000..8f8ec341 --- /dev/null +++ b/Content/AnimStarterPack/Death_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1136840a33b85b355882f3f1a9c1fe72e5238cd01971ea309236de310dd687 +size 199405 diff --git a/Content/AnimStarterPack/Death_Ironsights_1.uasset b/Content/AnimStarterPack/Death_Ironsights_1.uasset new file mode 100644 index 00000000..9415085d --- /dev/null +++ b/Content/AnimStarterPack/Death_Ironsights_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d795e63d710e58b16dcff560305530eff5b23f1985a16d82133743d619ef28d2 +size 195153 diff --git a/Content/AnimStarterPack/Death_Ironsights_2.uasset b/Content/AnimStarterPack/Death_Ironsights_2.uasset new file mode 100644 index 00000000..cbb29b7a --- /dev/null +++ b/Content/AnimStarterPack/Death_Ironsights_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4cfbc5804df5527f6b39289e9629cc42ed461a5daa3566a885f8c46901da31 +size 177351 diff --git a/Content/AnimStarterPack/Equip_Pistol_Standing.uasset b/Content/AnimStarterPack/Equip_Pistol_Standing.uasset new file mode 100644 index 00000000..4540ada8 --- /dev/null +++ b/Content/AnimStarterPack/Equip_Pistol_Standing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f71b8e27bb0bf658808e30cf1d374fe980d695e4c23f4d720350e01714f5bfc +size 195932 diff --git a/Content/AnimStarterPack/Equip_Rifle_Standing.uasset b/Content/AnimStarterPack/Equip_Rifle_Standing.uasset new file mode 100644 index 00000000..ddd6e183 --- /dev/null +++ b/Content/AnimStarterPack/Equip_Rifle_Standing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1901a59b4c8263a75c96c7a59db1aaf6d41e0a6e810726930b69e43f531f35 +size 193980 diff --git a/Content/AnimStarterPack/Fire_Rifle_Hip.uasset b/Content/AnimStarterPack/Fire_Rifle_Hip.uasset new file mode 100644 index 00000000..7a5dd2c6 --- /dev/null +++ b/Content/AnimStarterPack/Fire_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecee6bc8acfcb9504d8263e76205e08cda10811e0061d2510c5ca690eaaaac8 +size 112330 diff --git a/Content/AnimStarterPack/Fire_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Fire_Rifle_Ironsights.uasset new file mode 100644 index 00000000..44543138 --- /dev/null +++ b/Content/AnimStarterPack/Fire_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc6e9aaf143d9899babd94f15b2fe8844f7b9263691991fc4041ba2141de3e5 +size 111380 diff --git a/Content/AnimStarterPack/Fire_Shotgun_Hip.uasset b/Content/AnimStarterPack/Fire_Shotgun_Hip.uasset new file mode 100644 index 00000000..dd42cbe0 --- /dev/null +++ b/Content/AnimStarterPack/Fire_Shotgun_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e014e4b8e6bd8d4c09d79ed000c522ee2f5aabf1771d0dfbc0a603f9562f76 +size 144387 diff --git a/Content/AnimStarterPack/Fire_Shotgun_Ironsights.uasset b/Content/AnimStarterPack/Fire_Shotgun_Ironsights.uasset new file mode 100644 index 00000000..4dca0198 --- /dev/null +++ b/Content/AnimStarterPack/Fire_Shotgun_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3943744c98170bb5a3717e016c610a432e77cda94adcee85c64df4159bc6563 +size 141701 diff --git a/Content/AnimStarterPack/Hit_React_1.uasset b/Content/AnimStarterPack/Hit_React_1.uasset new file mode 100644 index 00000000..0de7d83e --- /dev/null +++ b/Content/AnimStarterPack/Hit_React_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a067fa97220ca3a7f56199f6b58ddf888f66e5359694ffcc64eef7fb7e321148 +size 132820 diff --git a/Content/AnimStarterPack/Hit_React_2.uasset b/Content/AnimStarterPack/Hit_React_2.uasset new file mode 100644 index 00000000..ef0abe31 --- /dev/null +++ b/Content/AnimStarterPack/Hit_React_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc51b2d6721967b118bccc1031191e22633bab2987a004a6a873163f8e130a11 +size 133658 diff --git a/Content/AnimStarterPack/Hit_React_3.uasset b/Content/AnimStarterPack/Hit_React_3.uasset new file mode 100644 index 00000000..001604f8 --- /dev/null +++ b/Content/AnimStarterPack/Hit_React_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841411f30371cca90309c453e77030eac9d0c79ece652b12a0292606d2a8c2f8 +size 133138 diff --git a/Content/AnimStarterPack/Hit_React_4.uasset b/Content/AnimStarterPack/Hit_React_4.uasset new file mode 100644 index 00000000..7b6227f9 --- /dev/null +++ b/Content/AnimStarterPack/Hit_React_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba62f4a8c2e151da1b3a7a161c03f09027de537dd6c1f0a218985fee57a367b5 +size 133343 diff --git a/Content/AnimStarterPack/Idle_Pistol.uasset b/Content/AnimStarterPack/Idle_Pistol.uasset new file mode 100644 index 00000000..1b4a59b0 --- /dev/null +++ b/Content/AnimStarterPack/Idle_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b2e3a0279ac45993ee978461ea6018cd7590818dc5be7c6f76b441150bd272 +size 276217 diff --git a/Content/AnimStarterPack/Idle_Rifle_Hip.uasset b/Content/AnimStarterPack/Idle_Rifle_Hip.uasset new file mode 100644 index 00000000..41c7ab69 --- /dev/null +++ b/Content/AnimStarterPack/Idle_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10957e249c797e2c392394fb6d8b506859e8dd0f52e41e871a5a46fa2c3757b +size 277628 diff --git a/Content/AnimStarterPack/Idle_Rifle_Hip_Break1.uasset b/Content/AnimStarterPack/Idle_Rifle_Hip_Break1.uasset new file mode 100644 index 00000000..36c77875 --- /dev/null +++ b/Content/AnimStarterPack/Idle_Rifle_Hip_Break1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b18185d81daa06179666ba694e283447327f96e1addde7dd3bdad16df91bd1 +size 250239 diff --git a/Content/AnimStarterPack/Idle_Rifle_Hip_Break2.uasset b/Content/AnimStarterPack/Idle_Rifle_Hip_Break2.uasset new file mode 100644 index 00000000..b42534bf --- /dev/null +++ b/Content/AnimStarterPack/Idle_Rifle_Hip_Break2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7585cb067b2ec15c54111fe07ab3643b8b4187837fcd6c6ca349ba86a106b9ac +size 270515 diff --git a/Content/AnimStarterPack/Idle_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Idle_Rifle_Ironsights.uasset new file mode 100644 index 00000000..48504af3 --- /dev/null +++ b/Content/AnimStarterPack/Idle_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf32e388be17f181b63f9a716498250554399e397ee674b7067b4944ef1b97d1 +size 276375 diff --git a/Content/AnimStarterPack/Jog_Bwd_Rifle.uasset b/Content/AnimStarterPack/Jog_Bwd_Rifle.uasset new file mode 100644 index 00000000..81c27a3f --- /dev/null +++ b/Content/AnimStarterPack/Jog_Bwd_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48f2e65466394884c1ea37cea6ea3932b42d7427031e02af9284fa6b3de322c +size 149391 diff --git a/Content/AnimStarterPack/Jog_Fwd_Rifle.uasset b/Content/AnimStarterPack/Jog_Fwd_Rifle.uasset new file mode 100644 index 00000000..8d76e5cb --- /dev/null +++ b/Content/AnimStarterPack/Jog_Fwd_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5da5653211aea7a780411b8708cba355f7b53e8238605fd1d2236ddae7282e4 +size 147577 diff --git a/Content/AnimStarterPack/Jog_Lt_Rifle.uasset b/Content/AnimStarterPack/Jog_Lt_Rifle.uasset new file mode 100644 index 00000000..49b334e1 --- /dev/null +++ b/Content/AnimStarterPack/Jog_Lt_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84008fc6f5098cd8f7630e8c5d3e488e160f1c0c3b3e4acfc3bc2601d1e2b5e +size 141543 diff --git a/Content/AnimStarterPack/Jog_Rt_Rifle.uasset b/Content/AnimStarterPack/Jog_Rt_Rifle.uasset new file mode 100644 index 00000000..3e10797a --- /dev/null +++ b/Content/AnimStarterPack/Jog_Rt_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb8c252b7588e55e8a8e7e7dfaba994b8e34adfaecc791c0f4a7a6ac827c34f +size 149973 diff --git a/Content/AnimStarterPack/Jump_From_Jog.uasset b/Content/AnimStarterPack/Jump_From_Jog.uasset new file mode 100644 index 00000000..c3d89f2f --- /dev/null +++ b/Content/AnimStarterPack/Jump_From_Jog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0a9b84f1480830b0af36131a398c40c3f9e8e9af7d5e504414409562eda1c6 +size 128514 diff --git a/Content/AnimStarterPack/Jump_From_Stand.uasset b/Content/AnimStarterPack/Jump_From_Stand.uasset new file mode 100644 index 00000000..96e03772 --- /dev/null +++ b/Content/AnimStarterPack/Jump_From_Stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f0f83dd792890d9d570953c876b04b246c990eec5db6dd0927be53ca3197e0 +size 142552 diff --git a/Content/AnimStarterPack/Jump_From_Stand_Ironsights.uasset b/Content/AnimStarterPack/Jump_From_Stand_Ironsights.uasset new file mode 100644 index 00000000..46ef9eff --- /dev/null +++ b/Content/AnimStarterPack/Jump_From_Stand_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384b0fb456ff269192ba0511b67900bab17c15788d38c7c895309f2563456ea0 +size 142359 diff --git a/Content/AnimStarterPack/Prone_Death_1.uasset b/Content/AnimStarterPack/Prone_Death_1.uasset new file mode 100644 index 00000000..9a36ce16 --- /dev/null +++ b/Content/AnimStarterPack/Prone_Death_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147e8c24a64c3686c73a53f8f1956017561a169cf05526416e481baccb7d3354 +size 121931 diff --git a/Content/AnimStarterPack/Prone_Death_2.uasset b/Content/AnimStarterPack/Prone_Death_2.uasset new file mode 100644 index 00000000..df9e2051 --- /dev/null +++ b/Content/AnimStarterPack/Prone_Death_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f6a8538a6228bc60791693af025aa25d962f24df2448490cbbde7020a4b280 +size 196912 diff --git a/Content/AnimStarterPack/Prone_Fire_1.uasset b/Content/AnimStarterPack/Prone_Fire_1.uasset new file mode 100644 index 00000000..fc4b559a --- /dev/null +++ b/Content/AnimStarterPack/Prone_Fire_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707a955e73dda4b6e6b9d6a6336395ccb050eafcad778d2273d0bd8fb87b1dda +size 99855 diff --git a/Content/AnimStarterPack/Prone_Fire_2.uasset b/Content/AnimStarterPack/Prone_Fire_2.uasset new file mode 100644 index 00000000..ad9c189e --- /dev/null +++ b/Content/AnimStarterPack/Prone_Fire_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf39f77398a9f605de2a4f508dc0f6b39ab4ea7c2d5038a7189eb6f5f0ed6ae0 +size 100442 diff --git a/Content/AnimStarterPack/Prone_Idle.uasset b/Content/AnimStarterPack/Prone_Idle.uasset new file mode 100644 index 00000000..3668a53a --- /dev/null +++ b/Content/AnimStarterPack/Prone_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885f88eb6499754ea3d141b3fa142a0486953292ceda229f2458fd284926e688 +size 336195 diff --git a/Content/AnimStarterPack/Prone_Reload_Rifle.uasset b/Content/AnimStarterPack/Prone_Reload_Rifle.uasset new file mode 100644 index 00000000..b59a8e70 --- /dev/null +++ b/Content/AnimStarterPack/Prone_Reload_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53fdab9e9454038df1bb90100ef815f01f42e5dc5a96496242864d18ff917271 +size 239624 diff --git a/Content/AnimStarterPack/Prone_Reload_Shotgun.uasset b/Content/AnimStarterPack/Prone_Reload_Shotgun.uasset new file mode 100644 index 00000000..91b898a8 --- /dev/null +++ b/Content/AnimStarterPack/Prone_Reload_Shotgun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0709c07b3e348b8b53464345c2c33207b6e086197aa62451760270effe267eaf +size 282360 diff --git a/Content/AnimStarterPack/Prone_To_Stand.uasset b/Content/AnimStarterPack/Prone_To_Stand.uasset new file mode 100644 index 00000000..1891effe --- /dev/null +++ b/Content/AnimStarterPack/Prone_To_Stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6d1837237e2cdf2681bcaa4455990c0cde1eac0ac817eae1a5560a6f2eb069 +size 161933 diff --git a/Content/AnimStarterPack/Reload_Pistol.uasset b/Content/AnimStarterPack/Reload_Pistol.uasset new file mode 100644 index 00000000..78b2f801 --- /dev/null +++ b/Content/AnimStarterPack/Reload_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340d0cf6315a946ab0490f0edb27a6715f0d02453df1233981a36adc9c27ed97 +size 178832 diff --git a/Content/AnimStarterPack/Reload_Rifle_Hip.uasset b/Content/AnimStarterPack/Reload_Rifle_Hip.uasset new file mode 100644 index 00000000..d1b2f9de --- /dev/null +++ b/Content/AnimStarterPack/Reload_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a0e8d0c4f59bd262699f273af214ed43d0a2a3e6cb6c923ca59e2c8da70f8bf +size 201655 diff --git a/Content/AnimStarterPack/Reload_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Reload_Rifle_Ironsights.uasset new file mode 100644 index 00000000..0f10a18c --- /dev/null +++ b/Content/AnimStarterPack/Reload_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7020c92423742122ae2d7d3b28c31e8c4e438d48c817caa8c0cb0b568d92a3 +size 202183 diff --git a/Content/AnimStarterPack/Reload_Shotgun_Hip.uasset b/Content/AnimStarterPack/Reload_Shotgun_Hip.uasset new file mode 100644 index 00000000..8bb0486c --- /dev/null +++ b/Content/AnimStarterPack/Reload_Shotgun_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3475283122e464da7b204544bcdc25da55576bc2a1386958761ce9a66f1b6290 +size 294511 diff --git a/Content/AnimStarterPack/Reload_Shotgun_Ironsights.uasset b/Content/AnimStarterPack/Reload_Shotgun_Ironsights.uasset new file mode 100644 index 00000000..b89e21c5 --- /dev/null +++ b/Content/AnimStarterPack/Reload_Shotgun_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611c363a51b13fd38a4b281ca710c80a54a199a6339545ac0d13eaef58cdf381 +size 293729 diff --git a/Content/AnimStarterPack/Showcase.umap b/Content/AnimStarterPack/Showcase.umap new file mode 100644 index 00000000..11a6abeb --- /dev/null +++ b/Content/AnimStarterPack/Showcase.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95581ef8fd87b23fd7185a0e6acbd380b19a212a5c65c7d1b336f73026d5120b +size 585213 diff --git a/Content/AnimStarterPack/Sprint_Fwd_Rifle.uasset b/Content/AnimStarterPack/Sprint_Fwd_Rifle.uasset new file mode 100644 index 00000000..4b52199a --- /dev/null +++ b/Content/AnimStarterPack/Sprint_Fwd_Rifle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e70cbbf2bef3836da8a7a6bfba21a241665d23b1bc15bb4afa9fdf390553f5 +size 150598 diff --git a/Content/AnimStarterPack/Stand_To_Prone.uasset b/Content/AnimStarterPack/Stand_To_Prone.uasset new file mode 100644 index 00000000..4381d652 --- /dev/null +++ b/Content/AnimStarterPack/Stand_To_Prone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e655c0c2591aca79a102dbefa6a5601842ace7c50bc5d95754759a2d3996f35 +size 168564 diff --git a/Content/AnimStarterPack/Stand_to_Crouch_Rifle_Hip.uasset b/Content/AnimStarterPack/Stand_to_Crouch_Rifle_Hip.uasset new file mode 100644 index 00000000..f5967c97 --- /dev/null +++ b/Content/AnimStarterPack/Stand_to_Crouch_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfaa7ffa204083bc240b6206cf29a65db644286cede481d9fc7ec925c3b0192 +size 127675 diff --git a/Content/AnimStarterPack/Stand_to_Crouch_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Stand_to_Crouch_Rifle_Ironsights.uasset new file mode 100644 index 00000000..37eb4c82 --- /dev/null +++ b/Content/AnimStarterPack/Stand_to_Crouch_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804097d045f7d027f079b131c69b975e9754d7400fab2fb564f2a8a293e0a452 +size 127794 diff --git a/Content/AnimStarterPack/UE4ASP_HeroTPP_AnimBlueprint.uasset b/Content/AnimStarterPack/UE4ASP_HeroTPP_AnimBlueprint.uasset new file mode 100644 index 00000000..3e1a3f08 --- /dev/null +++ b/Content/AnimStarterPack/UE4ASP_HeroTPP_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe65460d053b0435b1dbc73806b568700d43dae34356262f59b9ae16e29005bd +size 667920 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/M_UE4Man_Body.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/M_UE4Man_Body.uasset new file mode 100644 index 00000000..8f56c584 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/M_UE4Man_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7dc2aac13bc396d864d48966ced83f016de6252ac57b8459897a35ecd25edc +size 136551 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/M_UE4Man_ChestLogo.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/M_UE4Man_ChestLogo.uasset new file mode 100644 index 00000000..67593ff2 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/M_UE4Man_ChestLogo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8801d51f97a4dfc56658c363eb0ed5e130477ee4ac557747cfa05296266c222b +size 93350 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 00000000..11dc0f10 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f2c723b40140562c0444e4d2f70733a258456b2a0262a7336d0e5e3791aa45 +size 102542 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 00000000..bb28da9e --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bda1590e3bfcad57591bf50b8d8ae097c4f850fb52e0c23a4c2b6840b90760 +size 98451 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset new file mode 100644 index 00000000..c96d31e4 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d10cd7b5142d353af6bd24570012579f3f1beb308963bc98e0fcdc3f901c77e +size 99691 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 00000000..630e7511 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb52705080f12d988a392e714b28dc70ec8b822fa5f8e46fa8eef9165f9f9c5 +size 102371 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 00000000..cdd5192c --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e7b43dea85d3711ef6808fad9bb858e8f3f9a0d9826a8bf09021e1fb3ea815 +size 434410 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..ad40a411 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a262e93cfdd3be852153233ee2c2aedb77d43c3e0b50829ebb6bf0f68a6651d5 +size 405256 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 00000000..c8689d67 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac61a9228475e0cf244927c3d34de1fa13a7f780484f6f2b5e7d5bd1ff4dba68 +size 470771 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 00000000..080f1b97 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:133271aa7e759618764af75f8ceec83f9bf54796bf7039cce6973e6998b2f9e6 +size 362117 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Mesh/SK_Mannequin.uasset b/Content/AnimStarterPack/UE4_Mannequin/Mesh/SK_Mannequin.uasset new file mode 100644 index 00000000..73286950 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Mesh/SK_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e559f8b1e8cb28d67209da38221aaeab6c11b84f923adca0c7ed7d35f194c46 +size 3774704 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Mesh/SK_Mannequin_PhysicsAsset.uasset b/Content/AnimStarterPack/UE4_Mannequin/Mesh/SK_Mannequin_PhysicsAsset.uasset new file mode 100644 index 00000000..4ab164c0 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Mesh/SK_Mannequin_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d2c0af2f6704b68837b3b319446ed434ee46883c1b941f830fdebb88b3ab9b +size 26064 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Mesh/UE4_Mannequin_Skeleton.uasset b/Content/AnimStarterPack/UE4_Mannequin/Mesh/UE4_Mannequin_Skeleton.uasset new file mode 100644 index 00000000..1c59f65d --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Mesh/UE4_Mannequin_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761f089534b0ab816720025e598c7bd5b157a41ae7b95b70f14b7c8b1d915a2f +size 11140 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4Man_Logo_N.uasset b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4Man_Logo_N.uasset new file mode 100644 index 00000000..c4b62f0d --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4Man_Logo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43184512611058b0346db0fbfe0a462a6907fa633fdda1c5347e357fc6ab806 +size 161770 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_LOGO_CARD.uasset b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_LOGO_CARD.uasset new file mode 100644 index 00000000..faad1e83 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_LOGO_CARD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80139b3e5b3ca64233cfc172a67cf81fc664f8d1a992328ea30dee940cc1cb2 +size 95173 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin_MAT_MASKA.uasset b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin_MAT_MASKA.uasset new file mode 100644 index 00000000..62972963 --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin_MAT_MASKA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c7a994e8f33fad29cc5b487b443fd63e0d7fdccba4e25ec767bd37e61062ff +size 274906 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin__normals.uasset b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin__normals.uasset new file mode 100644 index 00000000..e3787d7f --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d438f828c2bbc041ba3a24c6dc74ce2cd64c2c86fabae1865dde87750c3872a +size 5481078 diff --git a/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin_occlusion_Mobile.uasset b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin_occlusion_Mobile.uasset new file mode 100644 index 00000000..d06bddea --- /dev/null +++ b/Content/AnimStarterPack/UE4_Mannequin/Textures/UE4_Mannequin_occlusion_Mobile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f645adb6574f4959b783854c7e5ab4058b481150886637cd2a93de355a4d9e +size 362358 diff --git a/Content/AnimStarterPack/Ue4ASP_Character.uasset b/Content/AnimStarterPack/Ue4ASP_Character.uasset new file mode 100644 index 00000000..2a128a1d --- /dev/null +++ b/Content/AnimStarterPack/Ue4ASP_Character.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8873b80d47adf2b3d83ea7bec65a2144d85cfbbc73ee811cf2a0b81e3edfbb32 +size 295665 diff --git a/Content/AnimStarterPack/Walk_Bwd_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Walk_Bwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..62d5f1de --- /dev/null +++ b/Content/AnimStarterPack/Walk_Bwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5698df9de8f4738fa3807319c167ff6c68d4fc36385d0adc5f099e9d16847744 +size 161122 diff --git a/Content/AnimStarterPack/Walk_Fwd_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Walk_Fwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..00494420 --- /dev/null +++ b/Content/AnimStarterPack/Walk_Fwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a78f3a7a995b2199b46abfd72e3f4d2268e0b8c3a9b1df3f7df28a3caa6109 +size 158106 diff --git a/Content/AnimStarterPack/Walk_Lt_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Walk_Lt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..4096a6b7 --- /dev/null +++ b/Content/AnimStarterPack/Walk_Lt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff97db22bc1c7191cfa4028d478ce392d56ad093d9a3da9de01d112830684845 +size 159464 diff --git a/Content/AnimStarterPack/Walk_Rt_Rifle_Ironsights.uasset b/Content/AnimStarterPack/Walk_Rt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..4d9d0a33 --- /dev/null +++ b/Content/AnimStarterPack/Walk_Rt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05aede850c4a0e64e844434acd82eec224482ea69e371edc32bff7e7ae34da87 +size 160150 diff --git a/Content/Characters/Mannequins/Animations/ABP_Manny.uasset b/Content/Characters/Mannequins/Animations/ABP_Manny.uasset new file mode 100644 index 00000000..c4d5ac14 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/ABP_Manny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bbd3401f6a9be5ea2c0ca198a9f2d455f7ed49a3c000f35839109ccb41b6d3 +size 356533 diff --git a/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset b/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset new file mode 100644 index 00000000..f1dd0e90 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/ABP_Quinn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03816a188a48f6ea1a7e7484b1fcc47862e8b456b7495a3a1d1a3315e57ee66 +size 39886 diff --git a/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset b/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset new file mode 100644 index 00000000..12a33383 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/BS_MM_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f101eb50ae2cf93385a3b79d13952754e9e579cc98a4112df4c0aca56f9d01a +size 9110 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset new file mode 100644 index 00000000..d4d17aa9 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b92df7c76cef321462edf587cddca25e34e7cb9636f0ce91d2ac95d014fdb5 +size 973520 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset new file mode 100644 index 00000000..717f93cf --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e070fb9c5f234d8b0e9ea6709398d37cc5966790fd78bc5598dbe0fdea34727 +size 1464524 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset new file mode 100644 index 00000000..61b21c47 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d4b95cca6ae766f308ac8ccfd60149042a2513fc591299bdb163def4c07153 +size 451804 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset new file mode 100644 index 00000000..d970e032 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63be745a266cc13169f438b8a7a54127e7c3a0dc846b82d6567ccfc37a820d42 +size 457721 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset new file mode 100644 index 00000000..6679b04e --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49015c4cc61b7023a45678d30af649e9f71ee3e5503d1a4766f0047b6f337404 +size 510134 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset new file mode 100644 index 00000000..d6ba7682 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572510b31e08265f8857e57d44db842345ece550fb76c17e2740a80d1c192b43 +size 576889 diff --git a/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset b/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset new file mode 100644 index 00000000..fd76981d --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Manny/MM_Walk_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2005cbd7b402403367dce947162cc82192746f65ca407324e77a0815d4a750 +size 762689 diff --git a/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset b/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset new file mode 100644 index 00000000..a76b44e3 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Quinn/BS_MF_Unarmed_WalkRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7c4af7523af048e88d134d79a2ac37bb6033e8146a2f4993639cfcdd2b52e1 +size 9150 diff --git a/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset b/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset new file mode 100644 index 00000000..2a8c68ad --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Quinn/MF_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e467f174d514089045bc70034b2959270bcba8b529028897622967b617cff4b +size 1000357 diff --git a/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset b/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset new file mode 100644 index 00000000..663183d4 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Quinn/MF_Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ca3768c455bb64874b54a0c07bb86848b9e72a9997e1f3a23bc451afbf3df7 +size 550710 diff --git a/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset b/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset new file mode 100644 index 00000000..1dd3f223 --- /dev/null +++ b/Content/Characters/Mannequins/Animations/Quinn/MF_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffc820c76e47ff7ff6f91f7d4c5c3c47cee0962c676df957e9771374f318be0 +size 567393 diff --git a/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset b/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset new file mode 100644 index 00000000..1a36766d --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Functions/CA_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bd1279adfc7278486ac4d3a2798d21950aa010f5f49fbb3c58a52c700b12a1b +size 4966 diff --git a/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset b/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset new file mode 100644 index 00000000..d032def5 --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Functions/ChromaticCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7c01512ad40f94a6bb48471fd4a4586ed1e94a0d38c6ac0aa8bb3bcbc83d07 +size 6419 diff --git a/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset b/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset new file mode 100644 index 00000000..9d52ca86 --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Functions/MF_Diffraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3920d3faff02541890fb869ee1a9b4612391f9e9d0f524e28f239bb3e0b50b5 +size 32050 diff --git a/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset b/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset new file mode 100644 index 00000000..24325c5a --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Functions/MF_logo3layers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f009f1368d39806b09103d9400640718e21e5be7b772bfda66f0594c9cd889 +size 56002 diff --git a/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset b/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset new file mode 100644 index 00000000..6d88313a --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Functions/ML_BaseColorFallOff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17588b09a2ccd0dee23ef70ced4366becf92da7e701c13476a1247429fa5e39d +size 13746 diff --git a/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset b/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset new file mode 100644 index 00000000..6d0a358b --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f370329f767e62fada0993a49b3ab9171b7010e5174bed77022400c8a75e48c +size 21413 diff --git a/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset b/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset new file mode 100644 index 00000000..9c51767f --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Instances/Manny/MI_Manny_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08baa4d9b1da134cea7574219774d8fb317f4f46e3f924bf39a136bd02691e87 +size 24436 diff --git a/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset b/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset new file mode 100644 index 00000000..67b3c4c4 --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8702cfbe1e0d48c67af6be48a7720a18a6febb21a37095f614e20bcf2b5889 +size 19454 diff --git a/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset b/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset new file mode 100644 index 00000000..1250f75c --- /dev/null +++ b/Content/Characters/Mannequins/Materials/Instances/Quinn/MI_Quinn_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7fa663daf1f69d8a7fd3e94c42f567f9b952c45c2fd9d96f20729d9654ae7b +size 24795 diff --git a/Content/Characters/Mannequins/Materials/M_Mannequin.uasset b/Content/Characters/Mannequins/Materials/M_Mannequin.uasset new file mode 100644 index 00000000..eb8dd7f4 --- /dev/null +++ b/Content/Characters/Mannequins/Materials/M_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826c127a9a2f8ca626d68f57a8d92a10c4e646060e0410db4f0c0aa2f8e1bf4b +size 84978 diff --git a/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset b/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset new file mode 100644 index 00000000..6c8ac6a1 --- /dev/null +++ b/Content/Characters/Mannequins/Meshes/SKM_Manny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b053cc6af71d01e659d789730aeb25455777326991914ba4b4e8778e0e110317 +size 35975646 diff --git a/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset b/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset new file mode 100644 index 00000000..ad3d1f08 --- /dev/null +++ b/Content/Characters/Mannequins/Meshes/SKM_Manny_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0975df2754e299ab6df38b94168fd10f1b537f22c1a7a11f4844d45732aa2d5 +size 19381547 diff --git a/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset b/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset new file mode 100644 index 00000000..3283860c --- /dev/null +++ b/Content/Characters/Mannequins/Meshes/SKM_Quinn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda6f92a40c7d9aa555bbb2060f18449758b7f2b8d8930bf85e72878b3e7b8f2 +size 37867022 diff --git a/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset b/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset new file mode 100644 index 00000000..19891ac0 --- /dev/null +++ b/Content/Characters/Mannequins/Meshes/SKM_Quinn_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6cd71fe3dc0481e7ca671f13f852ee806a58d7eeda5227c788c4d357dff622 +size 20192885 diff --git a/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset b/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset new file mode 100644 index 00000000..ae37f317 --- /dev/null +++ b/Content/Characters/Mannequins/Meshes/SK_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe03d0a0a676e5297ccf0e3f824b1266d5e8556221f130381c77b04a8ff1f86c +size 191734 diff --git a/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset b/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset new file mode 100644 index 00000000..c8bdf7a0 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/ABP_Manny_PostProcess.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e35f329a2387653faa9f5c37ef65b1f792292a114c54a2ba032d043b9bc4792 +size 410452 diff --git a/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset b/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset new file mode 100644 index 00000000..4e3a9940 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/ABP_Quinn_PostProcess.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e450f32ad4e766ee4572ce16df2a892ffbd80fb7617d6c1dc580ab0690968c5d +size 410250 diff --git a/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset b/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset new file mode 100644 index 00000000..56a4a20d --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/CR_Mannequin_BasicFootIK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de96b4b26942e4120dfcb4520ff7fc7c1bac420b95debc433ca1dc5838bccbfd +size 597855 diff --git a/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset b/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset new file mode 100644 index 00000000..f1753615 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/CR_Mannequin_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec83b01d304e75714296d3ba2fb9e13694143f1d35adc377d17738cd5abba57e +size 11630997 diff --git a/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset b/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset new file mode 100644 index 00000000..ed3c1caf --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/CR_Mannequin_Procedural.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5b92a6f580102dd1f5c5730dec6174d68257cc6151d7465b743a600e1f67e4 +size 2269761 diff --git a/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset b/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset new file mode 100644 index 00000000..9f9880ee --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/PA_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d708c307644a420048d6dc2a9fdcdeeb91fe19d673f19ccedafc9f78da5e42 +size 290931 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset new file mode 100644 index 00000000..c2743117 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca05f9ba7f4d33d7a44a089dd96b11a3f21d0359d8d6e786e2c5ad91420f6e4 +size 237482 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset new file mode 100644 index 00000000..f00b8e9b --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bf78e51121d4d6ef1faedd942215be069ada1b61325dd2e02540ad5e810e27 +size 207467 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset new file mode 100644 index 00000000..6db55556 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fd31cd00664923629e36ac4c9848a037a24ffabcdba88987e22351dfcb319f +size 237492 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset new file mode 100644 index 00000000..2670f40c --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_calf_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb46bcf5092b1f37fcc0954dd517873f8fbe34384cdb208ddf35efbe18ff68e3 +size 207467 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset new file mode 100644 index 00000000..e8762a43 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f424ddf297d49cc9339081c3d2f72f735ac81543329cdd66fd07654aa3b04a31 +size 237038 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset new file mode 100644 index 00000000..55fd9972 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48dd502d3655d1b977b0487533a0b503c6c8a5ec23cbc03a30c66dd5bb9481b0 +size 205773 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset new file mode 100644 index 00000000..3291da07 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c18a01c62311c323e4694e351d3f2d18e0d8e053fede822e59d1b05e0ecf5fd +size 236880 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset new file mode 100644 index 00000000..7d0c9cdb --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_clavicle_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66df91cfd43cac947b4067bfa8c15d1ed53ec99e07b47f4c9e9042730bcfadb1 +size 206375 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset new file mode 100644 index 00000000..62d3058c --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a455cb12b6ddb5ce98f45bab30af24c7db19400829dbaa35a1f9f1e5c09978d +size 233138 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset new file mode 100644 index 00000000..2b9d8247 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eeca05e17a84c4d4c955d15791736631cf8b00e15f302acbf9b7e437db9b4ca +size 132213 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset new file mode 100644 index 00000000..09592c9f --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fd6c53a61be82bd1c7792cba6b95261ecd142e686e685b7c45d94581067c90 +size 233236 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset new file mode 100644 index 00000000..067c2faf --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_foot_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c99bb983cf64d7084c05cc02e8edc31c21d118520572b040d35d727700ece3 +size 132213 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset new file mode 100644 index 00000000..e14919a6 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a4b66f8509e6646a79b491afeff2edd3298bf8dd66da6e6270816ab23c0692 +size 234386 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset new file mode 100644 index 00000000..371b311b --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507d87ef871058f8e2364e286e6a04166116794aee5f9cf02ddf17066a363b88 +size 169243 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset new file mode 100644 index 00000000..836559e0 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40acd01c389998546b03884a20d86da02cd1222edcacc07267e6603a401c092d +size 234388 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset new file mode 100644 index 00000000..d89b061f --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_hand_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822854a60bdcc1db88f0d47856057c7a9e4910844edf63b3e39b69e4c366351c +size 169243 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset new file mode 100644 index 00000000..a36e0bf5 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dea6f22b4a77367320160bf954db8f16469c75204f5aa36cf675b7a8b3b38bf +size 281408 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset new file mode 100644 index 00000000..9eb83ba9 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2586643a1c33c20e3f7c91de770a5741754ad3f2912e4bc29a06ef4d8141d30 +size 361685 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset new file mode 100644 index 00000000..8082ef5d --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4a59857d56343123ad08962c9feab8b292d0a18f5d7c8b5fead267c028a277 +size 243056 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset new file mode 100644 index 00000000..3db35273 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_lowerarm_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b571740922f8d6c31396732fcd6023e5357dd5cd2e76342619baa2f7f538e5f3 +size 361685 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset new file mode 100644 index 00000000..1cc2e94b --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de67ad4ec41782f0388c419a1400af022e0abccc32923493cfe11c52e0e4de16 +size 260060 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset new file mode 100644 index 00000000..b0473bbe --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaf3b9d25d12d6ebb6354783819acce3efccab688bab89b9c21451e944857dc +size 558010 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset new file mode 100644 index 00000000..414e2150 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae6f2f37e5a6b12a1ee3ad6a4002d754981573d59ea2e9be2db8a089837cf04 +size 260062 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset new file mode 100644 index 00000000..13478f6c --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_thigh_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d679ee1324ff432c48ba435323bf4f85d4d1a03fea3eb581740baff04b5bab6b +size 558010 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset new file mode 100644 index 00000000..7e9ed1c6 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734ecf930d3c4aefb8b5ab17558fcb4afbb820ce85d53ca29fe7bed9922b67a8 +size 264753 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset new file mode 100644 index 00000000..0f8ec877 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78fbfa3bbaede8398127b11d80199bc7a21efa1090c6f6dce9683910c330f1f +size 641674 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset new file mode 100644 index 00000000..1bc7e5d1 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d67925af73e4913486d46136a1b915bd934362473709c94919b8d440604cbd5 +size 265267 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset new file mode 100644 index 00000000..d66bfa7a --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Manny/Manny_upperarm_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d324965907a6094522f3ea78324c38f73f48e1e942fb80ec9a7d102d37fd84 +size 630236 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset new file mode 100644 index 00000000..bf8e72ef --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8e5fa3138a43056ef7bd06af4e8dfc855b47f0855895be40b351316a2a4c58 +size 281267 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset new file mode 100644 index 00000000..4fbda516 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6123e362e3a6a9a2885e06dfd68ee9aa31a29af1b5c84c0c5f9ac96904f17631 +size 245182 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset new file mode 100644 index 00000000..53136064 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4bead2be193be2246621929f096c87564ae1cac1081e5f802c74f191784a129 +size 319266 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset new file mode 100644 index 00000000..e18535b8 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_calf_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce84e427905cc8957146ab992260bd3997d70a58ad68d8f9172d55949531632 +size 245263 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset new file mode 100644 index 00000000..73dc83af --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a489caabf9f29b9862924a0eae764e4c4f70f234696b2daab8a556df8fa3d1 +size 317602 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset new file mode 100644 index 00000000..86fe691b --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b392f6a210cc9344ca56e0e5b7301d03ab20ffec23c133b9d63298ce719c95c +size 205934 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset new file mode 100644 index 00000000..f0b66367 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c5ada93c65595bb682b044f7246e758227158279feaed58548c0439849a9e2 +size 279023 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset new file mode 100644 index 00000000..aa98046e --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_clavicle_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd57a998330e7b001fdd089a3d4078e31a7448937d70deaf4f5eb568009a379 +size 206035 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset new file mode 100644 index 00000000..aa2e3dae --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538aa9977a5210220af2a278e79371ced3ab8f4b1c0db260a235f2dccabd0626 +size 275377 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset new file mode 100644 index 00000000..922da0fc --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96eac00256cc2274e05a0ce05d58946a2416302d6ffec52a3ff196fa82a632e6 +size 132174 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset new file mode 100644 index 00000000..ee135479 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb546e0a1d8106fc111d1366d37f3f3dbc26d09ba87511698e6992b96ec0a66 +size 275379 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset new file mode 100644 index 00000000..44f4d1a5 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_foot_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db67dd96f3e787907d8166c777306d6ccc597ec7dfbc3872e6008c5eadc4971c +size 132174 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset new file mode 100644 index 00000000..8cf7b665 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8496ae55c804df0692cd1a667f0dffea25bc46200a5e1e65d9c6289a7d5c7ec +size 276529 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset new file mode 100644 index 00000000..181ae81c --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25d0de9705777935cd82f3ee6a486ae6df6bd27ae7a55b4bd36f8885f5a1a71 +size 169204 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset new file mode 100644 index 00000000..2c554e00 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a784889a3c46cbbec28bc8b49f8257efc9d5a2e5821fba8accc0311fb2bc6c75 +size 257429 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset new file mode 100644 index 00000000..e621837a --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_hand_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98711ee774ed6a84c20376ba7a7a93286101b72b581bc745249b24dfa4486a3e +size 169204 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset new file mode 100644 index 00000000..f014da7f --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eeeaeb4ce4e2cba28e9a7c31a19eca6cb90765580bc44f489ad95f379ae7d41 +size 265201 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset new file mode 100644 index 00000000..2f0b0782 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23640db6db45644be4394667a8259198cd12a16ee47b44614c50293b7c34962a +size 399584 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset new file mode 100644 index 00000000..6a0cf1ab --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745fe5ca75f33d9226ebd5fcd585ca4ddc3fe9a1b979262894dce896822844d8 +size 264883 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset new file mode 100644 index 00000000..8eb96074 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_lowerarm_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49351db48181f6beef6dc15389b48b8751373cdb1caa9fce90cd775b84bb739 +size 399584 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset new file mode 100644 index 00000000..941809fd --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d7336a228e09e40d384a418cca0295193d3aa005b6b9eaae29379db08b889d +size 279965 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset new file mode 100644 index 00000000..cb8f1e39 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d787c9892c050abe5a1017002c13061b60eff76f06e4854aba38ff9f9e27fe64 +size 557670 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset new file mode 100644 index 00000000..f5c529f4 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec319d29672d3cddb79468136676c516a1e5be4c956e8da98ba292b73e66ec6 +size 279967 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset new file mode 100644 index 00000000..682c9a38 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_thigh_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b47fa8e5c30d40035787de5020685a0a7a7025c63b8d9058cbdd2d3a732bef6 +size 557670 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset new file mode 100644 index 00000000..0b844cca --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff9708ae5860243a3ea795bf7a468830874aaee0d6bfd7f1534ee01bddecf8d +size 274738 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset new file mode 100644 index 00000000..84975ef0 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_l_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8883f1e3321aeef3cfff6e4a8a6323a638bb8bb9bf19412d179d43a296ce4c +size 485495 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset new file mode 100644 index 00000000..41976b60 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8745650eba9f56f365f8b58b87db0a322f68ba9a7fc0f5637e1d5be72c5c6a7b +size 270900 diff --git a/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset new file mode 100644 index 00000000..492222e3 --- /dev/null +++ b/Content/Characters/Mannequins/Rigs/Poses/Quinn/Quinn_upperarm_r_pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788100868b6f5217e9895a5214fb4c7672e7698613cf3148b26231684973fc1c +size 488505 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset new file mode 100644 index 00000000..a339da63 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:147479f79032a276f94e19e1137879970aa1bb8ddec0a90672fab1f93d699383 +size 3612726 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset new file mode 100644 index 00000000..3bf97ddd --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d987757ebf1553ad2509ab03151f1f71c4493c21c25b5daabe96808661b65d6d +size 18514278 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 00000000..4d3e8e1a --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056447b8d7ae0f2af4e9d3c85dc64cc9982a4ae354faa91cda8bf4a37d150aeb +size 10272096 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset new file mode 100644 index 00000000..5ad33474 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d757ac66e5f0907b9ffb8ab9722fd538522666f6218eef75c0c817e73c568c9 +size 5740464 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset new file mode 100644 index 00000000..8dc7eabf --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92dca6ae925b8149fd323e5ba3b9697b1bf478fa39f5382338f2baea43aaf825 +size 11038299 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset new file mode 100644 index 00000000..9ebe44a3 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe376b9a242ef0238fa0e4d01798ebbd897ec4317b404a5c93a3b7aead82d7d +size 7198360 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset new file mode 100644 index 00000000..4965e180 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_01_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0309e977d1d589baf1b7bf63c7e068e3f7d4d7a37646423d5c76cb986f2808 +size 1357881 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset new file mode 100644 index 00000000..de292f5d --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_ASAOPMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244c261adcd7f31ad1bbfa8378870e8a457907895f7d92a08603f3cec7043f92 +size 8341502 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset new file mode 100644 index 00000000..faac3cd0 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91fcd0607b2f96280e92a0cfcc1b0ac8507df1c4654bc2bb2b067faa555618cd +size 21139637 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 00000000..a8a3610c --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2a3b76bd03e68e7b213ec67e2fbf44a1e12f13376a690dba80e2cb6ffbb628 +size 13144167 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset new file mode 100644 index 00000000..a134396c --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940c800e3690e7b8c445e7d484180260c5dd0e300b1940b34ce39095d7222080 +size 9033632 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset new file mode 100644 index 00000000..1cff3003 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6793a2c192ac8fa22cef670b1df59792f621ac611e607d9ccf626cbaf392931 +size 13677725 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset new file mode 100644 index 00000000..5e38b36b --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4019e3696be5ea3e3737bd8219bf329869255feb1f30b962dd28c687d6e0c4b6 +size 7269444 diff --git a/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset new file mode 100644 index 00000000..85e75614 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Manny/T_Manny_02_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82e09b41adcf1eeb0dd7f683b0446598e90214266a699e078f53ac768e2dca8 +size 2153901 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset new file mode 100644 index 00000000..35df48cf --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b2d0c8356daedf8cb34d5cb4cc30135e584d8ba21e97477b0e9cbff7921a2c +size 16108711 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset new file mode 100644 index 00000000..2078e368 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a12328a7b8978d8f508916474bb40c4f4e0c14e90e38383f884d3d684dee71 +size 4711246 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset new file mode 100644 index 00000000..2b47f3e5 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cedcd255aaa7cc2c3fc3e1a9de83f1ec73f00bdb4fe5d707df801cae3d02c07 +size 11656258 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset new file mode 100644 index 00000000..2a723e72 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3d9b08b2bbb339e57fa0b8208b9091988baf7ff5190338288fffde6810bfd7 +size 5217787 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset new file mode 100644 index 00000000..f89c1fa8 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01ID_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e653dec8f51ef716c1affe0748cdda8fb08ecf76a05ea7e6869427a82e2a0a9 +size 1104740 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset new file mode 100644 index 00000000..eebb6589 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_ASAOMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8288bb9b942e3d5805df7043fae62256e5581ed98ac754246f38a2006143ceb +size 5834954 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset new file mode 100644 index 00000000..9aea5020 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_01_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1b041a152c71839e578a33eb829a4403f8d5a564a79b6744674d342d89cfe8 +size 12400050 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset new file mode 100644 index 00000000..ecd6c092 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_BN.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ccc92cf35ad6315ba7598a3fa0ae2774cb3c89fb77584f673d9ff89448e4cb +size 19706995 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset new file mode 100644 index 00000000..086a26cf --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae60c48e795dd8e8c76734b3caf51b92ae141f89dab2a3812beb1cee67666f77 +size 6732614 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset new file mode 100644 index 00000000..259801bb --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_MSR_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc6682ea1c0d65ce88457c1c89fc753029f27ae7f562c097f6c80e0999ba143 +size 13169888 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset new file mode 100644 index 00000000..6547948b --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3d6dd6cc9918767530fd96be065c3aef61c843696e7eb823e5a52f0c4f9ee9 +size 5217787 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset new file mode 100644 index 00000000..69a56b78 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02ID_Tan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46c2b919e29791ec0a9cc4b27498cdfd9baf4e6ef8496b50d458bfddbbad55f +size 1758607 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset new file mode 100644 index 00000000..21adf267 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_ASAOMASK_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc0f52f2952909453bb42861511e0cebb2d7e9d573e75a0e2850785d305810d +size 6902093 diff --git a/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset new file mode 100644 index 00000000..bc78fbd5 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Quinn/T_Quinn_02_CCRCCPlastic_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2090d35daa9b69a692de5e903e0555d39f6ff1b84dc08b7fb409d88a2fcdaf31 +size 13427982 diff --git a/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset b/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset new file mode 100644 index 00000000..5ecab957 --- /dev/null +++ b/Content/Characters/Mannequins/Textures/Shared/T_UE_Logo_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff1c2590c3c0f1379e038d50e6a2c5ba45bcf90c9c7edf1577f5bba72b17058 +size 70069 diff --git a/Content/FPS_Weapon_Bundle/Maps/Weapons_Showcase.umap b/Content/FPS_Weapon_Bundle/Maps/Weapons_Showcase.umap new file mode 100644 index 00000000..0ce36b26 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Maps/Weapons_Showcase.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbee5804bc601edd7d0048caeb93c8a2d44cc1cb5b9ce5d5bf213d000b201c40 +size 354254 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/AR4/M_AR4.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/AR4/M_AR4.uasset new file mode 100644 index 00000000..fed1b716 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/AR4/M_AR4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de059bafe6065699b8dcd330eef6aa8c2ff3d32b0169b4534b2354e2e7190eef +size 118154 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/AR4/M_AR4_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/AR4/M_AR4_Pattern.uasset new file mode 100644 index 00000000..ddcfe3d1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/AR4/M_AR4_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbbf35fe0c5a119509ff8dc1a344d21627e52972487bb30f10f36b12836cfd63 +size 134036 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56.uasset new file mode 100644 index 00000000..2512de8a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fab88e9d41e9c28c3836fef4693aad8ddcc4c6f5ebc5dfc9b1ef9af57d08be +size 113496 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56_Lens.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56_Lens.uasset new file mode 100644 index 00000000..19a6d5b2 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56_Lens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156e4a59c30ee2b0d7c686abf0f222cba308e4bcc1ddb707fb3b0b8a2df92ac0 +size 76720 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56_Lens_NoAlpha.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56_Lens_NoAlpha.uasset new file mode 100644 index 00000000..2b36c222 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Scope_25x56_Lens_NoAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf98cbb45039c5b0e23d029f0223105fb8a99757cf7e74db1d329a63f7f9deb +size 108186 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Suppressor5.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Suppressor5.uasset new file mode 100644 index 00000000..7528427e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Suppressor5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd1aae25c44772ca8179bbf05db2811c1d6a028380e4cfe3ecf3680d592b500 +size 98223 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Tc4_Sight.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Tc4_Sight.uasset new file mode 100644 index 00000000..3372ca65 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_Tc4_Sight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34bc6923a6c0744b7ccedc82847332374faa8b9e08bca5b4e332f8e1a1f2f82 +size 115010 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_V_Grip.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_V_Grip.uasset new file mode 100644 index 00000000..3cd0168b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_V_Grip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:283a485f4b51de3e053bfa07759725654ad8ed67febe455ef6524d79d676b6fb +size 109860 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_V_Grip_Green.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_V_Grip_Green.uasset new file mode 100644 index 00000000..c61d11e5 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Accessories/M_V_Grip_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5807d61ae83792f7a7b2e7cdc5d9287435ee5c1adf45494fb8662932339036 +size 114218 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_40mm_Grenade.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_40mm_Grenade.uasset new file mode 100644 index 00000000..4a9a78e1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_40mm_Grenade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68fc00a77ed602a98eed403cbc8059b7ffbfa262d1ee53fcc9eb775e3e152790 +size 122429 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_45ap.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_45ap.uasset new file mode 100644 index 00000000..08658dd4 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_45ap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ec252e0f1eef01320cd746c76c32fdfbe8fb383a9e227b8e398e2036788277 +size 117124 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_762x39_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_762x39_Empty.uasset new file mode 100644 index 00000000..5d773268 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_762x39_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a888536ac3cb7c9f1fa14763cb4f85ed928d535605fcfae1f8d21e5227c1ff2 +size 110604 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_9mm.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_9mm.uasset new file mode 100644 index 00000000..10b09546 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_9mm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3380ae843ee797a59acce725bdeb2dd9255d9beddfbe2a37966130caa6f4f73 +size 110205 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_9x18.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_9x18.uasset new file mode 100644 index 00000000..5b94746d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_9x18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab91e4d3ab3cdae396420d3589adab9e42a0c088dde9dc61dfe83784585a211 +size 131644 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_Ammo_12gauge.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_Ammo_12gauge.uasset new file mode 100644 index 00000000..1931340b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ammunition/M_Ammo_12gauge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e38a479f895585371a8897b9bcbc0db25effa3af8f80730be97c9ebb1c79bd +size 131777 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/G67_Grenade/M_G67.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/G67_Grenade/M_G67.uasset new file mode 100644 index 00000000..061db0fc --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/G67_Grenade/M_G67.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab75ab34266ab5ca62f711157af2ee134e409a093d256a7a2ea8a9cb85da506 +size 104883 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U.uasset new file mode 100644 index 00000000..6b231ccc --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675142bcf3a8f88c1cdd1433ce30272f8954d5850574dfc56db711a9ecc9b46e +size 142421 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U_Gold.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U_Gold.uasset new file mode 100644 index 00000000..399279da --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:340eca17ba862cd1de33075ce0b29c5d38c593fb96cbd62bb97d2267d2c74188 +size 138991 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U_LeafSpray.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U_LeafSpray.uasset new file mode 100644 index 00000000..f3ed9342 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA74U/M_KA74U_LeafSpray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d41ad41cdbe81788946e0a5230ad9b3934ce5c038dbcef215163641555f0878 +size 120625 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val.uasset new file mode 100644 index 00000000..18d1efb3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:445019e2e6d64cebf7fabf16e60a40e58d0cb8303849d1d78686728e9c48af3a +size 117505 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black.uasset new file mode 100644 index 00000000..ce884b98 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0eb0655bc6a9f532ffef2e5e730426b37ba01196e1263c5744b7cb31ad1927 +size 139942 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black_Camo.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black_Camo.uasset new file mode 100644 index 00000000..c2a99022 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black_Camo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a938f25bfcf916e01423cd833a8473ed0aafa5a66c94d7d5a425c01b1ceabdd +size 151443 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black_Striped.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black_Striped.uasset new file mode 100644 index 00000000..8dfac843 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/KA_Val/M_KA_Val_Black_Striped.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5934fdef1cdfba6fd4f18cf88ff45e8eeefe7c48efdfa8620dff0e0cc7535f +size 148041 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47.uasset new file mode 100644 index 00000000..3cac18d1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ae17bf9bf3928110895d7fc75a88a0e46f0ceba0d925c5c825c86a66c7ea10 +size 119029 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47_Gold.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47_Gold.uasset new file mode 100644 index 00000000..71682d4f --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c27e18f33ddc53e8ad4932a1f34b5762487d72b3756b3b7edee96cef16b0004b +size 120183 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47_Pattern.uasset new file mode 100644 index 00000000..2b166d40 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Ka47/M_KA47_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa70b977f3a6bdaec22555ee2eada948137726b92ce51fdc55308b696a3d566 +size 124468 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/M9_Knife/M_M9_Knife.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/M9_Knife/M_M9_Knife.uasset new file mode 100644 index 00000000..d89ca571 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/M9_Knife/M_M9_Knife.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafc389f9a88edf30e6d715c1d6c290db91c56a5cb719abc24663cf149c179c9 +size 120334 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_RDS_Master.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_RDS_Master.uasset new file mode 100644 index 00000000..93fdc921 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_RDS_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac3436b81280f719c795c252f8870d94d0328d10357400d9636e3fbeb3a7efb3 +size 82376 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_Scope_Lens_MASTER.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_Scope_Lens_MASTER.uasset new file mode 100644 index 00000000..920ca2e1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_Scope_Lens_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8141bdc6e11f1248cc705741c863b8b780f978a0b94ea12dd09bcfce01d30497 +size 80246 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_Weapon_Master_USE.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_Weapon_Master_USE.uasset new file mode 100644 index 00000000..fd09be38 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/Master_Material/M_Weapon_Master_USE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73cf63ad94b5d03c25259f0553a09a35d866cf90b2f7cdccc029966c0f8c7adc +size 191051 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_01.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_01.uasset new file mode 100644 index 00000000..103043cc --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b561a9a34f2d8682a948607cf575bb2627e8393e46464a5ac9befd5b19e2f01 +size 76067 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_02.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_02.uasset new file mode 100644 index 00000000..2327f9a0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8714d13e62d01e9f56450b456255a02045398d86e88ec6b529635ec2d7b3b44f +size 75368 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_03.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_03.uasset new file mode 100644 index 00000000..89c5e323 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fe97132cde19536a07f7bbfbae36a90820fd99ce4d17b609f9360415a029d3 +size 75587 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_Glass.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_Glass.uasset new file mode 100644 index 00000000..e72b34b0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/RDS/M_RDS_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77ae2238d6fbdf7eb6f68670921f7e5d4583cc777c9d2f71975a2fc2b112685 +size 85263 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11.uasset new file mode 100644 index 00000000..a18e2c01 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:854878a998e9ee35084b94cf17143c572e80db3317db58d6d3b1b35bf6c9fb20 +size 116931 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Camo.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Camo.uasset new file mode 100644 index 00000000..b325cac1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Camo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c80635dc90c6266847c81fba89860ff1570bc3bebe246c7cf00e16dfa11c9a1 +size 144603 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Color.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Color.uasset new file mode 100644 index 00000000..1e08ef3b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312162875032afc79ab4e39ed38fa8e78d3a6db875660caaf0acb6e2050d57a4 +size 135339 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Rem.uasset b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Rem.uasset new file mode 100644 index 00000000..576e7bc3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Materials/SMG11/M_SMG11_Rem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d5db8a78c0dba0e487642bb1475aa236271a8ab9657bc5a03619028c9c4765 +size 107288 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4.uasset new file mode 100644 index 00000000..1d5e42c9 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58469c629f34316fe84731bf827e8e4043cfc40a3e0fc76fe3d41d185caf074 +size 1554618 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_Physics.uasset new file mode 100644 index 00000000..f389be3c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5998eb5026c7397f05ea600fe99a369d23d9f89dc570a84ebe7cf3044dce03 +size 2627 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_Skeleton.uasset new file mode 100644 index 00000000..2633b3b4 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d62d4dbb203224143fc23ba731765a1f7749f7cbf760a95034399fdd420f20 +size 8339 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X.uasset new file mode 100644 index 00000000..2003eb40 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47b5d9799eb9a3e0724793939f2ba75288a76767d85b78bf06d5f2e0f8e1223 +size 1436808 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X_Physics.uasset new file mode 100644 index 00000000..719471bb --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca37571d584798bd52376c7823e477163c9be63d7d714f4685dec92ae6febf65 +size 2532 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X_Skeleton.uasset new file mode 100644 index 00000000..ab90ca18 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SK_AR4_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe38fb5815b13960d4b5e4a4b81a2814025cc1f7a77b214a12c72bb3f97cbc7 +size 3455 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4.uasset new file mode 100644 index 00000000..9fc12989 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940ea4ca490ad67a9fb16221a3bffc1864712a46b1b31a6db411f7a690a8aa1a +size 2037259 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_Mag.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_Mag.uasset new file mode 100644 index 00000000..c6e45843 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_Mag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:725107352e6d066295a007465d478aad8bcbadeb13a4deaa2cbf3c0561dd75cc +size 282346 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_Mag_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_Mag_Empty.uasset new file mode 100644 index 00000000..2198dafc --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_Mag_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba0aeef0b1ccd9dbb6d46eebe79cdfae6e1f15320f06b08860abbcc05b05771 +size 212849 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_X.uasset new file mode 100644 index 00000000..fe6a314e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/AR4/SM_AR4_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf83632982c5b389ec9a6a5dede23826cb4a9b8ff5bf0ad19ef2928cf239dbe +size 2037334 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Scope_25x56_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Scope_25x56_X.uasset new file mode 100644 index 00000000..354ce68e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Scope_25x56_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2c96db7b952654a0c4e57e527980b9820dc4dd498989457b978d0d912bbc65 +size 861693 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Scope_25x56_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Scope_25x56_Y.uasset new file mode 100644 index 00000000..203ee35d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Scope_25x56_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b448033fc5d2e5aa8a73a3d34c83c753162880ff4d27a43590e3700a9eeb10 +size 862316 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Suppressor5.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Suppressor5.uasset new file mode 100644 index 00000000..5e0399f0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Suppressor5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21591d15cf9f0c88b617ce902dcca1201ef87be7815bc388da96c155631f46a0 +size 141119 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_T4_Sight.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_T4_Sight.uasset new file mode 100644 index 00000000..7778ca6d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_T4_Sight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947babf36263ca0ca7b8cbcede857c7cb13f3c4a5d4561319be30d424cedf320 +size 360302 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Vertgrip.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Vertgrip.uasset new file mode 100644 index 00000000..bc7e2695 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Accessories/SM_Vertgrip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c311484dea36ec8d21677fc49c94b118319e6ce960edd7855ab9552fa7be2ce3 +size 236355 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_12Gauge.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_12Gauge.uasset new file mode 100644 index 00000000..fc8e64f3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_12Gauge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbabee43686b0fc8a8c5a82b2f66987a3471cf66cb08274c8614559859de2d3 +size 77009 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_12Gauge_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_12Gauge_Empty.uasset new file mode 100644 index 00000000..98d9b285 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_12Gauge_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104cdd98475a91b4994b6381c116413587d8bb2e94407d13a60a97b616104417 +size 92295 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_40mm_G.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_40mm_G.uasset new file mode 100644 index 00000000..36d3fc51 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_40mm_G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0fd393db9f6d53aac85c2540f4a2e86d1df923f4f79e37239769e4176d1a7d +size 156363 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_40mm_G_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_40mm_G_Empty.uasset new file mode 100644 index 00000000..3794b73c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_40mm_G_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6406f16ae24b0eb703b229c89187a2800542de4b24d9fca15740c1ea30a358 +size 131821 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_45ap.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_45ap.uasset new file mode 100644 index 00000000..24bce21e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_45ap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6ae6778ba598a010d82020101c3e66b00632074db6d3e1964e4bf7223d26cd +size 73052 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_45ap_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_45ap_Empty.uasset new file mode 100644 index 00000000..901c31b5 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_45ap_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34de8060425056dea10c49cee90ad348fb0f7d14a6cf529f32c54c2552421b52 +size 66045 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_545x39.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_545x39.uasset new file mode 100644 index 00000000..3817022d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_545x39.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734335b9d63ff2b4636fda8668fda7553d300256fd652eb582e3666604d6e322 +size 94406 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_545x39_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_545x39_Empty.uasset new file mode 100644 index 00000000..14525aa5 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_545x39_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1d2ad9a5ba1eba521c038617ffd21a13c6ed4ae1bc0d96e1b05105b475fce4 +size 83496 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_556x45.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_556x45.uasset new file mode 100644 index 00000000..7529a0bd --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_556x45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5044382bcd6528acfb1cc884ba3c3195501de807c155dc98b9c5db42d3ab3bf1 +size 94559 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_556x45_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_556x45_Empty.uasset new file mode 100644 index 00000000..2abd3299 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_556x45_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16f3e61a0525d4e2e7f74bc2a1ac930d941ffbe35fb7d7c0c996310eecaf38b +size 84230 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x39.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x39.uasset new file mode 100644 index 00000000..1a73eea0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x39.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad02be356dda2deaab95dd90e3ab0d3147da09555923da84ffeae2459cb3fcf1 +size 94806 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x39_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x39_Empty.uasset new file mode 100644 index 00000000..1235ea53 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x39_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf9902a0ed2178ab0bd25039b21eabec99a18b5d222b02b95ccbbea3b7bcb5c +size 100241 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x51.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x51.uasset new file mode 100644 index 00000000..c11fb908 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x51.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4f75f61e08a00ba7f729c314e60373df11cada8781b22a38a14dfa5b3bd7a8 +size 96360 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x51_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x51_Empty.uasset new file mode 100644 index 00000000..23cc4762 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_762x51_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24c7055a84289c2cffef0eab20bb23a3d8a4346038a0b2f359f406a44e88a7c3 +size 85779 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9mm.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9mm.uasset new file mode 100644 index 00000000..302b9617 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9mm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef0dbecbdf4617e043863309ec46161b00bdcb5a88eca075af113e57c8b1199 +size 72766 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9mm_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9mm_Empty.uasset new file mode 100644 index 00000000..3351ac3f --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9mm_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb84cc733c2428ad3e9862c0435226fdd19e8b4ec149e887871de1436abdc33 +size 64731 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9x18.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9x18.uasset new file mode 100644 index 00000000..c8ce639e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9x18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d04aaac4d1df87481a8a523178de271eeb83e66472cc0a974f7edfaa0ce0f57 +size 76558 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9x18_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9x18_Empty.uasset new file mode 100644 index 00000000..7be917ca --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ammunition/SM_Shell_9x18_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b7599a369616dac2cf78f0db91ec0df3c9368a4021ee399b40a2ecadfd36dd +size 66732 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67.uasset new file mode 100644 index 00000000..5ac0dcc6 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5971c514364f47e6de68267dea0513070f1d7c142cd603664fa85422778afe +size 244410 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_Physics.uasset new file mode 100644 index 00000000..5b09e5b8 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5128e475bc1c300d1e430be878a569ef7ca800c502830f84528f5b40e890187b +size 1939 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_Skeleton.uasset new file mode 100644 index 00000000..489cb36e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4a23b6e205cac922bf77e688e1ce4f21693bcb98daddc89aa1b117d123517d +size 2189 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X.uasset new file mode 100644 index 00000000..2bf8d4c3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4063137f7edb4c62c52778bfe950e6f9c91a9f8863b9ac334fd0829a6215d7b6 +size 244452 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X_Physics.uasset new file mode 100644 index 00000000..167aa4f2 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fb4c74837ed65f53b3fafb9da5a53990aa4f09d12bbd27181f8672e1287e13 +size 1953 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X_Skeleton.uasset new file mode 100644 index 00000000..b0cc2068 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SK_G67_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4076d121be7a3b81f4f6c39c2a5c2773e9c46c63b48b78f293a4f782faa4967e +size 2207 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67.uasset new file mode 100644 index 00000000..4018584c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3813f186ebb2e1c4ba07fdacc1d560d2103c35d9f2330c63de63f97dfddea97 +size 300283 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67_Thrown.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67_Thrown.uasset new file mode 100644 index 00000000..855171b5 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67_Thrown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8648be15330399dfec342a73c185855971be406b6f07965137fee7603142ea +size 282107 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67_X.uasset new file mode 100644 index 00000000..feb040f5 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/G67_Grenade/SM_G67_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e851e18113cfeb65639569dc92cdd06ad77ae3110beca118b8ac414e439c9bd8 +size 299644 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X.uasset new file mode 100644 index 00000000..9544864b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949d8511ed7d711cc1abf46f6ffb0827c8c15256c67a05683e5f71939cfc5e38 +size 1318792 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X_Physics.uasset new file mode 100644 index 00000000..c4cb9d84 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f08d3685536c3b89f64e89f4430884b964d39e30ecc15ecefea98b9db3b79b +size 5114 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X_Skeleton.uasset new file mode 100644 index 00000000..8da85b7a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d213ca0b392a4148eb87447145d2cf2a36bb9da7e7497d9a55398365dc9ab3ae +size 3958 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y.uasset new file mode 100644 index 00000000..e7f7a228 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17565721b32cd4e42030f68b1e6e9939cfa6c5ae04a858ae1742dbb1ad4e1096 +size 1316501 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y_Physics.uasset new file mode 100644 index 00000000..b62ec2a1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38bbdaaac8a109730bbc57d2af240c74b9c69a320e71f2c7c1d7f01e3c8502c +size 4733 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y_Skeleton.uasset new file mode 100644 index 00000000..bdad7dc3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SK_KA74U_Y_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2ad47c883cad527ad1a5e325199338a453a96960fca00869b6b7a86d967e7a9 +size 3958 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Empty_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Empty_X.uasset new file mode 100644 index 00000000..e14761b8 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Empty_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94880522e3743f42539a8ab80fba18ab56fddfc33d77702bd06d01acafc1ec03 +size 264665 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Empty_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Empty_Y.uasset new file mode 100644 index 00000000..1f3e63ae --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Empty_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e14906f628ed2f41f0981a6ed0e6adc83a169851a7f943bf2c83d96898fc85e +size 264100 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_X.uasset new file mode 100644 index 00000000..a429ffe4 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcd7e8df80dd8b66e60ef215fa6c4cfbb45ee0dac9e73dfa30923143ddba0d11 +size 354756 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Y.uasset new file mode 100644 index 00000000..d7e38727 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Mag_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a24bb0d429aafdf09d6cfc704946326bf11dcc5bd8a3ab3a209836ce3fcb18 +size 353452 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_X.uasset new file mode 100644 index 00000000..d20176ed --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64eb2e6666d94a0f15b7daf15b3f99ff9dc39ca07c4c4b7c6451ce1ec93da90a +size 1837087 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Y.uasset new file mode 100644 index 00000000..bfc01ab9 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA74U/SM_KA74U_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c99f8883e993ba13223e77ab455c3f2beaf5588cf61e75ca76328267ab60b35 +size 1837460 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X.uasset new file mode 100644 index 00000000..909133ba --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37d8c5a0725ac70a716da90c794d8f7d20f0634acb43bfa1f1795fe40664ba9 +size 1138616 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X_Physics.uasset new file mode 100644 index 00000000..ccc88f43 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc56da8c1402d118a0b6e767bfd0c6371607cd8252bef01416283375ea279f5d +size 5046 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X_Skeleton.uasset new file mode 100644 index 00000000..032a1a05 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50725f303d71ce7bd4a7efaee15d5b0dfd79d94440f70ee99d229546e471eade +size 3432 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y.uasset new file mode 100644 index 00000000..5be64c39 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36c223e064d29fee27fd4b1591eb64a29829df44f9d54b13766a38b9892c85e +size 1138484 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y_Physics.uasset new file mode 100644 index 00000000..332cec70 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6a3573b8578fb12e2793739f36b0824b548ce021918c2b650aa674e7dcfa84 +size 5046 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y_Skeleton.uasset new file mode 100644 index 00000000..50a0cbff --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SK_KA_Val_Y_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea9c77907dce5dc9f3ae559fe4bc08c84ce428f08919198d55b047c9c2f52636 +size 3432 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_MAG_Loaded_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_MAG_Loaded_Y.uasset new file mode 100644 index 00000000..7b4ff34d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_MAG_Loaded_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eff1525026e5edf9a9c1d3ad6a56dace8806f4d396ab25a8fd05f30aa3188b0 +size 456197 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_Loaded_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_Loaded_X.uasset new file mode 100644 index 00000000..b61e8028 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_Loaded_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153e00b523c22cce1b52c62df9418faca5e8974f7385d81a2e3b5135346b9824 +size 568 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_X.uasset new file mode 100644 index 00000000..6ef1185d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce03199a9825eb4cc253feea714cb6539cd4844d0cd4c53afdc00a2904e28d4 +size 354660 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_Y.uasset new file mode 100644 index 00000000..4d47f787 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Mag_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7b9deaf476e06f3c7187e9d2db3cefe369c04850d2d9b4c33a205e72f091c5 +size 350509 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_X.uasset new file mode 100644 index 00000000..63142af8 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d9a475719c9b776992685893f947a3aa92fbc7d7311ffb9a0da282d00738c4 +size 1652227 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Y.uasset new file mode 100644 index 00000000..f5bdb201 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/KA_Val/SM_KA_Val_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88c78f72fa7a9b4f56f03389eb0e9435246f05e6213763b42e69293820c9d5e +size 1652246 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47.uasset new file mode 100644 index 00000000..c5daeabd --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590ae87226bb878a9d17b0c1cb7599343c12b123cd6ebef04d5e36e9904d4088 +size 935575 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_Physics.uasset new file mode 100644 index 00000000..34a77036 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d01a14db7de0b28708b05f212c1049fb311ea80a1003684f4c77f4cfa761150 +size 2749 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_Skeleton.uasset new file mode 100644 index 00000000..74e991d3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761e93d51943e05506776343f321ec7c2a114790bcc20d31860ed64a57cc0853 +size 3259 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X.uasset new file mode 100644 index 00000000..82a91c3d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf54429d7df6faf5c37985bd8a023519c93df6c31269c067c06158af9d8a48d +size 938216 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X_Physics.uasset new file mode 100644 index 00000000..0511caf1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f88594e47c8ad9361550fafaa7d3ed6f79aa43820d8a341fa6a10205c3338e1 +size 2763 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X_Skeleton.uasset new file mode 100644 index 00000000..7b9896c3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SK_KA47_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93fd0e760cca739f5015f9f0bd9b13d1e7c9776a3f82a79c0ce661b6613d916 +size 3277 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47.uasset new file mode 100644 index 00000000..d8455111 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63d30c720f26a497d7fbde643ced7c6eb01eeebf6eef063decad4e396b68aa4 +size 1323953 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_Mag.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_Mag.uasset new file mode 100644 index 00000000..1587e7fa --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_Mag.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6b3a75323dacd2aedc015b84472c01e6717c36d2d7e2ba96449ea95180aad3 +size 310913 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_Mag_Empty.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_Mag_Empty.uasset new file mode 100644 index 00000000..c26faa63 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_Mag_Empty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8bbf298d72734608f384ea8ab1036e7cee0fa8ad26a6cb4dc0ac082f6d645b +size 233695 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_X.uasset new file mode 100644 index 00000000..2a0f9a07 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/Ka47/SM_KA47_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bc514719f255c1ce1bfc496794ea47ae53ccb2de1d3e53571b3757bdff73a8 +size 1325238 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife.uasset new file mode 100644 index 00000000..80cbc490 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b89aaeea1b066b79d29ff32956e9a6c9dab7206fba072fb4109b4d3f71e37f6 +size 306624 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_Physics.uasset new file mode 100644 index 00000000..06b47e4f --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b75bbc25e5b3b8b6ca681515d2db8005b78b36ee5eac73e4a351c5c86ba98e +size 2128 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_Skeleton.uasset new file mode 100644 index 00000000..1babb446 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a5df6205abb20ef54a4529de0387fe770720439ba1bd3562911576c52028dce +size 1751 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X.uasset new file mode 100644 index 00000000..5066bc32 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fb3eb6d167444faa175ca5e24e33d19940d4c249362db27bdbccf2320df399 +size 306268 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X_Physics.uasset new file mode 100644 index 00000000..2d44757b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4db9f5d3902cfd3aa2e5c56ad23eb4f9c2615ea5acd5a54570ab5240259f7783 +size 2142 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X_Skeleton.uasset new file mode 100644 index 00000000..dd1fb28e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SK_M9_Knife_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fc32c54f0680959f3cade7a93c449fd51805f88825f4ed1fc7595f42abb453 +size 1471 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SM_M9_Knife.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SM_M9_Knife.uasset new file mode 100644 index 00000000..0bdf1742 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SM_M9_Knife.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6650cf610977b53e1d45f6026a0c6a78fd330f4afdf2b96866fbc51f209d5e +size 408744 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SM_M9_Knife_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SM_M9_Knife_X.uasset new file mode 100644 index 00000000..ab1c8507 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/M9_Knife/SM_M9_Knife_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4786442f52267a5caff0e60008835ddcb0d3d853ebb787798cf1f6f84134ee5d +size 408898 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X.uasset new file mode 100644 index 00000000..640ac122 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4081552a77f92cc72da33d68b567043b07df8b223d79c0542ff84f538a43d6 +size 594318 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X_Physics.uasset new file mode 100644 index 00000000..3f71d551 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c28815af4961866882f6619daf733cc9b2348503e22652174bcc322ddafa2d9 +size 3988 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X_Skeleton.uasset new file mode 100644 index 00000000..15a7da2b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b663c20ea81349705404a2d8e7de88223d6e158dbe983d439c1d7c7d1980f3 +size 3626 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y.uasset new file mode 100644 index 00000000..a5211678 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c86ecfef466524f22b7126262cf947b0184856f171ed829f866039234c2dda +size 595171 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y_Physics.uasset new file mode 100644 index 00000000..d20d70ac --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d26b87c4faf026912c5fa7ac2b9f3957b5ae16cb6e4f0f00b6366211d88291 +size 3988 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y_Skeleton.uasset new file mode 100644 index 00000000..f344cc65 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Nostock_Y_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d95abedde55c254c2b7859af7a775598b60b6d5def063dc799527e2fdfd6773 +size 3626 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X.uasset new file mode 100644 index 00000000..e6aa0226 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e240d7f9e8d4f43f3db3a32d1bfb2d50978b4e46ea5cc4cf3b56d17b52505336 +size 730158 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X_Physics.uasset new file mode 100644 index 00000000..590fcc90 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc07c79d64785787f4b76d7799dc006a2d979bf1631bbb7367c7ecf0e93416ce +size 3932 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X_Skeleton.uasset new file mode 100644 index 00000000..1bd50f12 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_X_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049ac500737e88c6f4b33f5b548c85240defeff4066a6782d856fe8fe4614fe8 +size 3862 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y.uasset new file mode 100644 index 00000000..abd4c416 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee3b9f70b667c0fc1bde247ac8ea4313d911907e6d9bd78311702ee4c52b649 +size 730901 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y_Physics.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y_Physics.uasset new file mode 100644 index 00000000..27e8bb4b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:defea377a19a4251ab3e61aa83777227c11ec9f66ef51a1979d73ac63aa15264 +size 3932 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y_Skeleton.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y_Skeleton.uasset new file mode 100644 index 00000000..c76c7b06 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SK_SMG11_Y_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a334ec01df155741dd0c223e723adc7b9ca4342eebd2679babd4a28f25cd7e1c +size 3862 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_Empty_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_Empty_X.uasset new file mode 100644 index 00000000..04fd1359 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_Empty_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b66a45c39776fc94040b4b076df56046975596a3325d22e421241d480fbd48 +size 163488 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_Empty_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_Empty_Y.uasset new file mode 100644 index 00000000..947b39e5 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_Empty_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd14b812a4f44f884da8613841e64d808b81e0364c9bdfe06eec326bac639c0a +size 162609 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_X.uasset new file mode 100644 index 00000000..996c3e01 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Mag_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f4a9e720e3df1a38b6d8f78629d5eb36706202b8853e42cbdfb354f5aba885 +size 189843 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Nostock_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Nostock_X.uasset new file mode 100644 index 00000000..9ed442df --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Nostock_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f528073a439d96617be00f59580dc5213bbdc3e908394d40739906e2ca6d892 +size 626302 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Nostock_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Nostock_Y.uasset new file mode 100644 index 00000000..14b545d7 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Nostock_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106eb7e461b635b680621ccc120718d569b7dee962ce8bf5d6cfcb64c88541f0 +size 628923 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_X.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_X.uasset new file mode 100644 index 00000000..9fec2d5a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809018e134684e0e4bc7989b2dc4c6ce0bf9cd86740101b3b3ffe6744b915fc5 +size 822809 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Y.uasset b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Y.uasset new file mode 100644 index 00000000..33402cc9 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Meshes/SMG11/SM_SMG11_Y.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072f97d901773396af0c91a61fc99cd4a0cc088ec25f190cd0bb932c06caef3f +size 824732 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_ALB.uasset new file mode 100644 index 00000000..7e51cce9 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840b7689c9b3e585964088930ffd2c41970808b401f027ba39f1852c28614ca1 +size 3917462 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_M_MSK.uasset new file mode 100644 index 00000000..b3b212e4 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a2097753a9fb5def6ad271b24a766e7459a53d70d98d344872d02cc1c072ed +size 7889437 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_NRM.uasset new file mode 100644 index 00000000..4aed60e1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/AR4/T_AR4_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4578ec6993ae996f3f205f16feb3a7b7db866ffb94c483d64eabf7c331bd79 +size 2194881 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_ALB.uasset new file mode 100644 index 00000000..e3502f3e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31816cfbce2b819902019463539313d13e1a10f8cea9dc5299047a245c57f98d +size 3419349 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_Lens_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_Lens_ALB.uasset new file mode 100644 index 00000000..b19ef491 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_Lens_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbafb936d0c87b47025c7222f80d96794d9bc42ef93627a588cccda0e9ed5c6 +size 380787 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_Lens_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_Lens_M_MSK.uasset new file mode 100644 index 00000000..0c8eb1f7 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_Lens_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9237d5ac69eabf98a8771794757ad688b7fd8caea7b0da5a1226d93388f9fb5b +size 307084 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_M_MSK.uasset new file mode 100644 index 00000000..d9e6af90 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510b7c55f141be4e5a9fa07eabc816616b859bf2386c0e7414066e58f5cb6e94 +size 6176100 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_NRM.uasset new file mode 100644 index 00000000..b3e3f440 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Scope_25x56_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bb2d390548139f24aaddf0e49803cdc56aa5120e5115137e99a896251817e3 +size 4213614 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_ALB.uasset new file mode 100644 index 00000000..6c5a1ec2 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e657837e453e48903aa5aca4fc51d0c7073a95d97701e9bd0266faf9864e0c0b +size 306775 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_M_MSK.uasset new file mode 100644 index 00000000..caa75ce0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c170562a70aa1a9563956440219675a83ae359d29fdee11dbceed7551f0fb6bf +size 1606481 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_NRM.uasset new file mode 100644 index 00000000..1fb2addd --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Suppressor5_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bc208cc400f057fa39f69f25f53a7fb19b20100cda6896537f884d7266c4ac +size 874917 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_ALB.uasset new file mode 100644 index 00000000..fb1bdc6a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3bdb4348b65d7b07164dce9fe0bc6c8c8223a84ad73891e98e0bd9565fa5ca +size 202297 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_M_MSK.uasset new file mode 100644 index 00000000..ad916958 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742376110d2bb8a740aa05136e219274affbf298e52ceb0be296ed8118c10597 +size 1445795 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_NRM.uasset new file mode 100644 index 00000000..432be339 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_Tc4_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87070695c53083857d5007ec7efef7454d22767a74b2349e97b2282cb5400697 +size 1325214 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_ALB.uasset new file mode 100644 index 00000000..82764d9f --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fde735796a2202367f1647006b01edb215d9135678f1a77db5c043c7dc691cc4 +size 44147 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_M_MSK.uasset new file mode 100644 index 00000000..6dc0f597 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6aa78e5df28a71f809fd943622d4661fdedef2c13799d137f9ccd43e14ce64c +size 430344 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_NRM.uasset new file mode 100644 index 00000000..26be388d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Accessories/T_V_Grip_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e17f2c6b8e1476e3c19271a7c6a4d3b29639b9b9264a267af396cde4e429b3 +size 1134147 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_ALB.uasset new file mode 100644 index 00000000..12f2ea7b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08efad430cfced711ed94eac610a182ca510222c5439b8a77d01ceea4338a84 +size 86859 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_M_MSK.uasset new file mode 100644 index 00000000..1dcf5640 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d29076696bffb4981c6ae5e59813d8bbde6bd7054a1edc6ec3a7a356d8eae5 +size 125848 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_NRM.uasset new file mode 100644 index 00000000..603da51f --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_12Gauge_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c7bd269901636ec082ee9e6fc3c7b5142eafa3a8079acbb9e56f0b51f39ae1 +size 206836 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_ALB.uasset new file mode 100644 index 00000000..fd3a88d1 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cd1a16ea4d7cddcf29432009506a22cad807a3eaa011ed37c9ca69424e238c +size 65040 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_M_MSK.uasset new file mode 100644 index 00000000..89cb6d46 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead31b6ed11af554f44b39b2d4e45d51359b5f4bd45d22315e458e7fc9e61741 +size 344840 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_NRM.uasset new file mode 100644 index 00000000..14bfee60 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_40mm_Grenade_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5490a4ed3f94f90b1297980a5a0fca6c310d9f043baa9b6b26764d091157e3 +size 278714 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_ALB.uasset new file mode 100644 index 00000000..bd62ff66 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41de46f205ead5f7d6b6362985960de13d236c4e1a1cecee64da0826d30c5045 +size 37683 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_M_MSK.uasset new file mode 100644 index 00000000..7f4e97f2 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ef1396aa16d0d51722c2b726242b6d5762d5fe6ff3b828d6e1794fbd73c45e +size 91082 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_NRM.uasset new file mode 100644 index 00000000..136c9cda --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_45ap_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4787d39b951f7f5ae0986c589efc0980e05d27b111f15c19189a28b5c9424178 +size 108908 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_ALB.uasset new file mode 100644 index 00000000..eede69f3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd24f11f4844a099e2ea9182a5b42d4bcd901042d940c26c48804dd2aa660dc1 +size 76812 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_M_MSK.uasset new file mode 100644 index 00000000..89c74d9c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13b11f547b697534f521aa551a0c0671b4872cbf0df262af7794e1473b7feae +size 81465 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_NRM.uasset new file mode 100644 index 00000000..ea634fb2 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_762x39_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00149987fba5a0ced5894326f6968c8d38e7e3829b6c9d91c050a1d230cabb80 +size 243502 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_ALB.uasset new file mode 100644 index 00000000..9b5db55a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcb4c8168595dde6950ea737972b40d3b0090fc8d98dbdc1ac2643c252285fd +size 9510 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_M_MSK.uasset new file mode 100644 index 00000000..79021f33 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f74f52175fb680a4850a4992d9fa6c222d4c2f737761ff9eed050394c4a9cd +size 119752 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_NRM.uasset new file mode 100644 index 00000000..469efd42 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9mm_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41219736aceb89115947f6cac24d09ec1cacdcbcc730723ed5d07684d2439aa0 +size 70194 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_ALB.uasset new file mode 100644 index 00000000..59eca53c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5288711e9d115707b22c65dadbb03b6bc6fcd9878fc3d57efe2d65a8b016dfc3 +size 42775 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_M_MSK.uasset new file mode 100644 index 00000000..f996ad43 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b96071e762630e2e26bfb8027838e919cde9dac3a932fe911c50f77a80aa03 +size 94636 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_NRM.uasset new file mode 100644 index 00000000..965fc034 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Ammunition/T_9x18_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdd9c193a586f0d77ee29af6a5dd6cb1df7993ccdd2cbc55d5ad1e44e46803a +size 82240 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_ALB.uasset new file mode 100644 index 00000000..902ac608 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c55fd69533d2a6ca0e5bbb9d7da1b4d24b1a35757183eded5b71c55e85f52e +size 1121015 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_M_MSK.uasset new file mode 100644 index 00000000..51b19ab0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454fc9fa131bb8d748ea369f8e4813c8a781ea8425ebaa4dc9e0f9cf17b2fb2a +size 1008505 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_NRM.uasset new file mode 100644 index 00000000..24074c23 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/G67_Grenade/T_G67_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04983dfe59dfed9412188f171ba15be6506900324f61015387b6acbfdfcc7ef5 +size 1672454 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_ALB.uasset new file mode 100644 index 00000000..2fc0c70e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8939f636740f31abdb89671b48b43cf13dfaeadbbe66c6105646d836304ec956 +size 4305609 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_Gold_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_Gold_ALB.uasset new file mode 100644 index 00000000..2a3e0c86 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_Gold_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:503e5657f706899a1b5a8e84f82246ae4910629e9351919ff7ca3c26cb397ba4 +size 3483742 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_Gold_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_Gold_M_MSK.uasset new file mode 100644 index 00000000..f7cdb6b0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_Gold_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0bd7615487eb65193808d1001db2f7b7f94315d70543a1fdf427dac57674c8 +size 5790658 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_M_MSK.uasset new file mode 100644 index 00000000..2b46315c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:566feb37bb14d622affb9a9039ce4f70b0a3d009356476e2eef25e36c7695856 +size 6637068 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_NRM.uasset new file mode 100644 index 00000000..e946e39e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA47/T_KA47_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9051e3701268cb056f39d095cc8794ea449347ff6f5b0a0900e21b9310b1072 +size 2640604 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_ALB.uasset new file mode 100644 index 00000000..3ba79e21 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bca0793b3fc2161b0eceb42c2722bd34409b32e93294537298bb30ff20dbf5 +size 5487666 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_Gold_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_Gold_ALB.uasset new file mode 100644 index 00000000..50247c0a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_Gold_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac6978b963fb55412f95d10c7d516404b96563f5ca8fa55c61d53a598ddf21d +size 4347302 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_Gold_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_Gold_M_MSK.uasset new file mode 100644 index 00000000..7da60735 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_Gold_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272f7a26af0fae01c6904d6bfaef73cfbb388627d14f59ec0c3445fe6e3ccac6 +size 6899549 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_M_MSK.uasset new file mode 100644 index 00000000..236cbefe --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de56c3bba234d318c2281efa5d2d74d7409f789d5476b64cd95fe893c980a95 +size 8648935 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_NRM.uasset new file mode 100644 index 00000000..b31840ab --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA74U/T_KA74U_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c17917a9c4792f81f30a8d043b6bb16900ed5d9d10a85a14aed77e52abae6ae +size 5117686 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_ALB.uasset new file mode 100644 index 00000000..f9a3c808 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2290108a28b8370f620977584d709c61903b11185e34698629f49033f64ab5 +size 4073394 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_Black_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_Black_ALB.uasset new file mode 100644 index 00000000..9e772e1a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_Black_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:844dcb66eb8239ca3bce125a0e845b71f9b6fd31e7c058e322e127335ecd972d +size 4195370 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_M_MSK.uasset new file mode 100644 index 00000000..c93cbdd0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dd56493842e78cae2fb4ff4e22d0aab7277c03b3bf2704753b62eb861cbd679 +size 8394914 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_NRM.uasset new file mode 100644 index 00000000..bef9ec89 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/KA_Val/T_KA_Val_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03347d1bc145efc5a9d7e7b655f3aedd74419b34e786480efc1408e5dc66b3e +size 6611137 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_ALB.uasset new file mode 100644 index 00000000..5b3c7c82 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bbedb56711fb3ae354859808f1ab1bb7918d77f0db0768fe817bb98960d7544 +size 2223026 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_M_MSK.uasset new file mode 100644 index 00000000..1976a0a7 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afed19e5abe1feb54200e659b6f82a602d5df4305f409dc8220957db51ab770 +size 4301069 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_NRM.uasset new file mode 100644 index 00000000..ace5089b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/M9_Knife/T_M9_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd87fd9f04196e0b283ea1afca9f52df98efb2f5e853b066d7ecb9868f20e3e9 +size 1728170 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_80s_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_80s_Pattern.uasset new file mode 100644 index 00000000..f99b3c5b --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_80s_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be36c0c819b19bab7fba5a94eac327f57678c5b6a824842e28d816b0eaeea64 +size 236295 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Chochip_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Chochip_Pattern.uasset new file mode 100644 index 00000000..07625f8c --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Chochip_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96aaaa5884205590262a50b744234effee8b58e46045072385ea2b66c634c077 +size 287903 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Cracks_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Cracks_Pattern.uasset new file mode 100644 index 00000000..3714ce77 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Cracks_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5aa39477a3b197ad745ddb6993e5c1aafe3167c2cdcb1770f9f1364c81fbb5 +size 2082263 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Desert_Marpat_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Desert_Marpat_Pattern.uasset new file mode 100644 index 00000000..7337ab4f --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Desert_Marpat_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c9b5c8f7415ad584c0ca17c59a2e78827ea437cc373170f1792dab915a47041 +size 69594 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Hexagon_Glow_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Hexagon_Glow_Pattern.uasset new file mode 100644 index 00000000..80c13118 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Hexagon_Glow_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344dbf97e2ea35739e6e1691f4eb8caa43e00de128663b0b3dd583b43790477c +size 973315 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Hexagon_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Hexagon_Pattern.uasset new file mode 100644 index 00000000..65783fa3 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Hexagon_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d29616bca8c5f925b5bd237a81f6184c7820f353ade72c25fade24eaf8d901 +size 816290 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Ink_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Ink_Pattern.uasset new file mode 100644 index 00000000..ce9b5b5d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Ink_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03711ed5b84ffce98a9df71235a7230da2f71e3a2e0842a52a0a214bb07fbfd8 +size 5687 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_LeafSpray_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_LeafSpray_Pattern.uasset new file mode 100644 index 00000000..3a06402e --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_LeafSpray_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c674f01f3d569239df1a11df5b8a8de11c9cd5581265e5354ad02bc01e76ad61 +size 564995 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Net01_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Net01_Pattern.uasset new file mode 100644 index 00000000..afe893a8 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Net01_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf21bbd0a41304b19e781462a5bcceaee42ee93d9e455668e8cb5f5a20d7547 +size 1847931 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Stripes__Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Stripes__Pattern.uasset new file mode 100644 index 00000000..a33ecea9 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Stripes__Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e70a8c224b47f24cbc2192c662065c023e73434408d600bade62e4f3294c33 +size 798008 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Urban_Marpat_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Urban_Marpat_Pattern.uasset new file mode 100644 index 00000000..1aabdbbe --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Urban_Marpat_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1855290e4c567d5094ce9195b7b6b903234cdb14b47962ebf855441eefeeaa6d +size 77598 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_W90K_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_W90K_Pattern.uasset new file mode 100644 index 00000000..f5270c58 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_W90K_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bc05ba1eb031f6d93e9901f545e84feba3ea02319422240dcf03342906877e +size 1574540 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_W90_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_W90_Pattern.uasset new file mode 100644 index 00000000..00b9a2d4 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_W90_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b2b8835d8511e7d99e9e671adc619847c055a0d976e61674a1e33d2b97730c +size 1442581 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Wood_Marpat_Pattern.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Wood_Marpat_Pattern.uasset new file mode 100644 index 00000000..c66a62b4 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/Patterns/T_Wood_Marpat_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4e01de06a56c9f0e18bea9e44ea8f671eebf3796df5fbac4ade4bf2dde917e +size 307636 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_01.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_01.uasset new file mode 100644 index 00000000..5f11a82a --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00b0c8b68bb6e96d98c391dc1f8cf2423b68f299870c965cb8695f4058ff88b +size 7367 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_02.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_02.uasset new file mode 100644 index 00000000..d5e474e0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7ec9e0d037384b4b254953389736ca3981a131489eebc30880f2dadfc8689d +size 5001 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_03.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_03.uasset new file mode 100644 index 00000000..ba6e2b60 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/RDS/T_RDS_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ced64e2e7c39864c46806a34f43025450722d555ebef27046ed9d3eb71e97a5 +size 5057 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_ALB.uasset new file mode 100644 index 00000000..d7ad3ed0 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7c46a95ac8925483b8bda7ac6204ca5c0be74a99053f05e1cffe7c920cf379 +size 6133057 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_M_MSK.uasset new file mode 100644 index 00000000..fad309da --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e29c40a2b21b4d277791839e3e8c42ce01c350cb5beea7821393296737480b1a +size 7828704 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_NRM.uasset new file mode 100644 index 00000000..e1378d01 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1262f14c6a9271cbddb8982a8a716590a24a2d18496e0c288ec130ef213e6d +size 4478664 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_ALB.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_ALB.uasset new file mode 100644 index 00000000..56b94f8d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_ALB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d63ade285db3598686b023daa47f6b87a078e47e2af0159475ddd903673452 +size 1867247 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_M_MSK.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_M_MSK.uasset new file mode 100644 index 00000000..80b6d08d --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_M_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90cf6c23cf7ccb1e9f2cfcbfeb0d012c2d894bb898d7d6fb050bcf75c3faab7 +size 1480241 diff --git a/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_NRM.uasset b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_NRM.uasset new file mode 100644 index 00000000..5da85214 --- /dev/null +++ b/Content/FPS_Weapon_Bundle/Weapons/Textures/SMG11/T_SMG11_Rem_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d4329aa42d483012fee1fa31f7df83fad62bcda8795bd08a19757a67650326 +size 2264216 diff --git a/Content/FXVillesBloodVFXPack/MaterialFunctions/MF_SmoothStep.uasset b/Content/FXVillesBloodVFXPack/MaterialFunctions/MF_SmoothStep.uasset new file mode 100644 index 00000000..c01e280e --- /dev/null +++ b/Content/FXVillesBloodVFXPack/MaterialFunctions/MF_SmoothStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ccafea982df26bdfaca31ec6b27e8203d709e1b5abc5b12015185d2318a87b +size 35646 diff --git a/Content/FXVillesBloodVFXPack/Materials/MAT_BloodClip_Master.uasset b/Content/FXVillesBloodVFXPack/Materials/MAT_BloodClip_Master.uasset new file mode 100644 index 00000000..2d3cf7fc --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Materials/MAT_BloodClip_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bae54ec5bdabc6546c01ab000555561e57a14257967b5cd6b07cd3f8700b5a5 +size 89729 diff --git a/Content/FXVillesBloodVFXPack/Materials/MIC_BloodClip_A.uasset b/Content/FXVillesBloodVFXPack/Materials/MIC_BloodClip_A.uasset new file mode 100644 index 00000000..8e56e8f6 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Materials/MIC_BloodClip_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f3236ebcc0c30b39364c4e0f5d514ca415a1284829c7f2b0e8c073f3242c7e +size 58487 diff --git a/Content/FXVillesBloodVFXPack/Materials/MIC_BloodClip_Splat_2x2.uasset b/Content/FXVillesBloodVFXPack/Materials/MIC_BloodClip_Splat_2x2.uasset new file mode 100644 index 00000000..18338a71 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Materials/MIC_BloodClip_Splat_2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a18654b7e7dc0a40fb1d0c3dcb427325c33d86b330d277556c612e9d7de3428 +size 58562 diff --git a/Content/FXVillesBloodVFXPack/Particles/PS_Blood_Spurt_02.uasset b/Content/FXVillesBloodVFXPack/Particles/PS_Blood_Spurt_02.uasset new file mode 100644 index 00000000..08ec60d1 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Particles/PS_Blood_Spurt_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86a09c35b5d6c7733c84985def4baddb4656edecf8ab1fca7b416ac4bf980ef5 +size 123403 diff --git a/Content/FXVillesBloodVFXPack/Textures/T_Blood_Clip_A.uasset b/Content/FXVillesBloodVFXPack/Textures/T_Blood_Clip_A.uasset new file mode 100644 index 00000000..d0ad114e --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Textures/T_Blood_Clip_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2222679be739830b0d98d9162440fef72a8aa34d7abe867371b69e4cbbede4af +size 395447 diff --git a/Content/FXVillesBloodVFXPack/Textures/T_Blood_Clip_N.uasset b/Content/FXVillesBloodVFXPack/Textures/T_Blood_Clip_N.uasset new file mode 100644 index 00000000..cff78ca0 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Textures/T_Blood_Clip_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009f0d85c028942360f9a41858c5151f04db15d2f67263517e6b55cc91ed95cb +size 777573 diff --git a/Content/FXVillesBloodVFXPack/Textures/T_Blood_Reflection.uasset b/Content/FXVillesBloodVFXPack/Textures/T_Blood_Reflection.uasset new file mode 100644 index 00000000..612d5c44 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Textures/T_Blood_Reflection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c311577ce5ba7a6253bc503fa4995384898599f9a3fd1f24ab2a1ac7d05560a +size 31223 diff --git a/Content/FXVillesBloodVFXPack/Textures/T_Blood_SubUV_2x2_01.uasset b/Content/FXVillesBloodVFXPack/Textures/T_Blood_SubUV_2x2_01.uasset new file mode 100644 index 00000000..fe1bbfec --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Textures/T_Blood_SubUV_2x2_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba3c44d706d0e598cc2aeaed0e2273d23decb7ed1498df056e89fbb76c823d1 +size 344949 diff --git a/Content/FXVillesBloodVFXPack/Textures/T_Blood_SubUV_2x2_01_N.uasset b/Content/FXVillesBloodVFXPack/Textures/T_Blood_SubUV_2x2_01_N.uasset new file mode 100644 index 00000000..35758677 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Textures/T_Blood_SubUV_2x2_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab56705bb108332e7e8a28883d4e21cea3454bacea291f6ac51c9257c822a602 +size 389203 diff --git a/Content/FXVillesBloodVFXPack/Textures/T_Noise_N_02.uasset b/Content/FXVillesBloodVFXPack/Textures/T_Noise_N_02.uasset new file mode 100644 index 00000000..b0cad902 --- /dev/null +++ b/Content/FXVillesBloodVFXPack/Textures/T_Noise_N_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919dc034cec23c50e5380435e65a03d1408c72eb6e2d6aed3f21c7b40210fe61 +size 129571 diff --git a/Content/Factory/Audio/Cue_AssemblyLine.uasset b/Content/Factory/Audio/Cue_AssemblyLine.uasset new file mode 100644 index 00000000..6d93220a --- /dev/null +++ b/Content/Factory/Audio/Cue_AssemblyLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e4270c44375b29f8afd10353f32c70c40cc26301e83cbb2417c0d06b890b44 +size 18709 diff --git a/Content/Factory/Audio/Cue_CrashZone.uasset b/Content/Factory/Audio/Cue_CrashZone.uasset new file mode 100644 index 00000000..8844ef2d --- /dev/null +++ b/Content/Factory/Audio/Cue_CrashZone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f79a0026a7f34e2144e50ffdd735cfd5e5b4fd315876fff98f2a8bb0df45dc +size 4297 diff --git a/Content/Factory/Audio/Cue_Drone.uasset b/Content/Factory/Audio/Cue_Drone.uasset new file mode 100644 index 00000000..39b07214 --- /dev/null +++ b/Content/Factory/Audio/Cue_Drone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89aecc5b779607c9d60d5660facd1832b987898899afc952b0d05ffb40606a61 +size 4298 diff --git a/Content/Factory/Audio/Cue_MainAmbient.uasset b/Content/Factory/Audio/Cue_MainAmbient.uasset new file mode 100644 index 00000000..4441ed31 --- /dev/null +++ b/Content/Factory/Audio/Cue_MainAmbient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffae21116de7cd137b669dd13808545d88deb28f41aed78db4827ed99c003c8 +size 4340 diff --git a/Content/Factory/Audio/Cue_Office.uasset b/Content/Factory/Audio/Cue_Office.uasset new file mode 100644 index 00000000..c150ad52 --- /dev/null +++ b/Content/Factory/Audio/Cue_Office.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcc6530a604076475e2360bf99afd67336cd6679ab61a9257405f4c0738fc49 +size 4305 diff --git a/Content/Factory/Audio/Cue_Reservoir.uasset b/Content/Factory/Audio/Cue_Reservoir.uasset new file mode 100644 index 00000000..6e017d1a --- /dev/null +++ b/Content/Factory/Audio/Cue_Reservoir.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3200e8be133f4fedcdef50566d949cd449e06cc3c0d0862a84549fdb030341 +size 7749 diff --git a/Content/Factory/Audio/Cue_Shower.uasset b/Content/Factory/Audio/Cue_Shower.uasset new file mode 100644 index 00000000..708b43cf --- /dev/null +++ b/Content/Factory/Audio/Cue_Shower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ca364ff82aaf1b71a26669765ed57a06e401285e7f3b53776b0fe815e0de96 +size 4305 diff --git a/Content/Factory/Audio/Cue_Storage.uasset b/Content/Factory/Audio/Cue_Storage.uasset new file mode 100644 index 00000000..ba243c4e --- /dev/null +++ b/Content/Factory/Audio/Cue_Storage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7c70e7a58f9ea476d90fe16c8c405136e4fb07fdeb439760a31e7a601e7058 +size 4312 diff --git a/Content/Factory/Audio/Cue_Ventilation.uasset b/Content/Factory/Audio/Cue_Ventilation.uasset new file mode 100644 index 00000000..27d821a0 --- /dev/null +++ b/Content/Factory/Audio/Cue_Ventilation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3674dc24cf89da0f187dce59cd119aa0f1a6639f1a993046714dd1986f52071 +size 4340 diff --git a/Content/Factory/Audio/S_AssemblyLine.uasset b/Content/Factory/Audio/S_AssemblyLine.uasset new file mode 100644 index 00000000..d5e394f3 --- /dev/null +++ b/Content/Factory/Audio/S_AssemblyLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ac08daf42cd136cbe87db8d3bfe96b0f3501e30f255f3592ce82352bb482c +size 10920538 diff --git a/Content/Factory/Audio/S_Car_crash.uasset b/Content/Factory/Audio/S_Car_crash.uasset new file mode 100644 index 00000000..d7a7c468 --- /dev/null +++ b/Content/Factory/Audio/S_Car_crash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f336fb653569c1a9cde36ab9e1e4ba484677a25d543a3cd52aaaa84489ac17b5 +size 632491 diff --git a/Content/Factory/Audio/S_CrashZone.uasset b/Content/Factory/Audio/S_CrashZone.uasset new file mode 100644 index 00000000..448a7748 --- /dev/null +++ b/Content/Factory/Audio/S_CrashZone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae0d7bbb8bc4c032417f09242a2b0401d532f2df3b21562db04017809706a88 +size 17553876 diff --git a/Content/Factory/Audio/S_Drone.uasset b/Content/Factory/Audio/S_Drone.uasset new file mode 100644 index 00000000..c121334d --- /dev/null +++ b/Content/Factory/Audio/S_Drone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c78d56fbf1ab9fb26d2a26b40f84e8020ac692cc5497bbcf7424c5b90f09da5 +size 3362506 diff --git a/Content/Factory/Audio/S_MainAmbient.uasset b/Content/Factory/Audio/S_MainAmbient.uasset new file mode 100644 index 00000000..bcc6d579 --- /dev/null +++ b/Content/Factory/Audio/S_MainAmbient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce83d5f66e43b63f775ec0e251aba9276524e38717926b481262ae6ca5e7bcba +size 6052821 diff --git a/Content/Factory/Audio/S_Motorized.uasset b/Content/Factory/Audio/S_Motorized.uasset new file mode 100644 index 00000000..02f3fe61 --- /dev/null +++ b/Content/Factory/Audio/S_Motorized.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bab7f39a51899c9cf5db8f5a7bc4ae4fa302d5d718b1fa4c47c0d1c9017d4a +size 362400 diff --git a/Content/Factory/Audio/S_Office.uasset b/Content/Factory/Audio/S_Office.uasset new file mode 100644 index 00000000..97a4093f --- /dev/null +++ b/Content/Factory/Audio/S_Office.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542e35343e7e91bd2e790f906bf8d5734f4f5d7468b31007c861dc0b2c711be0 +size 20537793 diff --git a/Content/Factory/Audio/S_Shower.uasset b/Content/Factory/Audio/S_Shower.uasset new file mode 100644 index 00000000..5df86cb4 --- /dev/null +++ b/Content/Factory/Audio/S_Shower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd4cafb87bfbd34ef3e1ef1dd990f251afb453ce2b2d584cc819bf087bc3f13 +size 36510125 diff --git a/Content/Factory/Audio/S_Storage.uasset b/Content/Factory/Audio/S_Storage.uasset new file mode 100644 index 00000000..f1f1949f --- /dev/null +++ b/Content/Factory/Audio/S_Storage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb8afa0607f47ae6cfacdcd2877e967db572aaa7ffa863768655c21ffa6108c7 +size 14082550 diff --git a/Content/Factory/Audio/S_Ventilation.uasset b/Content/Factory/Audio/S_Ventilation.uasset new file mode 100644 index 00000000..49e92d1d --- /dev/null +++ b/Content/Factory/Audio/S_Ventilation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f050cdf265deb764e8c703105a39ae22241f599b0b33ed23d14dce308be6463a +size 11055515 diff --git a/Content/Factory/Audio/S_Welding.uasset b/Content/Factory/Audio/S_Welding.uasset new file mode 100644 index 00000000..76908057 --- /dev/null +++ b/Content/Factory/Audio/S_Welding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d75facd5133a56b7e74e2b659d458b66a4f20aff877997d0ce4c36e720a191 +size 4866645 diff --git a/Content/Factory/Blueprints/Data/AC_TilleArray.uasset b/Content/Factory/Blueprints/Data/AC_TilleArray.uasset new file mode 100644 index 00000000..3db8d14b --- /dev/null +++ b/Content/Factory/Blueprints/Data/AC_TilleArray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80623ca212b05ff5e4b0f06d492a54f23efe429d42060d2c4e27533bb41f0c4 +size 369788 diff --git a/Content/Factory/Blueprints/Data/BPI_GamePlay.uasset b/Content/Factory/Blueprints/Data/BPI_GamePlay.uasset new file mode 100644 index 00000000..3bead6c9 --- /dev/null +++ b/Content/Factory/Blueprints/Data/BPI_GamePlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd46e2373e5f76d462c5c5482463ddaf7610fec6c5abbdf6316282f0d8f32c5 +size 14304 diff --git a/Content/Factory/Blueprints/Data/BP_FunctionLibrary.uasset b/Content/Factory/Blueprints/Data/BP_FunctionLibrary.uasset new file mode 100644 index 00000000..7d2d06d1 --- /dev/null +++ b/Content/Factory/Blueprints/Data/BP_FunctionLibrary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127a906bde56b603550c1dfb0330cf0e0ca3a70b50822e37ad9fc1433184cdff +size 101046 diff --git a/Content/Factory/Blueprints/Data/GM_Factory.uasset b/Content/Factory/Blueprints/Data/GM_Factory.uasset new file mode 100644 index 00000000..78176229 --- /dev/null +++ b/Content/Factory/Blueprints/Data/GM_Factory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5447fadc4b195aecb35db39bdfa7581d059ab07c63769dcb202b406f6aa237 +size 20966 diff --git a/Content/Factory/Blueprints/Data/ML_AC_MacroLibrary.uasset b/Content/Factory/Blueprints/Data/ML_AC_MacroLibrary.uasset new file mode 100644 index 00000000..6bcbde6c --- /dev/null +++ b/Content/Factory/Blueprints/Data/ML_AC_MacroLibrary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d01364ce043df899d6ea6fe19d033a8962cea122286f609309906bb26315c5a0 +size 319185 diff --git a/Content/Factory/Blueprints/Data/ML_A_MacroLibrary.uasset b/Content/Factory/Blueprints/Data/ML_A_MacroLibrary.uasset new file mode 100644 index 00000000..47792f08 --- /dev/null +++ b/Content/Factory/Blueprints/Data/ML_A_MacroLibrary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f23b666a9edfc8d8c92e9071b2a55bfd47d7e7b9afc9bc454873340866f5ed0a +size 155532 diff --git a/Content/Factory/Blueprints/Data/ML_Ob_MacroLibrary.uasset b/Content/Factory/Blueprints/Data/ML_Ob_MacroLibrary.uasset new file mode 100644 index 00000000..1906789f --- /dev/null +++ b/Content/Factory/Blueprints/Data/ML_Ob_MacroLibrary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595df03aee996f10a2d5bb912c8c0cf858aae6b3c88fd6b509745ab49e26821e +size 51997 diff --git a/Content/Factory/Blueprints/Data/ST_MASComp.uasset b/Content/Factory/Blueprints/Data/ST_MASComp.uasset new file mode 100644 index 00000000..9d7263c0 --- /dev/null +++ b/Content/Factory/Blueprints/Data/ST_MASComp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a11229875b6d13b57ddf746e0adc3dfc945195f925135d3e2a9c53c72c636b83 +size 10556 diff --git a/Content/Factory/Blueprints/Data/Virtual_AC_RunAction.uasset b/Content/Factory/Blueprints/Data/Virtual_AC_RunAction.uasset new file mode 100644 index 00000000..5c71f36b --- /dev/null +++ b/Content/Factory/Blueprints/Data/Virtual_AC_RunAction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458552627aa0ba084976fcbe6ad71deb122cefbfd68e3f9a2a7aca840855468f +size 21215 diff --git a/Content/Factory/Blueprints/GamePlay/AC_AttachParticleToSocket.uasset b/Content/Factory/Blueprints/GamePlay/AC_AttachParticleToSocket.uasset new file mode 100644 index 00000000..51af1db1 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_AttachParticleToSocket.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac82832b5e442d7e5ba7616eeb446e8ae3ff038e10a0eaeb4e5286bcdd7273b +size 53139 diff --git a/Content/Factory/Blueprints/GamePlay/AC_AttachToSocket.uasset b/Content/Factory/Blueprints/GamePlay/AC_AttachToSocket.uasset new file mode 100644 index 00000000..01a9bd4b --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_AttachToSocket.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24fd4d0f60106f12c2bfc21c71defef2af8c84b5ca029eee54ddb51f669ab9f +size 49390 diff --git a/Content/Factory/Blueprints/GamePlay/AC_CallAction.uasset b/Content/Factory/Blueprints/GamePlay/AC_CallAction.uasset new file mode 100644 index 00000000..550b5b0c --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_CallAction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75bf18ea9a8bf2e2d4040896a9e52c8a4013f97f34cedb912c821e9a9dffa293 +size 164545 diff --git a/Content/Factory/Blueprints/GamePlay/AC_DoorAction.uasset b/Content/Factory/Blueprints/GamePlay/AC_DoorAction.uasset new file mode 100644 index 00000000..636d2f1b --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_DoorAction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e582f64b2f6cc652904ac2137acef52e8fd59505f5f182f9e48b63d9d3e3a1 +size 178387 diff --git a/Content/Factory/Blueprints/GamePlay/AC_Elevator.uasset b/Content/Factory/Blueprints/GamePlay/AC_Elevator.uasset new file mode 100644 index 00000000..e57be9af --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_Elevator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b8db35a3b18c7d3abe40bb70b3e69268ec616cf7ea19a7c8ba7002e0a63a08 +size 61573 diff --git a/Content/Factory/Blueprints/GamePlay/AC_PlayAnimation.uasset b/Content/Factory/Blueprints/GamePlay/AC_PlayAnimation.uasset new file mode 100644 index 00000000..b8efaa42 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_PlayAnimation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60286a567d4df7d0ca3acf1a3c21cdbadd996b253225608ce2c7040451ffb637 +size 56867 diff --git a/Content/Factory/Blueprints/GamePlay/AC_RunTruck.uasset b/Content/Factory/Blueprints/GamePlay/AC_RunTruck.uasset new file mode 100644 index 00000000..9723e945 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_RunTruck.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c73c2b8ba9c8a43a05189a60347f452c3baee1b5bfffa2a4f513c1d48ceb51 +size 30501 diff --git a/Content/Factory/Blueprints/GamePlay/AC_Shower.uasset b/Content/Factory/Blueprints/GamePlay/AC_Shower.uasset new file mode 100644 index 00000000..ae698d45 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_Shower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a272bc6dd01224d22b2fc33bf788947bc9ee5c4c6d90bdddc343117601d5a5f1 +size 73042 diff --git a/Content/Factory/Blueprints/GamePlay/AC_SitInCar.uasset b/Content/Factory/Blueprints/GamePlay/AC_SitInCar.uasset new file mode 100644 index 00000000..41dc4992 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_SitInCar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848a4eb3bbaaf1ba9c3fe6cee09ea621e4a3ad0ae6f25012857e1cfadbcbd511 +size 36227 diff --git a/Content/Factory/Blueprints/GamePlay/AC_SitInDrone.uasset b/Content/Factory/Blueprints/GamePlay/AC_SitInDrone.uasset new file mode 100644 index 00000000..d2c103e8 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/AC_SitInDrone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6b4b0e5d6e526877cdc2958da89aaf12d0a4d98c047234f64dbf6c63589fec +size 49997 diff --git a/Content/Factory/Blueprints/GamePlay/BP_IndustrialRobot.uasset b/Content/Factory/Blueprints/GamePlay/BP_IndustrialRobot.uasset new file mode 100644 index 00000000..cf4a9844 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/BP_IndustrialRobot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad7b01b9ddef36672b60e7d58e76dc99d277f621cc90d209a954d1390ea5339 +size 69730 diff --git a/Content/Factory/Blueprints/GamePlay/BP_RobotHend.uasset b/Content/Factory/Blueprints/GamePlay/BP_RobotHend.uasset new file mode 100644 index 00000000..1e3da0a6 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/BP_RobotHend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc39b600eada86e4823c678b1d29a18502b976f17202fbb77b11350086098b28 +size 544789 diff --git a/Content/Factory/Blueprints/GamePlay/BP_SplineMovable.uasset b/Content/Factory/Blueprints/GamePlay/BP_SplineMovable.uasset new file mode 100644 index 00000000..19f522e4 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/BP_SplineMovable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01747dc8a48aafb89ba3084264dc7ce998b0b503decb1f7be8f429d1ed54474b +size 474066 diff --git a/Content/Factory/Blueprints/GamePlay/BP_SplineMovable_Blueprint.uasset b/Content/Factory/Blueprints/GamePlay/BP_SplineMovable_Blueprint.uasset new file mode 100644 index 00000000..728e380d --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/BP_SplineMovable_Blueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1f9b15afc4bcd295292472080704992fb1ae8c24fdd1c8d734c52e8b3a77bd +size 89790 diff --git a/Content/Factory/Blueprints/GamePlay/BP_Train.uasset b/Content/Factory/Blueprints/GamePlay/BP_Train.uasset new file mode 100644 index 00000000..9581bd4b --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/BP_Train.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ecc6b4e625f429b8284d4a6d6639686fc4b59e97978ced347797147630458fa +size 141940 diff --git a/Content/Factory/Blueprints/GamePlay/N_Sparks_OFF.uasset b/Content/Factory/Blueprints/GamePlay/N_Sparks_OFF.uasset new file mode 100644 index 00000000..8f1b803b --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/N_Sparks_OFF.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a7b7fd1484fa808398bc3c4bef7bb553ca6c4ec36fc44017f951be2f3ed69a +size 23478 diff --git a/Content/Factory/Blueprints/GamePlay/N_Sparks_ON.uasset b/Content/Factory/Blueprints/GamePlay/N_Sparks_ON.uasset new file mode 100644 index 00000000..d3e75c30 --- /dev/null +++ b/Content/Factory/Blueprints/GamePlay/N_Sparks_ON.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acfc0adaa5cb9e07b4568471cf7f5d0b5cb63cff5a2428ca8ebac2101cf0c651 +size 23826 diff --git a/Content/Factory/Blueprints/Notify/N_On_Off_Particles.uasset b/Content/Factory/Blueprints/Notify/N_On_Off_Particles.uasset new file mode 100644 index 00000000..3b4770f3 --- /dev/null +++ b/Content/Factory/Blueprints/Notify/N_On_Off_Particles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9349d38385889fd2162d0279339ed4e6048013ef2d7715ed76001ac01d61ea8 +size 44269 diff --git a/Content/Factory/Blueprints/Pawn/Cars/PW_ForkLift.uasset b/Content/Factory/Blueprints/Pawn/Cars/PW_ForkLift.uasset new file mode 100644 index 00000000..949e22fc --- /dev/null +++ b/Content/Factory/Blueprints/Pawn/Cars/PW_ForkLift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6766e5fdfa7b8e464d17d71760e6072ccc009c11728ab1c0b2a0b79d84fc60ae +size 216831 diff --git a/Content/Factory/Blueprints/Pawn/Cars/V_ForkLift_Back.uasset b/Content/Factory/Blueprints/Pawn/Cars/V_ForkLift_Back.uasset new file mode 100644 index 00000000..008071a2 --- /dev/null +++ b/Content/Factory/Blueprints/Pawn/Cars/V_ForkLift_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8872ba2ce424bc4f888d239cd8198173159953f28bb54d5feb5698deb1c7d55e +size 3074 diff --git a/Content/Factory/Blueprints/Pawn/Cars/V_ForkLift_Front.uasset b/Content/Factory/Blueprints/Pawn/Cars/V_ForkLift_Front.uasset new file mode 100644 index 00000000..d6cc6547 --- /dev/null +++ b/Content/Factory/Blueprints/Pawn/Cars/V_ForkLift_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6944d4a19e30bd28c7bd43f6374dab085e19494b8187502a77b6104d622aa3 +size 3080 diff --git a/Content/Factory/Blueprints/Pawn/PW_Crane.uasset b/Content/Factory/Blueprints/Pawn/PW_Crane.uasset new file mode 100644 index 00000000..6098da98 --- /dev/null +++ b/Content/Factory/Blueprints/Pawn/PW_Crane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392f04084e7bc222e2926c34ab5ec690eb99475ef3f3e2c140a7e979f8c1dc77 +size 217189 diff --git a/Content/Factory/Blueprints/Pawn/PW_Fly.uasset b/Content/Factory/Blueprints/Pawn/PW_Fly.uasset new file mode 100644 index 00000000..ff3b5470 --- /dev/null +++ b/Content/Factory/Blueprints/Pawn/PW_Fly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd4abcef3ab7740f5f40c58ab1d9dd5cd933d738f365d3b71799e9d065fdda4 +size 122165 diff --git a/Content/Factory/Blueprints/Pawn/ThirdPersonCharacter.uasset b/Content/Factory/Blueprints/Pawn/ThirdPersonCharacter.uasset new file mode 100644 index 00000000..102d41d8 --- /dev/null +++ b/Content/Factory/Blueprints/Pawn/ThirdPersonCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180471ff6dae5759bc96ed23c2b2e325eafed3500d634e9d2dbe5b1666fd1926 +size 169146 diff --git a/Content/Factory/Blueprints/RenderTarget/CRT_Mirror.uasset b/Content/Factory/Blueprints/RenderTarget/CRT_Mirror.uasset new file mode 100644 index 00000000..c381ed34 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/CRT_Mirror.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0250b4543c38fa5c8ac4dd0f4209054a5264bdbd33fe1ac52979fd10b0617b25 +size 57584 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_Assembly.uasset b/Content/Factory/Blueprints/RenderTarget/RT_Assembly.uasset new file mode 100644 index 00000000..e3891e47 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_Assembly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dde9cfea56daacba307ae2417ffd853a10c8e6a3d0e037f24b5174fe5538f49 +size 56706 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_ControlRoom.uasset b/Content/Factory/Blueprints/RenderTarget/RT_ControlRoom.uasset new file mode 100644 index 00000000..dd8d9d84 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_ControlRoom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f59a0ddf353fa6084a06078f6365f5798836d11cbc370d3e904d83a7c4b600 +size 71872 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_CrashTest.uasset b/Content/Factory/Blueprints/RenderTarget/RT_CrashTest.uasset new file mode 100644 index 00000000..6f0aaa56 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_CrashTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969ef63f49147f5665d3e0e3c4e6265e2ee0aef8303ebdddd175887c96b46729 +size 73824 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_DroneCamera.uasset b/Content/Factory/Blueprints/RenderTarget/RT_DroneCamera.uasset new file mode 100644 index 00000000..52af1af6 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_DroneCamera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73908dd7e04d1be6a9516226e964978c94e51f4118f384ee4eedc8c3e55f7740 +size 25110 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_LockerRoom.uasset b/Content/Factory/Blueprints/RenderTarget/RT_LockerRoom.uasset new file mode 100644 index 00000000..bc11e63b --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_LockerRoom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ee1c5339190db034943fef5f3ee771575ab435301fbe6406190f49d34542e9a +size 78617 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_Office.uasset b/Content/Factory/Blueprints/RenderTarget/RT_Office.uasset new file mode 100644 index 00000000..b5f48f24 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_Office.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34ce74a6c4d46939d82f3218608408a18a05fb14467f2242ddcb180861de022 +size 73890 diff --git a/Content/Factory/Blueprints/RenderTarget/RT_WC.uasset b/Content/Factory/Blueprints/RenderTarget/RT_WC.uasset new file mode 100644 index 00000000..4d3dc605 --- /dev/null +++ b/Content/Factory/Blueprints/RenderTarget/RT_WC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52945d8ff47f1d8b93fbb5cae658aa2f06ef967c8be0cefb22f144cd445f1d77 +size 77888 diff --git a/Content/Factory/Blueprints/UI/M_HItPoint.uasset b/Content/Factory/Blueprints/UI/M_HItPoint.uasset new file mode 100644 index 00000000..6d8e9b93 --- /dev/null +++ b/Content/Factory/Blueprints/UI/M_HItPoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf27204905e2dd6ac7a60bbc9ddffea230a61e6ba4cdd725ed6410ca72af55f +size 74387 diff --git a/Content/Factory/Blueprints/UI/W_ActionHotkey.uasset b/Content/Factory/Blueprints/UI/W_ActionHotkey.uasset new file mode 100644 index 00000000..2645d1ef --- /dev/null +++ b/Content/Factory/Blueprints/UI/W_ActionHotkey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98bd36743a9be6b357e144419b85ee6569b81389c24667dd89e5c9e08d04767 +size 28164 diff --git a/Content/Factory/Blueprints/UI/W_Crane.uasset b/Content/Factory/Blueprints/UI/W_Crane.uasset new file mode 100644 index 00000000..c8568a79 --- /dev/null +++ b/Content/Factory/Blueprints/UI/W_Crane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a94bb40b057a76e7abd73caa5a9dd7743f5ee961bb0aa64657592065ae59de2 +size 40491 diff --git a/Content/Factory/Blueprints/UI/W_Drone.uasset b/Content/Factory/Blueprints/UI/W_Drone.uasset new file mode 100644 index 00000000..bd7fca50 --- /dev/null +++ b/Content/Factory/Blueprints/UI/W_Drone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52e43cbf5de281d17c75f4d03b0d7e2096b733db9b6362ee22f260f82388aea +size 47141 diff --git a/Content/Factory/Blueprints/UI/W_ForkCar.uasset b/Content/Factory/Blueprints/UI/W_ForkCar.uasset new file mode 100644 index 00000000..3a58d9f9 --- /dev/null +++ b/Content/Factory/Blueprints/UI/W_ForkCar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78233831f91e3315c40575b569718bb0fa2753cba22195d1fbc549ffea9498d8 +size 46924 diff --git a/Content/Factory/Blueprints/UI/W_HitPoint.uasset b/Content/Factory/Blueprints/UI/W_HitPoint.uasset new file mode 100644 index 00000000..cba92da7 --- /dev/null +++ b/Content/Factory/Blueprints/UI/W_HitPoint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55f1a09809a697b46818e600d16b488ed5efaa56edb1705adb6d32a0cf8b968 +size 24891 diff --git a/Content/Factory/Blueprints/UI/W_OutCar.uasset b/Content/Factory/Blueprints/UI/W_OutCar.uasset new file mode 100644 index 00000000..db00140b --- /dev/null +++ b/Content/Factory/Blueprints/UI/W_OutCar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31728aa0da7a3771361c0c3b22ecdda66561b6baf03a54d50991387135d1680 +size 31980 diff --git a/Content/Factory/Fx/Crash.uasset b/Content/Factory/Fx/Crash.uasset new file mode 100644 index 00000000..63a0755e --- /dev/null +++ b/Content/Factory/Fx/Crash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c131f6fbc1e9d6bba130fa2c14050f2ac84419f7f42730313d8c176f32ab7c4b +size 69054 diff --git a/Content/Factory/Fx/Grow_Smoke.uasset b/Content/Factory/Fx/Grow_Smoke.uasset new file mode 100644 index 00000000..4210f0e9 --- /dev/null +++ b/Content/Factory/Fx/Grow_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcba5600e81b7f85e4b2c832f2642f2d2c2f3964a3b39a5bc541f9c8f94df223 +size 27228 diff --git a/Content/Factory/Fx/Material/M_Debris.uasset b/Content/Factory/Fx/Material/M_Debris.uasset new file mode 100644 index 00000000..739280ca --- /dev/null +++ b/Content/Factory/Fx/Material/M_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0840200cc172c0b9582fd082f05dfff8fa049bd6a0678d6658136c408a558cf7 +size 67850 diff --git a/Content/Factory/Fx/Material/M_Outline_Only.uasset b/Content/Factory/Fx/Material/M_Outline_Only.uasset new file mode 100644 index 00000000..f4888d83 --- /dev/null +++ b/Content/Factory/Fx/Material/M_Outline_Only.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddba31ec72823190b3fd28ddd06d4d52395020e72f1d86310ac084f0fb73bf0f +size 94787 diff --git a/Content/Factory/Fx/Material/M_Outline_Only_Inst.uasset b/Content/Factory/Fx/Material/M_Outline_Only_Inst.uasset new file mode 100644 index 00000000..688ca16d --- /dev/null +++ b/Content/Factory/Fx/Material/M_Outline_Only_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e27d836dc326efdaf32562754b384b60f93e8942b9cfb40dfa6d482c806e99 +size 85628 diff --git a/Content/Factory/Fx/Material/M_Sparks.uasset b/Content/Factory/Fx/Material/M_Sparks.uasset new file mode 100644 index 00000000..9a8dd70a --- /dev/null +++ b/Content/Factory/Fx/Material/M_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fd898ba482b6da1c6ce2af355c21b469351d1549529d245232f300216854bb +size 64806 diff --git a/Content/Factory/Fx/Material/M_Sparks1.uasset b/Content/Factory/Fx/Material/M_Sparks1.uasset new file mode 100644 index 00000000..7b8e3a9a --- /dev/null +++ b/Content/Factory/Fx/Material/M_Sparks1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b2c1d0f1bf689f3705670b15aa718bdc1fc935a401b924a9d667a285449fc9 +size 73668 diff --git a/Content/Factory/Fx/Material/M_Sparks1_Inst.uasset b/Content/Factory/Fx/Material/M_Sparks1_Inst.uasset new file mode 100644 index 00000000..49df451b --- /dev/null +++ b/Content/Factory/Fx/Material/M_Sparks1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560310bf78a9915b0c64a27b14e7e3f2f9cd7748225413afd094978564528ee0 +size 68951 diff --git a/Content/Factory/Fx/Shower.uasset b/Content/Factory/Fx/Shower.uasset new file mode 100644 index 00000000..971081bf --- /dev/null +++ b/Content/Factory/Fx/Shower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9611022cac87483cd3acc9c3990be4487a5f6fa162dfe4796ee9490efe85c0f9 +size 39328 diff --git a/Content/Factory/Fx/Smoke.uasset b/Content/Factory/Fx/Smoke.uasset new file mode 100644 index 00000000..4b0525c3 --- /dev/null +++ b/Content/Factory/Fx/Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb394bb7e05622a1f68f35aa2c7f71f5bce03f2c31a954e89701ead76f5ab24a +size 25533 diff --git a/Content/Factory/Fx/Smoke_Train.uasset b/Content/Factory/Fx/Smoke_Train.uasset new file mode 100644 index 00000000..5d31863a --- /dev/null +++ b/Content/Factory/Fx/Smoke_Train.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73764410c7f22601ccbf3183606d20fc16e670f991c257a9454df206a3c3048e +size 27483 diff --git a/Content/Factory/Fx/SparksV2.uasset b/Content/Factory/Fx/SparksV2.uasset new file mode 100644 index 00000000..c028080d --- /dev/null +++ b/Content/Factory/Fx/SparksV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc97118eeb95b8cb6b4c58e695cc43b6ffeb53bae9c7923a1a654d22bd21190 +size 65385 diff --git a/Content/Factory/Fx/SparksV2_2.uasset b/Content/Factory/Fx/SparksV2_2.uasset new file mode 100644 index 00000000..083279e4 --- /dev/null +++ b/Content/Factory/Fx/SparksV2_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c43d21deba11f2808e873c8ddf9bf745ff88f2e537c00ddd98a4055c1618be0 +size 44514 diff --git a/Content/Factory/Fx/Steam_Shower.uasset b/Content/Factory/Fx/Steam_Shower.uasset new file mode 100644 index 00000000..70c2a92f --- /dev/null +++ b/Content/Factory/Fx/Steam_Shower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551e0127ff632c9ed29ef72ce469cd8533a1a6e5798e7e9b2b9c8e9c60dbe29f +size 27529 diff --git a/Content/Factory/Fx/Texture/DisplayMask.uasset b/Content/Factory/Fx/Texture/DisplayMask.uasset new file mode 100644 index 00000000..2676848a --- /dev/null +++ b/Content/Factory/Fx/Texture/DisplayMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f522a18c4948f355498f0bd9ef842cee21dda3ef7c96f6904c3d7759682fc67 +size 6343 diff --git a/Content/Factory/Fx/Texture/Particles.uasset b/Content/Factory/Fx/Texture/Particles.uasset new file mode 100644 index 00000000..1084dea6 --- /dev/null +++ b/Content/Factory/Fx/Texture/Particles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b2fcf1d6c3270373db66d1e7a937ffd0c1f8b3f04d718b220020f79d6afc3b +size 12191917 diff --git a/Content/Factory/Maps/Demonstration.umap b/Content/Factory/Maps/Demonstration.umap new file mode 100644 index 00000000..a9267066 --- /dev/null +++ b/Content/Factory/Maps/Demonstration.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aede455e6e75a5fa262cfd4bb06c3defd649eaf5df6062a8318a1d5c608e1945 +size 44218874 diff --git a/Content/Factory/Maps/TechArt.umap b/Content/Factory/Maps/TechArt.umap new file mode 100644 index 00000000..4ef0f3f7 --- /dev/null +++ b/Content/Factory/Maps/TechArt.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e46fbc0a6dccb4dd5b94ab3c8b0468ed7ccf592a190e90f2d6df1d425399e7e +size 627861 diff --git a/Content/Factory/Materials/MF/MF_Atlas.uasset b/Content/Factory/Materials/MF/MF_Atlas.uasset new file mode 100644 index 00000000..56076e46 --- /dev/null +++ b/Content/Factory/Materials/MF/MF_Atlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42c363fde3292b79541321f65711ef448e8727d59f42d8d057c2a19e899cee3 +size 92287 diff --git a/Content/Factory/Materials/MI_0406_01.uasset b/Content/Factory/Materials/MI_0406_01.uasset new file mode 100644 index 00000000..5b229622 --- /dev/null +++ b/Content/Factory/Materials/MI_0406_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b83e2914159c52fd24b93a3bde0b91c33f3c9edf79b938e648190c0405d2b7a +size 93997 diff --git a/Content/Factory/Materials/MI_ACSTD_01.uasset b/Content/Factory/Materials/MI_ACSTD_01.uasset new file mode 100644 index 00000000..8aadf33b --- /dev/null +++ b/Content/Factory/Materials/MI_ACSTD_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f818e490eff83775887d8ff12ee2d5d3d7639c5ee3ed154b146c7e0a69ff544 +size 106959 diff --git a/Content/Factory/Materials/MI_ACSTD_02.uasset b/Content/Factory/Materials/MI_ACSTD_02.uasset new file mode 100644 index 00000000..b2223611 --- /dev/null +++ b/Content/Factory/Materials/MI_ACSTD_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7c5f9fb33b0c93fc1bb04a9266155537fc3e3dfb9e04e5dcd908a25c533903 +size 97006 diff --git a/Content/Factory/Materials/MI_AirConditioner_Decal01.uasset b/Content/Factory/Materials/MI_AirConditioner_Decal01.uasset new file mode 100644 index 00000000..175d21c3 --- /dev/null +++ b/Content/Factory/Materials/MI_AirConditioner_Decal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf71d8b0039cd4ab020d75367a61562940800cfaa3019bd916c617e4174b513 +size 138132 diff --git a/Content/Factory/Materials/MI_AirConditioners01.uasset b/Content/Factory/Materials/MI_AirConditioners01.uasset new file mode 100644 index 00000000..3afff98e --- /dev/null +++ b/Content/Factory/Materials/MI_AirConditioners01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fcadef06e3507e2d18f96e4e555267c08e2b7b59b9cc0a1e0ae7d4a09297b4 +size 127586 diff --git a/Content/Factory/Materials/MI_AirConditioningPipe_01.uasset b/Content/Factory/Materials/MI_AirConditioningPipe_01.uasset new file mode 100644 index 00000000..30aa0574 --- /dev/null +++ b/Content/Factory/Materials/MI_AirConditioningPipe_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7694e397fc7f6fc4dc47faa4f00cfb124ca35fe0800e3254b16fc79542061d06 +size 120798 diff --git a/Content/Factory/Materials/MI_AirConditioning_01.uasset b/Content/Factory/Materials/MI_AirConditioning_01.uasset new file mode 100644 index 00000000..243e8739 --- /dev/null +++ b/Content/Factory/Materials/MI_AirConditioning_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983699d79fd96a5f9650da3bdcdc16ce10f9f057e1cf153f0960389e93d7f313 +size 139176 diff --git a/Content/Factory/Materials/MI_ArmCover01.uasset b/Content/Factory/Materials/MI_ArmCover01.uasset new file mode 100644 index 00000000..42150bd3 --- /dev/null +++ b/Content/Factory/Materials/MI_ArmCover01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ddcede54d32c24b1cfa5986f6da2eb61d3e2712bcb2e2d40d127273d8dc76f +size 148543 diff --git a/Content/Factory/Materials/MI_AssemLine_Decals.uasset b/Content/Factory/Materials/MI_AssemLine_Decals.uasset new file mode 100644 index 00000000..4401e89f --- /dev/null +++ b/Content/Factory/Materials/MI_AssemLine_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a65b66a687db39c42a6a4f668732af606f0705d1d620cec5a6c7da58819582d +size 152791 diff --git a/Content/Factory/Materials/MI_AssemLine_DeskControl.uasset b/Content/Factory/Materials/MI_AssemLine_DeskControl.uasset new file mode 100644 index 00000000..8a9815b7 --- /dev/null +++ b/Content/Factory/Materials/MI_AssemLine_DeskControl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1ea2607fa74e5616d4964236d9d087fe4fac7359f17e96bd33eeec2a0dcf944 +size 130259 diff --git a/Content/Factory/Materials/MI_AssemblyCam.uasset b/Content/Factory/Materials/MI_AssemblyCam.uasset new file mode 100644 index 00000000..54fd2c62 --- /dev/null +++ b/Content/Factory/Materials/MI_AssemblyCam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20d3531a17af1d0a231d57d40a6dbdbc1976b36b5033f29e3f2178bb6e4fffe +size 149226 diff --git a/Content/Factory/Materials/MI_AssemblyLineBox.uasset b/Content/Factory/Materials/MI_AssemblyLineBox.uasset new file mode 100644 index 00000000..fe697e5a --- /dev/null +++ b/Content/Factory/Materials/MI_AssemblyLineBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0cd9cf29cddb3b32e4a753ed74382f4d6f59c89817c68e97be274389c2ba85b +size 106453 diff --git a/Content/Factory/Materials/MI_AssemblyLineColor01.uasset b/Content/Factory/Materials/MI_AssemblyLineColor01.uasset new file mode 100644 index 00000000..ea9f7762 --- /dev/null +++ b/Content/Factory/Materials/MI_AssemblyLineColor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b775db7983c9e3950862a9f78b386ad640b755ec40ba05ebc9ab7de2be7307 +size 147810 diff --git a/Content/Factory/Materials/MI_AssemblyLineColor02.uasset b/Content/Factory/Materials/MI_AssemblyLineColor02.uasset new file mode 100644 index 00000000..7a4096de --- /dev/null +++ b/Content/Factory/Materials/MI_AssemblyLineColor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e745be19f247f43285c5f4feb174f08b327a753505008915769a1c5593b9574 +size 141975 diff --git a/Content/Factory/Materials/MI_AssemblyLineFloor01.uasset b/Content/Factory/Materials/MI_AssemblyLineFloor01.uasset new file mode 100644 index 00000000..6a2af02b --- /dev/null +++ b/Content/Factory/Materials/MI_AssemblyLineFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61c13ab50178198174f1ed8340914c4a793348377650bbcab5c3e89c6e069ac +size 119347 diff --git a/Content/Factory/Materials/MI_Background1.uasset b/Content/Factory/Materials/MI_Background1.uasset new file mode 100644 index 00000000..45677e7e --- /dev/null +++ b/Content/Factory/Materials/MI_Background1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6937b804c7c77a61d095ead63c0a35881f0fefe267ab095a7d87e5652fb25b +size 150551 diff --git a/Content/Factory/Materials/MI_Background2.uasset b/Content/Factory/Materials/MI_Background2.uasset new file mode 100644 index 00000000..0ca94cfd --- /dev/null +++ b/Content/Factory/Materials/MI_Background2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0869842915c27b596c1fb225408f3e43898593d7cd7c906d185659fb4bdcc253 +size 141144 diff --git a/Content/Factory/Materials/MI_Barrels01.uasset b/Content/Factory/Materials/MI_Barrels01.uasset new file mode 100644 index 00000000..cb804426 --- /dev/null +++ b/Content/Factory/Materials/MI_Barrels01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7499971eb96de1febc7b3528d8fc841c7d6589f03e6d7690c1bdb167efdca41e +size 116600 diff --git a/Content/Factory/Materials/MI_Barrels02.uasset b/Content/Factory/Materials/MI_Barrels02.uasset new file mode 100644 index 00000000..71014211 --- /dev/null +++ b/Content/Factory/Materials/MI_Barrels02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3826f747bb92b3ef2a78f65fc0ba753167c5eb685c29de5a98eea5741ce81f2 +size 130443 diff --git a/Content/Factory/Materials/MI_Barrels03.uasset b/Content/Factory/Materials/MI_Barrels03.uasset new file mode 100644 index 00000000..d596f92f --- /dev/null +++ b/Content/Factory/Materials/MI_Barrels03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96873d4a6dcede7cb6dc0660d0646225476c7165d0893c0ebfe7cabeedfaf68a +size 129445 diff --git a/Content/Factory/Materials/MI_BaseGlass01.uasset b/Content/Factory/Materials/MI_BaseGlass01.uasset new file mode 100644 index 00000000..ff576e7f --- /dev/null +++ b/Content/Factory/Materials/MI_BaseGlass01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff558a59c748ff8e741e09c8e7142114936634fea1f360a3b32519889763dcc1 +size 112669 diff --git a/Content/Factory/Materials/MI_BaseGlass02.uasset b/Content/Factory/Materials/MI_BaseGlass02.uasset new file mode 100644 index 00000000..6dd66c75 --- /dev/null +++ b/Content/Factory/Materials/MI_BaseGlass02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7c12279ddcc0a95d9a0eea7a9ddc71681f181832cc6d7394cc181fdd0e82fc +size 101485 diff --git a/Content/Factory/Materials/MI_BaseGlass04.uasset b/Content/Factory/Materials/MI_BaseGlass04.uasset new file mode 100644 index 00000000..851a15de --- /dev/null +++ b/Content/Factory/Materials/MI_BaseGlass04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b728658b265c3b49db1cb4572d47ea5f5d2d413cb676370e23e49eb9edea243 +size 91901 diff --git a/Content/Factory/Materials/MI_Bin.uasset b/Content/Factory/Materials/MI_Bin.uasset new file mode 100644 index 00000000..32f32092 --- /dev/null +++ b/Content/Factory/Materials/MI_Bin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42cd0cb8db8c84ae1144d59f577d9fdf9ec5c0103b2b999811402f53347c5240 +size 126396 diff --git a/Content/Factory/Materials/MI_Boiler_01.uasset b/Content/Factory/Materials/MI_Boiler_01.uasset new file mode 100644 index 00000000..fee74644 --- /dev/null +++ b/Content/Factory/Materials/MI_Boiler_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe894f4a9a4a023c49eb667e071c2b8c13104467b4c02d3a6798ac72a11c312 +size 147560 diff --git a/Content/Factory/Materials/MI_BottleTranslucent01.uasset b/Content/Factory/Materials/MI_BottleTranslucent01.uasset new file mode 100644 index 00000000..c0e7be4d --- /dev/null +++ b/Content/Factory/Materials/MI_BottleTranslucent01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a514abb8ca7827c8a6daf654ac456683a7ab1851cdd9465bad02ee75d958855c +size 137802 diff --git a/Content/Factory/Materials/MI_BrickWallBlend.uasset b/Content/Factory/Materials/MI_BrickWallBlend.uasset new file mode 100644 index 00000000..16175f0e --- /dev/null +++ b/Content/Factory/Materials/MI_BrickWallBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215f48723879db54cda1e7fddf9b1a78b8ac21d4f8c7fcc9728a4151a2ff637f +size 135544 diff --git a/Content/Factory/Materials/MI_BumperCover01.uasset b/Content/Factory/Materials/MI_BumperCover01.uasset new file mode 100644 index 00000000..b0b004d2 --- /dev/null +++ b/Content/Factory/Materials/MI_BumperCover01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7784a045281349f6de909c307ee1e6bb4ee261668dc9187b44d837589d91142a +size 105204 diff --git a/Content/Factory/Materials/MI_Bumper_01.uasset b/Content/Factory/Materials/MI_Bumper_01.uasset new file mode 100644 index 00000000..b701aeae --- /dev/null +++ b/Content/Factory/Materials/MI_Bumper_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f9f329615a99edca1edef74a56debd7a99ca7aac7a6eb07c332821660de107 +size 135270 diff --git a/Content/Factory/Materials/MI_CableBox_01.uasset b/Content/Factory/Materials/MI_CableBox_01.uasset new file mode 100644 index 00000000..54bf110e --- /dev/null +++ b/Content/Factory/Materials/MI_CableBox_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ad49e892bdcce51d41f402c18ec98d3a846d8ef0186302d38a96ace4338c4b +size 123362 diff --git a/Content/Factory/Materials/MI_CableBox_03.uasset b/Content/Factory/Materials/MI_CableBox_03.uasset new file mode 100644 index 00000000..3ec157a7 --- /dev/null +++ b/Content/Factory/Materials/MI_CableBox_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfb2a792e190285c4a2227a20a08cf07341e275e98ce85bd4f928d49094a3f65 +size 118120 diff --git a/Content/Factory/Materials/MI_Cables.uasset b/Content/Factory/Materials/MI_Cables.uasset new file mode 100644 index 00000000..2a4be6e7 --- /dev/null +++ b/Content/Factory/Materials/MI_Cables.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5be265e8b876a73030a2a318836816c3a0d9421da92fa944fc3690ceeec757f +size 112247 diff --git a/Content/Factory/Materials/MI_CargoCart_back.uasset b/Content/Factory/Materials/MI_CargoCart_back.uasset new file mode 100644 index 00000000..9fb25792 --- /dev/null +++ b/Content/Factory/Materials/MI_CargoCart_back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea34db2613ee5de409951aca0db150c78c9aa12ca2f2039c0fdd0acfd79fad5f +size 144225 diff --git a/Content/Factory/Materials/MI_CargoCart_front.uasset b/Content/Factory/Materials/MI_CargoCart_front.uasset new file mode 100644 index 00000000..b73aacdc --- /dev/null +++ b/Content/Factory/Materials/MI_CargoCart_front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9c7bc66e56f82db17841a077eea366e7493c1a30f59862e406dae6ff4897e5 +size 146632 diff --git a/Content/Factory/Materials/MI_Carpet.uasset b/Content/Factory/Materials/MI_Carpet.uasset new file mode 100644 index 00000000..dcfcc408 --- /dev/null +++ b/Content/Factory/Materials/MI_Carpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e919b1b64a9e77d08aacaaab36ba3205fd9e15ab441ac68b8ae0219bc6b78951 +size 115139 diff --git a/Content/Factory/Materials/MI_Carpet_01.uasset b/Content/Factory/Materials/MI_Carpet_01.uasset new file mode 100644 index 00000000..6f8d362d --- /dev/null +++ b/Content/Factory/Materials/MI_Carpet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc8fab49cd5f0e5c770a8a863eb27475cbdcd40f625fe4f7506b2ee9675f510 +size 141057 diff --git a/Content/Factory/Materials/MI_Chrome.uasset b/Content/Factory/Materials/MI_Chrome.uasset new file mode 100644 index 00000000..59618c62 --- /dev/null +++ b/Content/Factory/Materials/MI_Chrome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3caf78e45febb3df6c345d68c04a6adfd7da239354262354df316d98f484e0 +size 129488 diff --git a/Content/Factory/Materials/MI_Cigarettes_Props.uasset b/Content/Factory/Materials/MI_Cigarettes_Props.uasset new file mode 100644 index 00000000..50e8ad27 --- /dev/null +++ b/Content/Factory/Materials/MI_Cigarettes_Props.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:574f39b8c92ad5c662297ba62d693f4650be328023068635b4f1a3c4354c696d +size 114118 diff --git a/Content/Factory/Materials/MI_Clutch02.uasset b/Content/Factory/Materials/MI_Clutch02.uasset new file mode 100644 index 00000000..91054053 --- /dev/null +++ b/Content/Factory/Materials/MI_Clutch02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4467a5ee8fa9f5fff1797ceb09e312cd8ad824a3f95f61c06903aa0d6b6c51f +size 113804 diff --git a/Content/Factory/Materials/MI_Clutch03.uasset b/Content/Factory/Materials/MI_Clutch03.uasset new file mode 100644 index 00000000..1fc7902f --- /dev/null +++ b/Content/Factory/Materials/MI_Clutch03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d5117b3ebe650e17f6ad929fcd1b150b7852fcc1bef051b269fc85876a1634 +size 114748 diff --git a/Content/Factory/Materials/MI_Column_Painted_01.uasset b/Content/Factory/Materials/MI_Column_Painted_01.uasset new file mode 100644 index 00000000..a513ea89 --- /dev/null +++ b/Content/Factory/Materials/MI_Column_Painted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6943a417f042259859cb224f3acc04533c886357b83ec5123c80783058931e5 +size 126389 diff --git a/Content/Factory/Materials/MI_Column_Painted_02.uasset b/Content/Factory/Materials/MI_Column_Painted_02.uasset new file mode 100644 index 00000000..993b82bb --- /dev/null +++ b/Content/Factory/Materials/MI_Column_Painted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77e7931a062a4e740391adab835b23afc4cdb2db2541735ae8899e167f2d1871 +size 141164 diff --git a/Content/Factory/Materials/MI_ConcreteFloor_02.uasset b/Content/Factory/Materials/MI_ConcreteFloor_02.uasset new file mode 100644 index 00000000..6cd567db --- /dev/null +++ b/Content/Factory/Materials/MI_ConcreteFloor_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de194e53f0a73ea2cf231a822811d1d67a38ca165b8889a90a5e47923c1d3d6 +size 102325 diff --git a/Content/Factory/Materials/MI_ConcreteFloor_03.uasset b/Content/Factory/Materials/MI_ConcreteFloor_03.uasset new file mode 100644 index 00000000..3e64e94d --- /dev/null +++ b/Content/Factory/Materials/MI_ConcreteFloor_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dec5b404ec345bd2c9158e4ac8feb5229631735162e433d693c1173f0111189 +size 117475 diff --git a/Content/Factory/Materials/MI_ConcretePillar_Painted01.uasset b/Content/Factory/Materials/MI_ConcretePillar_Painted01.uasset new file mode 100644 index 00000000..dba226c1 --- /dev/null +++ b/Content/Factory/Materials/MI_ConcretePillar_Painted01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4823fcaec8099e0868c1373c820049849a561d4f46a11253b326b1b5218e3901 +size 137678 diff --git a/Content/Factory/Materials/MI_ConcretePillar_Painted02.uasset b/Content/Factory/Materials/MI_ConcretePillar_Painted02.uasset new file mode 100644 index 00000000..b84d7aa9 --- /dev/null +++ b/Content/Factory/Materials/MI_ConcretePillar_Painted02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b8e0b143584e07774c40e1c285c90182f0509381acc7cddcd5a923e1f51019 +size 117583 diff --git a/Content/Factory/Materials/MI_ConcreteWall01.uasset b/Content/Factory/Materials/MI_ConcreteWall01.uasset new file mode 100644 index 00000000..4921d3f3 --- /dev/null +++ b/Content/Factory/Materials/MI_ConcreteWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d751a922e43e5f519f5bd56bd30818ba6766c85aa11b8eccb39cb022299472 +size 129313 diff --git a/Content/Factory/Materials/MI_Conditioning01.uasset b/Content/Factory/Materials/MI_Conditioning01.uasset new file mode 100644 index 00000000..15c1eb9e --- /dev/null +++ b/Content/Factory/Materials/MI_Conditioning01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d092003339615305f4e72a564e0bed658d6c5f69f45765e755e00332ea4023d +size 146092 diff --git a/Content/Factory/Materials/MI_Conditioning02.uasset b/Content/Factory/Materials/MI_Conditioning02.uasset new file mode 100644 index 00000000..8c7a7382 --- /dev/null +++ b/Content/Factory/Materials/MI_Conditioning02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868eef44708119a694d000d02efc41827338d1c20bf314fb54b608483c6dca2a +size 139573 diff --git a/Content/Factory/Materials/MI_Conditioning03.uasset b/Content/Factory/Materials/MI_Conditioning03.uasset new file mode 100644 index 00000000..732c0bab --- /dev/null +++ b/Content/Factory/Materials/MI_Conditioning03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a83110c9b163b351d2dd9664a70de683f8c23e47cfb7ad2a8a876ba3f2cb3e02 +size 148109 diff --git a/Content/Factory/Materials/MI_Conditioning04.uasset b/Content/Factory/Materials/MI_Conditioning04.uasset new file mode 100644 index 00000000..3f1d9ac5 --- /dev/null +++ b/Content/Factory/Materials/MI_Conditioning04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f99b8bfbdb140ea54f49ec82a608762c99848fd4ae177ecda6a6b22f78bac75 +size 142118 diff --git a/Content/Factory/Materials/MI_Container01.uasset b/Content/Factory/Materials/MI_Container01.uasset new file mode 100644 index 00000000..03ab1790 --- /dev/null +++ b/Content/Factory/Materials/MI_Container01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2b4f38b9e71b2606e1acf47590e9f69fe3fbf287d86cd2c2cc5bb6a65669e7 +size 129729 diff --git a/Content/Factory/Materials/MI_Container02.uasset b/Content/Factory/Materials/MI_Container02.uasset new file mode 100644 index 00000000..6965f5d2 --- /dev/null +++ b/Content/Factory/Materials/MI_Container02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e8491405c1d07794569a10d1000b1d6768acd61fd0929a69d88e871469ba5b +size 134358 diff --git a/Content/Factory/Materials/MI_ContainerEngine.uasset b/Content/Factory/Materials/MI_ContainerEngine.uasset new file mode 100644 index 00000000..e75f379e --- /dev/null +++ b/Content/Factory/Materials/MI_ContainerEngine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b99cf30d298f499b9a17cf1af76aa81c0aa146734f28dcfe9618be89fc2d6bd +size 152971 diff --git a/Content/Factory/Materials/MI_ContainerP4_01.uasset b/Content/Factory/Materials/MI_ContainerP4_01.uasset new file mode 100644 index 00000000..7227270c --- /dev/null +++ b/Content/Factory/Materials/MI_ContainerP4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df9e1222ac7528d6974ab0dc484c44e85c27a689d3158bac235f70abf6edd652 +size 148455 diff --git a/Content/Factory/Materials/MI_ControlDeskPainted01.uasset b/Content/Factory/Materials/MI_ControlDeskPainted01.uasset new file mode 100644 index 00000000..5005a8ae --- /dev/null +++ b/Content/Factory/Materials/MI_ControlDeskPainted01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd4fac4964ff00cecb387e067dba80d932c972499eed5240236919eccfd2a0f +size 138585 diff --git a/Content/Factory/Materials/MI_ControlTower.uasset b/Content/Factory/Materials/MI_ControlTower.uasset new file mode 100644 index 00000000..f777747d --- /dev/null +++ b/Content/Factory/Materials/MI_ControlTower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb8f512cd1609c8c8b5e9ed7532ae796d707f46e28eed5cb91e760c872fe34a +size 132096 diff --git a/Content/Factory/Materials/MI_ControlTowerElevator.uasset b/Content/Factory/Materials/MI_ControlTowerElevator.uasset new file mode 100644 index 00000000..b4dcd2a5 --- /dev/null +++ b/Content/Factory/Materials/MI_ControlTowerElevator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d8348f6af7d0f9ec6a884a5b8b3e28db7fbc7c67be2f80f7496301b590afcf +size 146052 diff --git a/Content/Factory/Materials/MI_ControlTowerPillar.uasset b/Content/Factory/Materials/MI_ControlTowerPillar.uasset new file mode 100644 index 00000000..680a4ddc --- /dev/null +++ b/Content/Factory/Materials/MI_ControlTowerPillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf3754d95dfbbe90186bb1a7d87885090636384261946486a07d86d2409cd1c +size 141253 diff --git a/Content/Factory/Materials/MI_Crane01.uasset b/Content/Factory/Materials/MI_Crane01.uasset new file mode 100644 index 00000000..d66eb73d --- /dev/null +++ b/Content/Factory/Materials/MI_Crane01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4bfc1d2717bc9da3ecd0f1b799a102d662e52c4625bbd8a5ae6541c8f50ded0 +size 130764 diff --git a/Content/Factory/Materials/MI_CraneHook01.uasset b/Content/Factory/Materials/MI_CraneHook01.uasset new file mode 100644 index 00000000..e4ec7bd9 --- /dev/null +++ b/Content/Factory/Materials/MI_CraneHook01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693ca7d0d2b861bb75bf88bff104b27d890665ae663368c39f95fa3ca0d1892c +size 131656 diff --git a/Content/Factory/Materials/MI_Cranecabin01.uasset b/Content/Factory/Materials/MI_Cranecabin01.uasset new file mode 100644 index 00000000..0447cfec --- /dev/null +++ b/Content/Factory/Materials/MI_Cranecabin01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb6b392769f1f3ca9e4ec99bea6ee1602b508f93053c88c12ae084ad0a9ce29 +size 135156 diff --git a/Content/Factory/Materials/MI_CrashAreaBlock_01.uasset b/Content/Factory/Materials/MI_CrashAreaBlock_01.uasset new file mode 100644 index 00000000..c8aa5fb4 --- /dev/null +++ b/Content/Factory/Materials/MI_CrashAreaBlock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ecf340e17369da5ed9f65cab6e7f03028aa5e964c49157fe9bdb7c47fc128e +size 132154 diff --git a/Content/Factory/Materials/MI_CrashAreaBlock_02.uasset b/Content/Factory/Materials/MI_CrashAreaBlock_02.uasset new file mode 100644 index 00000000..a7d2a050 --- /dev/null +++ b/Content/Factory/Materials/MI_CrashAreaBlock_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdca7aa4c6a95abdd9290f3eef3f5b4c11dd8753155049d77278b28100ba34da +size 131972 diff --git a/Content/Factory/Materials/MI_CrashAreaLane_01.uasset b/Content/Factory/Materials/MI_CrashAreaLane_01.uasset new file mode 100644 index 00000000..6ec4dc9c --- /dev/null +++ b/Content/Factory/Materials/MI_CrashAreaLane_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9aa2a089576592fa5f0e185ff5551e6a58d022fa76e65684fe99c7db765155 +size 151909 diff --git a/Content/Factory/Materials/MI_CrashAreaSpotlight_01.uasset b/Content/Factory/Materials/MI_CrashAreaSpotlight_01.uasset new file mode 100644 index 00000000..c8c8f93b --- /dev/null +++ b/Content/Factory/Materials/MI_CrashAreaSpotlight_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3884039e3086a5fb69ac5e2057f4133af7ff674d43cf3613f5d931c46ca027 +size 137002 diff --git a/Content/Factory/Materials/MI_CrashTestCam.uasset b/Content/Factory/Materials/MI_CrashTestCam.uasset new file mode 100644 index 00000000..675b8170 --- /dev/null +++ b/Content/Factory/Materials/MI_CrashTestCam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2975d4d4e1a6c091ae59de35254f22249008bee9a9be4b430ac9c70cf639063 +size 142849 diff --git a/Content/Factory/Materials/MI_Curtain01.uasset b/Content/Factory/Materials/MI_Curtain01.uasset new file mode 100644 index 00000000..3c3a1545 --- /dev/null +++ b/Content/Factory/Materials/MI_Curtain01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd6e4089d7f4a0f4fd98a12834500aaf56d4df9aa00c2aaaf86929f85690a59 +size 133111 diff --git a/Content/Factory/Materials/MI_Curtain02.uasset b/Content/Factory/Materials/MI_Curtain02.uasset new file mode 100644 index 00000000..f6e92b04 --- /dev/null +++ b/Content/Factory/Materials/MI_Curtain02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e17bce9509d3487517cc2c27e4b3647f4065b64c4cfc710c4dfdce61fb0a5f +size 130089 diff --git a/Content/Factory/Materials/MI_Curtain03.uasset b/Content/Factory/Materials/MI_Curtain03.uasset new file mode 100644 index 00000000..f551bb9d --- /dev/null +++ b/Content/Factory/Materials/MI_Curtain03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1c82fe483a846f6113b2fc4e063487de3b0e47ad5158a00dc18617fe45a399 +size 134590 diff --git a/Content/Factory/Materials/MI_DangerLine_01.uasset b/Content/Factory/Materials/MI_DangerLine_01.uasset new file mode 100644 index 00000000..612a2e31 --- /dev/null +++ b/Content/Factory/Materials/MI_DangerLine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1c62f3b3c00440e56712026e42321d634aaed21ad84457827050842ca2b86a +size 98888 diff --git a/Content/Factory/Materials/MI_DecalLine01.uasset b/Content/Factory/Materials/MI_DecalLine01.uasset new file mode 100644 index 00000000..1f657c6a --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650fd0ebbe0fba1dc958b14c3b5f82b60047d8a1f3357b094332c559cb4f3a67 +size 114275 diff --git a/Content/Factory/Materials/MI_DecalLine02.uasset b/Content/Factory/Materials/MI_DecalLine02.uasset new file mode 100644 index 00000000..c1747a59 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e72786fb8a02f39d04e1587f36f44d6d62c6663c67f0998ece5ada66e56db7 +size 119597 diff --git a/Content/Factory/Materials/MI_DecalLine10.uasset b/Content/Factory/Materials/MI_DecalLine10.uasset new file mode 100644 index 00000000..65349230 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b6c27bc521e248a1d10aecf1f0a0e1ba721ee3f37a7f157739e975022d98cd +size 98318 diff --git a/Content/Factory/Materials/MI_DecalLine11.uasset b/Content/Factory/Materials/MI_DecalLine11.uasset new file mode 100644 index 00000000..a3088d47 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3619f427870855a0b70b3ba0c8a9df57f7f13debafee6a53ea32e9b8e79be78d +size 103906 diff --git a/Content/Factory/Materials/MI_DecalLine12.uasset b/Content/Factory/Materials/MI_DecalLine12.uasset new file mode 100644 index 00000000..2e28308a --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659e6e8442c0fc4dc37dca073bed4bee48da7bc66ce1f7e71c977b038505d370 +size 97559 diff --git a/Content/Factory/Materials/MI_DecalLine16.uasset b/Content/Factory/Materials/MI_DecalLine16.uasset new file mode 100644 index 00000000..946b8a47 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbd23a9f25e402c093da946b29b29bff36c46029035460bad14abd4f1cb4125 +size 106001 diff --git a/Content/Factory/Materials/MI_DecalLine17.uasset b/Content/Factory/Materials/MI_DecalLine17.uasset new file mode 100644 index 00000000..ff8e72bb --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b60f3baeabde8c244a6a273a804b51f658b784edd093ef8a95adbfb4b2ee34c +size 109797 diff --git a/Content/Factory/Materials/MI_DecalLine18.uasset b/Content/Factory/Materials/MI_DecalLine18.uasset new file mode 100644 index 00000000..33de96dc --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c0dad4c8df7b7300945f8843d3fede05c783c859a713b9e0ba8724a1aad076 +size 106325 diff --git a/Content/Factory/Materials/MI_DecalLine19.uasset b/Content/Factory/Materials/MI_DecalLine19.uasset new file mode 100644 index 00000000..ee7bed03 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313ac3667edbcc4694de9aff8223337c7c72de497da065d3160166d2d6d4d811 +size 113949 diff --git a/Content/Factory/Materials/MI_DecalLine20.uasset b/Content/Factory/Materials/MI_DecalLine20.uasset new file mode 100644 index 00000000..b1cc7a96 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfb90bdc5cf1de21468c5397c244443fd3a5c28e8303fe0610f3b60ee24831b +size 101904 diff --git a/Content/Factory/Materials/MI_DecalLine21.uasset b/Content/Factory/Materials/MI_DecalLine21.uasset new file mode 100644 index 00000000..9d1a9cbe --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e05fc3724ff21c5b779634002befe042e7c7813f137912c1c933ebc4c645fc7d +size 104411 diff --git a/Content/Factory/Materials/MI_DecalLine22.uasset b/Content/Factory/Materials/MI_DecalLine22.uasset new file mode 100644 index 00000000..b04a4be8 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalLine22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cf66072a9777e61b71f2485769b826c6d826eae83f71e31fe9459157b9728d +size 93249 diff --git a/Content/Factory/Materials/MI_DecalNumber01.uasset b/Content/Factory/Materials/MI_DecalNumber01.uasset new file mode 100644 index 00000000..6defa4ea --- /dev/null +++ b/Content/Factory/Materials/MI_DecalNumber01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5e885fa932d9718de7163452f43f82a6337af8b6f044dde6e54d2dc61365ee +size 93089 diff --git a/Content/Factory/Materials/MI_DecalNumber02.uasset b/Content/Factory/Materials/MI_DecalNumber02.uasset new file mode 100644 index 00000000..e1e26324 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalNumber02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ab2a2a24784d724e42acd19b01f05d1c03a768e76e5a4c0b7bf69758f52e64 +size 91008 diff --git a/Content/Factory/Materials/MI_DecalNumber04.uasset b/Content/Factory/Materials/MI_DecalNumber04.uasset new file mode 100644 index 00000000..3042ca9a --- /dev/null +++ b/Content/Factory/Materials/MI_DecalNumber04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401340dcff5c27101f73e23c27881a5d92852be25aeb801055072fed6ed47865 +size 91693 diff --git a/Content/Factory/Materials/MI_DecalNumber05.uasset b/Content/Factory/Materials/MI_DecalNumber05.uasset new file mode 100644 index 00000000..38778ce4 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalNumber05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421e340cb62231845291749beb6dd91d1b0917aa331b66fe5026e19572f55f35 +size 92390 diff --git a/Content/Factory/Materials/MI_DecalNumber06.uasset b/Content/Factory/Materials/MI_DecalNumber06.uasset new file mode 100644 index 00000000..01688b87 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalNumber06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2320131220560c100eacec590354d794a4ca4e6b348a86b18d7d11ae88aa0f2d +size 91190 diff --git a/Content/Factory/Materials/MI_DecalSign01.uasset b/Content/Factory/Materials/MI_DecalSign01.uasset new file mode 100644 index 00000000..b3af56ff --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fe747fe8f64a7f509155b9539f4a5f7dda06685386e2012e51779853e9ab1e3 +size 89445 diff --git a/Content/Factory/Materials/MI_DecalSign07.uasset b/Content/Factory/Materials/MI_DecalSign07.uasset new file mode 100644 index 00000000..5741ad12 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d728c1269d0c8feb7bfcb543b474e24b371f66e689fbbf694a736aad2fdf11e0 +size 111271 diff --git a/Content/Factory/Materials/MI_DecalSign19.uasset b/Content/Factory/Materials/MI_DecalSign19.uasset new file mode 100644 index 00000000..ddb9ab56 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec3d4dfb132fbc988dca077a15463c51aa9ae1319682873f4e803329f85e5e8 +size 96297 diff --git a/Content/Factory/Materials/MI_DecalSign20.uasset b/Content/Factory/Materials/MI_DecalSign20.uasset new file mode 100644 index 00000000..bfc67bc9 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27829186586f5c631d716c4bd12c08cceb4cfdbd5efc40e06ce21831ed813e75 +size 96947 diff --git a/Content/Factory/Materials/MI_DecalSign21.uasset b/Content/Factory/Materials/MI_DecalSign21.uasset new file mode 100644 index 00000000..0939ca40 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d464039b6b24ead9ddd8f5f145ea2b8f7fb50ae3b25997b29850ef977dbba1 +size 99210 diff --git a/Content/Factory/Materials/MI_DecalSign28.uasset b/Content/Factory/Materials/MI_DecalSign28.uasset new file mode 100644 index 00000000..6ab0c32d --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign28.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e6835b08eb0dc8deadcd08a1ee6f46c8dc01039845f81daf139bcd935cb819 +size 93523 diff --git a/Content/Factory/Materials/MI_DecalSign29.uasset b/Content/Factory/Materials/MI_DecalSign29.uasset new file mode 100644 index 00000000..6fc36a34 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign29.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073ed181e532dca71076f5de3278bb8051bb1c6916270e40c1eafc2eee252792 +size 102686 diff --git a/Content/Factory/Materials/MI_DecalSign30.uasset b/Content/Factory/Materials/MI_DecalSign30.uasset new file mode 100644 index 00000000..0ad3e14a --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign30.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05041c43737eb92d73d8c47f35519ae3e65d1395c98bd2529d10bf6ecc01e592 +size 94296 diff --git a/Content/Factory/Materials/MI_DecalSign31.uasset b/Content/Factory/Materials/MI_DecalSign31.uasset new file mode 100644 index 00000000..64d1f7b7 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign31.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c542719f909f7df9f4c4d10ac053a6aeda2de5723c5812e116648c7a586baa +size 100766 diff --git a/Content/Factory/Materials/MI_DecalSign33.uasset b/Content/Factory/Materials/MI_DecalSign33.uasset new file mode 100644 index 00000000..50e82eb8 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalSign33.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d378636a37de4ba3535f24446e14d9ae45feb6aa8396d9ab7bb7234a372fab9e +size 97913 diff --git a/Content/Factory/Materials/MI_DecalTruckIndusties02.uasset b/Content/Factory/Materials/MI_DecalTruckIndusties02.uasset new file mode 100644 index 00000000..576df704 --- /dev/null +++ b/Content/Factory/Materials/MI_DecalTruckIndusties02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d3cadf45d4b1ad370fc288c10d179391d469758a385ff73a2586cc1c85b08b +size 105974 diff --git a/Content/Factory/Materials/MI_Decal_DirtStains1.uasset b/Content/Factory/Materials/MI_Decal_DirtStains1.uasset new file mode 100644 index 00000000..c00af738 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_DirtStains1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5482c4812a936f0a016171898c2b2ddfe7de22b8db1964db968ce9153b33f2b8 +size 140057 diff --git a/Content/Factory/Materials/MI_Decal_DirtStains2.uasset b/Content/Factory/Materials/MI_Decal_DirtStains2.uasset new file mode 100644 index 00000000..887c1d68 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_DirtStains2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ec7b90d263a9c78d1d98a045ffd15f9a2d788cec2c872527ab92872fd822f0 +size 111130 diff --git a/Content/Factory/Materials/MI_Decal_DirtStains3.uasset b/Content/Factory/Materials/MI_Decal_DirtStains3.uasset new file mode 100644 index 00000000..db97404a --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_DirtStains3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cad14882a5c2417e79660572067afe40dc17b3efc3451611cb007fb4d596326 +size 128627 diff --git a/Content/Factory/Materials/MI_Decal_DirtStains4.uasset b/Content/Factory/Materials/MI_Decal_DirtStains4.uasset new file mode 100644 index 00000000..90654ca6 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_DirtStains4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007b8bdfbfeb42b6a607069255ce837466050b1b89580fdd65814a34d44b6c08 +size 111919 diff --git a/Content/Factory/Materials/MI_Decal_DirtStains5.uasset b/Content/Factory/Materials/MI_Decal_DirtStains5.uasset new file mode 100644 index 00000000..f5e53d42 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_DirtStains5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed529fc3bb25315fe97f112f897ccb1fe148d9e80a13a94d5816e51a46d5cef +size 122517 diff --git a/Content/Factory/Materials/MI_Decal_FloorTraces1.uasset b/Content/Factory/Materials/MI_Decal_FloorTraces1.uasset new file mode 100644 index 00000000..d632f822 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_FloorTraces1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d798e14de3c2027614ade22c3f3627e6e55da5fcb8b12f94bebda205a169e0 +size 100002 diff --git a/Content/Factory/Materials/MI_Decal_FloorTraces2.uasset b/Content/Factory/Materials/MI_Decal_FloorTraces2.uasset new file mode 100644 index 00000000..d73ed4b4 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_FloorTraces2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b4f3215f8e7f205dbfd9aa2a35010e306146c0a408d5350a962188a9944c49 +size 101968 diff --git a/Content/Factory/Materials/MI_Decal_Leaks1.uasset b/Content/Factory/Materials/MI_Decal_Leaks1.uasset new file mode 100644 index 00000000..23ecf823 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Leaks1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c32aa4a2ee270b4e31ce75ea893afd7461470d902232ed63f65aa8550df4f4b +size 109849 diff --git a/Content/Factory/Materials/MI_Decal_Leaks2.uasset b/Content/Factory/Materials/MI_Decal_Leaks2.uasset new file mode 100644 index 00000000..fc925288 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Leaks2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44bbfc400b3760bc7a3f36eab8cf2ca6193919b1d80cd5f08fb722a0097b005 +size 97657 diff --git a/Content/Factory/Materials/MI_Decal_Leaks3.uasset b/Content/Factory/Materials/MI_Decal_Leaks3.uasset new file mode 100644 index 00000000..e99482ed --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Leaks3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf49269a40dff8282e15949986c5586f2e97c4b14944f47498455ae013027e0 +size 109210 diff --git a/Content/Factory/Materials/MI_Decal_Leaks4.uasset b/Content/Factory/Materials/MI_Decal_Leaks4.uasset new file mode 100644 index 00000000..1cc95d1f --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Leaks4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d149a1096b105120eea2bfee9c1ef93ab4a74bdcd7496117b4de988d8a23aca +size 109710 diff --git a/Content/Factory/Materials/MI_Decal_Puddle1.uasset b/Content/Factory/Materials/MI_Decal_Puddle1.uasset new file mode 100644 index 00000000..75e1ba9d --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Puddle1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1002d96630571df5129665397ad309f160b19da557dd48916801ae8c140209f +size 122720 diff --git a/Content/Factory/Materials/MI_Decal_Puddle2.uasset b/Content/Factory/Materials/MI_Decal_Puddle2.uasset new file mode 100644 index 00000000..fb985640 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Puddle2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aade9385623d5aaa286d00ff57760cd5448a8ada0e29fd541058106fcb24d3fe +size 110358 diff --git a/Content/Factory/Materials/MI_Decal_Puddle3.uasset b/Content/Factory/Materials/MI_Decal_Puddle3.uasset new file mode 100644 index 00000000..15d75b60 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Puddle3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2ee914fcbf0beacb6e4836e63cf586c6fa5bb9a5992342dc1ec876e1fe04dd +size 119727 diff --git a/Content/Factory/Materials/MI_Decal_Puddle4.uasset b/Content/Factory/Materials/MI_Decal_Puddle4.uasset new file mode 100644 index 00000000..f3ce9965 --- /dev/null +++ b/Content/Factory/Materials/MI_Decal_Puddle4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92c635979ebb96c69430b13ee1a7afb03b7d8fc640014364f2a24c7f95bd55a +size 117081 diff --git a/Content/Factory/Materials/MI_DisplayBoard01.uasset b/Content/Factory/Materials/MI_DisplayBoard01.uasset new file mode 100644 index 00000000..fa7852b0 --- /dev/null +++ b/Content/Factory/Materials/MI_DisplayBoard01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa147fb1e197c4e1b9f1731eb188e113f7167e228ac1b1eec2db16f615bce53 +size 126693 diff --git a/Content/Factory/Materials/MI_DisplayBoard02.uasset b/Content/Factory/Materials/MI_DisplayBoard02.uasset new file mode 100644 index 00000000..921f6169 --- /dev/null +++ b/Content/Factory/Materials/MI_DisplayBoard02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e17aa6e5b81b167d9acb04b4d174b6a1a32fa298cc7e089e950037d27e64f8 +size 124445 diff --git a/Content/Factory/Materials/MI_DisplayBoard03.uasset b/Content/Factory/Materials/MI_DisplayBoard03.uasset new file mode 100644 index 00000000..c9723bd9 --- /dev/null +++ b/Content/Factory/Materials/MI_DisplayBoard03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a70200a9ef09c6b0e2df0a9f1f267d6e05970c6c637f7b4af52986480fa32a +size 127440 diff --git a/Content/Factory/Materials/MI_Door01.uasset b/Content/Factory/Materials/MI_Door01.uasset new file mode 100644 index 00000000..3baad93d --- /dev/null +++ b/Content/Factory/Materials/MI_Door01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8d38a845430d7b421cb7ad757ce1108384f0b4ea0bf21e76239448d557cc49 +size 128908 diff --git a/Content/Factory/Materials/MI_Door02.uasset b/Content/Factory/Materials/MI_Door02.uasset new file mode 100644 index 00000000..194ec548 --- /dev/null +++ b/Content/Factory/Materials/MI_Door02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f1203bc6ecb52d416916f677bec292c5556702fa0470c5d96d3bd662ba0d45 +size 123081 diff --git a/Content/Factory/Materials/MI_Drone01.uasset b/Content/Factory/Materials/MI_Drone01.uasset new file mode 100644 index 00000000..686fa0a6 --- /dev/null +++ b/Content/Factory/Materials/MI_Drone01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcbb1ee32963c051b1cd74408e9ab35bc331d59a56b444c80d81ae0d3c06a42 +size 125509 diff --git a/Content/Factory/Materials/MI_DroneCamera.uasset b/Content/Factory/Materials/MI_DroneCamera.uasset new file mode 100644 index 00000000..170cad26 --- /dev/null +++ b/Content/Factory/Materials/MI_DroneCamera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33ba87d91fd27de34ceb339e7a98fad3bf9f0a87b3b33c05fbe9b1e8cecffb9 +size 77718 diff --git a/Content/Factory/Materials/MI_DroneRemoteControl01.uasset b/Content/Factory/Materials/MI_DroneRemoteControl01.uasset new file mode 100644 index 00000000..29c94877 --- /dev/null +++ b/Content/Factory/Materials/MI_DroneRemoteControl01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5088b742d96533a2661d922f26086f2e366b0aaf97cd8ad811186a699cd6f40 +size 118906 diff --git a/Content/Factory/Materials/MI_Dummy.uasset b/Content/Factory/Materials/MI_Dummy.uasset new file mode 100644 index 00000000..6fbb790c --- /dev/null +++ b/Content/Factory/Materials/MI_Dummy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9461695f46825628165585509470833334faccd1b493bf6192526b8381e01b7b +size 111744 diff --git a/Content/Factory/Materials/MI_ElectricMotor01.uasset b/Content/Factory/Materials/MI_ElectricMotor01.uasset new file mode 100644 index 00000000..74987406 --- /dev/null +++ b/Content/Factory/Materials/MI_ElectricMotor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b9174b61737cb7d2d3fa0691bbd8d61c09e8a8a5874585c56553ac7cab29d7 +size 130425 diff --git a/Content/Factory/Materials/MI_ElectricalBox_01.uasset b/Content/Factory/Materials/MI_ElectricalBox_01.uasset new file mode 100644 index 00000000..e49df00d --- /dev/null +++ b/Content/Factory/Materials/MI_ElectricalBox_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82a8a363e81674a54cc40489ebb3d109f39df3f6427a99475d030075f0232bd +size 120992 diff --git a/Content/Factory/Materials/MI_ElectricalSupply.uasset b/Content/Factory/Materials/MI_ElectricalSupply.uasset new file mode 100644 index 00000000..8ef9315b --- /dev/null +++ b/Content/Factory/Materials/MI_ElectricalSupply.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58455839782cb19eeacd6fbf941b4ef4c31357d575797f2b59f10ec2e7fb26d +size 135307 diff --git a/Content/Factory/Materials/MI_ElectricalSupply_Details.uasset b/Content/Factory/Materials/MI_ElectricalSupply_Details.uasset new file mode 100644 index 00000000..551d0522 --- /dev/null +++ b/Content/Factory/Materials/MI_ElectricalSupply_Details.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40ad690ce6b847ee2e5a56e9a21062015d6732c651de5a24214415d66f6542a +size 127042 diff --git a/Content/Factory/Materials/MI_FactoryConcreteFloor01.uasset b/Content/Factory/Materials/MI_FactoryConcreteFloor01.uasset new file mode 100644 index 00000000..203ab48d --- /dev/null +++ b/Content/Factory/Materials/MI_FactoryConcreteFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bff0e90c2d3e63edfd999ebdd1c12ce85cc4c1a3d9e5baa1a59f2549e93041 +size 113871 diff --git a/Content/Factory/Materials/MI_Fence_01.uasset b/Content/Factory/Materials/MI_Fence_01.uasset new file mode 100644 index 00000000..ac0e109d --- /dev/null +++ b/Content/Factory/Materials/MI_Fence_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2cdd8dfb2fa7384740ea9f6642ba46327f80f9f96cbbd463e224bcad7694c0 +size 110222 diff --git a/Content/Factory/Materials/MI_FillerAssets01.uasset b/Content/Factory/Materials/MI_FillerAssets01.uasset new file mode 100644 index 00000000..2c49d090 --- /dev/null +++ b/Content/Factory/Materials/MI_FillerAssets01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e1d5b33ac90ff24b386423965cdafa5125c393febd62a3aa47b35a1098f469 +size 144798 diff --git a/Content/Factory/Materials/MI_FireEquipment.uasset b/Content/Factory/Materials/MI_FireEquipment.uasset new file mode 100644 index 00000000..43e26dde --- /dev/null +++ b/Content/Factory/Materials/MI_FireEquipment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9374316b6d4d4aed367384451552336666293bda5d1ff03344d09d293bc082b +size 115433 diff --git a/Content/Factory/Materials/MI_FireEquipmentBox.uasset b/Content/Factory/Materials/MI_FireEquipmentBox.uasset new file mode 100644 index 00000000..5d133d1a --- /dev/null +++ b/Content/Factory/Materials/MI_FireEquipmentBox.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cf40341e460366481c2b2e1fcd0e6872feb28490703b16e8c13eea749e1b3b +size 124953 diff --git a/Content/Factory/Materials/MI_FloorMats01.uasset b/Content/Factory/Materials/MI_FloorMats01.uasset new file mode 100644 index 00000000..1c03a399 --- /dev/null +++ b/Content/Factory/Materials/MI_FloorMats01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f785853fb8fe7b8e32442a6e37863f1cb3ca4f0eee090a0fb94143d843b3cdd +size 114023 diff --git a/Content/Factory/Materials/MI_FoodAssets01.uasset b/Content/Factory/Materials/MI_FoodAssets01.uasset new file mode 100644 index 00000000..37362454 --- /dev/null +++ b/Content/Factory/Materials/MI_FoodAssets01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad51bc259394127dbaf13511026f3bf1b8d89c5bf9f91eced09d60e8ec433b47 +size 145935 diff --git a/Content/Factory/Materials/MI_FoodAssets02.uasset b/Content/Factory/Materials/MI_FoodAssets02.uasset new file mode 100644 index 00000000..d0051051 --- /dev/null +++ b/Content/Factory/Materials/MI_FoodAssets02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b059e3315d1a20fc1c21583a4f8a42c8538bf79febccf27521021f022a3a91b +size 140242 diff --git a/Content/Factory/Materials/MI_FoodAssets03.uasset b/Content/Factory/Materials/MI_FoodAssets03.uasset new file mode 100644 index 00000000..f28bd857 --- /dev/null +++ b/Content/Factory/Materials/MI_FoodAssets03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0db74efff0cf7884d80ee78aba6651434ccdde80ac171ea9d637662ee63b5c +size 140146 diff --git a/Content/Factory/Materials/MI_FoodAssets04.uasset b/Content/Factory/Materials/MI_FoodAssets04.uasset new file mode 100644 index 00000000..ea0d43d5 --- /dev/null +++ b/Content/Factory/Materials/MI_FoodAssets04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4118ef0c9f53b0af534e424e5f045cf1521aa879902ceeee100089dfa6b566 +size 140191 diff --git a/Content/Factory/Materials/MI_FoodAssets05.uasset b/Content/Factory/Materials/MI_FoodAssets05.uasset new file mode 100644 index 00000000..608c6a8e --- /dev/null +++ b/Content/Factory/Materials/MI_FoodAssets05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d83337ee99a2dc9c53b1ebf2bdf967a098779ef2fa842b333c63f1520f0d66 +size 140472 diff --git a/Content/Factory/Materials/MI_ForkLift2.uasset b/Content/Factory/Materials/MI_ForkLift2.uasset new file mode 100644 index 00000000..9087d52f --- /dev/null +++ b/Content/Factory/Materials/MI_ForkLift2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85151a488c8fbe1fc1c9e93f4d6ad2d9e9c88034e3a592c315a5a4dc1a2818f +size 129260 diff --git a/Content/Factory/Materials/MI_ForkLiftDetails.uasset b/Content/Factory/Materials/MI_ForkLiftDetails.uasset new file mode 100644 index 00000000..b78bc3a4 --- /dev/null +++ b/Content/Factory/Materials/MI_ForkLiftDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46722dbb356ac77278a52c22c28ab7d04a69f1eef21ad2595b3bc7d8922b27c +size 117485 diff --git a/Content/Factory/Materials/MI_FrontConcrete01.uasset b/Content/Factory/Materials/MI_FrontConcrete01.uasset new file mode 100644 index 00000000..f046e947 --- /dev/null +++ b/Content/Factory/Materials/MI_FrontConcrete01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662679b4fa527e96a9027d2b5e0a68b03d7e2fccaf37b1be10e53257c1d2c59a +size 103146 diff --git a/Content/Factory/Materials/MI_FrontConcrete02.uasset b/Content/Factory/Materials/MI_FrontConcrete02.uasset new file mode 100644 index 00000000..0d758eac --- /dev/null +++ b/Content/Factory/Materials/MI_FrontConcrete02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e42d8c5871ee7e12db5e54476b8b58f3f4dd2f1de3f3795cd955f932c62c6c0 +size 110438 diff --git a/Content/Factory/Materials/MI_FrontWallPillars01.uasset b/Content/Factory/Materials/MI_FrontWallPillars01.uasset new file mode 100644 index 00000000..3a7af307 --- /dev/null +++ b/Content/Factory/Materials/MI_FrontWallPillars01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03c225de0cd1ddc95376fa45fd404190979522835c1e6021e75b77f5b6bb1b23 +size 131482 diff --git a/Content/Factory/Materials/MI_Gates02.uasset b/Content/Factory/Materials/MI_Gates02.uasset new file mode 100644 index 00000000..67c02396 --- /dev/null +++ b/Content/Factory/Materials/MI_Gates02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bf8221ce3953761063467cacbf7e3a9f80ad4ddff469f9f11ab48c4d8863d8 +size 127980 diff --git a/Content/Factory/Materials/MI_Glass03.uasset b/Content/Factory/Materials/MI_Glass03.uasset new file mode 100644 index 00000000..c1356bce --- /dev/null +++ b/Content/Factory/Materials/MI_Glass03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8552a6b0c50ae4af3262700a010ac7a74338265eff1277743e450b7528942e +size 116411 diff --git a/Content/Factory/Materials/MI_GlassDoor_01.uasset b/Content/Factory/Materials/MI_GlassDoor_01.uasset new file mode 100644 index 00000000..0da3174f --- /dev/null +++ b/Content/Factory/Materials/MI_GlassDoor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438baf686b070b77dd93063b3360886c59e167c60ce0b28aaba4fe048e8191ab +size 146669 diff --git a/Content/Factory/Materials/MI_Glass_02.uasset b/Content/Factory/Materials/MI_Glass_02.uasset new file mode 100644 index 00000000..a54ae221 --- /dev/null +++ b/Content/Factory/Materials/MI_Glass_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14209acae49a17f9abb9ab861bac31df31dcbeb43684b6e55e2e7e7d55ec397 +size 109698 diff --git a/Content/Factory/Materials/MI_Glow01.uasset b/Content/Factory/Materials/MI_Glow01.uasset new file mode 100644 index 00000000..3d1e3b59 --- /dev/null +++ b/Content/Factory/Materials/MI_Glow01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391cb9cf649a1146a0ec4c9f40716e64625d6d8e41f046728a64402896b5fb9e +size 33308 diff --git a/Content/Factory/Materials/MI_GrayFloor01.uasset b/Content/Factory/Materials/MI_GrayFloor01.uasset new file mode 100644 index 00000000..7cec857f --- /dev/null +++ b/Content/Factory/Materials/MI_GrayFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cd60cb209652e083219fd941c5b28b55a9c1068787ac331b896ef44f46bd97 +size 93960 diff --git a/Content/Factory/Materials/MI_GrayFloor02.uasset b/Content/Factory/Materials/MI_GrayFloor02.uasset new file mode 100644 index 00000000..8e36aea8 --- /dev/null +++ b/Content/Factory/Materials/MI_GrayFloor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cf437b8af9b5c68cd3a66a66fc655d8a2e89ad55b8f9d1facf4fd6d5f8ef8a1 +size 100456 diff --git a/Content/Factory/Materials/MI_HVSockets.uasset b/Content/Factory/Materials/MI_HVSockets.uasset new file mode 100644 index 00000000..57617e46 --- /dev/null +++ b/Content/Factory/Materials/MI_HVSockets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:734c20cb46b10de615d595d5ba000e89e46df1459b96a60abfb58a546b81c273 +size 123679 diff --git a/Content/Factory/Materials/MI_HeavyArch.uasset b/Content/Factory/Materials/MI_HeavyArch.uasset new file mode 100644 index 00000000..80b409ee --- /dev/null +++ b/Content/Factory/Materials/MI_HeavyArch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d56d5e521d7c364488904abc9f102b6db4e0df101a6226cf7802e69b6cbb7db +size 124495 diff --git a/Content/Factory/Materials/MI_IndustrialRobot01.uasset b/Content/Factory/Materials/MI_IndustrialRobot01.uasset new file mode 100644 index 00000000..acd3282d --- /dev/null +++ b/Content/Factory/Materials/MI_IndustrialRobot01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85370b1ad5934822ffbe0c4c4c12fc4d316aab88ce20ff6df5daf905e770adbb +size 125251 diff --git a/Content/Factory/Materials/MI_Jeans01.uasset b/Content/Factory/Materials/MI_Jeans01.uasset new file mode 100644 index 00000000..ad1f8d9b --- /dev/null +++ b/Content/Factory/Materials/MI_Jeans01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba02a595bfe572871bd2d4cdc79006df07ceb0eae3ba62afb08073af96591f65 +size 137190 diff --git a/Content/Factory/Materials/MI_KeyboardKey.uasset b/Content/Factory/Materials/MI_KeyboardKey.uasset new file mode 100644 index 00000000..d7cc3879 --- /dev/null +++ b/Content/Factory/Materials/MI_KeyboardKey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145870a13b93fc7d1b0a1942ca99503ff6c3bf2c635588f23f6e2f6551158ca7 +size 111038 diff --git a/Content/Factory/Materials/MI_KeyboardMouse.uasset b/Content/Factory/Materials/MI_KeyboardMouse.uasset new file mode 100644 index 00000000..4e49ccd9 --- /dev/null +++ b/Content/Factory/Materials/MI_KeyboardMouse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adea5a905b7bec66c40ddae0845a288cc5c550d6c6d4f83235da0b5850b8e1fb +size 114944 diff --git a/Content/Factory/Materials/MI_Labels.uasset b/Content/Factory/Materials/MI_Labels.uasset new file mode 100644 index 00000000..874debd5 --- /dev/null +++ b/Content/Factory/Materials/MI_Labels.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d4b2b305f142438d52a1e5460d1f3eb494c54d47fc2c7399beda110df8227f +size 107165 diff --git a/Content/Factory/Materials/MI_LampSet02.uasset b/Content/Factory/Materials/MI_LampSet02.uasset new file mode 100644 index 00000000..4eed2cf8 --- /dev/null +++ b/Content/Factory/Materials/MI_LampSet02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932d7a0264dbf64193f7a40280d5f3c6baf71a7c2730329ff48ce9f1a1f0d33c +size 134492 diff --git a/Content/Factory/Materials/MI_LargeWindow01.uasset b/Content/Factory/Materials/MI_LargeWindow01.uasset new file mode 100644 index 00000000..c6c2933b --- /dev/null +++ b/Content/Factory/Materials/MI_LargeWindow01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cfb72b3deddb5dc4d7d0411b0ef7ed3c6ca20369511c03b0fdc318d32b5ab7 +size 129960 diff --git a/Content/Factory/Materials/MI_LargeWindow02.uasset b/Content/Factory/Materials/MI_LargeWindow02.uasset new file mode 100644 index 00000000..9c5caa34 --- /dev/null +++ b/Content/Factory/Materials/MI_LargeWindow02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf9c3da766d00320dec3d5f5e580125c607d07c1db45cfa5f67d0f27055f69a +size 125308 diff --git a/Content/Factory/Materials/MI_Layout01.uasset b/Content/Factory/Materials/MI_Layout01.uasset new file mode 100644 index 00000000..0bdcabfd --- /dev/null +++ b/Content/Factory/Materials/MI_Layout01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7a6f0bc5cf99d9d60ec57781d76bb4cc282c28a8d31d5d55dd07c8d39065d1c +size 125886 diff --git a/Content/Factory/Materials/MI_LayoutTable01.uasset b/Content/Factory/Materials/MI_LayoutTable01.uasset new file mode 100644 index 00000000..30522766 --- /dev/null +++ b/Content/Factory/Materials/MI_LayoutTable01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fed810626a6197b5fce03cf3d8fcd9bfff4c7c3457cc9995d48fe277b05be3b +size 125823 diff --git a/Content/Factory/Materials/MI_LayoutTableTop01.uasset b/Content/Factory/Materials/MI_LayoutTableTop01.uasset new file mode 100644 index 00000000..849ea1f9 --- /dev/null +++ b/Content/Factory/Materials/MI_LayoutTableTop01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52aa887fe806fadc92131183c5f1a311935d1957089d0530ea1e9254f587fd5f +size 119106 diff --git a/Content/Factory/Materials/MI_Line01.uasset b/Content/Factory/Materials/MI_Line01.uasset new file mode 100644 index 00000000..5b55e16e --- /dev/null +++ b/Content/Factory/Materials/MI_Line01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4cc5c07054bf001f68722c0da2f60fdd41637f19fc3eda44e48c3fceb72797 +size 90124 diff --git a/Content/Factory/Materials/MI_LockerRoomCam.uasset b/Content/Factory/Materials/MI_LockerRoomCam.uasset new file mode 100644 index 00000000..0eb90fcd --- /dev/null +++ b/Content/Factory/Materials/MI_LockerRoomCam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd714d1c0e2e04180941d4f2ff81c88d07df2a104db3765429578fd585f9f181 +size 144899 diff --git a/Content/Factory/Materials/MI_Locker_01.uasset b/Content/Factory/Materials/MI_Locker_01.uasset new file mode 100644 index 00000000..810365ad --- /dev/null +++ b/Content/Factory/Materials/MI_Locker_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bba5b346e121c1a49442cc8cae74f21d616fc9ce899990fbe733baaea51bd4d +size 142654 diff --git a/Content/Factory/Materials/MI_Markers.uasset b/Content/Factory/Materials/MI_Markers.uasset new file mode 100644 index 00000000..4b675404 --- /dev/null +++ b/Content/Factory/Materials/MI_Markers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7508641f958f9c52e78ed4df78e4649410efcf80530f41166da8f4aba44ef5c2 +size 132053 diff --git a/Content/Factory/Materials/MI_MetalBeam01.uasset b/Content/Factory/Materials/MI_MetalBeam01.uasset new file mode 100644 index 00000000..2dc39122 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalBeam01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87943a480be6c4b71b011bc8327c5303e0ecb0fa4e3ac0c9fb9ae5aa96cd59ce +size 116457 diff --git a/Content/Factory/Materials/MI_MetalBeam_Painted01.uasset b/Content/Factory/Materials/MI_MetalBeam_Painted01.uasset new file mode 100644 index 00000000..41d34f56 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalBeam_Painted01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b81c537625892d9001150c05cedb83ea1468966baa32059ea0c65e9ac0d44f +size 127626 diff --git a/Content/Factory/Materials/MI_MetalBumpers.uasset b/Content/Factory/Materials/MI_MetalBumpers.uasset new file mode 100644 index 00000000..cb410251 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalBumpers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8725aeaedb956de41c2aa68f98a89d1d905936663c59fba16457faaabd704fc +size 130937 diff --git a/Content/Factory/Materials/MI_MetalDents01.uasset b/Content/Factory/Materials/MI_MetalDents01.uasset new file mode 100644 index 00000000..bf5311de --- /dev/null +++ b/Content/Factory/Materials/MI_MetalDents01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a5ccd4268f713410a8abd78eab61dac6cdee835da38a30bfbcea4c71503bbe9 +size 94035 diff --git a/Content/Factory/Materials/MI_MetalDents02.uasset b/Content/Factory/Materials/MI_MetalDents02.uasset new file mode 100644 index 00000000..a8dbb0b9 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalDents02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7bbe6420241a553486e64ab40641a300332165c8abfd876ab562a9c4323da6 +size 95265 diff --git a/Content/Factory/Materials/MI_MetalFarm_01.uasset b/Content/Factory/Materials/MI_MetalFarm_01.uasset new file mode 100644 index 00000000..861efe98 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalFarm_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d4cf5145ede5b880141c45a0398dd9a4120309dfc9f35e2aee937baf00f3de +size 128283 diff --git a/Content/Factory/Materials/MI_MetalFrame_02.uasset b/Content/Factory/Materials/MI_MetalFrame_02.uasset new file mode 100644 index 00000000..dd926265 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalFrame_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a174d20e261df726e700ea4a3999d6b07e0ac435ad7900e6857b069fb4ce95f +size 111460 diff --git a/Content/Factory/Materials/MI_MetalPillarpainted.uasset b/Content/Factory/Materials/MI_MetalPillarpainted.uasset new file mode 100644 index 00000000..ccf7ee4a --- /dev/null +++ b/Content/Factory/Materials/MI_MetalPillarpainted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69992485bffbd587a7974cda712d2b1f6fba2d8c6e3b6f84947b91c9bd920af6 +size 128423 diff --git a/Content/Factory/Materials/MI_MetalWallPart_01.uasset b/Content/Factory/Materials/MI_MetalWallPart_01.uasset new file mode 100644 index 00000000..be91677b --- /dev/null +++ b/Content/Factory/Materials/MI_MetalWallPart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a01d4267c39d594e35b7f3515eaffedaa676d191bacdbf6c54a1c8cc539e489 +size 111181 diff --git a/Content/Factory/Materials/MI_MetalWallPart_Painted_01.uasset b/Content/Factory/Materials/MI_MetalWallPart_Painted_01.uasset new file mode 100644 index 00000000..5e403b06 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalWallPart_Painted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98148598910af8fa641c5273f52b460cf6f4e1cba790f260fdd689f05ea8c07b +size 124844 diff --git a/Content/Factory/Materials/MI_MetalWall_Painted_02.uasset b/Content/Factory/Materials/MI_MetalWall_Painted_02.uasset new file mode 100644 index 00000000..6e5b7052 --- /dev/null +++ b/Content/Factory/Materials/MI_MetalWall_Painted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a3c555b5a43c15460aeb59f6fdd56eab3d308f4870a1f04c8c83a578360449 +size 119525 diff --git a/Content/Factory/Materials/MI_MirrorFrame01.uasset b/Content/Factory/Materials/MI_MirrorFrame01.uasset new file mode 100644 index 00000000..4e4f048c --- /dev/null +++ b/Content/Factory/Materials/MI_MirrorFrame01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9a5c152162e24870bf851ac54dc24538c5f35ce871e04f3c167e9c29116d2d +size 123238 diff --git a/Content/Factory/Materials/MI_OfficeCam.uasset b/Content/Factory/Materials/MI_OfficeCam.uasset new file mode 100644 index 00000000..7b36dcef --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeCam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b29c629026c73b5024296fa18451ddb0e3a3f4eebf9f6fbd1d2df4b6d62cd8 +size 142190 diff --git a/Content/Factory/Materials/MI_OfficeCeiling.uasset b/Content/Factory/Materials/MI_OfficeCeiling.uasset new file mode 100644 index 00000000..2a469bb4 --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeCeiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:609ef3c0787772e793eb4303ebc7c9a9887d82dc27fecb69d640e490171bb6fe +size 101632 diff --git a/Content/Factory/Materials/MI_OfficeCeilingProps.uasset b/Content/Factory/Materials/MI_OfficeCeilingProps.uasset new file mode 100644 index 00000000..5c37f283 --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeCeilingProps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9470fe0a48007ddacb7a7b218dd6f88a091f273a746a108cd3760304af72b9b5 +size 104656 diff --git a/Content/Factory/Materials/MI_OfficeChair01.uasset b/Content/Factory/Materials/MI_OfficeChair01.uasset new file mode 100644 index 00000000..b573649c --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeChair01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d5965dfe4aac10451d5a6e201b3fd42f8ac9f2de5acb72660800403eb65bec +size 119189 diff --git a/Content/Factory/Materials/MI_OfficeChair02.uasset b/Content/Factory/Materials/MI_OfficeChair02.uasset new file mode 100644 index 00000000..1bccf84d --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeChair02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb2c1804175d20709f50832b4376f945702b864a5add48d30bb96685a2741b6 +size 127968 diff --git a/Content/Factory/Materials/MI_OfficeChair03.uasset b/Content/Factory/Materials/MI_OfficeChair03.uasset new file mode 100644 index 00000000..6b9738a6 --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeChair03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affaa9fa9212d6814cde3d83950f745d28c94ba0cae47a76f045e6c0209f39f7 +size 131818 diff --git a/Content/Factory/Materials/MI_OfficeFurniture_01.uasset b/Content/Factory/Materials/MI_OfficeFurniture_01.uasset new file mode 100644 index 00000000..d4e3cba6 --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeFurniture_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5278c03aa63d8b0302ab86ea788fd439e25691c7efd368d3ba67a69feafdb454 +size 134703 diff --git a/Content/Factory/Materials/MI_OfficeSofa.uasset b/Content/Factory/Materials/MI_OfficeSofa.uasset new file mode 100644 index 00000000..ae55a414 --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeSofa.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2a454e1244092ada767c166b3c72ebecfd678eefb42920777c68f12c4dcdfb +size 123346 diff --git a/Content/Factory/Materials/MI_OfficeTools.uasset b/Content/Factory/Materials/MI_OfficeTools.uasset new file mode 100644 index 00000000..7eeff94a --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeTools.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c851839674f91451810ed2946ee9b1384028a91cefa113f2a171e91ab7afb5 +size 101739 diff --git a/Content/Factory/Materials/MI_OfficeWood.uasset b/Content/Factory/Materials/MI_OfficeWood.uasset new file mode 100644 index 00000000..4b7637ed --- /dev/null +++ b/Content/Factory/Materials/MI_OfficeWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c91f6f3ff0bb56131e490203e907d8bdadb5cd594f79e410b8a1c54222140966 +size 121837 diff --git a/Content/Factory/Materials/MI_PaintBoxParts_02.uasset b/Content/Factory/Materials/MI_PaintBoxParts_02.uasset new file mode 100644 index 00000000..d4f5721a --- /dev/null +++ b/Content/Factory/Materials/MI_PaintBoxParts_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f6ba2a73809d25e6f6b4447de46613e17bae27e8f391858529628c1e44b7f7f +size 118645 diff --git a/Content/Factory/Materials/MI_PaintBoxWall.uasset b/Content/Factory/Materials/MI_PaintBoxWall.uasset new file mode 100644 index 00000000..ecb8c9d6 --- /dev/null +++ b/Content/Factory/Materials/MI_PaintBoxWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd0da4a79b37bda4ecd292d45344714aca11b4aeb63ed390e52c595e8c01f64 +size 127375 diff --git a/Content/Factory/Materials/MI_PaintBoxWall_01.uasset b/Content/Factory/Materials/MI_PaintBoxWall_01.uasset new file mode 100644 index 00000000..468c534e --- /dev/null +++ b/Content/Factory/Materials/MI_PaintBoxWall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3de5e043ea7a262ce28cdc63684ef40b2ba6e18fca77bdcae8e4e0a23e109e +size 127568 diff --git a/Content/Factory/Materials/MI_PaintBoxWall_02.uasset b/Content/Factory/Materials/MI_PaintBoxWall_02.uasset new file mode 100644 index 00000000..0f341790 --- /dev/null +++ b/Content/Factory/Materials/MI_PaintBoxWall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7067c3e65615216185554dfa5c1f9aa8520fd943626d0d0b89b85c14856ff1d0 +size 130083 diff --git a/Content/Factory/Materials/MI_PaintBoxWall_03.uasset b/Content/Factory/Materials/MI_PaintBoxWall_03.uasset new file mode 100644 index 00000000..5ba8454d --- /dev/null +++ b/Content/Factory/Materials/MI_PaintBoxWall_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8624cbc14611db3b35213e9093c28598e1ef9268921aa736132bc4b26fc479ac +size 100747 diff --git a/Content/Factory/Materials/MI_PalletCart.uasset b/Content/Factory/Materials/MI_PalletCart.uasset new file mode 100644 index 00000000..fdc3e7c7 --- /dev/null +++ b/Content/Factory/Materials/MI_PalletCart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819ff44129f6ff44a72f23a4594339f5598452481e11aa9cf118abd9ff23499b +size 114473 diff --git a/Content/Factory/Materials/MI_PaperBoxes_01.uasset b/Content/Factory/Materials/MI_PaperBoxes_01.uasset new file mode 100644 index 00000000..490f5a16 --- /dev/null +++ b/Content/Factory/Materials/MI_PaperBoxes_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6ac6b4bad51199369f3b4c140d9de379197abb098d0fe41730c152b57ac4da +size 119783 diff --git a/Content/Factory/Materials/MI_PaperBoxes_02.uasset b/Content/Factory/Materials/MI_PaperBoxes_02.uasset new file mode 100644 index 00000000..976d4ad0 --- /dev/null +++ b/Content/Factory/Materials/MI_PaperBoxes_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7140aa42a920ee1c6508b9cacf19c729792838a6398738c21be37a6a357314c +size 120186 diff --git a/Content/Factory/Materials/MI_Papers.uasset b/Content/Factory/Materials/MI_Papers.uasset new file mode 100644 index 00000000..8f3f0b08 --- /dev/null +++ b/Content/Factory/Materials/MI_Papers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aa2631013257750e76f8d7273e85752cc521d29b4d6361ab48247a52b1faab +size 109997 diff --git a/Content/Factory/Materials/MI_PartitionPainted_01.uasset b/Content/Factory/Materials/MI_PartitionPainted_01.uasset new file mode 100644 index 00000000..2d491048 --- /dev/null +++ b/Content/Factory/Materials/MI_PartitionPainted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bfd03340b25c29da16e232fea39df21e23e4ed9c3abf76487b0bb001875f378 +size 108443 diff --git a/Content/Factory/Materials/MI_Partition_01.uasset b/Content/Factory/Materials/MI_Partition_01.uasset new file mode 100644 index 00000000..113025a8 --- /dev/null +++ b/Content/Factory/Materials/MI_Partition_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9239bc6a280385f68d0ea7b1a09f589b73bffc8c73310711e785fb03dc23d29d +size 100105 diff --git a/Content/Factory/Materials/MI_PedestrianPath01.uasset b/Content/Factory/Materials/MI_PedestrianPath01.uasset new file mode 100644 index 00000000..f5085ed8 --- /dev/null +++ b/Content/Factory/Materials/MI_PedestrianPath01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76453d5655d273a271891e02e0ef70fbf9c56d318751019f2f851fda2fe14a82 +size 132974 diff --git a/Content/Factory/Materials/MI_PillarWithBreckets.uasset b/Content/Factory/Materials/MI_PillarWithBreckets.uasset new file mode 100644 index 00000000..41e27f7a --- /dev/null +++ b/Content/Factory/Materials/MI_PillarWithBreckets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e6eb9297e3421f9ed740aa63f4d4394cd07e958dcbf29f90926870e5f7f53a +size 125262 diff --git a/Content/Factory/Materials/MI_PipeConditioning_Color.uasset b/Content/Factory/Materials/MI_PipeConditioning_Color.uasset new file mode 100644 index 00000000..f6590dc5 --- /dev/null +++ b/Content/Factory/Materials/MI_PipeConditioning_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfa04027d1d53581a18aa9847883ef78177ed09de8732672cce24d064e3d3371 +size 121063 diff --git a/Content/Factory/Materials/MI_Pipes_square_01.uasset b/Content/Factory/Materials/MI_Pipes_square_01.uasset new file mode 100644 index 00000000..95c70182 --- /dev/null +++ b/Content/Factory/Materials/MI_Pipes_square_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c2c447735d22c514c7e15f8665a87843be267792ed7fa6d9a6a0e30ca500c3 +size 123832 diff --git a/Content/Factory/Materials/MI_PlasticBoxes.uasset b/Content/Factory/Materials/MI_PlasticBoxes.uasset new file mode 100644 index 00000000..5fb8c97f --- /dev/null +++ b/Content/Factory/Materials/MI_PlasticBoxes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576c4e4dcde4731535ba117d672456e50d719aff87b1ae44f81f57a3fa76e17a +size 129174 diff --git a/Content/Factory/Materials/MI_PlasticPallet01.uasset b/Content/Factory/Materials/MI_PlasticPallet01.uasset new file mode 100644 index 00000000..3e2a0c38 --- /dev/null +++ b/Content/Factory/Materials/MI_PlasticPallet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6083674f9a55569c7e410cdd6982e4416ef8f0b49b345e5351961d37d2d2e8a5 +size 140021 diff --git a/Content/Factory/Materials/MI_PlasticToilet.uasset b/Content/Factory/Materials/MI_PlasticToilet.uasset new file mode 100644 index 00000000..f4e2201e --- /dev/null +++ b/Content/Factory/Materials/MI_PlasticToilet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c09ad16eb2faf1c97a4689d59d7aabc7e3df4128b288d4a0f81c71a0056a780 +size 127510 diff --git a/Content/Factory/Materials/MI_PlatformRailing_01.uasset b/Content/Factory/Materials/MI_PlatformRailing_01.uasset new file mode 100644 index 00000000..295407ec --- /dev/null +++ b/Content/Factory/Materials/MI_PlatformRailing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32e439872133a12979de79e3956238b06e186e40fab470f6532719d29abab92 +size 141837 diff --git a/Content/Factory/Materials/MI_Platform_01.uasset b/Content/Factory/Materials/MI_Platform_01.uasset new file mode 100644 index 00000000..c98db98e --- /dev/null +++ b/Content/Factory/Materials/MI_Platform_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ac0b537b7b2e20116b4071ab179cc45be02b53cbdce0d1ad287d71f204d5fa +size 14389 diff --git a/Content/Factory/Materials/MI_PowderStorage_01.uasset b/Content/Factory/Materials/MI_PowderStorage_01.uasset new file mode 100644 index 00000000..b7f030c3 --- /dev/null +++ b/Content/Factory/Materials/MI_PowderStorage_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adef4fbf0e94c1e0839b4fdd23c74b6faf98c1cb20c775cf6f02706f4f2a74f +size 160591 diff --git a/Content/Factory/Materials/MI_Railway01.uasset b/Content/Factory/Materials/MI_Railway01.uasset new file mode 100644 index 00000000..6aee0584 --- /dev/null +++ b/Content/Factory/Materials/MI_Railway01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4caf7ff67e3819cbb57c280fc19da2a47226432269804a5e64c6bbfff618ba1f +size 140758 diff --git a/Content/Factory/Materials/MI_RecyclingMachine01.uasset b/Content/Factory/Materials/MI_RecyclingMachine01.uasset new file mode 100644 index 00000000..adafb102 --- /dev/null +++ b/Content/Factory/Materials/MI_RecyclingMachine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6ceecf578935554b2a6cd482d9fafa84877466e764d12bdca1fa2ba2665dac +size 114669 diff --git a/Content/Factory/Materials/MI_RoboArm01.uasset b/Content/Factory/Materials/MI_RoboArm01.uasset new file mode 100644 index 00000000..e2b01160 --- /dev/null +++ b/Content/Factory/Materials/MI_RoboArm01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8e76bd5e2141f1efd0ffb72ee7a4510a6537f620bea2f1523c0743d74b8f62 +size 129229 diff --git a/Content/Factory/Materials/MI_Round_Pipes_01.uasset b/Content/Factory/Materials/MI_Round_Pipes_01.uasset new file mode 100644 index 00000000..8acd7418 --- /dev/null +++ b/Content/Factory/Materials/MI_Round_Pipes_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c6ccaf34a848fbe192c2c101248ea612b207a08dc9902b5d3e61e259f8426c +size 122475 diff --git a/Content/Factory/Materials/MI_Round_Pipes_Stub.uasset b/Content/Factory/Materials/MI_Round_Pipes_Stub.uasset new file mode 100644 index 00000000..328ebbe4 --- /dev/null +++ b/Content/Factory/Materials/MI_Round_Pipes_Stub.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d402a7767e172cd1f3b7d5ac34b1131b565ec36d5108242026ad2e5f069821eb +size 123486 diff --git a/Content/Factory/Materials/MI_RubberFloor_01.uasset b/Content/Factory/Materials/MI_RubberFloor_01.uasset new file mode 100644 index 00000000..34ea7310 --- /dev/null +++ b/Content/Factory/Materials/MI_RubberFloor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffe91b31ddb3e95c6ef654fa8aad5952918a9b336aa46618362873c9316f6ae +size 154928 diff --git a/Content/Factory/Materials/MI_ScissorsLift01.uasset b/Content/Factory/Materials/MI_ScissorsLift01.uasset new file mode 100644 index 00000000..dadc90fc --- /dev/null +++ b/Content/Factory/Materials/MI_ScissorsLift01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cc7bd5bcd39a1fd3109dbfbb1e8dde5f7a5833fc1ac74255f5b10b9b914ddb +size 138711 diff --git a/Content/Factory/Materials/MI_ScissorsLift02.uasset b/Content/Factory/Materials/MI_ScissorsLift02.uasset new file mode 100644 index 00000000..a4f75b02 --- /dev/null +++ b/Content/Factory/Materials/MI_ScissorsLift02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438baa7b037c30dc96724f1f423c7838d8c725d0455c3649d1fe7c9fd5e311ae +size 143674 diff --git a/Content/Factory/Materials/MI_ScissorsLiftDecals.uasset b/Content/Factory/Materials/MI_ScissorsLiftDecals.uasset new file mode 100644 index 00000000..1759ac0b --- /dev/null +++ b/Content/Factory/Materials/MI_ScissorsLiftDecals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20760ff44a475c9df0d67266be10899172eb185dd4780d66c7ba9244f5c52eaf +size 125760 diff --git a/Content/Factory/Materials/MI_ShowerAssets01.uasset b/Content/Factory/Materials/MI_ShowerAssets01.uasset new file mode 100644 index 00000000..c6df6984 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerAssets01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0288b91f1f64e29daed87e44e1d7192cec0cbc12d6f318de788a528a20f66dad +size 130095 diff --git a/Content/Factory/Materials/MI_ShowerCarpet01.uasset b/Content/Factory/Materials/MI_ShowerCarpet01.uasset new file mode 100644 index 00000000..7e57ab92 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerCarpet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29f023296f5333fc5ec3932552d9c7ee97c1beff067a8501206a1dd212137334 +size 125403 diff --git a/Content/Factory/Materials/MI_ShowerCarpet02.uasset b/Content/Factory/Materials/MI_ShowerCarpet02.uasset new file mode 100644 index 00000000..4583077a --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerCarpet02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d809b27777447c436ecea7896fcd8ec8bb44ffc8baf277a6c5121abae1da32d +size 136849 diff --git a/Content/Factory/Materials/MI_ShowerDecal01.uasset b/Content/Factory/Materials/MI_ShowerDecal01.uasset new file mode 100644 index 00000000..325f6820 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerDecal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a75303aee94a6176cfa6bcf72b98b9690b7034cb7f1b94e80f89943db4fce1 +size 118650 diff --git a/Content/Factory/Materials/MI_ShowerDecal02.uasset b/Content/Factory/Materials/MI_ShowerDecal02.uasset new file mode 100644 index 00000000..f6216933 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerDecal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d22cf7528bf5d78db71168b05596a0e3654287aeffb388f8cdb35b41ade0cb +size 115220 diff --git a/Content/Factory/Materials/MI_ShowerRoomPropsSet_01.uasset b/Content/Factory/Materials/MI_ShowerRoomPropsSet_01.uasset new file mode 100644 index 00000000..99aa853c --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomPropsSet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d910e96145d05e1909df21f377b5867d9ef315e3cbc916dddcde311da66472 +size 116525 diff --git a/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_01.uasset b/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_01.uasset new file mode 100644 index 00000000..a6ae9f28 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b749ab88e8f9c0025b68ae11267c6d1ef88658352ad22d8e87e331642d03306 +size 13450 diff --git a/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_02.uasset b/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_02.uasset new file mode 100644 index 00000000..b6a7816a --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52f88b93219fa81bd23d957121ae2f4e9deeead74da74440495c1bc80f5a116 +size 114131 diff --git a/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_04.uasset b/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_04.uasset new file mode 100644 index 00000000..54c63b29 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomTileFloorPainted_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dddecc7405546d203f8e2433e5e6d26fbf14278958104bad7528bee834851cd +size 122053 diff --git a/Content/Factory/Materials/MI_ShowerRoomWallPainted_01.uasset b/Content/Factory/Materials/MI_ShowerRoomWallPainted_01.uasset new file mode 100644 index 00000000..ff42c2da --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomWallPainted_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a5582c072e322affd37f0716d4b9b7a646a41f87d0b50101dbec3a2f13578a +size 111291 diff --git a/Content/Factory/Materials/MI_ShowerRoomWallPainted_02.uasset b/Content/Factory/Materials/MI_ShowerRoomWallPainted_02.uasset new file mode 100644 index 00000000..5a6967a2 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomWallPainted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9111c510d961337e332815908ea9d10a8fc5a915dd52e2b6d19df6dec8720b29 +size 150903 diff --git a/Content/Factory/Materials/MI_ShowerRoomWallPainted_03.uasset b/Content/Factory/Materials/MI_ShowerRoomWallPainted_03.uasset new file mode 100644 index 00000000..928cb1d0 --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomWallPainted_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfedced571a94163364be3af44e9c8b9d84a62a05012c9b538eafebfec77c8b4 +size 94126 diff --git a/Content/Factory/Materials/MI_ShowerRoomWallPainted_04.uasset b/Content/Factory/Materials/MI_ShowerRoomWallPainted_04.uasset new file mode 100644 index 00000000..8565c48a --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerRoomWallPainted_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a1068a94b2c309a8193a5f13837bfb65b3caf8a3efa5b7a45951f43821629c +size 153712 diff --git a/Content/Factory/Materials/MI_ShowerWall01.uasset b/Content/Factory/Materials/MI_ShowerWall01.uasset new file mode 100644 index 00000000..3b81682f --- /dev/null +++ b/Content/Factory/Materials/MI_ShowerWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5979c1e5faa416884df2cdf6abc4b6f7a0198926bdab9cdd64faf7ce62536a6 +size 19007 diff --git a/Content/Factory/Materials/MI_Signs01.uasset b/Content/Factory/Materials/MI_Signs01.uasset new file mode 100644 index 00000000..12fc3d45 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d812958c3baf16ca73b628f28cfefa3c4f21a090f9a26a541ec92713cbae1dd8 +size 140616 diff --git a/Content/Factory/Materials/MI_Signs01_01.uasset b/Content/Factory/Materials/MI_Signs01_01.uasset new file mode 100644 index 00000000..407cb1e5 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4792ac8a95f04e63fee4a6d3127ad398fca67e66b1240a66068863fc8bdd0ca +size 121176 diff --git a/Content/Factory/Materials/MI_Signs01_02.uasset b/Content/Factory/Materials/MI_Signs01_02.uasset new file mode 100644 index 00000000..e17cb479 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40591a357f3c35827b0e090fd5d15a6e2ed9e0d6d43f959dbf0204eca5587b4c +size 119401 diff --git a/Content/Factory/Materials/MI_Signs01_03.uasset b/Content/Factory/Materials/MI_Signs01_03.uasset new file mode 100644 index 00000000..fe745d01 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cd8131a3e6347a61211ae7b1db755bd952d3fc37bd3ee6e1ca5a957dc240518 +size 133874 diff --git a/Content/Factory/Materials/MI_Signs01_04.uasset b/Content/Factory/Materials/MI_Signs01_04.uasset new file mode 100644 index 00000000..13c714f0 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475f2c9327836da689a327e3f78e1512d8874e490e25cbae5a2b770686efb227 +size 133108 diff --git a/Content/Factory/Materials/MI_Signs01_05.uasset b/Content/Factory/Materials/MI_Signs01_05.uasset new file mode 100644 index 00000000..c3632a3e --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f356d80831821cf6b23773fb5d850e49b5d5973cac8267f9a8a4535d3481952f +size 134868 diff --git a/Content/Factory/Materials/MI_Signs01_06.uasset b/Content/Factory/Materials/MI_Signs01_06.uasset new file mode 100644 index 00000000..a9d87059 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7522896345098ccb571032d42b712f3808d2f586e4d65dc4bef28c88299bf0b5 +size 127637 diff --git a/Content/Factory/Materials/MI_Signs01_07.uasset b/Content/Factory/Materials/MI_Signs01_07.uasset new file mode 100644 index 00000000..ca165024 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f42ae76d7a9a850a2bdec7b77601fc6c59ccb205328377ee7805855132d8e87 +size 134193 diff --git a/Content/Factory/Materials/MI_Signs01_08.uasset b/Content/Factory/Materials/MI_Signs01_08.uasset new file mode 100644 index 00000000..150060b0 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8281e91b891371343d3f549cea8bec2473477e89b72c6c54cf9490917385cae +size 131903 diff --git a/Content/Factory/Materials/MI_Signs01_09.uasset b/Content/Factory/Materials/MI_Signs01_09.uasset new file mode 100644 index 00000000..aed3cdef --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3958f3c29a39a6b2647b19536cefb86e783364362526dde7bdcfc71776a04f10 +size 134130 diff --git a/Content/Factory/Materials/MI_Signs01_10.uasset b/Content/Factory/Materials/MI_Signs01_10.uasset new file mode 100644 index 00000000..2f9d94c4 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6ad506ec7e4d312f65f135b7a0ec63de629bb89f09dc668b42ecb2e9551afc +size 122754 diff --git a/Content/Factory/Materials/MI_Signs01_11.uasset b/Content/Factory/Materials/MI_Signs01_11.uasset new file mode 100644 index 00000000..44ecfc15 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c27f441f2aed85b3544523ce9a28419d613ec63ad8f94d98ef775c3dac0c2a +size 130686 diff --git a/Content/Factory/Materials/MI_Signs01_12.uasset b/Content/Factory/Materials/MI_Signs01_12.uasset new file mode 100644 index 00000000..464d91ef --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eaa7952503f6c4428f9a477407863686eace48d28825a3da9fbcf95d73517f8 +size 129323 diff --git a/Content/Factory/Materials/MI_Signs01_13.uasset b/Content/Factory/Materials/MI_Signs01_13.uasset new file mode 100644 index 00000000..072298db --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e0092cead9be25fea4513027068354f2dba819f56ef35567f98685a7c53d6f +size 132182 diff --git a/Content/Factory/Materials/MI_Signs01_14.uasset b/Content/Factory/Materials/MI_Signs01_14.uasset new file mode 100644 index 00000000..2c581f6b --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7eeb81d7a288649f5a89c47d936055ab24b409bf6785fbb7325261628361d97 +size 137441 diff --git a/Content/Factory/Materials/MI_Signs01_15.uasset b/Content/Factory/Materials/MI_Signs01_15.uasset new file mode 100644 index 00000000..212100f6 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b75f79125d10c75ff232bd8f28b89ceb667f8b182f8c69fb9776224ca4dea1 +size 121246 diff --git a/Content/Factory/Materials/MI_Signs01_16.uasset b/Content/Factory/Materials/MI_Signs01_16.uasset new file mode 100644 index 00000000..1bd91d7e --- /dev/null +++ b/Content/Factory/Materials/MI_Signs01_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f2933ad51d47e1aa52b44f5c8e5dac90c87658fb2d6ccba8a20cc1f90fec8e +size 135683 diff --git a/Content/Factory/Materials/MI_Signs03_01.uasset b/Content/Factory/Materials/MI_Signs03_01.uasset new file mode 100644 index 00000000..0957182c --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1f293e526b2fb6659bede2c6c7f19c5a2b1faec45e690e01c2d586343787c7 +size 135302 diff --git a/Content/Factory/Materials/MI_Signs03_02.uasset b/Content/Factory/Materials/MI_Signs03_02.uasset new file mode 100644 index 00000000..24488c11 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de7201ac37a1fd0de705369e35137270abc7e5cb4fd74963a8ffbd02f89f27b +size 138901 diff --git a/Content/Factory/Materials/MI_Signs03_03.uasset b/Content/Factory/Materials/MI_Signs03_03.uasset new file mode 100644 index 00000000..0c81d96c --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7507ee4e8f109cc8dc921ce4bd66cf6efe6ecc3153dc6b70a0fbf4ae857e09 +size 136296 diff --git a/Content/Factory/Materials/MI_Signs03_04.uasset b/Content/Factory/Materials/MI_Signs03_04.uasset new file mode 100644 index 00000000..6b022467 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45de6e27a62d305fb7d2fe7eeff55004f8c83edd5b930ed307c44ecbf8bff39c +size 140324 diff --git a/Content/Factory/Materials/MI_Signs03_05.uasset b/Content/Factory/Materials/MI_Signs03_05.uasset new file mode 100644 index 00000000..957a6e4a --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70b3f71f18d25b6a5f9cdae483f7a98a31d0e7a6369b40fd34f84702b84b71d8 +size 135393 diff --git a/Content/Factory/Materials/MI_Signs03_06.uasset b/Content/Factory/Materials/MI_Signs03_06.uasset new file mode 100644 index 00000000..7028077b --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa78eec0d403aff5935a0940a9a6d1f7cc0c86ace6322e29e871eafd5bc2e1c +size 140156 diff --git a/Content/Factory/Materials/MI_Signs03_07.uasset b/Content/Factory/Materials/MI_Signs03_07.uasset new file mode 100644 index 00000000..2bb777bf --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d1ea43ddb95e6f506043a99639b2b97ebbee4c13d0914736ee88a8170f07e9 +size 133883 diff --git a/Content/Factory/Materials/MI_Signs03_08.uasset b/Content/Factory/Materials/MI_Signs03_08.uasset new file mode 100644 index 00000000..aeb93ebb --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148ecf93a387e9c7a05db5546035e5df87ecbddc813bb0eda5c6464f1796689c +size 141088 diff --git a/Content/Factory/Materials/MI_Signs03_09.uasset b/Content/Factory/Materials/MI_Signs03_09.uasset new file mode 100644 index 00000000..e9715654 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs03_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8f67e88f5614eb68dffb3d59c7c28204cd17da0a589d18ca6b8ab14f1aa0691 +size 106752 diff --git a/Content/Factory/Materials/MI_Signs04.uasset b/Content/Factory/Materials/MI_Signs04.uasset new file mode 100644 index 00000000..36732727 --- /dev/null +++ b/Content/Factory/Materials/MI_Signs04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2721a6df5fe5122089e53e7ac6d8b074af7183d824b06016b6993a8b8094842 +size 125583 diff --git a/Content/Factory/Materials/MI_Sink_01.uasset b/Content/Factory/Materials/MI_Sink_01.uasset new file mode 100644 index 00000000..65c5e5f7 --- /dev/null +++ b/Content/Factory/Materials/MI_Sink_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95bca8112d87138b8837ea7351eacb7f01cc1f21a29865b339fd30d40c015857 +size 111911 diff --git a/Content/Factory/Materials/MI_Stair_01_Painted.uasset b/Content/Factory/Materials/MI_Stair_01_Painted.uasset new file mode 100644 index 00000000..c083c951 --- /dev/null +++ b/Content/Factory/Materials/MI_Stair_01_Painted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51a2d553533daec2e8fa0beacd801d10ec9d34c972f7235d21aedc173b40b19 +size 140545 diff --git a/Content/Factory/Materials/MI_Stair_02.uasset b/Content/Factory/Materials/MI_Stair_02.uasset new file mode 100644 index 00000000..77c232d4 --- /dev/null +++ b/Content/Factory/Materials/MI_Stair_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92843fa6fd7b0eb4e54747f8c6b08c4e07fd511a45ddad82bdb9e23946961457 +size 137238 diff --git a/Content/Factory/Materials/MI_StorageShelves.uasset b/Content/Factory/Materials/MI_StorageShelves.uasset new file mode 100644 index 00000000..4f9a4fa3 --- /dev/null +++ b/Content/Factory/Materials/MI_StorageShelves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35483d7e32ab9d100a92c6019e2cf7e6815e5a55b3055105c78c8555ef9c46f0 +size 119180 diff --git a/Content/Factory/Materials/MI_StyleDecals01.uasset b/Content/Factory/Materials/MI_StyleDecals01.uasset new file mode 100644 index 00000000..5749afc3 --- /dev/null +++ b/Content/Factory/Materials/MI_StyleDecals01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0f15d7075cd823e66e4bcd78e1e748f746f0c0f4855d344ce5da8e90e6c85f +size 77798 diff --git a/Content/Factory/Materials/MI_StyleDecals02.uasset b/Content/Factory/Materials/MI_StyleDecals02.uasset new file mode 100644 index 00000000..773a4048 --- /dev/null +++ b/Content/Factory/Materials/MI_StyleDecals02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e17551cc9a52351766a3490169b06c2f320a1d81d1b92f8ad2d1f5183844cbc +size 61196 diff --git a/Content/Factory/Materials/MI_StyleDecals03.uasset b/Content/Factory/Materials/MI_StyleDecals03.uasset new file mode 100644 index 00000000..d5c1c02e --- /dev/null +++ b/Content/Factory/Materials/MI_StyleDecals03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cf6cc0a8d99b8d3b294b15c4884537d6374d0e9fc8880901a71494a4bcbdab +size 77721 diff --git a/Content/Factory/Materials/MI_TarpaulinCover01.uasset b/Content/Factory/Materials/MI_TarpaulinCover01.uasset new file mode 100644 index 00000000..ef1f1fbc --- /dev/null +++ b/Content/Factory/Materials/MI_TarpaulinCover01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f477c704fc6c0e1ffc9619bf3321c427b024d5138c3cc5d776ae69003eea6a9f +size 138611 diff --git a/Content/Factory/Materials/MI_TarpaulinCover02.uasset b/Content/Factory/Materials/MI_TarpaulinCover02.uasset new file mode 100644 index 00000000..a9df780d --- /dev/null +++ b/Content/Factory/Materials/MI_TarpaulinCover02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adfe4ffe1aef37689cec55a23187c0940d6795bc7baa15381effc36fc3b2feb1 +size 130915 diff --git a/Content/Factory/Materials/MI_Ticker02.uasset b/Content/Factory/Materials/MI_Ticker02.uasset new file mode 100644 index 00000000..69235efe --- /dev/null +++ b/Content/Factory/Materials/MI_Ticker02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab72e8acdd88209c842a32bbaf5ab7c1c373798004ab26531c56db1c26ce4d1 +size 112817 diff --git a/Content/Factory/Materials/MI_Tire_2.uasset b/Content/Factory/Materials/MI_Tire_2.uasset new file mode 100644 index 00000000..4d632274 --- /dev/null +++ b/Content/Factory/Materials/MI_Tire_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8df0c506003120c85856cb97baec9ac7986473e0ef24aa52ab3c9dccffb30d83 +size 120140 diff --git a/Content/Factory/Materials/MI_TrainCar01.uasset b/Content/Factory/Materials/MI_TrainCar01.uasset new file mode 100644 index 00000000..490ba51e --- /dev/null +++ b/Content/Factory/Materials/MI_TrainCar01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f39288176b3472f0a385b4551b8e964ef586bbbad61155003e2e1aa1c038fa3d +size 137380 diff --git a/Content/Factory/Materials/MI_TrainCeilingTrim01.uasset b/Content/Factory/Materials/MI_TrainCeilingTrim01.uasset new file mode 100644 index 00000000..72b801c6 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainCeilingTrim01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b52ec92a6c4fb42f9d7fab72dfc9dcdf89559ca5c7816df92ad382cd4407db9 +size 123863 diff --git a/Content/Factory/Materials/MI_TrainCeilingTrim02.uasset b/Content/Factory/Materials/MI_TrainCeilingTrim02.uasset new file mode 100644 index 00000000..e382f824 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainCeilingTrim02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f329bda22ec64ce85ac0ca9a94235533fdb26424253775b7e934583eb151b9d5 +size 115626 diff --git a/Content/Factory/Materials/MI_TrainCeilingTrim03.uasset b/Content/Factory/Materials/MI_TrainCeilingTrim03.uasset new file mode 100644 index 00000000..41b4fa20 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainCeilingTrim03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bf37f150a56440a4b82f8a71c0b05dac4528620247db77ca6125448c580996 +size 114069 diff --git a/Content/Factory/Materials/MI_TrainCeilingTrim04.uasset b/Content/Factory/Materials/MI_TrainCeilingTrim04.uasset new file mode 100644 index 00000000..e844df24 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainCeilingTrim04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43c5e8799b194038c2ca17b8cee2ea7917c9dfeb63e28ec7f89870af757d3fa +size 121975 diff --git a/Content/Factory/Materials/MI_TrainEngine01.uasset b/Content/Factory/Materials/MI_TrainEngine01.uasset new file mode 100644 index 00000000..19122eee --- /dev/null +++ b/Content/Factory/Materials/MI_TrainEngine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3197959f5e3ec1e58110ce62c729a5c6d112060d58f9b28c2e1500a8e6144bdd +size 137603 diff --git a/Content/Factory/Materials/MI_TrainFloor01.uasset b/Content/Factory/Materials/MI_TrainFloor01.uasset new file mode 100644 index 00000000..34733ddb --- /dev/null +++ b/Content/Factory/Materials/MI_TrainFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df1a957504d08c7c22692fca0a862bc0cf0c540ff101de4a127114f61b6433f +size 121556 diff --git a/Content/Factory/Materials/MI_TrainGlassTransparent01.uasset b/Content/Factory/Materials/MI_TrainGlassTransparent01.uasset new file mode 100644 index 00000000..7376f84a --- /dev/null +++ b/Content/Factory/Materials/MI_TrainGlassTransparent01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2523605e220f25d35718508dd2a45ef4928896949fff263bbb4c8e361a1e85a9 +size 131460 diff --git a/Content/Factory/Materials/MI_TrainMeshes01.uasset b/Content/Factory/Materials/MI_TrainMeshes01.uasset new file mode 100644 index 00000000..7d06edab --- /dev/null +++ b/Content/Factory/Materials/MI_TrainMeshes01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f7273fb5d3f6dbb5726dab35fb4183ee6fc6fd0aa645f2174779de304eae4c +size 136317 diff --git a/Content/Factory/Materials/MI_TrainStopper01.uasset b/Content/Factory/Materials/MI_TrainStopper01.uasset new file mode 100644 index 00000000..7633741a --- /dev/null +++ b/Content/Factory/Materials/MI_TrainStopper01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6633051262fed6e07ca6b96446a59a5ad974eb0aab70bcf5841bbcaaeee934ec +size 136561 diff --git a/Content/Factory/Materials/MI_TrainStuff01.uasset b/Content/Factory/Materials/MI_TrainStuff01.uasset new file mode 100644 index 00000000..5b743e82 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainStuff01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37fafb79fc7b01a90460889075bce0dcb750d6766081735f2366131af2e94ba +size 144454 diff --git a/Content/Factory/Materials/MI_TrainStuff02.uasset b/Content/Factory/Materials/MI_TrainStuff02.uasset new file mode 100644 index 00000000..25a1253b --- /dev/null +++ b/Content/Factory/Materials/MI_TrainStuff02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b002a176b1e689350e88a68a25512e74ed5b5b1b0136ba7f8766118ff377bdc +size 143722 diff --git a/Content/Factory/Materials/MI_TrainStuff03.uasset b/Content/Factory/Materials/MI_TrainStuff03.uasset new file mode 100644 index 00000000..1e0c31db --- /dev/null +++ b/Content/Factory/Materials/MI_TrainStuff03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031dbf60388e1f8e297cc5043784f4bdbba70fbf75d1663169c711a6e0ffcc01 +size 141085 diff --git a/Content/Factory/Materials/MI_TrainWallsTrim01.uasset b/Content/Factory/Materials/MI_TrainWallsTrim01.uasset new file mode 100644 index 00000000..e022eeba --- /dev/null +++ b/Content/Factory/Materials/MI_TrainWallsTrim01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9656ede974ee04533a4926b622c7f80a45a5c8e7cbf59e5560324d3b36dfb00d +size 141720 diff --git a/Content/Factory/Materials/MI_TrainWallsTrim02.uasset b/Content/Factory/Materials/MI_TrainWallsTrim02.uasset new file mode 100644 index 00000000..6ef1df42 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainWallsTrim02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a55bafd5aec272a18bbeb076451409cc17719f8a1fbfafb500ee167eed9c138 +size 128080 diff --git a/Content/Factory/Materials/MI_TrainWheels01.uasset b/Content/Factory/Materials/MI_TrainWheels01.uasset new file mode 100644 index 00000000..afdc7df5 --- /dev/null +++ b/Content/Factory/Materials/MI_TrainWheels01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556dc419962ecde97a7e3351c80c65fd3f12828b853e679868ac5c5790ed40eb +size 132922 diff --git a/Content/Factory/Materials/MI_TruckAxis.uasset b/Content/Factory/Materials/MI_TruckAxis.uasset new file mode 100644 index 00000000..4df12443 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckAxis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc28e9844981666dcd6863ed6bf9edc40324604948956f780c1f5ac371fefbb +size 115124 diff --git a/Content/Factory/Materials/MI_TruckCabin01.uasset b/Content/Factory/Materials/MI_TruckCabin01.uasset new file mode 100644 index 00000000..2a2c20e2 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckCabin01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe59c5aba23224bb19d5fe2221b766859c8caa6c01c2d6fe3ba3d024eaa567f4 +size 134405 diff --git a/Content/Factory/Materials/MI_TruckCabin02.uasset b/Content/Factory/Materials/MI_TruckCabin02.uasset new file mode 100644 index 00000000..ddf0e415 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckCabin02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d02a5545d3e0b59fc4c40610bf07b5fe45ea3202edfa06c6234a48e2273267 +size 135293 diff --git a/Content/Factory/Materials/MI_TruckEngine.uasset b/Content/Factory/Materials/MI_TruckEngine.uasset new file mode 100644 index 00000000..700b751f --- /dev/null +++ b/Content/Factory/Materials/MI_TruckEngine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca22c451f8ac37f88db1a0d1f0c570a20c536e58d1d494f59d66eaec6d8151bf +size 115406 diff --git a/Content/Factory/Materials/MI_TruckFrame.uasset b/Content/Factory/Materials/MI_TruckFrame.uasset new file mode 100644 index 00000000..1776c21c --- /dev/null +++ b/Content/Factory/Materials/MI_TruckFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7695f5e754f1d750348e8ad57ce91e8047c5950cc445e9be2105c1c3b518a89a +size 116585 diff --git a/Content/Factory/Materials/MI_TruckMetallic02.uasset b/Content/Factory/Materials/MI_TruckMetallic02.uasset new file mode 100644 index 00000000..f735b9ee --- /dev/null +++ b/Content/Factory/Materials/MI_TruckMetallic02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d79054b31b81aa8026f27c8432a726587aba9a0f1937339071787ad91b92584 +size 127758 diff --git a/Content/Factory/Materials/MI_TruckMetallic03.uasset b/Content/Factory/Materials/MI_TruckMetallic03.uasset new file mode 100644 index 00000000..54af8ad4 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckMetallic03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58fa3687692bab5acc2102268cec1e5c1cd11b8cad953ff3f55ad243139bcfb5 +size 132687 diff --git a/Content/Factory/Materials/MI_TruckMetallic04.uasset b/Content/Factory/Materials/MI_TruckMetallic04.uasset new file mode 100644 index 00000000..a8a641f9 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckMetallic04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c190e9fbab2810df5f82b6eba11f21174179340d511096fdb0351c7d5df79fbc +size 125274 diff --git a/Content/Factory/Materials/MI_TruckMetallic05.uasset b/Content/Factory/Materials/MI_TruckMetallic05.uasset new file mode 100644 index 00000000..c6c7d788 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckMetallic05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e137aa4a4eb1098f28d768951c91ec53634c08b53568519d8e957dc6d0ea391c +size 124040 diff --git a/Content/Factory/Materials/MI_TruckTank01.uasset b/Content/Factory/Materials/MI_TruckTank01.uasset new file mode 100644 index 00000000..3ee0e2c2 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckTank01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9228862889791bc096dae67aa27b86a96a95ecbdbc3c2bddc7f36f192530d03c +size 106871 diff --git a/Content/Factory/Materials/MI_TruckTubes.uasset b/Content/Factory/Materials/MI_TruckTubes.uasset new file mode 100644 index 00000000..fa433fd9 --- /dev/null +++ b/Content/Factory/Materials/MI_TruckTubes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772533ba9d1ae1944a8dde855dcafadc4150d1ac67beb781804c20f1681c0ce7 +size 122631 diff --git a/Content/Factory/Materials/MI_VendingMachine01.uasset b/Content/Factory/Materials/MI_VendingMachine01.uasset new file mode 100644 index 00000000..ffacf71a --- /dev/null +++ b/Content/Factory/Materials/MI_VendingMachine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244893fda98b7c5f6290b83337ca9e908011dd060c7901b40d05d5c20e311c00 +size 129383 diff --git a/Content/Factory/Materials/MI_VendingMachine02.uasset b/Content/Factory/Materials/MI_VendingMachine02.uasset new file mode 100644 index 00000000..e8af9294 --- /dev/null +++ b/Content/Factory/Materials/MI_VendingMachine02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d88a7fa96ddaafdc827e8369b4ed76adb8178430002711ef1728fcf1095a0e +size 130554 diff --git a/Content/Factory/Materials/MI_VendingMachineGlass01.uasset b/Content/Factory/Materials/MI_VendingMachineGlass01.uasset new file mode 100644 index 00000000..b36e4720 --- /dev/null +++ b/Content/Factory/Materials/MI_VendingMachineGlass01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dddb4e24a4563321db9b8888a2af96aefd05c0792594ab691bbe3943e85f0f1 +size 109901 diff --git a/Content/Factory/Materials/MI_VideoCamera_01.uasset b/Content/Factory/Materials/MI_VideoCamera_01.uasset new file mode 100644 index 00000000..6b3db2c7 --- /dev/null +++ b/Content/Factory/Materials/MI_VideoCamera_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a457ce3810b807a4ccdb87c0c11cc81e94913b38ebb613b47a6edc93723abb1e +size 126363 diff --git a/Content/Factory/Materials/MI_WallPart_01.uasset b/Content/Factory/Materials/MI_WallPart_01.uasset new file mode 100644 index 00000000..de6e16b2 --- /dev/null +++ b/Content/Factory/Materials/MI_WallPart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a3732cfb3f36ca5c5af6fdfce8001d89d689b226071522c7e68145fd66527a +size 121775 diff --git a/Content/Factory/Materials/MI_WaterBottle.uasset b/Content/Factory/Materials/MI_WaterBottle.uasset new file mode 100644 index 00000000..8641b6b4 --- /dev/null +++ b/Content/Factory/Materials/MI_WaterBottle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:038f120cbb1b99bc3fab084a158894ad7e94cc04debffe3580371996ee055ec5 +size 99963 diff --git a/Content/Factory/Materials/MI_WaterCooler01.uasset b/Content/Factory/Materials/MI_WaterCooler01.uasset new file mode 100644 index 00000000..337eae70 --- /dev/null +++ b/Content/Factory/Materials/MI_WaterCooler01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64189bb0b3512de25e01cd494299bceda3e7416c286cd92158084ec1e3b4cbcf +size 109552 diff --git a/Content/Factory/Materials/MI_Wheel.uasset b/Content/Factory/Materials/MI_Wheel.uasset new file mode 100644 index 00000000..03adf19e --- /dev/null +++ b/Content/Factory/Materials/MI_Wheel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c1f843907ec18293c01a68117e200b20a9bb3ffff841f6892dfd5fa1871ced +size 124323 diff --git a/Content/Factory/Materials/MI_WireSetTop01.uasset b/Content/Factory/Materials/MI_WireSetTop01.uasset new file mode 100644 index 00000000..cca362b4 --- /dev/null +++ b/Content/Factory/Materials/MI_WireSetTop01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e799c514b7f96b16c9e725fbd0287ebeaa1ace415c6879a46687db95fe4993f +size 122517 diff --git a/Content/Factory/Materials/MI_WireSetWall01.uasset b/Content/Factory/Materials/MI_WireSetWall01.uasset new file mode 100644 index 00000000..ae458c0b --- /dev/null +++ b/Content/Factory/Materials/MI_WireSetWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c503e26541dca55b27d1e639f8f47f6061adeb69a8599310bb38ef88635537a +size 119712 diff --git a/Content/Factory/Materials/MI_WorkingClothes01.uasset b/Content/Factory/Materials/MI_WorkingClothes01.uasset new file mode 100644 index 00000000..06b10b80 --- /dev/null +++ b/Content/Factory/Materials/MI_WorkingClothes01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25e00510940d215eb109528c088fd3aa6dede61ca77677252570efe98a06b69b +size 125050 diff --git a/Content/Factory/Materials/MI_loader_02.uasset b/Content/Factory/Materials/MI_loader_02.uasset new file mode 100644 index 00000000..793f20f2 --- /dev/null +++ b/Content/Factory/Materials/MI_loader_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a7fb293825f84eded7d76a4059dfbed89fd5414ecacf9e6c6437c0864d7697b +size 131986 diff --git a/Content/Factory/Materials/MI_loader_ID1.uasset b/Content/Factory/Materials/MI_loader_ID1.uasset new file mode 100644 index 00000000..c3d3ae0b --- /dev/null +++ b/Content/Factory/Materials/MI_loader_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6494b53ecbedfed6c52ca2d1a71db0a98b2f9980abf89ae88c4756556d9a00c +size 136072 diff --git a/Content/Factory/Materials/M_3ColorsMaskBase.uasset b/Content/Factory/Materials/M_3ColorsMaskBase.uasset new file mode 100644 index 00000000..a1bb7f01 --- /dev/null +++ b/Content/Factory/Materials/M_3ColorsMaskBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f05cb7d3c358e265671e8ff68fb5cb7fea2d8dfd95b20d878d723b7b87b9f3d6 +size 129040 diff --git a/Content/Factory/Materials/M_3ColorsMaskBase_Unique.uasset b/Content/Factory/Materials/M_3ColorsMaskBase_Unique.uasset new file mode 100644 index 00000000..f0ae4fea --- /dev/null +++ b/Content/Factory/Materials/M_3ColorsMaskBase_Unique.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5291f3e6b698a155d954c1c9915699c93dcefad318cc72181003a18cc2a81499 +size 105640 diff --git a/Content/Factory/Materials/M_BaseColor.uasset b/Content/Factory/Materials/M_BaseColor.uasset new file mode 100644 index 00000000..a5da45e3 --- /dev/null +++ b/Content/Factory/Materials/M_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:233258e60b9d21c91d6055452c05015686d633e68bd947fe1d69ca3ab049a7d8 +size 98821 diff --git a/Content/Factory/Materials/M_BaseGlass.uasset b/Content/Factory/Materials/M_BaseGlass.uasset new file mode 100644 index 00000000..94a7415b --- /dev/null +++ b/Content/Factory/Materials/M_BaseGlass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808411b96b658d471c3943a713c2feb8fa960f46b2accf576c67eec90aebb4bc +size 126296 diff --git a/Content/Factory/Materials/M_BaseGlow.uasset b/Content/Factory/Materials/M_BaseGlow.uasset new file mode 100644 index 00000000..579a10c0 --- /dev/null +++ b/Content/Factory/Materials/M_BaseGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57b43223045aff1493e7824c0af0f5cb0d93827d22649e0eac6f6e0ca9755d7 +size 64319 diff --git a/Content/Factory/Materials/M_BaseMaterial.uasset b/Content/Factory/Materials/M_BaseMaterial.uasset new file mode 100644 index 00000000..7f23a7f5 --- /dev/null +++ b/Content/Factory/Materials/M_BaseMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83941e91354749d7aecf709f21f92d3aa9482ae9318abf5ac3d3bb000dd06e55 +size 137529 diff --git a/Content/Factory/Materials/M_BaseMaterialRGBEmissive.uasset b/Content/Factory/Materials/M_BaseMaterialRGBEmissive.uasset new file mode 100644 index 00000000..42d46cae --- /dev/null +++ b/Content/Factory/Materials/M_BaseMaterialRGBEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b38a11e7c35d194c9c0c12a076ac635fe67d2adb8dd8b4dcfa718bad32f9e1 +size 142463 diff --git a/Content/Factory/Materials/M_BaseMaterialSubSurf.uasset b/Content/Factory/Materials/M_BaseMaterialSubSurf.uasset new file mode 100644 index 00000000..7a33c369 --- /dev/null +++ b/Content/Factory/Materials/M_BaseMaterialSubSurf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198b5feeea78e76eba5df5889b48f564584d8a585710b2e9e189d0f5d049bfb6 +size 136510 diff --git a/Content/Factory/Materials/M_BaseMaterial_Emissive.uasset b/Content/Factory/Materials/M_BaseMaterial_Emissive.uasset new file mode 100644 index 00000000..4c31616e --- /dev/null +++ b/Content/Factory/Materials/M_BaseMaterial_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b3ce047cc7bdc3966bbd757d09b1d6e1ee6860ea1bd09fcae40118c9bceb29 +size 138549 diff --git a/Content/Factory/Materials/M_BaseMetal.uasset b/Content/Factory/Materials/M_BaseMetal.uasset new file mode 100644 index 00000000..5fd51a4b --- /dev/null +++ b/Content/Factory/Materials/M_BaseMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17403b94be5fe4d551baa34982baf874d9c32f0094e8c48e7b48245d5ad9c81 +size 116127 diff --git a/Content/Factory/Materials/M_BillBoard.uasset b/Content/Factory/Materials/M_BillBoard.uasset new file mode 100644 index 00000000..2ef149a9 --- /dev/null +++ b/Content/Factory/Materials/M_BillBoard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1875d04d977ebb9e5a24a0421b4e5f7cba89997df6adec47b71d9990b8ab887a +size 133315 diff --git a/Content/Factory/Materials/M_ConcretePillar01_Master.uasset b/Content/Factory/Materials/M_ConcretePillar01_Master.uasset new file mode 100644 index 00000000..6b5753bb --- /dev/null +++ b/Content/Factory/Materials/M_ConcretePillar01_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c8d3e268360034bf76b53392054f5ef00d2c09d70cbb752ae552585389768f +size 130041 diff --git a/Content/Factory/Materials/M_ControlDeskPainted.uasset b/Content/Factory/Materials/M_ControlDeskPainted.uasset new file mode 100644 index 00000000..6ef97438 --- /dev/null +++ b/Content/Factory/Materials/M_ControlDeskPainted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db74f121d37bd2aa2afcf7c6c5bbd56b20666d598f665ece260b687af051249e +size 139269 diff --git a/Content/Factory/Materials/M_DecalCrane01_Master.uasset b/Content/Factory/Materials/M_DecalCrane01_Master.uasset new file mode 100644 index 00000000..5c6601ff --- /dev/null +++ b/Content/Factory/Materials/M_DecalCrane01_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf90d80af7b61a357c7e947c36f8696b523cca8e3bb5d1b66d495d69234fcfd9 +size 121344 diff --git a/Content/Factory/Materials/M_DecalEmissive.uasset b/Content/Factory/Materials/M_DecalEmissive.uasset new file mode 100644 index 00000000..ecf5cabc --- /dev/null +++ b/Content/Factory/Materials/M_DecalEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a8a95dc449ddb0180f01bb44a73a5465de87b6a6741454555796cc03ffc4c6 +size 125733 diff --git a/Content/Factory/Materials/M_DecalMapMaster.uasset b/Content/Factory/Materials/M_DecalMapMaster.uasset new file mode 100644 index 00000000..c905e5cd --- /dev/null +++ b/Content/Factory/Materials/M_DecalMapMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d8f8f48b4d18f611b41852c93ead75ca6abbb4e9de7bc6ce35a0a6ea5c71b9 +size 138409 diff --git a/Content/Factory/Materials/M_DecalMapMasterNoNormal.uasset b/Content/Factory/Materials/M_DecalMapMasterNoNormal.uasset new file mode 100644 index 00000000..d0bb894f --- /dev/null +++ b/Content/Factory/Materials/M_DecalMapMasterNoNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a3136704f87603df759cdcb97c505d2ad58bf660a70c00f2b64b6688ba02ae +size 136051 diff --git a/Content/Factory/Materials/M_DecalMap_DirtStains.uasset b/Content/Factory/Materials/M_DecalMap_DirtStains.uasset new file mode 100644 index 00000000..7c5b9e6f --- /dev/null +++ b/Content/Factory/Materials/M_DecalMap_DirtStains.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11452aa556d9fa012854e1a1f3c06eba187559cb3eae0c76831e9d51483335be +size 112728 diff --git a/Content/Factory/Materials/M_DecalMap_FloorTraces.uasset b/Content/Factory/Materials/M_DecalMap_FloorTraces.uasset new file mode 100644 index 00000000..a2cd8e78 --- /dev/null +++ b/Content/Factory/Materials/M_DecalMap_FloorTraces.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d9c4418cd6944887bc9422ada3b10510373b910739394c77f2c700318de66a +size 99338 diff --git a/Content/Factory/Materials/M_DecalMap_Leaks.uasset b/Content/Factory/Materials/M_DecalMap_Leaks.uasset new file mode 100644 index 00000000..f4f5b098 --- /dev/null +++ b/Content/Factory/Materials/M_DecalMap_Leaks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30595e873755e1fe89607767ca400604370054a62fe266e0c35354e763e697d6 +size 103633 diff --git a/Content/Factory/Materials/M_DecalMap_Puddles.uasset b/Content/Factory/Materials/M_DecalMap_Puddles.uasset new file mode 100644 index 00000000..3bcc52f1 --- /dev/null +++ b/Content/Factory/Materials/M_DecalMap_Puddles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785295784d3858579d36dbe7a61e287677411f6db8b19a26fce85937971f154b +size 110558 diff --git a/Content/Factory/Materials/M_Glass.uasset b/Content/Factory/Materials/M_Glass.uasset new file mode 100644 index 00000000..f79625b1 --- /dev/null +++ b/Content/Factory/Materials/M_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2990eb8c29a0b58f92d849ef4fcc3b2579dbccd55e8715562216f9135461e394 +size 98475 diff --git a/Content/Factory/Materials/M_GlassWithRoughness.uasset b/Content/Factory/Materials/M_GlassWithRoughness.uasset new file mode 100644 index 00000000..49dfbfe3 --- /dev/null +++ b/Content/Factory/Materials/M_GlassWithRoughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136abd59ce9046e23c4838552b50ff81629c135e61a812fe3233f88f72cc7ac1 +size 122875 diff --git a/Content/Factory/Materials/M_GrayFloor.uasset b/Content/Factory/Materials/M_GrayFloor.uasset new file mode 100644 index 00000000..577766e7 --- /dev/null +++ b/Content/Factory/Materials/M_GrayFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe995045e91eab3fb43e567ccc92b8ef86cf3ceb412f30c2e47386f1201d13f +size 92413 diff --git a/Content/Factory/Materials/M_IDMaterial.uasset b/Content/Factory/Materials/M_IDMaterial.uasset new file mode 100644 index 00000000..0e14c484 --- /dev/null +++ b/Content/Factory/Materials/M_IDMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42982b1a586fea5e85ef55551594f274c7c7cf5b93c7dc87b5a4fcc8140e1f33 +size 150066 diff --git a/Content/Factory/Materials/M_LampDrone.uasset b/Content/Factory/Materials/M_LampDrone.uasset new file mode 100644 index 00000000..4431e27c --- /dev/null +++ b/Content/Factory/Materials/M_LampDrone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6c066ca52971e77283a9baa168346cd6078c5629fcf9238405602d8cf718da +size 111662 diff --git a/Content/Factory/Materials/M_LampSet_01.uasset b/Content/Factory/Materials/M_LampSet_01.uasset new file mode 100644 index 00000000..52cca332 --- /dev/null +++ b/Content/Factory/Materials/M_LampSet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7677f4a8f6f44c69ff88150dbc315b0bdd9da113925dd6d75ab8db6dd4f0064 +size 106781 diff --git a/Content/Factory/Materials/M_MaskedWithEmissive.uasset b/Content/Factory/Materials/M_MaskedWithEmissive.uasset new file mode 100644 index 00000000..4075ad15 --- /dev/null +++ b/Content/Factory/Materials/M_MaskedWithEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7403112d5c7c14154a3c8171e7370ba308e7b3e3c3918e97a90e6e996452b2d1 +size 140761 diff --git a/Content/Factory/Materials/M_MasterBlend.uasset b/Content/Factory/Materials/M_MasterBlend.uasset new file mode 100644 index 00000000..47edfb38 --- /dev/null +++ b/Content/Factory/Materials/M_MasterBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45070420faaa66e69fc68231550717e51738134f78665d0a833ac5e24c90ea0 +size 155712 diff --git a/Content/Factory/Materials/M_MetalBeam_Painted.uasset b/Content/Factory/Materials/M_MetalBeam_Painted.uasset new file mode 100644 index 00000000..26ede6d8 --- /dev/null +++ b/Content/Factory/Materials/M_MetalBeam_Painted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7269f95dcac4949cdd3ee95e91752fb512812675cf08bc4a883481a132afa168 +size 128923 diff --git a/Content/Factory/Materials/M_MetalGrid01.uasset b/Content/Factory/Materials/M_MetalGrid01.uasset new file mode 100644 index 00000000..7923f718 --- /dev/null +++ b/Content/Factory/Materials/M_MetalGrid01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50914d49f26fa0e0e9dd44f2bb30517594f27db923d2ce0ebe54ebfcdf2d3748 +size 155022 diff --git a/Content/Factory/Materials/M_Mirror_RenderTarget.uasset b/Content/Factory/Materials/M_Mirror_RenderTarget.uasset new file mode 100644 index 00000000..00e9241b --- /dev/null +++ b/Content/Factory/Materials/M_Mirror_RenderTarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d631acf02b58fad2ba1f68978742b65dffdbf7ec0be83a27cfd12f8e53fe152a +size 97408 diff --git a/Content/Factory/Materials/M_NormalOnlyDecal.uasset b/Content/Factory/Materials/M_NormalOnlyDecal.uasset new file mode 100644 index 00000000..13992621 --- /dev/null +++ b/Content/Factory/Materials/M_NormalOnlyDecal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74534c9f39a481203e73ac101ea707167387b467ec8a71be2b7bee245bba146 +size 100344 diff --git a/Content/Factory/Materials/M_Pallet.uasset b/Content/Factory/Materials/M_Pallet.uasset new file mode 100644 index 00000000..df5776e5 --- /dev/null +++ b/Content/Factory/Materials/M_Pallet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100cbe4935d18b756cd60f232e30f3d06fffb93bf844487a505a400bceb6a5c6 +size 112811 diff --git a/Content/Factory/Materials/M_PaperBoxes_03.uasset b/Content/Factory/Materials/M_PaperBoxes_03.uasset new file mode 100644 index 00000000..236bb0f2 --- /dev/null +++ b/Content/Factory/Materials/M_PaperBoxes_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cd65d70dbe0d776904aa259387102671290c78c2359584753bdc0d02f78f56 +size 117687 diff --git a/Content/Factory/Materials/M_RenderTarget.uasset b/Content/Factory/Materials/M_RenderTarget.uasset new file mode 100644 index 00000000..63b89f56 --- /dev/null +++ b/Content/Factory/Materials/M_RenderTarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9770a5c977acfdedea750f27af3b67cb18712c29413c5ade8a230cec71c04ab4 +size 163827 diff --git a/Content/Factory/Materials/M_ShowerCarpet01.uasset b/Content/Factory/Materials/M_ShowerCarpet01.uasset new file mode 100644 index 00000000..d361f002 --- /dev/null +++ b/Content/Factory/Materials/M_ShowerCarpet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbd59adc7ed0ba8ec3664bf3cd1caab2d8a35c163896f0c26b0b4259453c841 +size 142106 diff --git a/Content/Factory/Materials/M_ShowerDecals01.uasset b/Content/Factory/Materials/M_ShowerDecals01.uasset new file mode 100644 index 00000000..afbb6943 --- /dev/null +++ b/Content/Factory/Materials/M_ShowerDecals01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d81dd0ae31fafe5cdc7fc3fe0a7df72d343f650418432d97fb163693823aa9 +size 127848 diff --git a/Content/Factory/Materials/M_ShowerRoomTileFloorPainted_02.uasset b/Content/Factory/Materials/M_ShowerRoomTileFloorPainted_02.uasset new file mode 100644 index 00000000..57171a2e --- /dev/null +++ b/Content/Factory/Materials/M_ShowerRoomTileFloorPainted_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c4524eda2ad8f439b60a7d78df08128e550ec9c86cc62239b446469e808c0d +size 112838 diff --git a/Content/Factory/Materials/M_Signs.uasset b/Content/Factory/Materials/M_Signs.uasset new file mode 100644 index 00000000..8b37259b --- /dev/null +++ b/Content/Factory/Materials/M_Signs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0db5e27a70678f95b39c86187628802c2c247b284180f17c409c3c0736ae72 +size 137105 diff --git a/Content/Factory/Materials/M_SignsBase.uasset b/Content/Factory/Materials/M_SignsBase.uasset new file mode 100644 index 00000000..b7e9a49e --- /dev/null +++ b/Content/Factory/Materials/M_SignsBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e2bf679f220b64fabd28b657e8c9af341596f2594356687843e08da0b9df5b +size 145485 diff --git a/Content/Factory/Materials/M_SimpleUnlit.uasset b/Content/Factory/Materials/M_SimpleUnlit.uasset new file mode 100644 index 00000000..eb8bd95a --- /dev/null +++ b/Content/Factory/Materials/M_SimpleUnlit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42c46baae037bcfacfb4fc0ce2453cf4e9bd5bac03ad5f747f7a5ca9f7d942e +size 121691 diff --git a/Content/Factory/Materials/M_StyleDecals01.uasset b/Content/Factory/Materials/M_StyleDecals01.uasset new file mode 100644 index 00000000..6ae5b761 --- /dev/null +++ b/Content/Factory/Materials/M_StyleDecals01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:428844d7353889dff5373973ebb3f1122b66dfb8183d5d9bbe910ad5c184b8f5 +size 76067 diff --git a/Content/Factory/Materials/M_Ticker01.uasset b/Content/Factory/Materials/M_Ticker01.uasset new file mode 100644 index 00000000..f173a161 --- /dev/null +++ b/Content/Factory/Materials/M_Ticker01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131c5b7d36e26193eee0670a39494a87fbce6481755778010c54a884a18539d5 +size 136656 diff --git a/Content/Factory/Materials/M_TrainDecals01.uasset b/Content/Factory/Materials/M_TrainDecals01.uasset new file mode 100644 index 00000000..828616f5 --- /dev/null +++ b/Content/Factory/Materials/M_TrainDecals01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:325fde65d3e8f6f32b6d7a661b77a509adddf5b317647ac76dbe8c0332bcae39 +size 113295 diff --git a/Content/Factory/Materials/M_TrainGlassMaster.uasset b/Content/Factory/Materials/M_TrainGlassMaster.uasset new file mode 100644 index 00000000..2b3ad0db --- /dev/null +++ b/Content/Factory/Materials/M_TrainGlassMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdf18dcd7bb6b40c969a1a2cfdef6030f29098f669977113b4b313c11764ef6 +size 130967 diff --git a/Content/Factory/Materials/M_Truck01.uasset b/Content/Factory/Materials/M_Truck01.uasset new file mode 100644 index 00000000..989f0941 --- /dev/null +++ b/Content/Factory/Materials/M_Truck01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccc6fc671ee077fbd1a283f307d9488c46478cedea586deb2fd7dcdac94576f +size 124043 diff --git a/Content/Factory/Materials/M_TruckMetallic_Master.uasset b/Content/Factory/Materials/M_TruckMetallic_Master.uasset new file mode 100644 index 00000000..27540622 --- /dev/null +++ b/Content/Factory/Materials/M_TruckMetallic_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9915bf72978d9a0418dc5104a751eaada24c1ce39f3caef41c707c815e601b +size 128350 diff --git a/Content/Factory/Materials/M_WaterContainer.uasset b/Content/Factory/Materials/M_WaterContainer.uasset new file mode 100644 index 00000000..72540621 --- /dev/null +++ b/Content/Factory/Materials/M_WaterContainer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7c14423bb3335fe9ca759f04310a85e9ae70c99ccab545095eed9b90f98be86 +size 120321 diff --git a/Content/Factory/Materials/Mi_3ColorsMaskBase_UniqueForward.uasset b/Content/Factory/Materials/Mi_3ColorsMaskBase_UniqueForward.uasset new file mode 100644 index 00000000..010ac0ae --- /dev/null +++ b/Content/Factory/Materials/Mi_3ColorsMaskBase_UniqueForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a47a0c19f0add896c76e33b9a43a07e259b20b55d885f270e74668e2bd76b63 +size 119797 diff --git a/Content/Factory/Materials/Mi_3ColorsMaskBase_UniqueForward01.uasset b/Content/Factory/Materials/Mi_3ColorsMaskBase_UniqueForward01.uasset new file mode 100644 index 00000000..227acb06 --- /dev/null +++ b/Content/Factory/Materials/Mi_3ColorsMaskBase_UniqueForward01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b13406233bebb7c18b850d35cb14cf3c737e80eb471c1855d4afb81969857b +size 119943 diff --git a/Content/Factory/Materials/Mi_3ColorsMaskBase_Unique_Back.uasset b/Content/Factory/Materials/Mi_3ColorsMaskBase_Unique_Back.uasset new file mode 100644 index 00000000..2b2ad842 --- /dev/null +++ b/Content/Factory/Materials/Mi_3ColorsMaskBase_Unique_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9994c9b456e7c842d7ea180602d7f447c5a74e4d20633e18b01f9fb67d09d07 +size 119988 diff --git a/Content/Factory/Materials/Mi_3ColorsMaskBase_Unique_Front.uasset b/Content/Factory/Materials/Mi_3ColorsMaskBase_Unique_Front.uasset new file mode 100644 index 00000000..7844c91c --- /dev/null +++ b/Content/Factory/Materials/Mi_3ColorsMaskBase_Unique_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaf98c60ed16203aa1c5c0d15acba29f36ffba9e93182912c075a71a3fe38ab2 +size 119791 diff --git a/Content/Factory/Materials/SM_RoofFrame01.uasset b/Content/Factory/Materials/SM_RoofFrame01.uasset new file mode 100644 index 00000000..d909e5ce --- /dev/null +++ b/Content/Factory/Materials/SM_RoofFrame01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd50ded1ba523b7c47b6ce9599a9122810b2d61f38270361fa5be62569cb86c +size 121101 diff --git a/Content/Factory/Meshes/CargoCar/SK_CargoCart.uasset b/Content/Factory/Meshes/CargoCar/SK_CargoCart.uasset new file mode 100644 index 00000000..9062fc93 --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SK_CargoCart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166b24d3af0375fae258e9b3c1a50ea939d629124ab86e8bef9799c0d440de54 +size 5424800 diff --git a/Content/Factory/Meshes/CargoCar/SK_CargoCart_Physics.uasset b/Content/Factory/Meshes/CargoCar/SK_CargoCart_Physics.uasset new file mode 100644 index 00000000..f11a1d1c --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SK_CargoCart_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3d05f61d17a70aa8b2b86ee7f541d6aba058378e54b3c12b75e5ca81c7f002 +size 104480 diff --git a/Content/Factory/Meshes/CargoCar/SK_CargoCart_Skeleton.uasset b/Content/Factory/Meshes/CargoCar/SK_CargoCart_Skeleton.uasset new file mode 100644 index 00000000..f3e22801 --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SK_CargoCart_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c410f2ca078b0c6a9693b2669234bccbc7935b2656943e3d673f09298cacb1 +size 7291 diff --git a/Content/Factory/Meshes/CargoCar/SM_CargoCart01.uasset b/Content/Factory/Meshes/CargoCar/SM_CargoCart01.uasset new file mode 100644 index 00000000..c771a108 --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SM_CargoCart01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5b7670d326bc418531729c419053290beeb06b4880b0682bd19f42c3984319 +size 679049 diff --git a/Content/Factory/Meshes/CargoCar/SM_CargoCart_back.uasset b/Content/Factory/Meshes/CargoCar/SM_CargoCart_back.uasset new file mode 100644 index 00000000..9c252820 --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SM_CargoCart_back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5faec5a4689dbef3ad15b4b997f1427d2543dbc198be3128b7176df2db0b09 +size 407392 diff --git a/Content/Factory/Meshes/CargoCar/SM_CargoCart_connector.uasset b/Content/Factory/Meshes/CargoCar/SM_CargoCart_connector.uasset new file mode 100644 index 00000000..0a04fcb5 --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SM_CargoCart_connector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f43c8d110f87d7d674ee003162d1df8f507445f8797667b37fd1f959b12a2c +size 93981 diff --git a/Content/Factory/Meshes/CargoCar/SM_CargoCart_front.uasset b/Content/Factory/Meshes/CargoCar/SM_CargoCart_front.uasset new file mode 100644 index 00000000..189e1b75 --- /dev/null +++ b/Content/Factory/Meshes/CargoCar/SM_CargoCart_front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d969a4d311421fd45c6e89dff28565c0e99e47277eb5197e9acc4b25e6a188 +size 395354 diff --git a/Content/Factory/Meshes/Clutch/SK_Clutch02.uasset b/Content/Factory/Meshes/Clutch/SK_Clutch02.uasset new file mode 100644 index 00000000..853d8ab0 --- /dev/null +++ b/Content/Factory/Meshes/Clutch/SK_Clutch02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e2314a238da820e428a2fcb95b5edfb6ece2f0b305fb0c625c72e3b04c8491 +size 3473397 diff --git a/Content/Factory/Meshes/Clutch/SK_Clutch02_Anim.uasset b/Content/Factory/Meshes/Clutch/SK_Clutch02_Anim.uasset new file mode 100644 index 00000000..e8869046 --- /dev/null +++ b/Content/Factory/Meshes/Clutch/SK_Clutch02_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c167e05971d20079e4c4afb0c8e1abcc7ffb5027ae827045290451695a6fb645 +size 143001 diff --git a/Content/Factory/Meshes/Clutch/SK_Clutch02_PhysicsAsset.uasset b/Content/Factory/Meshes/Clutch/SK_Clutch02_PhysicsAsset.uasset new file mode 100644 index 00000000..a9dcf76f --- /dev/null +++ b/Content/Factory/Meshes/Clutch/SK_Clutch02_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ab72c3e91a0a158dd39ed214786f4ff5be2c1a1a9329824e1ee4053fa4da24 +size 110306 diff --git a/Content/Factory/Meshes/Clutch/SK_Clutch02_Skeleton.uasset b/Content/Factory/Meshes/Clutch/SK_Clutch02_Skeleton.uasset new file mode 100644 index 00000000..41140191 --- /dev/null +++ b/Content/Factory/Meshes/Clutch/SK_Clutch02_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fce2491b86e7da15fa10240d1074e30459c492c00e4f497f1eccf10d8fbc01 +size 7837 diff --git a/Content/Factory/Meshes/Crane/SK_Crane.uasset b/Content/Factory/Meshes/Crane/SK_Crane.uasset new file mode 100644 index 00000000..215baa38 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SK_Crane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53349d36fa96ce90751700b887156017b0bf2217f2e33dbd5cacf567fb40cc06 +size 7096118 diff --git a/Content/Factory/Meshes/Crane/SK_Crane_Anim.uasset b/Content/Factory/Meshes/Crane/SK_Crane_Anim.uasset new file mode 100644 index 00000000..f4277060 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SK_Crane_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2329d15855ff719c81ea9712a29f953eaad153930938d38dfaade2b9c8d541a5 +size 125345 diff --git a/Content/Factory/Meshes/Crane/SK_Crane_PhysicsAsset.uasset b/Content/Factory/Meshes/Crane/SK_Crane_PhysicsAsset.uasset new file mode 100644 index 00000000..ec5fa8d6 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SK_Crane_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c468f3dca8e36d7594fa1f1bbb5845c396fc96a6384cd82f38856184405a4fa +size 127269 diff --git a/Content/Factory/Meshes/Crane/SK_Crane_Skeleton.uasset b/Content/Factory/Meshes/Crane/SK_Crane_Skeleton.uasset new file mode 100644 index 00000000..e740397e --- /dev/null +++ b/Content/Factory/Meshes/Crane/SK_Crane_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573ccc757f534e319390f5f12a479e0f2b136b3378b87a3be5410588131c9031 +size 4615 diff --git a/Content/Factory/Meshes/Crane/SM_Controller.uasset b/Content/Factory/Meshes/Crane/SM_Controller.uasset new file mode 100644 index 00000000..ccb945c6 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_Controller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743557957ade4e9853903290a94662a8ba5fceb05ab36a56e35528380fedfac8 +size 153556 diff --git a/Content/Factory/Meshes/Crane/SM_Crane01.uasset b/Content/Factory/Meshes/Crane/SM_Crane01.uasset new file mode 100644 index 00000000..1a39f34b --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_Crane01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64826336eff2eaa17d2453dcda344b47febbf934dd0dfff3404bc39034b673b3 +size 279664 diff --git a/Content/Factory/Meshes/Crane/SM_CraneCabin01.uasset b/Content/Factory/Meshes/Crane/SM_CraneCabin01.uasset new file mode 100644 index 00000000..9748f554 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_CraneCabin01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495cb7cd33de8c3031699e7187eba9c49841e8bae72364ff0e1c58520051af29 +size 212689 diff --git a/Content/Factory/Meshes/Crane/SM_DecalCrane.uasset b/Content/Factory/Meshes/Crane/SM_DecalCrane.uasset new file mode 100644 index 00000000..d508a49c --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_DecalCrane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3971a6171505beea43c2a139030b8d780cdc1c7160d9ff1a814e200bd38d6d +size 102129 diff --git a/Content/Factory/Meshes/Crane/SM_ElectricMotor01.uasset b/Content/Factory/Meshes/Crane/SM_ElectricMotor01.uasset new file mode 100644 index 00000000..a4263b59 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_ElectricMotor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61672253ee050460d8f365b4823b32d797e92f9dc4359d61e38385d88f5044b4 +size 205686 diff --git a/Content/Factory/Meshes/Crane/SM_ElectricMotor02.uasset b/Content/Factory/Meshes/Crane/SM_ElectricMotor02.uasset new file mode 100644 index 00000000..d2f0ca28 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_ElectricMotor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5ee35a6ce4b26bdd8c7746b6254816be8349515d8160458990c1ec3788d92a +size 142924 diff --git a/Content/Factory/Meshes/Crane/SM_Hook.uasset b/Content/Factory/Meshes/Crane/SM_Hook.uasset new file mode 100644 index 00000000..33e11c8e --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_Hook.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4b1524035589b5bf93efae0712c726068f704a87f797c59b0c0d4fe2d0d25c +size 131692 diff --git a/Content/Factory/Meshes/Crane/SM_Motor.uasset b/Content/Factory/Meshes/Crane/SM_Motor.uasset new file mode 100644 index 00000000..c6113ff1 --- /dev/null +++ b/Content/Factory/Meshes/Crane/SM_Motor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a7091225ba437c75264ac280b61f1759bc36b16cb0b4763f6837c5499012c7 +size 316295 diff --git a/Content/Factory/Meshes/Drone/SK_Drone.uasset b/Content/Factory/Meshes/Drone/SK_Drone.uasset new file mode 100644 index 00000000..8e6e5bb2 --- /dev/null +++ b/Content/Factory/Meshes/Drone/SK_Drone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0e6ff4a9bdecffb559da292e23bf91dc25f03faf1161c7f73d9f2e8f84a081 +size 2331227 diff --git a/Content/Factory/Meshes/Drone/SK_Drone2.uasset b/Content/Factory/Meshes/Drone/SK_Drone2.uasset new file mode 100644 index 00000000..07392d02 --- /dev/null +++ b/Content/Factory/Meshes/Drone/SK_Drone2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cc87e1467d01e3260b649e6afa2df6d1065dfefa4a55307216b7804e480700 +size 127637 diff --git a/Content/Factory/Meshes/Drone/SK_Drone_PhysicsAsset.uasset b/Content/Factory/Meshes/Drone/SK_Drone_PhysicsAsset.uasset new file mode 100644 index 00000000..c4831e70 --- /dev/null +++ b/Content/Factory/Meshes/Drone/SK_Drone_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc011188488cf23f1774cabfe002c6346456e0e6fa64eaffb8e274d01ab4664d +size 98846 diff --git a/Content/Factory/Meshes/Drone/SK_Drone_Skeleton.uasset b/Content/Factory/Meshes/Drone/SK_Drone_Skeleton.uasset new file mode 100644 index 00000000..999f88b8 --- /dev/null +++ b/Content/Factory/Meshes/Drone/SK_Drone_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3a33160870e73aefbc1cda873dcbdf4c5dbda8a60e62dee12633de3bfefdb8 +size 9828 diff --git a/Content/Factory/Meshes/FireBox/SK_box_03.uasset b/Content/Factory/Meshes/FireBox/SK_box_03.uasset new file mode 100644 index 00000000..0163bac3 --- /dev/null +++ b/Content/Factory/Meshes/FireBox/SK_box_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6865fc7e0c9763aa7205f64bae653d72de64846f7d0737b58f552bc64911cc1 +size 192176 diff --git a/Content/Factory/Meshes/FireBox/SK_box_03_Anim.uasset b/Content/Factory/Meshes/FireBox/SK_box_03_Anim.uasset new file mode 100644 index 00000000..c1febb57 --- /dev/null +++ b/Content/Factory/Meshes/FireBox/SK_box_03_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44485627e82b034fc757f7f3b7373b61a569c447f3d7a02f72de5971d0f634cd +size 100832 diff --git a/Content/Factory/Meshes/FireBox/SK_box_03_PhysicsAsset.uasset b/Content/Factory/Meshes/FireBox/SK_box_03_PhysicsAsset.uasset new file mode 100644 index 00000000..05fc590b --- /dev/null +++ b/Content/Factory/Meshes/FireBox/SK_box_03_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2090607a475ae4e2c7ac723e4e1df212d573b65718d2c35146f352cfc96b8deb +size 93146 diff --git a/Content/Factory/Meshes/FireBox/SK_box_03_Skeleton.uasset b/Content/Factory/Meshes/FireBox/SK_box_03_Skeleton.uasset new file mode 100644 index 00000000..7114029b --- /dev/null +++ b/Content/Factory/Meshes/FireBox/SK_box_03_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b4c67d9ab3a56a122ae20c40080597248f80fb457789ea297caca7707972d1 +size 6415 diff --git a/Content/Factory/Meshes/ForkLift/SK_ForkLift.uasset b/Content/Factory/Meshes/ForkLift/SK_ForkLift.uasset new file mode 100644 index 00000000..b0cb00ec --- /dev/null +++ b/Content/Factory/Meshes/ForkLift/SK_ForkLift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83cec435039ad9c60df2d4e24895bc57e27b3175231d06726b83e3c3cc5ce438 +size 3708997 diff --git a/Content/Factory/Meshes/ForkLift/SK_ForkLift_PhysicsAsset.uasset b/Content/Factory/Meshes/ForkLift/SK_ForkLift_PhysicsAsset.uasset new file mode 100644 index 00000000..628bdb38 --- /dev/null +++ b/Content/Factory/Meshes/ForkLift/SK_ForkLift_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd577075f84383d7525ddca912df5a735d1f2df120716a7b4bb7b546b6cbbd68 +size 116729 diff --git a/Content/Factory/Meshes/ForkLift/SK_ForkLift_Skeleton.uasset b/Content/Factory/Meshes/ForkLift/SK_ForkLift_Skeleton.uasset new file mode 100644 index 00000000..71f73b05 --- /dev/null +++ b/Content/Factory/Meshes/ForkLift/SK_ForkLift_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df756752674ba0e39060166b7a8a11e69433e4ccea6e22435589cce76dac925c +size 11514 diff --git a/Content/Factory/Meshes/ForkLift/SK_ForkLift_Skeleton_AnimBlueprint.uasset b/Content/Factory/Meshes/ForkLift/SK_ForkLift_Skeleton_AnimBlueprint.uasset new file mode 100644 index 00000000..8f602d54 --- /dev/null +++ b/Content/Factory/Meshes/ForkLift/SK_ForkLift_Skeleton_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed616f1cc19be51def8a4908bd40bf27badcbca86b5805562cc8620e2cd09971 +size 125541 diff --git a/Content/Factory/Meshes/ForkLift/SM_Fork.uasset b/Content/Factory/Meshes/ForkLift/SM_Fork.uasset new file mode 100644 index 00000000..42ba15d3 --- /dev/null +++ b/Content/Factory/Meshes/ForkLift/SM_Fork.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcd471313d7bc0dd00179e9bcdb66932f36a8c31928af7796ab42db37b7c6cd +size 135784 diff --git a/Content/Factory/Meshes/ForkLift/SM_ForkLiftCollision.uasset b/Content/Factory/Meshes/ForkLift/SM_ForkLiftCollision.uasset new file mode 100644 index 00000000..0ea7f74c --- /dev/null +++ b/Content/Factory/Meshes/ForkLift/SM_ForkLiftCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7130f8561310c4aadf5216e6fc8ed6302eb1b2564568e7d028827b7c3ca655 +size 371518 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonIdle.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonIdle.uasset new file mode 100644 index 00000000..314329d8 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:492c25f5b75fe73c35e69ad4d3072c8864fbd6b52c7073475ba7f3b12669038e +size 376665 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonJump_Loop.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonJump_Loop.uasset new file mode 100644 index 00000000..e9dbc81b --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonJump_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c53175c10d6495edb35b61b517c486a55e370ef308706db661cc4e104a5d26 +size 234976 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonJump_Start.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonJump_Start.uasset new file mode 100644 index 00000000..866fd04b --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonJump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcc917d7126d88172034a1dffceea239c2e19568717ed40a1d3f9045f104e2c +size 219485 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonRun.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonRun.uasset new file mode 100644 index 00000000..d10df751 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707e86709da8ade0ce77a7e890117708e2db8e2941e3f33a832c9ca9206fc8b3 +size 229173 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonWalk.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonWalk.uasset new file mode 100644 index 00000000..1ea0a86c --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPersonWalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8667e1b5176bf49ccac5c64ef563805fcd24c0745ad29541cbad838a2d91231f +size 279634 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_AnimBP.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_AnimBP.uasset new file mode 100644 index 00000000..38585952 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faba2050ce50b9dca3ef94e62d7c9592a041007c9a5a4b979f996078ec636ac6 +size 277562 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset new file mode 100644 index 00000000..49480691 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_IdleRun_2D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bec5b46d1e061b0fd692d0ef6e6c2da74f6096be60cc1d9e904e1d71216a60 +size 93416 diff --git a/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_Jump.uasset b/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_Jump.uasset new file mode 100644 index 00000000..7f827deb --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Animations/ThirdPerson_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33e32feb226eaaba93985d4cbccefc87ed5e9f96bdb4ab0e192c7e58459d4e48 +size 200415 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/M_UE4Man_Body.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/M_UE4Man_Body.uasset new file mode 100644 index 00000000..aabba2ba --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/M_UE4Man_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9058514dc91f86963ebadf15c5d74eff2ac8692575ae82a1973160c9342183 +size 137488 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset new file mode 100644 index 00000000..4e8f4615 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/M_UE4Man_ChestLogo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d09dcf67fa7f85fb6c494f84b48623a7dcc98a93b69eb01d06fe9981c56893 +size 98575 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset new file mode 100644 index 00000000..396a9dbb --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_GlossyBlack_Latex_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa78614334d29546be97c9c0596224c70c527034a9858efb5c3da7b267453edc +size 80918 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset new file mode 100644 index 00000000..51ad5bdf --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dcaf6a0868ee4e82b3cb1635c192197a1fd4d93f52441f6ef88199acb40ad12 +size 77124 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset new file mode 100644 index 00000000..701db7ec --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_Plastic_Shiny_Beige_LOGO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3bc0d2c6c257b8ddb709dabc0c217b7350e954cd4b8fadc9fb4647b07ab40da +size 78290 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset new file mode 100644 index 00000000..84f0b1b7 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/ML_SoftMetal_UE4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9a425531185fb6d372951457c60451234dd473c5e2c904c2094e8be687dc3d +size 81654 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset new file mode 100644 index 00000000..70933222 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69bdd0a979175c27c3007116fcf07deda8122a5a6d456c6c50be72c7aa369a01 +size 377649 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..dd95f410 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6c6df5afc175550ea7869cade7b5e32a2eef148460414b6389355024455778 +size 307564 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 00000000..66589b65 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200a9b069f6c106428dcd254e9d8d7be06a7023696370a7784a43f26ccff759c +size 421906 diff --git a/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 00000000..d15128dc --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Materials/MaterialLayers/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671525952be932c2fa18ea01060e97c48a189b1e024b3ca32b5ebd17390eed06 +size 292516 diff --git a/Content/Factory/Meshes/Mannequin/Character/Mesh/SK_Mannequin.uasset b/Content/Factory/Meshes/Mannequin/Character/Mesh/SK_Mannequin.uasset new file mode 100644 index 00000000..82c6c860 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Mesh/SK_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828c10001c099c1838cc75135dac65bce6b07f7ed8d6a398e7195c171d2efedc +size 5199001 diff --git a/Content/Factory/Meshes/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset b/Content/Factory/Meshes/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset new file mode 100644 index 00000000..c6d2b09c --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Mesh/SK_Mannequin_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b6148beced13f3978cd21c58c2fa6790fdea76a345e85231e8f11bbf39cd04 +size 141294 diff --git a/Content/Factory/Meshes/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset b/Content/Factory/Meshes/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset new file mode 100644 index 00000000..f1502875 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Mesh/UE4_Mannequin_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057b1649b2a7ed9d73d9d64a81b886e369d4f7336038d337c8ae0126b16b6ce4 +size 24109 diff --git a/Content/Factory/Meshes/Mannequin/Character/Textures/UE4Man_Logo_N.uasset b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4Man_Logo_N.uasset new file mode 100644 index 00000000..f4c428a4 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4Man_Logo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d416121ad366cc9c20920e601cc63f33f07df522b2890e8976dd3021491fda57 +size 130523 diff --git a/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset new file mode 100644 index 00000000..c8a08fd5 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_LOGO_CARD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b462c578d4672ac99fd67d8a79fc921c65776abd1d3e531e90ed5116552ee929 +size 77321 diff --git a/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset new file mode 100644 index 00000000..f81f46f4 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_Mannequin_MAT_MASKA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab1ce426410ae705c0f02f74fc7ca9b2eda8f62a9449c169603965ef84004b2 +size 224547 diff --git a/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset new file mode 100644 index 00000000..50da9384 --- /dev/null +++ b/Content/Factory/Meshes/Mannequin/Character/Textures/UE4_Mannequin__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9793d0faee4573c73a4c4fc30159c8a8ed817a9b1a5a44404ebac911f15160 +size 4794351 diff --git a/Content/Factory/Meshes/Robot/AB_IK_RobotArm.uasset b/Content/Factory/Meshes/Robot/AB_IK_RobotArm.uasset new file mode 100644 index 00000000..28157071 --- /dev/null +++ b/Content/Factory/Meshes/Robot/AB_IK_RobotArm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2de82001ad1012f47b7014b717a3b6ffc8866fdd1a8a430bfe289a45fcd7d87 +size 121782 diff --git a/Content/Factory/Meshes/Robot/AM_RobotArm.uasset b/Content/Factory/Meshes/Robot/AM_RobotArm.uasset new file mode 100644 index 00000000..4afda275 --- /dev/null +++ b/Content/Factory/Meshes/Robot/AM_RobotArm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ced38269d5029ba420f6ce2e38c3dbd952afe8c53cafd230c7d8f23b696fd7 +size 102502 diff --git a/Content/Factory/Meshes/Robot/M_RobotArm.uasset b/Content/Factory/Meshes/Robot/M_RobotArm.uasset new file mode 100644 index 00000000..4cd8485e --- /dev/null +++ b/Content/Factory/Meshes/Robot/M_RobotArm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:853ede6cb36c0cb8565bb9e733c143310bec6744b3d0762d9b05caa886c1a4f2 +size 102138 diff --git a/Content/Factory/Meshes/Robot/PA_RoboArm04.uasset b/Content/Factory/Meshes/Robot/PA_RoboArm04.uasset new file mode 100644 index 00000000..21c4c3c2 --- /dev/null +++ b/Content/Factory/Meshes/Robot/PA_RoboArm04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03c99b721aa9271ae3ab9d7797ad1e4b0c69bccf3e317948f956b8e24e4ced8 +size 104913 diff --git a/Content/Factory/Meshes/Robot/RobotArm_01.uasset b/Content/Factory/Meshes/Robot/RobotArm_01.uasset new file mode 100644 index 00000000..49735b4b --- /dev/null +++ b/Content/Factory/Meshes/Robot/RobotArm_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e051a63ebee3c7dd4d0eaf3099caf6dd356c13643e0b5609962d5e4cfd3278d +size 113872 diff --git a/Content/Factory/Meshes/Robot/RobotArm_02.uasset b/Content/Factory/Meshes/Robot/RobotArm_02.uasset new file mode 100644 index 00000000..0110a069 --- /dev/null +++ b/Content/Factory/Meshes/Robot/RobotArm_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd7cf04ad95b7bcc9535ff360d3090b51fee696f39455a7e6e568cac7f8b4eca +size 113608 diff --git a/Content/Factory/Meshes/Robot/SK_RoboArm04.uasset b/Content/Factory/Meshes/Robot/SK_RoboArm04.uasset new file mode 100644 index 00000000..09235f30 --- /dev/null +++ b/Content/Factory/Meshes/Robot/SK_RoboArm04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef34e565f9e8ae7530e306f477f1bf40d78e624f72f7777ae362d130a4b6fd39 +size 3766244 diff --git a/Content/Factory/Meshes/Robot/SM_RoboArm02.uasset b/Content/Factory/Meshes/Robot/SM_RoboArm02.uasset new file mode 100644 index 00000000..004e057d --- /dev/null +++ b/Content/Factory/Meshes/Robot/SM_RoboArm02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8040ac5412c01fa540de22dd33e49db1f3c99e8c7dc162dd4c0a86997e25f7c +size 278607 diff --git a/Content/Factory/Meshes/Robot/SM_RoboArm04.uasset b/Content/Factory/Meshes/Robot/SM_RoboArm04.uasset new file mode 100644 index 00000000..0195ca14 --- /dev/null +++ b/Content/Factory/Meshes/Robot/SM_RoboArm04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf268c1ac210d250cba66d9c83f2582cf670bec84d7b09ecb8f92bc2bcee87c +size 458682 diff --git a/Content/Factory/Meshes/Robot/SM_RoboArm04_Separate_Parts_SM_Roboarm04_004.uasset b/Content/Factory/Meshes/Robot/SM_RoboArm04_Separate_Parts_SM_Roboarm04_004.uasset new file mode 100644 index 00000000..654d46b4 --- /dev/null +++ b/Content/Factory/Meshes/Robot/SM_RoboArm04_Separate_Parts_SM_Roboarm04_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1218eb9388c24ada42945e47f3b7f007f626c2213c63e59c6b01aa6a14abb0be +size 127857 diff --git a/Content/Factory/Meshes/Robot/S_RoboArm.uasset b/Content/Factory/Meshes/Robot/S_RoboArm.uasset new file mode 100644 index 00000000..c655d9f3 --- /dev/null +++ b/Content/Factory/Meshes/Robot/S_RoboArm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30fcc17623f6bca31f9cd6be4884473615b79e559d205a25ccaa737a0ab5fbb4 +size 9881 diff --git a/Content/Factory/Meshes/RobotLarge/PA_IndustrialRobot.uasset b/Content/Factory/Meshes/RobotLarge/PA_IndustrialRobot.uasset new file mode 100644 index 00000000..29ed8a7a --- /dev/null +++ b/Content/Factory/Meshes/RobotLarge/PA_IndustrialRobot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0feef68c9235e90ed3ae33eb64dbd0138c85a36dc573da74087a7e868090fe +size 116707 diff --git a/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot.uasset b/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot.uasset new file mode 100644 index 00000000..845029b0 --- /dev/null +++ b/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d089241b74eac14394503262a19865f8e3613c2ccda59fa895f8c30488b421a +size 4505247 diff --git a/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot_Left_Anim.uasset b/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot_Left_Anim.uasset new file mode 100644 index 00000000..60d06f97 --- /dev/null +++ b/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot_Left_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b2c8b635132f862fa7c4b3864eec86d10812d9443f84935b227b14e52148d1 +size 213016 diff --git a/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot_Right_Anim.uasset b/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot_Right_Anim.uasset new file mode 100644 index 00000000..0dbddf4c --- /dev/null +++ b/Content/Factory/Meshes/RobotLarge/SK_IndustrialRobot_Right_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef4a71b0a85038546f014782e95a50ddce1b18f7d3c5b448e241c0a003ce5cd +size 218249 diff --git a/Content/Factory/Meshes/RobotLarge/SK_TruckWelding_Anim.uasset b/Content/Factory/Meshes/RobotLarge/SK_TruckWelding_Anim.uasset new file mode 100644 index 00000000..5623f0ed --- /dev/null +++ b/Content/Factory/Meshes/RobotLarge/SK_TruckWelding_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:910f21d9938539bea42d2ef0776d81454ebc1d28530ced1e8fa6d0611497cd8a +size 368415 diff --git a/Content/Factory/Meshes/RobotLarge/S_IndustrialRobot_Skeleton.uasset b/Content/Factory/Meshes/RobotLarge/S_IndustrialRobot_Skeleton.uasset new file mode 100644 index 00000000..9af22fa8 --- /dev/null +++ b/Content/Factory/Meshes/RobotLarge/S_IndustrialRobot_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87b945220a25ae6c015f7b838792c170c69f8aa8fdb6cb7d310d47adaf43e92 +size 9311 diff --git a/Content/Factory/Meshes/SM_AirConditioner01.uasset b/Content/Factory/Meshes/SM_AirConditioner01.uasset new file mode 100644 index 00000000..17fe2877 --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioner01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf6edf2272142f38c6b799ee0b14bd7424bba4e393c55baaf89285ffab64b49b +size 340592 diff --git a/Content/Factory/Meshes/SM_AirConditioner02.uasset b/Content/Factory/Meshes/SM_AirConditioner02.uasset new file mode 100644 index 00000000..06bc357e --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioner02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2ae2f51643a7949debdbdb3b4c33f157ce0b0c01e7755d028348d488391b61 +size 176308 diff --git a/Content/Factory/Meshes/SM_AirConditioningPipe_01.uasset b/Content/Factory/Meshes/SM_AirConditioningPipe_01.uasset new file mode 100644 index 00000000..7431c250 --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioningPipe_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a83431a7c831ef95cd371b10a0b8f8015dbe5beb0fa63718515420736c81d59 +size 130885 diff --git a/Content/Factory/Meshes/SM_AirConditioningPipe_02.uasset b/Content/Factory/Meshes/SM_AirConditioningPipe_02.uasset new file mode 100644 index 00000000..e6362b06 --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioningPipe_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b78ee24b07fc7130db8cbaa368152a141ba6024d51990df0dd440ba0e32d6e2 +size 156333 diff --git a/Content/Factory/Meshes/SM_AirConditioningPipe_03.uasset b/Content/Factory/Meshes/SM_AirConditioningPipe_03.uasset new file mode 100644 index 00000000..95619c04 --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioningPipe_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58c7daed9825f9f09adee5d2c40d4a02d353d671524ae6174c152f84867ba07 +size 141723 diff --git a/Content/Factory/Meshes/SM_AirConditioningPlatform_01.uasset b/Content/Factory/Meshes/SM_AirConditioningPlatform_01.uasset new file mode 100644 index 00000000..7fc320db --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioningPlatform_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772906df957e8935ca843997cfe5480342b55ede5582c00d242b112d51541ce5 +size 203801 diff --git a/Content/Factory/Meshes/SM_AirConditioningPropeller_01.uasset b/Content/Factory/Meshes/SM_AirConditioningPropeller_01.uasset new file mode 100644 index 00000000..91f81632 --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioningPropeller_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba98304425d46fc8991f80eaf5efd96e8cb8e7524b68635166b4a964e6729e5c +size 126515 diff --git a/Content/Factory/Meshes/SM_AirConditioning_01.uasset b/Content/Factory/Meshes/SM_AirConditioning_01.uasset new file mode 100644 index 00000000..94870a8e --- /dev/null +++ b/Content/Factory/Meshes/SM_AirConditioning_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:969a11a9031ecdef5345e4349edbbbc4f75c3f52efb7a8a104732ba862f3919c +size 223179 diff --git a/Content/Factory/Meshes/SM_ArmCover01.uasset b/Content/Factory/Meshes/SM_ArmCover01.uasset new file mode 100644 index 00000000..4c9b0e59 --- /dev/null +++ b/Content/Factory/Meshes/SM_ArmCover01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1e4074a76618f57e4df31236abbad35615315f90eb4697ec0f2816bd39947a +size 609208 diff --git a/Content/Factory/Meshes/SM_AssemblyLine01.uasset b/Content/Factory/Meshes/SM_AssemblyLine01.uasset new file mode 100644 index 00000000..e758603f --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3773c7d40ec72f7ca89e5c77df299aea411ebc662acbe41b7b282b6e983e7dcd +size 205839 diff --git a/Content/Factory/Meshes/SM_AssemblyLine02.uasset b/Content/Factory/Meshes/SM_AssemblyLine02.uasset new file mode 100644 index 00000000..44cc7586 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLine02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5160f2542e0eddcb0243b9701078096d7d0f295a4e2b270bf186aae3f31bdf70 +size 205902 diff --git a/Content/Factory/Meshes/SM_AssemblyLineBox01.uasset b/Content/Factory/Meshes/SM_AssemblyLineBox01.uasset new file mode 100644 index 00000000..51b712cc --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineBox01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbdb1b38b29065dd79f4b4e7185d4a74145cbcdbaa2edddb82c71b687cdac63c +size 646090 diff --git a/Content/Factory/Meshes/SM_AssemblyLineBox02.uasset b/Content/Factory/Meshes/SM_AssemblyLineBox02.uasset new file mode 100644 index 00000000..499f9a2c --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineBox02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc44e45409a3cc49ce39ddf36b55c2c58b7fc8c9908e96b912d9b8f5d3e47de4 +size 492070 diff --git a/Content/Factory/Meshes/SM_AssemblyLineBox03.uasset b/Content/Factory/Meshes/SM_AssemblyLineBox03.uasset new file mode 100644 index 00000000..90ff0b08 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineBox03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29dedbe6e324e3248bb4bee6743c1bd266e662f8350e1c40c81114fb469cc621 +size 578679 diff --git a/Content/Factory/Meshes/SM_AssemblyLineControl01.uasset b/Content/Factory/Meshes/SM_AssemblyLineControl01.uasset new file mode 100644 index 00000000..026c17c0 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineControl01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a1372e9775ede633f817b738e912604a62e134190a94f3a57bfd6ad26fa5ad +size 275369 diff --git a/Content/Factory/Meshes/SM_AssemblyLineCorner.uasset b/Content/Factory/Meshes/SM_AssemblyLineCorner.uasset new file mode 100644 index 00000000..09eb9910 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineCorner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975d4d7e01ed83cda403f84352c22cbaa00cd12e869d0eafc66b6a3bc40de0b5 +size 272117 diff --git a/Content/Factory/Meshes/SM_AssemblyLineCrate01.uasset b/Content/Factory/Meshes/SM_AssemblyLineCrate01.uasset new file mode 100644 index 00000000..1a888a3e --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineCrate01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab7fec3dfcf0797efc2ca767f02c6b593a7129eb54be66896f7e26af6fa1e0a +size 121348 diff --git a/Content/Factory/Meshes/SM_AssemblyLineDesk01.uasset b/Content/Factory/Meshes/SM_AssemblyLineDesk01.uasset new file mode 100644 index 00000000..0fba686c --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineDesk01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2358ee482bf7d836e2fa8cdb96cbea99af4de7f25043784abbac5dfaeabe32 +size 164809 diff --git a/Content/Factory/Meshes/SM_AssemblyLineFloor01.uasset b/Content/Factory/Meshes/SM_AssemblyLineFloor01.uasset new file mode 100644 index 00000000..a48a74c1 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d17046c809cd8f20ad28dd4135e064574c5defaa0ebcfc470234874b7bd5f73 +size 105693 diff --git a/Content/Factory/Meshes/SM_AssemblyLineFloor03.uasset b/Content/Factory/Meshes/SM_AssemblyLineFloor03.uasset new file mode 100644 index 00000000..0c889a88 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineFloor03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cbdef9a4c759ff2f9d971e50d14abeff6a5d66f2c01cf775b5c127ce361bdb +size 110416 diff --git a/Content/Factory/Meshes/SM_AssemblyLineFloor05.uasset b/Content/Factory/Meshes/SM_AssemblyLineFloor05.uasset new file mode 100644 index 00000000..fc99456d --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineFloor05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a348d9efd7384477ea91890f0d1960cec9f442713c9951239b10a5fd700f2c23 +size 124410 diff --git a/Content/Factory/Meshes/SM_AssemblyLineTable01.uasset b/Content/Factory/Meshes/SM_AssemblyLineTable01.uasset new file mode 100644 index 00000000..64d5037f --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineTable01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e84b2f158bbace24663634ed79ee60cc01dba18667b3169aa8e445923a41dc +size 145640 diff --git a/Content/Factory/Meshes/SM_AssemblyLineTable02.uasset b/Content/Factory/Meshes/SM_AssemblyLineTable02.uasset new file mode 100644 index 00000000..8db41162 --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineTable02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14907bc5f86ffa73a875b4e3893c91bd9d95f4b10044a31596b1861a54669be +size 153932 diff --git a/Content/Factory/Meshes/SM_AssemblyLineTable03.uasset b/Content/Factory/Meshes/SM_AssemblyLineTable03.uasset new file mode 100644 index 00000000..bcbedfde --- /dev/null +++ b/Content/Factory/Meshes/SM_AssemblyLineTable03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c8db13d2f85d51ab5059f07ccc3cf525da5938fb6201b2eaf245baeb9a28df +size 139623 diff --git a/Content/Factory/Meshes/SM_Background1_AntennaTower.uasset b/Content/Factory/Meshes/SM_Background1_AntennaTower.uasset new file mode 100644 index 00000000..20f20337 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_AntennaTower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699db3ad96b5dfa6af0c4d823bd468f8df9880f33dda1cb2e773da3c5dabc45e +size 189872 diff --git a/Content/Factory/Meshes/SM_Background1_Frame.uasset b/Content/Factory/Meshes/SM_Background1_Frame.uasset new file mode 100644 index 00000000..af838b2f --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b997239ce4ae939b5bf84b3e1c0df33dc6fae10aa8db8f4f30dd9b7ed3dccd9 +size 132311 diff --git a/Content/Factory/Meshes/SM_Background1_PipeBig.uasset b/Content/Factory/Meshes/SM_Background1_PipeBig.uasset new file mode 100644 index 00000000..b104e706 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_PipeBig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda58d6540d93a3038982a357c47f0114bf9af190406ab008e235b3335cf5572 +size 116373 diff --git a/Content/Factory/Meshes/SM_Background1_Tower01.uasset b/Content/Factory/Meshes/SM_Background1_Tower01.uasset new file mode 100644 index 00000000..3d419639 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_Tower01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9383b02d2d41b7eaf71519792f3f92a6f06e04fcb3687a996c56811b0064d4d +size 488780 diff --git a/Content/Factory/Meshes/SM_Background1_Tower02.uasset b/Content/Factory/Meshes/SM_Background1_Tower02.uasset new file mode 100644 index 00000000..c0c6594a --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_Tower02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a88245e25be60f7cad12543070f8862c1feeab4e054bacfbc8cb2e8a762f1c +size 382581 diff --git a/Content/Factory/Meshes/SM_Background1_Tower03.uasset b/Content/Factory/Meshes/SM_Background1_Tower03.uasset new file mode 100644 index 00000000..31b2de61 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_Tower03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee96c72ca3097c8c85cf9ff7d3924f2b3a5348c6767c6a451dffe2f8e54d1a76 +size 374518 diff --git a/Content/Factory/Meshes/SM_Background1_Tower04.uasset b/Content/Factory/Meshes/SM_Background1_Tower04.uasset new file mode 100644 index 00000000..debc63f1 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background1_Tower04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6354d120e926a378bcf13aef4d4ff20bc9e86d1a671d981a8c7e51b9e56006b +size 175175 diff --git a/Content/Factory/Meshes/SM_Background2_BoxBuilding.uasset b/Content/Factory/Meshes/SM_Background2_BoxBuilding.uasset new file mode 100644 index 00000000..4876c815 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_BoxBuilding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1634cbf7b16368f5599894ccb1fd9e44b9f039b64d8ec75036a8f5cacfedcd75 +size 154343 diff --git a/Content/Factory/Meshes/SM_Background2_BoxBuildingBase.uasset b/Content/Factory/Meshes/SM_Background2_BoxBuildingBase.uasset new file mode 100644 index 00000000..fad67b29 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_BoxBuildingBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398208de9c4815eb3782fd7112d37022dac3dbcb6da46e7f6e5c26dcbc054375 +size 107648 diff --git a/Content/Factory/Meshes/SM_Background2_BoxBuildingFrame.uasset b/Content/Factory/Meshes/SM_Background2_BoxBuildingFrame.uasset new file mode 100644 index 00000000..223c8816 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_BoxBuildingFrame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0267ccb8d37a0bfb1c300644a322b8579174b1898a146477532da03fbd1a7d +size 170872 diff --git a/Content/Factory/Meshes/SM_Background2_BoxBuildingTower.uasset b/Content/Factory/Meshes/SM_Background2_BoxBuildingTower.uasset new file mode 100644 index 00000000..8534510e --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_BoxBuildingTower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ede6df81a6941b8db1901b0b8ed6ee8f3545b1c645a8083296bfcaae4de9f07 +size 295292 diff --git a/Content/Factory/Meshes/SM_Background2_Bridge.uasset b/Content/Factory/Meshes/SM_Background2_Bridge.uasset new file mode 100644 index 00000000..27a4dc10 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_Bridge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d812bd4ebc8e6ce98e70f8d658d9d9d7c4809b571715e80dcd7c6a545ed54d +size 122462 diff --git a/Content/Factory/Meshes/SM_Background2_Hangar.uasset b/Content/Factory/Meshes/SM_Background2_Hangar.uasset new file mode 100644 index 00000000..aa08948c --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_Hangar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245566e228c85ecb97c19c270f9f041498a91452ded74c20ece9acde309bb52e +size 159016 diff --git a/Content/Factory/Meshes/SM_Background2_Pipe01.uasset b/Content/Factory/Meshes/SM_Background2_Pipe01.uasset new file mode 100644 index 00000000..ab0058c1 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_Pipe01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a124b4088c4002a17494393f4c100d9880f4beb138d2100c194f53dfacb44e9b +size 134023 diff --git a/Content/Factory/Meshes/SM_Background2_Pipe02.uasset b/Content/Factory/Meshes/SM_Background2_Pipe02.uasset new file mode 100644 index 00000000..6d91fb52 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_Pipe02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c43502989211a5b2a2b0d3344ff8a5ba517be3d81ca6d30a28bc277d6104d388 +size 127035 diff --git a/Content/Factory/Meshes/SM_Background2_Pipe03.uasset b/Content/Factory/Meshes/SM_Background2_Pipe03.uasset new file mode 100644 index 00000000..c27d3a21 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_Pipe03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c179e9bf994e7515eff4229ed0524485be1c0682da0f7b3c575b496c2ad3a9 +size 139136 diff --git a/Content/Factory/Meshes/SM_Background2_Tower.uasset b/Content/Factory/Meshes/SM_Background2_Tower.uasset new file mode 100644 index 00000000..9c139fb1 --- /dev/null +++ b/Content/Factory/Meshes/SM_Background2_Tower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd1e3ad0d8ff88d59101fe719523d9bfc40786de8fed35f7f6d708ba6fd1ae0 +size 261439 diff --git a/Content/Factory/Meshes/SM_Banner01.uasset b/Content/Factory/Meshes/SM_Banner01.uasset new file mode 100644 index 00000000..fcbd1c9c --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4c348dc5fcd95742c157ab279acaadc1582a140abe6733000ee1fa42381063 +size 126348 diff --git a/Content/Factory/Meshes/SM_Banner02.uasset b/Content/Factory/Meshes/SM_Banner02.uasset new file mode 100644 index 00000000..bfba2c9b --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a185c1d96ec15a1e48e718c63fffb7dc2ba95ec606ba51814dd751e07fbd58b7 +size 128283 diff --git a/Content/Factory/Meshes/SM_Banner03.uasset b/Content/Factory/Meshes/SM_Banner03.uasset new file mode 100644 index 00000000..664c7622 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d37aa9b48dc51d0b6b22b579ed30c380ed055e6e614242073b3b0d937c1bfb4 +size 136609 diff --git a/Content/Factory/Meshes/SM_Banner04.uasset b/Content/Factory/Meshes/SM_Banner04.uasset new file mode 100644 index 00000000..785a3142 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16232f49c32241523c574ef6b3ca072eeb52cfd81f8f6e42be9de4071a2333b +size 122399 diff --git a/Content/Factory/Meshes/SM_Banner06.uasset b/Content/Factory/Meshes/SM_Banner06.uasset new file mode 100644 index 00000000..1aafa101 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5324f36067e7234e0cc7601b0e5d1e88cbe0df84e0ec7073ed545baed25585 +size 168838 diff --git a/Content/Factory/Meshes/SM_Banner08.uasset b/Content/Factory/Meshes/SM_Banner08.uasset new file mode 100644 index 00000000..9813eb7d --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7714f305c7480fa64537ed7bb4cc0fd5dfa98e7723a01103184512de83fcdd0f +size 164080 diff --git a/Content/Factory/Meshes/SM_Banner09.uasset b/Content/Factory/Meshes/SM_Banner09.uasset new file mode 100644 index 00000000..0d0af71d --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b176edff96526dece1695bb078a224798675123bf01ba73f1da658e3914cf7c +size 228177 diff --git a/Content/Factory/Meshes/SM_Banner10.uasset b/Content/Factory/Meshes/SM_Banner10.uasset new file mode 100644 index 00000000..94681360 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5584e0bee422efb7e37e818e14d2af1fb9db0da6fffd7ea12910b55874c94015 +size 230917 diff --git a/Content/Factory/Meshes/SM_Banner11.uasset b/Content/Factory/Meshes/SM_Banner11.uasset new file mode 100644 index 00000000..12d08c7b --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82693d7fb21e9473e369b5f741486e5cd11cb265ff2444b96e405b51046fc9ae +size 230905 diff --git a/Content/Factory/Meshes/SM_Banner13.uasset b/Content/Factory/Meshes/SM_Banner13.uasset new file mode 100644 index 00000000..68a6bcd0 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b189916cc4352f6e51d09d06f0b1b3c590e6cd802da153c1dc3fa2b0e2bc9aa +size 109595 diff --git a/Content/Factory/Meshes/SM_Banner14.uasset b/Content/Factory/Meshes/SM_Banner14.uasset new file mode 100644 index 00000000..2fb67e56 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45554f8d72777085c665c9d80a3acc832175d3caefd1046cc1779522ab251075 +size 111051 diff --git a/Content/Factory/Meshes/SM_Banner15.uasset b/Content/Factory/Meshes/SM_Banner15.uasset new file mode 100644 index 00000000..f8dc7c53 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b70fdf7fead4d403ae8293f909487317ee94b49ebd8a523947117994477d38 +size 111237 diff --git a/Content/Factory/Meshes/SM_Banner16.uasset b/Content/Factory/Meshes/SM_Banner16.uasset new file mode 100644 index 00000000..57f19e76 --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd00460fd84d6167c2c6b954ead43071994291f129991f618e611cd9d8392dcd +size 111565 diff --git a/Content/Factory/Meshes/SM_Banner17.uasset b/Content/Factory/Meshes/SM_Banner17.uasset new file mode 100644 index 00000000..dd776e9c --- /dev/null +++ b/Content/Factory/Meshes/SM_Banner17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63372effcf5388fdec686f6106394474b5b59e5b37f4f9cdfe982e38fd44944c +size 109879 diff --git a/Content/Factory/Meshes/SM_Barrel01.uasset b/Content/Factory/Meshes/SM_Barrel01.uasset new file mode 100644 index 00000000..e5f08d0c --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrel01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2422aaf05b2655e5c84675b010254ad828bc554d353289420fc681bb126bd53c +size 145776 diff --git a/Content/Factory/Meshes/SM_Barrel02.uasset b/Content/Factory/Meshes/SM_Barrel02.uasset new file mode 100644 index 00000000..153f277a --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrel02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32a4b2529913a8ed556181442d937ae79ea946e06dd42518e585b70e6e35a92 +size 137849 diff --git a/Content/Factory/Meshes/SM_Barrel03.uasset b/Content/Factory/Meshes/SM_Barrel03.uasset new file mode 100644 index 00000000..a1ff5122 --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrel03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a19d3ce81f9f4412b7f57568362b9980d6986b57e294ec490585f2bbfd3b13 +size 158760 diff --git a/Content/Factory/Meshes/SM_Barrel05.uasset b/Content/Factory/Meshes/SM_Barrel05.uasset new file mode 100644 index 00000000..76f890e5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrel05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a86d28f78c76f78775639c55060433ede8a67176505860d65ef8875bf0e05fa +size 157718 diff --git a/Content/Factory/Meshes/SM_Barrel07.uasset b/Content/Factory/Meshes/SM_Barrel07.uasset new file mode 100644 index 00000000..ede70a8d --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrel07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921f153bfd8d8ea05337dca6129f501af3d1a4396ce4951ce05262fb954a64e2 +size 197050 diff --git a/Content/Factory/Meshes/SM_Barrels01_Merged.uasset b/Content/Factory/Meshes/SM_Barrels01_Merged.uasset new file mode 100644 index 00000000..c896a82a --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrels01_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac3a8f10fb34ac3129c5413e105f78a195dc97e53f197afe8511b02acd639f4 +size 1254738 diff --git a/Content/Factory/Meshes/SM_Barrels02_Merged.uasset b/Content/Factory/Meshes/SM_Barrels02_Merged.uasset new file mode 100644 index 00000000..c6175158 --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrels02_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f0a9e8e40f4c0d69738e1f969058323c8db376d06e9000463a40ecf9007406 +size 2835926 diff --git a/Content/Factory/Meshes/SM_Barrels03_Merged.uasset b/Content/Factory/Meshes/SM_Barrels03_Merged.uasset new file mode 100644 index 00000000..44e21ce1 --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrels03_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36205f5116e7c8b6426bbb1a63de1914d2312d5da04e2507d1f293c6587b9f90 +size 4968411 diff --git a/Content/Factory/Meshes/SM_Barrels04_Merged.uasset b/Content/Factory/Meshes/SM_Barrels04_Merged.uasset new file mode 100644 index 00000000..3f95531e --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrels04_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3582cb007cc958a9ba597b7226ccef7c060e464afc82a493a1a9ddff25ae72bf +size 3139065 diff --git a/Content/Factory/Meshes/SM_Barrels05_Merged.uasset b/Content/Factory/Meshes/SM_Barrels05_Merged.uasset new file mode 100644 index 00000000..8df89443 --- /dev/null +++ b/Content/Factory/Meshes/SM_Barrels05_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84398dea6207f8a1decff21c55db984ffff0aa0634f30a5c7ca07fda733d692c +size 1182429 diff --git a/Content/Factory/Meshes/SM_Bench_01.uasset b/Content/Factory/Meshes/SM_Bench_01.uasset new file mode 100644 index 00000000..7f986246 --- /dev/null +++ b/Content/Factory/Meshes/SM_Bench_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33af80418b2c76ef97829351c70a2521bb70240026d501de622db8cf07b886ac +size 106107 diff --git a/Content/Factory/Meshes/SM_Boiler_01.uasset b/Content/Factory/Meshes/SM_Boiler_01.uasset new file mode 100644 index 00000000..d90f8bff --- /dev/null +++ b/Content/Factory/Meshes/SM_Boiler_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6858d9c87648d444e49c11100bf6ed8e5a61f87fe0bc20d51a4c82656711ceaa +size 524988 diff --git a/Content/Factory/Meshes/SM_Boxes_group_01.uasset b/Content/Factory/Meshes/SM_Boxes_group_01.uasset new file mode 100644 index 00000000..73850421 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775edfae58b949a1ac26e49778d641fb02fbfad300d4f2a84f36528e16ae4577 +size 230820 diff --git a/Content/Factory/Meshes/SM_Boxes_group_02.uasset b/Content/Factory/Meshes/SM_Boxes_group_02.uasset new file mode 100644 index 00000000..3f4e1441 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e450854e85a9034480029e28d4c133cd348bded4f3a05ebebb0b7929ccd5e6 +size 132343 diff --git a/Content/Factory/Meshes/SM_Boxes_group_03.uasset b/Content/Factory/Meshes/SM_Boxes_group_03.uasset new file mode 100644 index 00000000..a55b3551 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18252b52e2a0fd3e7794700f1f4ffc25e1a7bc54984b2945a49b70b138564030 +size 210175 diff --git a/Content/Factory/Meshes/SM_Boxes_group_04.uasset b/Content/Factory/Meshes/SM_Boxes_group_04.uasset new file mode 100644 index 00000000..dfc58ca3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b13d3affc036af269e9edad886d37518a06c40abca4adaf5ebc39b4b1121d632 +size 250267 diff --git a/Content/Factory/Meshes/SM_Boxes_group_05.uasset b/Content/Factory/Meshes/SM_Boxes_group_05.uasset new file mode 100644 index 00000000..78548eb6 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c32746740f06739aaf9e2d45dde1b19f096faef6c31fa0cb4757d4ceaf09f3c7 +size 189989 diff --git a/Content/Factory/Meshes/SM_Boxes_group_06.uasset b/Content/Factory/Meshes/SM_Boxes_group_06.uasset new file mode 100644 index 00000000..a8d87e4d --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38bc3b8cbff02e052622f4e2fc360e353cc38eff405cacb0e292fcd53d63f878 +size 267245 diff --git a/Content/Factory/Meshes/SM_Boxes_group_07.uasset b/Content/Factory/Meshes/SM_Boxes_group_07.uasset new file mode 100644 index 00000000..87f8e094 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0154e11d27319028318b6b2e9eebb09c0694cf5fa4081807630c4fd2ebb8b11f +size 235551 diff --git a/Content/Factory/Meshes/SM_Boxes_group_08.uasset b/Content/Factory/Meshes/SM_Boxes_group_08.uasset new file mode 100644 index 00000000..aae3a64f --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14854ae1c245ad5acd003e42ef53807e75e4391a8ce4e2b86b02f5ec73611a11 +size 235210 diff --git a/Content/Factory/Meshes/SM_Boxes_group_09.uasset b/Content/Factory/Meshes/SM_Boxes_group_09.uasset new file mode 100644 index 00000000..9d28bccb --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053b429435ec17cf6ddba33e868295fed6db188ff0b3b979ff20cc369a9673a0 +size 174394 diff --git a/Content/Factory/Meshes/SM_Boxes_group_11.uasset b/Content/Factory/Meshes/SM_Boxes_group_11.uasset new file mode 100644 index 00000000..49270040 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160230ad6370e619f9f8c86e57e1957794e83151e755d2f4172276f88b3c411a +size 164208 diff --git a/Content/Factory/Meshes/SM_Boxes_group_12.uasset b/Content/Factory/Meshes/SM_Boxes_group_12.uasset new file mode 100644 index 00000000..a4ef838e --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f423de4d4f064a164daa0f8014c559d2d5604572d048486f745df3946e562c9c +size 258508 diff --git a/Content/Factory/Meshes/SM_Boxes_group_14.uasset b/Content/Factory/Meshes/SM_Boxes_group_14.uasset new file mode 100644 index 00000000..a0d4cd7b --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d784ba8622006cea9ed3ed896d3c536827d406ba9fc30d2c2dab2e3211b2fd +size 318540 diff --git a/Content/Factory/Meshes/SM_Boxes_group_16.uasset b/Content/Factory/Meshes/SM_Boxes_group_16.uasset new file mode 100644 index 00000000..06cc5e52 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaae406bcab6306916234202ba78b70d51840805ed934170f178a0db90d3875 +size 236272 diff --git a/Content/Factory/Meshes/SM_Boxes_group_17.uasset b/Content/Factory/Meshes/SM_Boxes_group_17.uasset new file mode 100644 index 00000000..dabf1985 --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c4bdf3177a53d831ec47a23f0809f0664a32a9b85827f5c4a65b8a79759ae7 +size 203420 diff --git a/Content/Factory/Meshes/SM_Boxes_group_18.uasset b/Content/Factory/Meshes/SM_Boxes_group_18.uasset new file mode 100644 index 00000000..dc7e3b0d --- /dev/null +++ b/Content/Factory/Meshes/SM_Boxes_group_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf0b8675e5e19892e2449b63338127454b9086173421d37c745392f9d0aebfc +size 246959 diff --git a/Content/Factory/Meshes/SM_BumperCover01.uasset b/Content/Factory/Meshes/SM_BumperCover01.uasset new file mode 100644 index 00000000..e75daa62 --- /dev/null +++ b/Content/Factory/Meshes/SM_BumperCover01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a879191cac0bdb73fbce860a7aa166d580d4adfdc338e8e7f3f612c94ac07c87 +size 118256 diff --git a/Content/Factory/Meshes/SM_Bumper_01.uasset b/Content/Factory/Meshes/SM_Bumper_01.uasset new file mode 100644 index 00000000..f2fa907b --- /dev/null +++ b/Content/Factory/Meshes/SM_Bumper_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c29a4fe2207d0f9ba19384c53163942f32c7e103cc4c560296d7ca34d0f2af +size 258526 diff --git a/Content/Factory/Meshes/SM_CableBox_01.uasset b/Content/Factory/Meshes/SM_CableBox_01.uasset new file mode 100644 index 00000000..9f8f8dfa --- /dev/null +++ b/Content/Factory/Meshes/SM_CableBox_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5218cedb98f1c8b458f1dd2b9af55581f03b011feee02847964009a6fcc17cd3 +size 115260 diff --git a/Content/Factory/Meshes/SM_CableBox_02.uasset b/Content/Factory/Meshes/SM_CableBox_02.uasset new file mode 100644 index 00000000..a1ca0bc0 --- /dev/null +++ b/Content/Factory/Meshes/SM_CableBox_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8646cd746708c3c1a24ce241df2399882a157597892e9e0df0265e3ff65ed0e9 +size 96398 diff --git a/Content/Factory/Meshes/SM_CableBox_03.uasset b/Content/Factory/Meshes/SM_CableBox_03.uasset new file mode 100644 index 00000000..2af93061 --- /dev/null +++ b/Content/Factory/Meshes/SM_CableBox_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebe8ede520837720dca146c3d07b2dc4648422b1ea7fb0cdd46a4771e5ade4f +size 131122 diff --git a/Content/Factory/Meshes/SM_CableSet_01.uasset b/Content/Factory/Meshes/SM_CableSet_01.uasset new file mode 100644 index 00000000..7c52c446 --- /dev/null +++ b/Content/Factory/Meshes/SM_CableSet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a9b821cae6889a69f988c0f4635b783738e095683c4e315a5c6612c76e02cc +size 126714 diff --git a/Content/Factory/Meshes/SM_CableSet_02.uasset b/Content/Factory/Meshes/SM_CableSet_02.uasset new file mode 100644 index 00000000..f74a74e1 --- /dev/null +++ b/Content/Factory/Meshes/SM_CableSet_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd795907c3f4ce3009ecc197bc2084bd72cf8339ac1637bfbe5911cd38aa56db +size 120699 diff --git a/Content/Factory/Meshes/SM_CableSet_05.uasset b/Content/Factory/Meshes/SM_CableSet_05.uasset new file mode 100644 index 00000000..b89ffbba --- /dev/null +++ b/Content/Factory/Meshes/SM_CableSet_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49094afd739f0f751cbc81ec17333d5123cc15a2ea0446961c4b19ee47b767b +size 110846 diff --git a/Content/Factory/Meshes/SM_Cables01.uasset b/Content/Factory/Meshes/SM_Cables01.uasset new file mode 100644 index 00000000..e56e6a36 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1741d479876d33625d5c05028acc434842a4846db587e03f159f7f4bde636cf +size 210252 diff --git a/Content/Factory/Meshes/SM_Cables03.uasset b/Content/Factory/Meshes/SM_Cables03.uasset new file mode 100644 index 00000000..637b4ed3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26effda9c005cdd358a5ad39b13395142d812ee1ccb8b0c3025df6a0c41bbe0b +size 277859 diff --git a/Content/Factory/Meshes/SM_Cables04_01.uasset b/Content/Factory/Meshes/SM_Cables04_01.uasset new file mode 100644 index 00000000..871986de --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables04_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13ed131c8f17800e21579bedcfd2bd0b911d0bce83f6c7b25b91cf34bf44642 +size 169314 diff --git a/Content/Factory/Meshes/SM_Cables04_02.uasset b/Content/Factory/Meshes/SM_Cables04_02.uasset new file mode 100644 index 00000000..303fe7d7 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables04_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb4ac934aa2049c61e474c4383b58915495a77671e9cb233c14331706eaea0f +size 186867 diff --git a/Content/Factory/Meshes/SM_Cables04_04.uasset b/Content/Factory/Meshes/SM_Cables04_04.uasset new file mode 100644 index 00000000..f936a81e --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables04_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bd381c1d7b801abbcae7b7b50887cee50c4e80c7bd45c74eee100cbf4de899 +size 116156 diff --git a/Content/Factory/Meshes/SM_Cables04_05.uasset b/Content/Factory/Meshes/SM_Cables04_05.uasset new file mode 100644 index 00000000..c7549760 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables04_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a1591e5969dd2eab64ccd68f07735e9a981bb787c9721f2d42b93a2e05e7bf +size 120084 diff --git a/Content/Factory/Meshes/SM_Cables04_06.uasset b/Content/Factory/Meshes/SM_Cables04_06.uasset new file mode 100644 index 00000000..44ce2f50 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables04_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4611d3f21e556f4891ca92d6f2b789c74784fa10efe7e97759ef28c21abf33b +size 165623 diff --git a/Content/Factory/Meshes/SM_Cables04_07.uasset b/Content/Factory/Meshes/SM_Cables04_07.uasset new file mode 100644 index 00000000..4cb629a4 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables04_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bb2d861497e6b3d88a6e8b7ecf98bb298b3ab423d07fa8d43d402a14e3c8c3 +size 177122 diff --git a/Content/Factory/Meshes/SM_Cables05.uasset b/Content/Factory/Meshes/SM_Cables05.uasset new file mode 100644 index 00000000..fdc79a00 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a03d346529d723bb65993111cf6ba4deb1850b0980a59c38a1417cc08a9989 +size 116163 diff --git a/Content/Factory/Meshes/SM_Cables08.uasset b/Content/Factory/Meshes/SM_Cables08.uasset new file mode 100644 index 00000000..c6ff3504 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58edafddcd19c3fd5c23e18e8932ed2f31fae878cc146ae10b2a963bb65ce758 +size 215253 diff --git a/Content/Factory/Meshes/SM_Cables09.uasset b/Content/Factory/Meshes/SM_Cables09.uasset new file mode 100644 index 00000000..9e2485a6 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417f97bdee59d4f8f7b5756e1688646d582b6c238ae1c7ed1e9f8748c0cac392 +size 223641 diff --git a/Content/Factory/Meshes/SM_Cables10.uasset b/Content/Factory/Meshes/SM_Cables10.uasset new file mode 100644 index 00000000..3f5fc72b --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7870b4480481572e99bdb139917c89391ff7f7b5929be2a2e5eb6f06a23741f +size 216982 diff --git a/Content/Factory/Meshes/SM_Cables11.uasset b/Content/Factory/Meshes/SM_Cables11.uasset new file mode 100644 index 00000000..36d2c571 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca97b63f39fc88bf1a4a2e24b9431ce104a49974885c33512af2ca7ccfa715d3 +size 122526 diff --git a/Content/Factory/Meshes/SM_Cables12.uasset b/Content/Factory/Meshes/SM_Cables12.uasset new file mode 100644 index 00000000..8a91a879 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4fae3889e335e9595a59177b24f35acae6c4b3cdc9aac825a3636a25490452 +size 144437 diff --git a/Content/Factory/Meshes/SM_Cables13.uasset b/Content/Factory/Meshes/SM_Cables13.uasset new file mode 100644 index 00000000..a2a5ba97 --- /dev/null +++ b/Content/Factory/Meshes/SM_Cables13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e2d4086a719cfe5370a96b74c970d9697d89f7f0d274bc685fac44b3bd72ab +size 140839 diff --git a/Content/Factory/Meshes/SM_Canister01.uasset b/Content/Factory/Meshes/SM_Canister01.uasset new file mode 100644 index 00000000..db84efea --- /dev/null +++ b/Content/Factory/Meshes/SM_Canister01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef115b2e973fb1b7fa3610c535c069f1b0e9cca279290d262d2578a758cc5ce +size 129333 diff --git a/Content/Factory/Meshes/SM_CarPaintLight01.uasset b/Content/Factory/Meshes/SM_CarPaintLight01.uasset new file mode 100644 index 00000000..6abbe5c3 --- /dev/null +++ b/Content/Factory/Meshes/SM_CarPaintLight01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8021ca1243c3f486e3e4f10716dd9a43e1ec252c68a56717720b8e56e5f16f1e +size 896801 diff --git a/Content/Factory/Meshes/SM_Chair01.uasset b/Content/Factory/Meshes/SM_Chair01.uasset new file mode 100644 index 00000000..e1ec6cf4 --- /dev/null +++ b/Content/Factory/Meshes/SM_Chair01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff55b88a68020f39493581cabda48693bc4dbd36c126ed00c0136ce357ddb6e2 +size 160002 diff --git a/Content/Factory/Meshes/SM_Chair02.uasset b/Content/Factory/Meshes/SM_Chair02.uasset new file mode 100644 index 00000000..2f82c009 --- /dev/null +++ b/Content/Factory/Meshes/SM_Chair02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4e5f7abb2ea85dcef48b8feb386316ef5c4848da912930a2edb86a8debc005 +size 162156 diff --git a/Content/Factory/Meshes/SM_Clockround.uasset b/Content/Factory/Meshes/SM_Clockround.uasset new file mode 100644 index 00000000..2837c539 --- /dev/null +++ b/Content/Factory/Meshes/SM_Clockround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0b628adc036f20c174b0dae5d003c088dfe8dce1140f180ba538959c45414d +size 126833 diff --git a/Content/Factory/Meshes/SM_ClothesHolder01.uasset b/Content/Factory/Meshes/SM_ClothesHolder01.uasset new file mode 100644 index 00000000..1724caee --- /dev/null +++ b/Content/Factory/Meshes/SM_ClothesHolder01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1077df08de86243006fde1993346235a10f5796589fe73206dc9714c4e5540 +size 110827 diff --git a/Content/Factory/Meshes/SM_Column_02.uasset b/Content/Factory/Meshes/SM_Column_02.uasset new file mode 100644 index 00000000..51e313fc --- /dev/null +++ b/Content/Factory/Meshes/SM_Column_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9076130a86426210ca02f0fe0a60f2bc62ed0ddc936df3ab5b8562dad96e86f1 +size 265503 diff --git a/Content/Factory/Meshes/SM_Column_03.uasset b/Content/Factory/Meshes/SM_Column_03.uasset new file mode 100644 index 00000000..61f76270 --- /dev/null +++ b/Content/Factory/Meshes/SM_Column_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b99c0aada2739685d2eb05d703379f25f6cc6b58b134c252329da7ec20d044 +size 110548 diff --git a/Content/Factory/Meshes/SM_Column_04.uasset b/Content/Factory/Meshes/SM_Column_04.uasset new file mode 100644 index 00000000..54c96c21 --- /dev/null +++ b/Content/Factory/Meshes/SM_Column_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dcc33ebb5884fdd378e3578c30866cbad9e529e73c39243587e48d93e5cb2d +size 174016 diff --git a/Content/Factory/Meshes/SM_ConcreteFloor_01.uasset b/Content/Factory/Meshes/SM_ConcreteFloor_01.uasset new file mode 100644 index 00000000..f54cab56 --- /dev/null +++ b/Content/Factory/Meshes/SM_ConcreteFloor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f613a390b7c2271bd2aca8aa2447fad4b8d1f9379b11e7ca651f9c96af74b2 +size 104689 diff --git a/Content/Factory/Meshes/SM_ConcretePillar01.uasset b/Content/Factory/Meshes/SM_ConcretePillar01.uasset new file mode 100644 index 00000000..1493efae --- /dev/null +++ b/Content/Factory/Meshes/SM_ConcretePillar01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f16ded1a294dc8335027890415c8d72cf34ee5a24c027bf7b22b5d4b206e9fc +size 126656 diff --git a/Content/Factory/Meshes/SM_ConcretePillar02.uasset b/Content/Factory/Meshes/SM_ConcretePillar02.uasset new file mode 100644 index 00000000..143903ed --- /dev/null +++ b/Content/Factory/Meshes/SM_ConcretePillar02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880731713ac483396953bc3101ab4e935d4a6755e3e792e113a5185f67b2948a +size 154621 diff --git a/Content/Factory/Meshes/SM_ConcreteWall.uasset b/Content/Factory/Meshes/SM_ConcreteWall.uasset new file mode 100644 index 00000000..f207f36e --- /dev/null +++ b/Content/Factory/Meshes/SM_ConcreteWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714c01e3148029e168965bdbece6d0025e10924141b82d6f0fc7db81c160d438 +size 136129 diff --git a/Content/Factory/Meshes/SM_Container01_01.uasset b/Content/Factory/Meshes/SM_Container01_01.uasset new file mode 100644 index 00000000..5394c575 --- /dev/null +++ b/Content/Factory/Meshes/SM_Container01_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497568f2600c9987cfeaef33afd809518ea5e9ed5b1933267bbd0b38ba1ed09d +size 169970 diff --git a/Content/Factory/Meshes/SM_Container01_02.uasset b/Content/Factory/Meshes/SM_Container01_02.uasset new file mode 100644 index 00000000..d885faca --- /dev/null +++ b/Content/Factory/Meshes/SM_Container01_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7fa1c100734c33a33df725c4748d0dd9bad88cfe0ddb2e795195eac2dc85e69 +size 139264 diff --git a/Content/Factory/Meshes/SM_ContainerEngine.uasset b/Content/Factory/Meshes/SM_ContainerEngine.uasset new file mode 100644 index 00000000..10543aff --- /dev/null +++ b/Content/Factory/Meshes/SM_ContainerEngine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcba17e956086216d0e6d2444673616e28506e50deeefda8bafc721488b429c +size 190126 diff --git a/Content/Factory/Meshes/SM_ContainerP4_01.uasset b/Content/Factory/Meshes/SM_ContainerP4_01.uasset new file mode 100644 index 00000000..23a68c0b --- /dev/null +++ b/Content/Factory/Meshes/SM_ContainerP4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb284ea1cab781c1fb145a904b8d3a9da653f99533184b820b88efc11d8f19cd +size 469846 diff --git a/Content/Factory/Meshes/SM_ControlRoom.uasset b/Content/Factory/Meshes/SM_ControlRoom.uasset new file mode 100644 index 00000000..063435a1 --- /dev/null +++ b/Content/Factory/Meshes/SM_ControlRoom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbbe215c8c54318c4443f90c261a4b47744bb511528765809197f0574a9111e +size 177975 diff --git a/Content/Factory/Meshes/SM_ControlRoomElevator.uasset b/Content/Factory/Meshes/SM_ControlRoomElevator.uasset new file mode 100644 index 00000000..3664aa18 --- /dev/null +++ b/Content/Factory/Meshes/SM_ControlRoomElevator.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e520129ff0775509ffc3185f790abd2270068ef4f63366046b1aa46a56dc05d +size 170093 diff --git a/Content/Factory/Meshes/SM_ControlRoomInterior.uasset b/Content/Factory/Meshes/SM_ControlRoomInterior.uasset new file mode 100644 index 00000000..23d35fe7 --- /dev/null +++ b/Content/Factory/Meshes/SM_ControlRoomInterior.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386f961cff2d52a29590a7441457de18c75c66c1a80512e99c470510032102ad +size 113928 diff --git a/Content/Factory/Meshes/SM_ControlRoomMats02.uasset b/Content/Factory/Meshes/SM_ControlRoomMats02.uasset new file mode 100644 index 00000000..d37676cb --- /dev/null +++ b/Content/Factory/Meshes/SM_ControlRoomMats02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35c5f1c615321a224b1ee682329c9f16da0a19b52ddc1456f49ba39780c21b5 +size 812489 diff --git a/Content/Factory/Meshes/SM_ControlRoomPillar.uasset b/Content/Factory/Meshes/SM_ControlRoomPillar.uasset new file mode 100644 index 00000000..ce227800 --- /dev/null +++ b/Content/Factory/Meshes/SM_ControlRoomPillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f624b57bf7c086e93176d895ae048e0f04797d0f1a9b2fbf800884beb34553e1 +size 150586 diff --git a/Content/Factory/Meshes/SM_ControlTowerStairs.uasset b/Content/Factory/Meshes/SM_ControlTowerStairs.uasset new file mode 100644 index 00000000..e668dcbd --- /dev/null +++ b/Content/Factory/Meshes/SM_ControlTowerStairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:358a4b9321a38587ef815ca54d026de4d239adc57126b67075945650b3aa8f5b +size 143374 diff --git a/Content/Factory/Meshes/SM_CrashAreaBlock_01.uasset b/Content/Factory/Meshes/SM_CrashAreaBlock_01.uasset new file mode 100644 index 00000000..97202268 --- /dev/null +++ b/Content/Factory/Meshes/SM_CrashAreaBlock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b934838250972398a8174aba55e39fcd00f589bba4d42ddbe4936f590537c8 +size 140134 diff --git a/Content/Factory/Meshes/SM_CrashAreaLane_01.uasset b/Content/Factory/Meshes/SM_CrashAreaLane_01.uasset new file mode 100644 index 00000000..1b0b4934 --- /dev/null +++ b/Content/Factory/Meshes/SM_CrashAreaLane_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d432613eeb6362befcfd16b361d17a2f8452975ae5db8700a5d6d92b3ad97fe9 +size 105764 diff --git a/Content/Factory/Meshes/SM_CrashAreaLane_02.uasset b/Content/Factory/Meshes/SM_CrashAreaLane_02.uasset new file mode 100644 index 00000000..0122fa25 --- /dev/null +++ b/Content/Factory/Meshes/SM_CrashAreaLane_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0202b19eb3e2a798928f5ecc3ac78f825ccc8a321a6593e81911890d46585b +size 106394 diff --git a/Content/Factory/Meshes/SM_CrashAreaLane_03.uasset b/Content/Factory/Meshes/SM_CrashAreaLane_03.uasset new file mode 100644 index 00000000..170f2475 --- /dev/null +++ b/Content/Factory/Meshes/SM_CrashAreaLane_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0593e7de3dc7ad3b9f5bec7c975cd8a023b0fe181e79cc9fec8f988187d115 +size 105780 diff --git a/Content/Factory/Meshes/SM_CrashAreaLane_04.uasset b/Content/Factory/Meshes/SM_CrashAreaLane_04.uasset new file mode 100644 index 00000000..8e3f0846 --- /dev/null +++ b/Content/Factory/Meshes/SM_CrashAreaLane_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dc1f7d224501312eabf9198b9400f72f67863c41127c318c80ee1c0be9a473 +size 116031 diff --git a/Content/Factory/Meshes/SM_CrashAreaSpotlight_01.uasset b/Content/Factory/Meshes/SM_CrashAreaSpotlight_01.uasset new file mode 100644 index 00000000..0f42178d --- /dev/null +++ b/Content/Factory/Meshes/SM_CrashAreaSpotlight_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8c67c67d9039952d2f9a50b96e3cc1ad09f996d5d8b69511a9beb93343bc8f +size 473177 diff --git a/Content/Factory/Meshes/SM_Curtain01.uasset b/Content/Factory/Meshes/SM_Curtain01.uasset new file mode 100644 index 00000000..bab8fd53 --- /dev/null +++ b/Content/Factory/Meshes/SM_Curtain01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606099f80b52246203bfd2fe0cc074e2b7ee693abf22046eee4fdc8add1c4555 +size 148337 diff --git a/Content/Factory/Meshes/SM_Curtain02.uasset b/Content/Factory/Meshes/SM_Curtain02.uasset new file mode 100644 index 00000000..94314e15 --- /dev/null +++ b/Content/Factory/Meshes/SM_Curtain02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68347325d9d875b5e98663ee2a428203168955c19f9b4fa9936a309531b49167 +size 171977 diff --git a/Content/Factory/Meshes/SM_Curtain03.uasset b/Content/Factory/Meshes/SM_Curtain03.uasset new file mode 100644 index 00000000..f14b4f31 --- /dev/null +++ b/Content/Factory/Meshes/SM_Curtain03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22887398f046187de34a3cfc471f4411bdf6784ccb4f4926d73324e9937eddbf +size 118380 diff --git a/Content/Factory/Meshes/SM_DeskControl_01.uasset b/Content/Factory/Meshes/SM_DeskControl_01.uasset new file mode 100644 index 00000000..2280ad8f --- /dev/null +++ b/Content/Factory/Meshes/SM_DeskControl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfcc342f9c28e62aa1cbcf4329620618242bf053f8fe21ac3a0b3e4f8f76d8bb +size 210865 diff --git a/Content/Factory/Meshes/SM_DeskControl_03.uasset b/Content/Factory/Meshes/SM_DeskControl_03.uasset new file mode 100644 index 00000000..f977d947 --- /dev/null +++ b/Content/Factory/Meshes/SM_DeskControl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20336cf76824412968d298051084e846684e9558e459dff2d0ff45f3e67c7d2a +size 133648 diff --git a/Content/Factory/Meshes/SM_DeskControls_02.uasset b/Content/Factory/Meshes/SM_DeskControls_02.uasset new file mode 100644 index 00000000..c3054614 --- /dev/null +++ b/Content/Factory/Meshes/SM_DeskControls_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4395931666c4ca973d7c706c2d1588229e3308ead18da0073a39b8873a025808 +size 175283 diff --git a/Content/Factory/Meshes/SM_DisplayBoard01.uasset b/Content/Factory/Meshes/SM_DisplayBoard01.uasset new file mode 100644 index 00000000..52de33ca --- /dev/null +++ b/Content/Factory/Meshes/SM_DisplayBoard01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418e3083524e4608980bb6e5816fb6f195705a9253396bf37c593fbb906772c1 +size 171987 diff --git a/Content/Factory/Meshes/SM_DisplayBoard02.uasset b/Content/Factory/Meshes/SM_DisplayBoard02.uasset new file mode 100644 index 00000000..2c27fabf --- /dev/null +++ b/Content/Factory/Meshes/SM_DisplayBoard02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a8689feed162ceb53bdb9d80c66b98a0b7651eef3a67d2d994d8a2fef04cd8 +size 173808 diff --git a/Content/Factory/Meshes/SM_DisplayBoard03.uasset b/Content/Factory/Meshes/SM_DisplayBoard03.uasset new file mode 100644 index 00000000..180a5d50 --- /dev/null +++ b/Content/Factory/Meshes/SM_DisplayBoard03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46206e5220d564e2fb25bb78f89c3592e675657de350abc2406229cee12d900 +size 173826 diff --git a/Content/Factory/Meshes/SM_Door_A_02.uasset b/Content/Factory/Meshes/SM_Door_A_02.uasset new file mode 100644 index 00000000..71717b15 --- /dev/null +++ b/Content/Factory/Meshes/SM_Door_A_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10104a4fb8b4a00e53f03969cbc92089076bcb12f5da3ad20435f1b79ff558c +size 132293 diff --git a/Content/Factory/Meshes/SM_Door_A_03.uasset b/Content/Factory/Meshes/SM_Door_A_03.uasset new file mode 100644 index 00000000..2e37042f --- /dev/null +++ b/Content/Factory/Meshes/SM_Door_A_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903dc2c38ef72a4140f50690e57fc64c023b4b2f8ee1c751d5cb6efe06633a69 +size 144351 diff --git a/Content/Factory/Meshes/SM_Door_A_08.uasset b/Content/Factory/Meshes/SM_Door_A_08.uasset new file mode 100644 index 00000000..012f9909 --- /dev/null +++ b/Content/Factory/Meshes/SM_Door_A_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac8f9ced773edd51762f5bd69d3f8735f5cea9dea862f65521482692d9e8b5 +size 129279 diff --git a/Content/Factory/Meshes/SM_DroneRemoteControl01.uasset b/Content/Factory/Meshes/SM_DroneRemoteControl01.uasset new file mode 100644 index 00000000..e27dd0c8 --- /dev/null +++ b/Content/Factory/Meshes/SM_DroneRemoteControl01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a9138a4fb4fde3034fc961c94c9d804f14af711696211496f77d9bc7e6b4c1e +size 193774 diff --git a/Content/Factory/Meshes/SM_Dummy02.uasset b/Content/Factory/Meshes/SM_Dummy02.uasset new file mode 100644 index 00000000..6b97d7f0 --- /dev/null +++ b/Content/Factory/Meshes/SM_Dummy02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b31b79583bb45e20bc96e31bbefb7d6b2a4304594d8717a134bf02206b737f0 +size 775138 diff --git a/Content/Factory/Meshes/SM_ElectricalCablePart_01.uasset b/Content/Factory/Meshes/SM_ElectricalCablePart_01.uasset new file mode 100644 index 00000000..4bfe7348 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalCablePart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a2bb2105441673b828e9be02d2f0e92767f4b6de0c6f78c626d97443d0905b +size 102041 diff --git a/Content/Factory/Meshes/SM_ElectricalPanel_02.uasset b/Content/Factory/Meshes/SM_ElectricalPanel_02.uasset new file mode 100644 index 00000000..b96ac3dd --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalPanel_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933b78b843344fdd652e46c241ece86edaaddf003b73841b5d417446ee356cfc +size 150017 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Group01.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Group01.uasset new file mode 100644 index 00000000..9f18241e --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Group01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b671cf6bf71c023d556427d70f0197c690e8253c545b5105e32b2ded30240f91 +size 118437 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Group03.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Group03.uasset new file mode 100644 index 00000000..c29b9ab8 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Group03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0fb9d2b53b094ae07b620e79b438634ed43f17c5181405630efca729bcd83f +size 138138 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Group04.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Group04.uasset new file mode 100644 index 00000000..a55b71d8 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Group04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05462a6efef2ec7b65567e09252102464dceee8073a63e47527c1fa1bf60053a +size 195237 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Group06.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Group06.uasset new file mode 100644 index 00000000..278d2fd1 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Group06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628b7ded265d627fd2922762134a36af617a2f7a83a043abdb07287056d26106 +size 268575 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Group07.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Group07.uasset new file mode 100644 index 00000000..0bd44c2b --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Group07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88df63a1b6edbefb23d2e4c777895a4d8861b03a9e42898f7db1d325677822e4 +size 264124 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox01.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox01.uasset new file mode 100644 index 00000000..4e8bbaa9 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c205c4e6df8575fdd1cbb4b8bf98e7f0e7bc1663db7cf9c6800a0824f8e7d387 +size 125336 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox02.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox02.uasset new file mode 100644 index 00000000..523c2df2 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9fe67e84d27f2feb5c38990dff69c6496bc5d6294c7cc4f87984e2aa6dec18 +size 114430 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox03.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox03.uasset new file mode 100644 index 00000000..5f7d6c8a --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6f3f3d66b6bf2031e8ddfc12bcdd5d4a70e41fba80e76bc4c652c630a89699 +size 120119 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox04.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox04.uasset new file mode 100644 index 00000000..82bcc129 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_JunctionBox04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cd8fd0fde7b6447d89949269e1dfbe55f36a4bcaee2464f50521fd48e6f2c8 +size 118293 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Socket01.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Socket01.uasset new file mode 100644 index 00000000..d3010b95 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Socket01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f22fa0a1158dfb3ba623f2d9db444b1e8f1f3b92c06c54bc8bee19e4dd150b +size 117396 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard01.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard01.uasset new file mode 100644 index 00000000..9e6ccaec --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5967dc05e08cdff4ff268ca38384ceca30d9cafe19de6db9e6fc72e4bb1919fa +size 160512 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard02.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard02.uasset new file mode 100644 index 00000000..500ada64 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a62e506edcdce178850acceb5c12aca97120209f352fec3f24813b4297a51b4 +size 144720 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard03.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard03.uasset new file mode 100644 index 00000000..b07911ae --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56de39aca2bdb3cf6e191e61ca5534f4b3973428361f655cef6673f8d55e3c5 +size 141457 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard04.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard04.uasset new file mode 100644 index 00000000..833fed37 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d503f7c5b69341da695289b3903fced0d36c1414a27cee63e8348e26ba48e672 +size 116643 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard05.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard05.uasset new file mode 100644 index 00000000..f9862f16 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb2db47937b06b7c2c67d3531c8f0965f88f8dfa7041f45da95a5ca6d4aa464 +size 115385 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard06_01.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard06_01.uasset new file mode 100644 index 00000000..3229d601 --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard06_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e7dd4ca1b23acafb63858c223c413d3227666d501b4734f04d5d39cd89da47 +size 182591 diff --git a/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard06_02.uasset b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard06_02.uasset new file mode 100644 index 00000000..8b81620d --- /dev/null +++ b/Content/Factory/Meshes/SM_ElectricalSupply_Switchboard06_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a51f6d1cfb4bf7325115f5404b0eb42833fea71e96b1470e225d5bc5f98cd81 +size 103332 diff --git a/Content/Factory/Meshes/SM_Engine.uasset b/Content/Factory/Meshes/SM_Engine.uasset new file mode 100644 index 00000000..18afcdba --- /dev/null +++ b/Content/Factory/Meshes/SM_Engine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:309bbb56026ff744a1f0fad631a48d47628b04ab1c7f9246d61a5af5a7ded2d3 +size 380469 diff --git a/Content/Factory/Meshes/SM_EngineModifyPivot.uasset b/Content/Factory/Meshes/SM_EngineModifyPivot.uasset new file mode 100644 index 00000000..de40d903 --- /dev/null +++ b/Content/Factory/Meshes/SM_EngineModifyPivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b214ba1e7343a8db3351ae9821296f9e00c2bdaf8a9f44b5bb2217588f29fab4 +size 439453 diff --git a/Content/Factory/Meshes/SM_EngineWithContainer.uasset b/Content/Factory/Meshes/SM_EngineWithContainer.uasset new file mode 100644 index 00000000..76085f58 --- /dev/null +++ b/Content/Factory/Meshes/SM_EngineWithContainer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb058d3962afefb86250540237270d0980c9a4a69bf0a404c7964425c8111161 +size 810900 diff --git a/Content/Factory/Meshes/SM_FactoryFloorLarge01.uasset b/Content/Factory/Meshes/SM_FactoryFloorLarge01.uasset new file mode 100644 index 00000000..b5d87262 --- /dev/null +++ b/Content/Factory/Meshes/SM_FactoryFloorLarge01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d6daf284bf4a5aa9dc357ae42b84fe843c24996f1b0634f3ed87a6dfc995a4a +size 100601 diff --git a/Content/Factory/Meshes/SM_Fence04.uasset b/Content/Factory/Meshes/SM_Fence04.uasset new file mode 100644 index 00000000..92e0c436 --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66233b39e3335b5430246aba64c55f27f8000943006e51f9378a2584f951fc31 +size 148275 diff --git a/Content/Factory/Meshes/SM_Fence05.uasset b/Content/Factory/Meshes/SM_Fence05.uasset new file mode 100644 index 00000000..4c301b23 --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685d6197890ee44eb8ffff9f2cec9852a96524694b67a1069b64b98385e54e96 +size 115623 diff --git a/Content/Factory/Meshes/SM_Fence06.uasset b/Content/Factory/Meshes/SM_Fence06.uasset new file mode 100644 index 00000000..318b54fc --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28ce9866e2b869145e5ac12ea2847c605ac2264719808a2fe36ad48a455854fd +size 128550 diff --git a/Content/Factory/Meshes/SM_Fence07.uasset b/Content/Factory/Meshes/SM_Fence07.uasset new file mode 100644 index 00000000..06e5133a --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90a77780681b008d4d8ae1c5849e772d3f121f97a41104cc1aa68a5fb25413b +size 126112 diff --git a/Content/Factory/Meshes/SM_Fence08.uasset b/Content/Factory/Meshes/SM_Fence08.uasset new file mode 100644 index 00000000..a9f7c8e2 --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e039a4ed22b6a33e151322c7c902be829e831cde8365b000b8b067ada55350e +size 117440 diff --git a/Content/Factory/Meshes/SM_Fence09.uasset b/Content/Factory/Meshes/SM_Fence09.uasset new file mode 100644 index 00000000..b5c5cc61 --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602c4151ce0901731a9965054326e85a4eeea4b6cfe62dddb883266ee6d0713a +size 134386 diff --git a/Content/Factory/Meshes/SM_FencePart_01.uasset b/Content/Factory/Meshes/SM_FencePart_01.uasset new file mode 100644 index 00000000..e7dc5338 --- /dev/null +++ b/Content/Factory/Meshes/SM_FencePart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b63cbe397b13e737dc450daea39e18dcd1dbfed4bb9a87739c44e8871171917 +size 108276 diff --git a/Content/Factory/Meshes/SM_FencePart_02.uasset b/Content/Factory/Meshes/SM_FencePart_02.uasset new file mode 100644 index 00000000..2cf6c2d6 --- /dev/null +++ b/Content/Factory/Meshes/SM_FencePart_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf6cd5417a6a31549d8db8f7760c84992d892e03448a72f83486fd21f1bff8f +size 106039 diff --git a/Content/Factory/Meshes/SM_Fence_01.uasset b/Content/Factory/Meshes/SM_Fence_01.uasset new file mode 100644 index 00000000..9bad090f --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de277634b7984bf99924e61ae3327907e81ab4707060fc5a80e3a9f8e72207e7 +size 120213 diff --git a/Content/Factory/Meshes/SM_Fence_02.uasset b/Content/Factory/Meshes/SM_Fence_02.uasset new file mode 100644 index 00000000..0150fbeb --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade4b6ab648de7e7e2640473be5dc108ea23272f903d713b888b23a04c47ffb7 +size 127504 diff --git a/Content/Factory/Meshes/SM_Fence_03.uasset b/Content/Factory/Meshes/SM_Fence_03.uasset new file mode 100644 index 00000000..56ef1f61 --- /dev/null +++ b/Content/Factory/Meshes/SM_Fence_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5551c8acf5ce44f9f06ae615267dd68be4226ed0a9173d9b8498f0a6f7752ed +size 128744 diff --git a/Content/Factory/Meshes/SM_FireEquipment_01.uasset b/Content/Factory/Meshes/SM_FireEquipment_01.uasset new file mode 100644 index 00000000..139532cc --- /dev/null +++ b/Content/Factory/Meshes/SM_FireEquipment_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34cbe8fac1979041d8c0ffbf2d164a81dc7efb53a12d33bad05db8d1152fc992 +size 328105 diff --git a/Content/Factory/Meshes/SM_FireSensor01.uasset b/Content/Factory/Meshes/SM_FireSensor01.uasset new file mode 100644 index 00000000..62b6d97e --- /dev/null +++ b/Content/Factory/Meshes/SM_FireSensor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a00727cac1ee4431a77dad8db07d423a4593f5ca36cafbf531dddd53c65db3 +size 95206 diff --git a/Content/Factory/Meshes/SM_Floor2m.uasset b/Content/Factory/Meshes/SM_Floor2m.uasset new file mode 100644 index 00000000..8212509c --- /dev/null +++ b/Content/Factory/Meshes/SM_Floor2m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4327f2b333d1c521f80cf5e47b934bea1e4eb07fc3b24ad21f74d008fa6848d +size 96174 diff --git a/Content/Factory/Meshes/SM_FloorDrainage01.uasset b/Content/Factory/Meshes/SM_FloorDrainage01.uasset new file mode 100644 index 00000000..68663b7f --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorDrainage01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6382baf4af1f599dfbe6651070433af6ee8826d2ff0a03a566210f003da3b6 +size 90576 diff --git a/Content/Factory/Meshes/SM_FloorDrainage02.uasset b/Content/Factory/Meshes/SM_FloorDrainage02.uasset new file mode 100644 index 00000000..efd859da --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorDrainage02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb48d55145bdc6a0e927e41991f987a642167888fc94351724467d2754d7836 +size 90292 diff --git a/Content/Factory/Meshes/SM_FloorMat03.uasset b/Content/Factory/Meshes/SM_FloorMat03.uasset new file mode 100644 index 00000000..39c6ce74 --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMat03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb0511b3ed16504f7b112ef831bdd52ea683e1c9580193ecc7865a06cde5328 +size 104002 diff --git a/Content/Factory/Meshes/SM_FloorMat04.uasset b/Content/Factory/Meshes/SM_FloorMat04.uasset new file mode 100644 index 00000000..04dfe927 --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMat04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c76157e09ee3a27d5dbae0302d27fb9ab604d6adf2189fb945c1d77217a612 +size 109273 diff --git a/Content/Factory/Meshes/SM_FloorMat07.uasset b/Content/Factory/Meshes/SM_FloorMat07.uasset new file mode 100644 index 00000000..5f9c9ac5 --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMat07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb36e776acb7fb76fb2031350f84f2f170832ef53842e606ad4b7520850f9eb +size 117085 diff --git a/Content/Factory/Meshes/SM_FloorMat08.uasset b/Content/Factory/Meshes/SM_FloorMat08.uasset new file mode 100644 index 00000000..5056910d --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMat08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c1b394fa140c856776b9f4d48616cc0de6b1bca70978a370fdbe4c3322dfa3 +size 111372 diff --git a/Content/Factory/Meshes/SM_FloorMatsMerged01.uasset b/Content/Factory/Meshes/SM_FloorMatsMerged01.uasset new file mode 100644 index 00000000..a90fae1c --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMatsMerged01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a09f8edfc3e1f1f8011dfe4960c4c8cf645a23ba8d5d93fe04431be609409d38 +size 125566 diff --git a/Content/Factory/Meshes/SM_FloorMatsMerged02.uasset b/Content/Factory/Meshes/SM_FloorMatsMerged02.uasset new file mode 100644 index 00000000..d336406e --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMatsMerged02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079b12c9b970d9c0bbea18280f2f0849a930fc9dcb32a5e2757e282ff44d0a5c +size 111269 diff --git a/Content/Factory/Meshes/SM_FloorMatsMerged03.uasset b/Content/Factory/Meshes/SM_FloorMatsMerged03.uasset new file mode 100644 index 00000000..9af1f843 --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMatsMerged03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03211ccf314d08aee1ea95ed86ce11da28750d0075722592ea3f8c140088ddb2 +size 131875 diff --git a/Content/Factory/Meshes/SM_FloorMatsMerged04.uasset b/Content/Factory/Meshes/SM_FloorMatsMerged04.uasset new file mode 100644 index 00000000..e88f848c --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorMatsMerged04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0d5c7d57e9c3c4ccf4bbf4f10726819547947ff3201836545c9ce72384128b +size 242697 diff --git a/Content/Factory/Meshes/SM_FloorStairs01.uasset b/Content/Factory/Meshes/SM_FloorStairs01.uasset new file mode 100644 index 00000000..49401c67 --- /dev/null +++ b/Content/Factory/Meshes/SM_FloorStairs01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58bea9a230951611f8924c46b930df3add8735d07cad60cb00de2ea3f65f182 +size 168398 diff --git a/Content/Factory/Meshes/SM_ForkLift.uasset b/Content/Factory/Meshes/SM_ForkLift.uasset new file mode 100644 index 00000000..d3684c82 --- /dev/null +++ b/Content/Factory/Meshes/SM_ForkLift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896e95dbd5f63b51ccbd4396b8e4e592418c404feaff55975d3e90e261a20814 +size 701757 diff --git a/Content/Factory/Meshes/SM_Forklift_prop_wheel.uasset b/Content/Factory/Meshes/SM_Forklift_prop_wheel.uasset new file mode 100644 index 00000000..32ddb51c --- /dev/null +++ b/Content/Factory/Meshes/SM_Forklift_prop_wheel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7c1ba7d957eaf72bfcfb61d241226f6f5afbf9de934c4e7a8f577e01c2920b +size 134002 diff --git a/Content/Factory/Meshes/SM_FrontWall01.uasset b/Content/Factory/Meshes/SM_FrontWall01.uasset new file mode 100644 index 00000000..f81e811c --- /dev/null +++ b/Content/Factory/Meshes/SM_FrontWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37383e47eec3cb58567f39dad550ab75ad3906bff4572a6cced84e6bd4b8baa +size 246883 diff --git a/Content/Factory/Meshes/SM_GateBorder02.uasset b/Content/Factory/Meshes/SM_GateBorder02.uasset new file mode 100644 index 00000000..608d3d3d --- /dev/null +++ b/Content/Factory/Meshes/SM_GateBorder02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad57fc2153e87bf020c8443dc637813443abf0f964fbed1e16f90eba4636337 +size 140961 diff --git a/Content/Factory/Meshes/SM_GateLeft02.uasset b/Content/Factory/Meshes/SM_GateLeft02.uasset new file mode 100644 index 00000000..48661ec4 --- /dev/null +++ b/Content/Factory/Meshes/SM_GateLeft02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea36436fc3b04067a13baf4859a1fe1e8ab8b9c6cff6407036555acfc6608bd1 +size 258192 diff --git a/Content/Factory/Meshes/SM_GateRight02.uasset b/Content/Factory/Meshes/SM_GateRight02.uasset new file mode 100644 index 00000000..8b297cd7 --- /dev/null +++ b/Content/Factory/Meshes/SM_GateRight02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd22dfc507c95b8dd3dfd2ac3bf8363a77151dddb15251f764e91b35b2a89f67 +size 188384 diff --git a/Content/Factory/Meshes/SM_GlassDoorPart_01.uasset b/Content/Factory/Meshes/SM_GlassDoorPart_01.uasset new file mode 100644 index 00000000..418534c0 --- /dev/null +++ b/Content/Factory/Meshes/SM_GlassDoorPart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2683a39514454924590f44ff7aa0db87a1cf02c870f71a9fe083156f9c86c57d +size 120039 diff --git a/Content/Factory/Meshes/SM_GlassDoorPart_02.uasset b/Content/Factory/Meshes/SM_GlassDoorPart_02.uasset new file mode 100644 index 00000000..25d58db4 --- /dev/null +++ b/Content/Factory/Meshes/SM_GlassDoorPart_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c503bbe866b8f0b52639e5ba3c6344e972fffc5c8d8c378b33f8eb33f0d598 +size 164395 diff --git a/Content/Factory/Meshes/SM_GlassDoorThreshold_01.uasset b/Content/Factory/Meshes/SM_GlassDoorThreshold_01.uasset new file mode 100644 index 00000000..0624b57a --- /dev/null +++ b/Content/Factory/Meshes/SM_GlassDoorThreshold_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c962bed81533810d4ab33197f4f9291d5776222b96285abe98d87430ef91aad +size 97394 diff --git a/Content/Factory/Meshes/SM_HVSockets01.uasset b/Content/Factory/Meshes/SM_HVSockets01.uasset new file mode 100644 index 00000000..b66a41a8 --- /dev/null +++ b/Content/Factory/Meshes/SM_HVSockets01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1e123db0e836e3e07f52fb18cf718ee2dcc2464c9f26b71892d3f55e77b822 +size 134512 diff --git a/Content/Factory/Meshes/SM_HVSockets02.uasset b/Content/Factory/Meshes/SM_HVSockets02.uasset new file mode 100644 index 00000000..b62a5983 --- /dev/null +++ b/Content/Factory/Meshes/SM_HVSockets02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccca26049f382f3183a37e3f1fee5214901b157aa6db04b3c90cf93f1e091565 +size 127546 diff --git a/Content/Factory/Meshes/SM_HeavyArch04.uasset b/Content/Factory/Meshes/SM_HeavyArch04.uasset new file mode 100644 index 00000000..733d7b65 --- /dev/null +++ b/Content/Factory/Meshes/SM_HeavyArch04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941782c1b376cfbd18e596052bc61b380b66e33a305ce2d367120efdb382341b +size 111878 diff --git a/Content/Factory/Meshes/SM_HeavyPlatform01.uasset b/Content/Factory/Meshes/SM_HeavyPlatform01.uasset new file mode 100644 index 00000000..30b2517e --- /dev/null +++ b/Content/Factory/Meshes/SM_HeavyPlatform01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1698a97cc8bb7cf4d376fe16aa122677084f2eb8de889f6e73619ab2f2f1a1b5 +size 112771 diff --git a/Content/Factory/Meshes/SM_Jeans01.uasset b/Content/Factory/Meshes/SM_Jeans01.uasset new file mode 100644 index 00000000..840ce062 --- /dev/null +++ b/Content/Factory/Meshes/SM_Jeans01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d521f81db6ef4658e5ff4e15c035fc674f5471413e1bde6970c99df4236aaf50 +size 167887 diff --git a/Content/Factory/Meshes/SM_Jeans02.uasset b/Content/Factory/Meshes/SM_Jeans02.uasset new file mode 100644 index 00000000..ad8daaca --- /dev/null +++ b/Content/Factory/Meshes/SM_Jeans02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f386bfa3d88c58cb41c0e2d2dd37fd8b2a2669f0182459a05ee7af3ecb3715 +size 180871 diff --git a/Content/Factory/Meshes/SM_Jeans03.uasset b/Content/Factory/Meshes/SM_Jeans03.uasset new file mode 100644 index 00000000..d54f4dc8 --- /dev/null +++ b/Content/Factory/Meshes/SM_Jeans03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea35d7c0a866d0991dbee5310bf7c14300cb5f24b0cb07eb52c48f89a0fd05b7 +size 160015 diff --git a/Content/Factory/Meshes/SM_Keyboard_01.uasset b/Content/Factory/Meshes/SM_Keyboard_01.uasset new file mode 100644 index 00000000..4a1f6136 --- /dev/null +++ b/Content/Factory/Meshes/SM_Keyboard_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c97944cc85d6376079524755bef9db1c11700da71e303beeb7cf916f40e92c +size 557359 diff --git a/Content/Factory/Meshes/SM_Label010.uasset b/Content/Factory/Meshes/SM_Label010.uasset new file mode 100644 index 00000000..8430caa5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Label010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c266ba802dab5acb132a6cbc95cdc527c6cc5accf41acc379c82a1ea427ff6 +size 85997 diff --git a/Content/Factory/Meshes/SM_Label011.uasset b/Content/Factory/Meshes/SM_Label011.uasset new file mode 100644 index 00000000..47ec26e6 --- /dev/null +++ b/Content/Factory/Meshes/SM_Label011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06162e54003357b8974610856f69b1209337b9f2c31b2c5aeff7557a1eefc5f2 +size 88781 diff --git a/Content/Factory/Meshes/SM_Label013.uasset b/Content/Factory/Meshes/SM_Label013.uasset new file mode 100644 index 00000000..f0a2b05a --- /dev/null +++ b/Content/Factory/Meshes/SM_Label013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b8958b241a6ad3f47bbc21c3fddb0a8aca055854b2052bbfbd58bde76da8c8 +size 89317 diff --git a/Content/Factory/Meshes/SM_Label016.uasset b/Content/Factory/Meshes/SM_Label016.uasset new file mode 100644 index 00000000..4450d1ef --- /dev/null +++ b/Content/Factory/Meshes/SM_Label016.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894a3655781828bbfcb2550e0b2aa062d29771c634f605a434ce218c80995880 +size 85761 diff --git a/Content/Factory/Meshes/SM_Label02.uasset b/Content/Factory/Meshes/SM_Label02.uasset new file mode 100644 index 00000000..01ada3c3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Label02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fda20f44593e8b62a08d1d99c1a6dd1a4ef8e4816b4d266e9e8d8e04a0c9940 +size 84474 diff --git a/Content/Factory/Meshes/SM_Label05.uasset b/Content/Factory/Meshes/SM_Label05.uasset new file mode 100644 index 00000000..0ab075f0 --- /dev/null +++ b/Content/Factory/Meshes/SM_Label05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffc3a7a464ca26a206c757a3fdffb40d2e53ce228f2cba7ab2e7f0ae02d894e +size 83627 diff --git a/Content/Factory/Meshes/SM_Label06.uasset b/Content/Factory/Meshes/SM_Label06.uasset new file mode 100644 index 00000000..e849d17b --- /dev/null +++ b/Content/Factory/Meshes/SM_Label06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f493932a61429596ea74a6e155019cf5ab43662845bdc083718480681a79bbdb +size 84681 diff --git a/Content/Factory/Meshes/SM_Label08.uasset b/Content/Factory/Meshes/SM_Label08.uasset new file mode 100644 index 00000000..513f6dcf --- /dev/null +++ b/Content/Factory/Meshes/SM_Label08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192f6fa3020c14e8f941b6e8e2b7c754df8937b535fd63feac460a1b8bd01c8b +size 83473 diff --git a/Content/Factory/Meshes/SM_Label09.uasset b/Content/Factory/Meshes/SM_Label09.uasset new file mode 100644 index 00000000..58033207 --- /dev/null +++ b/Content/Factory/Meshes/SM_Label09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa9579a58e0d3e2add14eaf258e045dd1130a1c9890616cfcb451d0763c72658 +size 87038 diff --git a/Content/Factory/Meshes/SM_LabelsMess01.uasset b/Content/Factory/Meshes/SM_LabelsMess01.uasset new file mode 100644 index 00000000..054eac8e --- /dev/null +++ b/Content/Factory/Meshes/SM_LabelsMess01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95333381386ae138ddf8d57088570fe88d2eb872600879587638bb636b7ec93e +size 223220 diff --git a/Content/Factory/Meshes/SM_LabelsMess013.uasset b/Content/Factory/Meshes/SM_LabelsMess013.uasset new file mode 100644 index 00000000..51689bac --- /dev/null +++ b/Content/Factory/Meshes/SM_LabelsMess013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6eac1eaa4c4a4a213f202e7d881c990e631c931cb413e1a461bf0ed3741ffed +size 104454 diff --git a/Content/Factory/Meshes/SM_LabelsMess02.uasset b/Content/Factory/Meshes/SM_LabelsMess02.uasset new file mode 100644 index 00000000..7507041d --- /dev/null +++ b/Content/Factory/Meshes/SM_LabelsMess02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a1c6867da2c447e4d63c613f80cd1b3822e2ee6e7069593e8adf6f3fdd0741 +size 189197 diff --git a/Content/Factory/Meshes/SM_LabelsMess03.uasset b/Content/Factory/Meshes/SM_LabelsMess03.uasset new file mode 100644 index 00000000..bbb8f15d --- /dev/null +++ b/Content/Factory/Meshes/SM_LabelsMess03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c353860b68290eec74e488384784fa8df76548967ae1bf66d12326a55b675e0 +size 232177 diff --git a/Content/Factory/Meshes/SM_LabelsMess04.uasset b/Content/Factory/Meshes/SM_LabelsMess04.uasset new file mode 100644 index 00000000..8146979d --- /dev/null +++ b/Content/Factory/Meshes/SM_LabelsMess04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a534c1dd9f30b2dc0c27dbe10b6166cfcc15e4df241da1c4f4eaedfa284280 +size 286766 diff --git a/Content/Factory/Meshes/SM_LabelsMess05.uasset b/Content/Factory/Meshes/SM_LabelsMess05.uasset new file mode 100644 index 00000000..9dfa44cc --- /dev/null +++ b/Content/Factory/Meshes/SM_LabelsMess05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a6527021eab69e00c65586d1d4588035c07c0ad106d48a356e14b612b1d836 +size 194848 diff --git a/Content/Factory/Meshes/SM_Ladder01.uasset b/Content/Factory/Meshes/SM_Ladder01.uasset new file mode 100644 index 00000000..2a525768 --- /dev/null +++ b/Content/Factory/Meshes/SM_Ladder01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed195a907be95cd79d3a6fd9e431a7f0f818d70647851d782f329e3b7da1e6e5 +size 189018 diff --git a/Content/Factory/Meshes/SM_Ladder02.uasset b/Content/Factory/Meshes/SM_Ladder02.uasset new file mode 100644 index 00000000..91f8127c --- /dev/null +++ b/Content/Factory/Meshes/SM_Ladder02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07de36089608fd5e677ab0e29bea6f1f032db09df1c778108ead4ee0f946c119 +size 205781 diff --git a/Content/Factory/Meshes/SM_Lamp01.uasset b/Content/Factory/Meshes/SM_Lamp01.uasset new file mode 100644 index 00000000..cf21bcf5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Lamp01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245c05273193116ef205c26caef9cbd547ec77ae0560701dd06fcac070b5de5c +size 225670 diff --git a/Content/Factory/Meshes/SM_Lamp02.uasset b/Content/Factory/Meshes/SM_Lamp02.uasset new file mode 100644 index 00000000..f009eefe --- /dev/null +++ b/Content/Factory/Meshes/SM_Lamp02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a4ba28afbe0861fb1bf6f57d90cee6ee57c2531c845a880175397498b7d4926 +size 207490 diff --git a/Content/Factory/Meshes/SM_Lamp03.uasset b/Content/Factory/Meshes/SM_Lamp03.uasset new file mode 100644 index 00000000..614f73e6 --- /dev/null +++ b/Content/Factory/Meshes/SM_Lamp03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed204aa9f71e6a07bff42a4d4ae2a7245db6fc2de4177656a944c5872b3ee83 +size 152726 diff --git a/Content/Factory/Meshes/SM_LampArch01.uasset b/Content/Factory/Meshes/SM_LampArch01.uasset new file mode 100644 index 00000000..f134bb30 --- /dev/null +++ b/Content/Factory/Meshes/SM_LampArch01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705e66589012e86c670c01dbe61b4f706d42789f626f9989396705c0b4c826ee +size 1567140 diff --git a/Content/Factory/Meshes/SM_LampSet_01.uasset b/Content/Factory/Meshes/SM_LampSet_01.uasset new file mode 100644 index 00000000..f8007bf3 --- /dev/null +++ b/Content/Factory/Meshes/SM_LampSet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b04111884179c6ac3c43f5e362950c3c2806debafcfed258930ac53bd8e6c53 +size 200716 diff --git a/Content/Factory/Meshes/SM_LampSet_part_01.uasset b/Content/Factory/Meshes/SM_LampSet_part_01.uasset new file mode 100644 index 00000000..0caf4712 --- /dev/null +++ b/Content/Factory/Meshes/SM_LampSet_part_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab0d13a56ec609a2c302726a61a4f95493fa5945f00ceac797ff24b63fa518a +size 187854 diff --git a/Content/Factory/Meshes/SM_Lamp_with_Rope01.uasset b/Content/Factory/Meshes/SM_Lamp_with_Rope01.uasset new file mode 100644 index 00000000..9822f162 --- /dev/null +++ b/Content/Factory/Meshes/SM_Lamp_with_Rope01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6505fc2c11573ed73b01e9637f8aa3f022ae5a458677e83da5f1b76efd87d773 +size 242236 diff --git a/Content/Factory/Meshes/SM_LargeInnerWall.uasset b/Content/Factory/Meshes/SM_LargeInnerWall.uasset new file mode 100644 index 00000000..8b99cc90 --- /dev/null +++ b/Content/Factory/Meshes/SM_LargeInnerWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6c14be85872f71a1eb00cd185c0a56509f6a0e74d1d4b631ddab2b2495bc68 +size 279104 diff --git a/Content/Factory/Meshes/SM_LargeRoofEnd01.uasset b/Content/Factory/Meshes/SM_LargeRoofEnd01.uasset new file mode 100644 index 00000000..4daeb78d --- /dev/null +++ b/Content/Factory/Meshes/SM_LargeRoofEnd01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:943663b1532e58b13282009a3fd38a5c822aa52405bcbc6d3e0ee9350a544a53 +size 306674 diff --git a/Content/Factory/Meshes/SM_LargeRoofEnd02.uasset b/Content/Factory/Meshes/SM_LargeRoofEnd02.uasset new file mode 100644 index 00000000..cb0788b9 --- /dev/null +++ b/Content/Factory/Meshes/SM_LargeRoofEnd02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e89da019652ddf5cf65b6e6c7e09b789c8981cec4d318a52b8263ea8a02115d +size 309849 diff --git a/Content/Factory/Meshes/SM_LargeRoofMerged02.uasset b/Content/Factory/Meshes/SM_LargeRoofMerged02.uasset new file mode 100644 index 00000000..cfbcd04c --- /dev/null +++ b/Content/Factory/Meshes/SM_LargeRoofMerged02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35de5e84d916214c9d62bce461a8388d024a8235cee234d17ad39c880ff81278 +size 261350 diff --git a/Content/Factory/Meshes/SM_LargeWindowFramed02.uasset b/Content/Factory/Meshes/SM_LargeWindowFramed02.uasset new file mode 100644 index 00000000..9067bc4c --- /dev/null +++ b/Content/Factory/Meshes/SM_LargeWindowFramed02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2a72e0d24e1d0ad20eb0ce14c4acc1be73501ffaf205d51a7ef730afb4991c +size 175896 diff --git a/Content/Factory/Meshes/SM_Layout01.uasset b/Content/Factory/Meshes/SM_Layout01.uasset new file mode 100644 index 00000000..e53de398 --- /dev/null +++ b/Content/Factory/Meshes/SM_Layout01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e3940d4cdd767c27d0c6bce8f471da71c5ac1ed0c4d2568a734677aa11cb7f +size 664901 diff --git a/Content/Factory/Meshes/SM_LayoutTable01.uasset b/Content/Factory/Meshes/SM_LayoutTable01.uasset new file mode 100644 index 00000000..f7756f32 --- /dev/null +++ b/Content/Factory/Meshes/SM_LayoutTable01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d78e3fa0ab7deff9c74d9187b226aef17754b39abaff62b83604d116920f25 +size 135411 diff --git a/Content/Factory/Meshes/SM_LockerBox_01.uasset b/Content/Factory/Meshes/SM_LockerBox_01.uasset new file mode 100644 index 00000000..8a26efc1 --- /dev/null +++ b/Content/Factory/Meshes/SM_LockerBox_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e75e71ef8d70f960870e7b218d4cefb5ad66db2ce0b2afb8383819d0cf06ad +size 169461 diff --git a/Content/Factory/Meshes/SM_LockerClosed.uasset b/Content/Factory/Meshes/SM_LockerClosed.uasset new file mode 100644 index 00000000..619779a8 --- /dev/null +++ b/Content/Factory/Meshes/SM_LockerClosed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11041d5d65bb81f9604711f15b61bc8693a149c4dea9470bc75489d314751f7 +size 105687 diff --git a/Content/Factory/Meshes/SM_LockerDoorL_01.uasset b/Content/Factory/Meshes/SM_LockerDoorL_01.uasset new file mode 100644 index 00000000..56f75b87 --- /dev/null +++ b/Content/Factory/Meshes/SM_LockerDoorL_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1fb85f703dbf44953cfe5fbd6abc6ae2158736a4ac515ea3f19f4f922a39f6f +size 143024 diff --git a/Content/Factory/Meshes/SM_LockerDoorR_01.uasset b/Content/Factory/Meshes/SM_LockerDoorR_01.uasset new file mode 100644 index 00000000..361c9dc5 --- /dev/null +++ b/Content/Factory/Meshes/SM_LockerDoorR_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de6bd0c93af6e8a3b2258e78fbd29c4d5f49ccfecd649f184bf4a58508f8826 +size 183556 diff --git a/Content/Factory/Meshes/SM_Locker_01.uasset b/Content/Factory/Meshes/SM_Locker_01.uasset new file mode 100644 index 00000000..37922afd --- /dev/null +++ b/Content/Factory/Meshes/SM_Locker_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ba62368913498dcd2ef5c751ac0265bd2014d48e41d6fc72595efa18410841 +size 210833 diff --git a/Content/Factory/Meshes/SM_MagazineBlue.uasset b/Content/Factory/Meshes/SM_MagazineBlue.uasset new file mode 100644 index 00000000..bb1bae0c --- /dev/null +++ b/Content/Factory/Meshes/SM_MagazineBlue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aef5af1d15c411bcfec7a7761f264c0bf9ee7387610755304ac06399fc805dde +size 93564 diff --git a/Content/Factory/Meshes/SM_MagazineClosed.uasset b/Content/Factory/Meshes/SM_MagazineClosed.uasset new file mode 100644 index 00000000..4d020c84 --- /dev/null +++ b/Content/Factory/Meshes/SM_MagazineClosed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e61b004fb4aabe734a6b76d940325f3f0edb7a36758ed0143aca3fd78639013 +size 95598 diff --git a/Content/Factory/Meshes/SM_MagazineGreen.uasset b/Content/Factory/Meshes/SM_MagazineGreen.uasset new file mode 100644 index 00000000..43748073 --- /dev/null +++ b/Content/Factory/Meshes/SM_MagazineGreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd357980cf7ce34ae66c20616ce17e970fcfb94cb24054cb954e8fab3d1c84a +size 96569 diff --git a/Content/Factory/Meshes/SM_MagazineOpened.uasset b/Content/Factory/Meshes/SM_MagazineOpened.uasset new file mode 100644 index 00000000..aa221817 --- /dev/null +++ b/Content/Factory/Meshes/SM_MagazineOpened.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8fb664dcaae6c46e8db60bd1c5f9598ed970c9612acc05389ebccd26411376 +size 107551 diff --git a/Content/Factory/Meshes/SM_MagazineOrange.uasset b/Content/Factory/Meshes/SM_MagazineOrange.uasset new file mode 100644 index 00000000..11d59eea --- /dev/null +++ b/Content/Factory/Meshes/SM_MagazineOrange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700cc08c754397d2a6e20818f30f5f457c9c1fcbead7dd0684df93e231857ac0 +size 94230 diff --git a/Content/Factory/Meshes/SM_MetalBeam02.uasset b/Content/Factory/Meshes/SM_MetalBeam02.uasset new file mode 100644 index 00000000..bf041d46 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b4db835b7425456b0a736a6e7d6871fc116f53d4d4b68582837d62d895652c +size 126474 diff --git a/Content/Factory/Meshes/SM_MetalBeam03.uasset b/Content/Factory/Meshes/SM_MetalBeam03.uasset new file mode 100644 index 00000000..704229dd --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3152b5f4dc21d30f50814cbfff2b3ef1a180c1f162743ec68977061db42152 +size 179056 diff --git a/Content/Factory/Meshes/SM_MetalBeam06.uasset b/Content/Factory/Meshes/SM_MetalBeam06.uasset new file mode 100644 index 00000000..0883d771 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29cac01983d826d46c465508c37b2d6f3a66aa25937e8e97950552dbab8640c +size 192848 diff --git a/Content/Factory/Meshes/SM_MetalBeam09.uasset b/Content/Factory/Meshes/SM_MetalBeam09.uasset new file mode 100644 index 00000000..bb977117 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa12be0df7dadcd7ce057de32db7661f6715c0c180fc650eb08a7ab25073a428 +size 185757 diff --git a/Content/Factory/Meshes/SM_MetalBeam10.uasset b/Content/Factory/Meshes/SM_MetalBeam10.uasset new file mode 100644 index 00000000..c532aeca --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2cd90fb389ac4d4caaddc080eeb8ca88790b919c1940d509f54a845bdd0426 +size 113902 diff --git a/Content/Factory/Meshes/SM_MetalBeam12.uasset b/Content/Factory/Meshes/SM_MetalBeam12.uasset new file mode 100644 index 00000000..855e6d16 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a3bbeba252f0832a9e7383001e18d4d1b1f19825467fcab88e33b2071f612a +size 133993 diff --git a/Content/Factory/Meshes/SM_MetalBeam13.uasset b/Content/Factory/Meshes/SM_MetalBeam13.uasset new file mode 100644 index 00000000..bf80cf0b --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea899a385e0a8ca913094ad0dc3b0b4d54f04818546d728bc1732ff7424dfe5 +size 113381 diff --git a/Content/Factory/Meshes/SM_MetalBeam14.uasset b/Content/Factory/Meshes/SM_MetalBeam14.uasset new file mode 100644 index 00000000..831ac9fe --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28d9044f12b9870ed6947329d8cb2b9369fd969515303d72c47ac4d134c67bed +size 212134 diff --git a/Content/Factory/Meshes/SM_MetalBeam15.uasset b/Content/Factory/Meshes/SM_MetalBeam15.uasset new file mode 100644 index 00000000..2ea9a2e0 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5702cce63274ba0b9b26b187e8906d09c3aa0a3aa582df76dff1ffafdd4f6c44 +size 117275 diff --git a/Content/Factory/Meshes/SM_MetalBeam16.uasset b/Content/Factory/Meshes/SM_MetalBeam16.uasset new file mode 100644 index 00000000..fba4c8ba --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a4dea70bd9273d6af0ca39f5c048c997d91d52c4b95d8f720e6868ad7046a45 +size 118979 diff --git a/Content/Factory/Meshes/SM_MetalBeam17.uasset b/Content/Factory/Meshes/SM_MetalBeam17.uasset new file mode 100644 index 00000000..7e707834 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b442c03423b57b26dbbc576ec4388cae67831255f646f8962e53a8dcdd526cb1 +size 139021 diff --git a/Content/Factory/Meshes/SM_MetalBeam18.uasset b/Content/Factory/Meshes/SM_MetalBeam18.uasset new file mode 100644 index 00000000..6c269835 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cb8af9af5e9ef90ff5f0898cd0311a6dda2331707cbe48223386033b33d104 +size 171639 diff --git a/Content/Factory/Meshes/SM_MetalBeam19.uasset b/Content/Factory/Meshes/SM_MetalBeam19.uasset new file mode 100644 index 00000000..1b12f964 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBeam19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3312c4c833f811315db2a4477b8029b2197f6f8478cae17e535006a98f55cd05 +size 177574 diff --git a/Content/Factory/Meshes/SM_MetalBumper01.uasset b/Content/Factory/Meshes/SM_MetalBumper01.uasset new file mode 100644 index 00000000..2d54eafa --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBumper01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355a57dda9375b0e2285f2edbbb2cd3b870fa615a18c3cb281cfb78fc9df25a1 +size 120269 diff --git a/Content/Factory/Meshes/SM_MetalBumper02.uasset b/Content/Factory/Meshes/SM_MetalBumper02.uasset new file mode 100644 index 00000000..a566f63b --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBumper02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d8253e68c99a423cfbfd8d67c31f03cb46f53c7cff46dd9914ade8c6e4214d +size 136079 diff --git a/Content/Factory/Meshes/SM_MetalBumper03.uasset b/Content/Factory/Meshes/SM_MetalBumper03.uasset new file mode 100644 index 00000000..cf9e6548 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalBumper03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517d8d2816951dba9e758791e82c25998dcf119056d837afaad8bebc841d92ec +size 138325 diff --git a/Content/Factory/Meshes/SM_MetalFarm_01.uasset b/Content/Factory/Meshes/SM_MetalFarm_01.uasset new file mode 100644 index 00000000..15e9aca7 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalFarm_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff78c7b0b1ed4893505d993187f5a6f0fbf8ce0aa0042927f97a2e3ec31ae8b +size 105466 diff --git a/Content/Factory/Meshes/SM_MetalFarm_02.uasset b/Content/Factory/Meshes/SM_MetalFarm_02.uasset new file mode 100644 index 00000000..6a7ec245 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalFarm_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e17f6999d4dd67365881d00f1090305f71aa86e0b3d94bbbe255cdb8d4d771b +size 103833 diff --git a/Content/Factory/Meshes/SM_MetalFarm_04.uasset b/Content/Factory/Meshes/SM_MetalFarm_04.uasset new file mode 100644 index 00000000..337c9fa1 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalFarm_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9e0269b650f3aa64c875d7752908440b25e55f5e279a35918142304232b0aa +size 188130 diff --git a/Content/Factory/Meshes/SM_MetalFarm_05.uasset b/Content/Factory/Meshes/SM_MetalFarm_05.uasset new file mode 100644 index 00000000..fb1a7d2a --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalFarm_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba48d51e9b854fe5514631e6ac633c9c1eb6d2206a5c62096722ebcca259b619 +size 95537 diff --git a/Content/Factory/Meshes/SM_MetalWallPart_01.uasset b/Content/Factory/Meshes/SM_MetalWallPart_01.uasset new file mode 100644 index 00000000..e8c82803 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalWallPart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:437a062fc7fb3462874509479a3779186ad54b24c6a7ebda039a5e1e56d00a26 +size 111379 diff --git a/Content/Factory/Meshes/SM_MetalWallPart_03.uasset b/Content/Factory/Meshes/SM_MetalWallPart_03.uasset new file mode 100644 index 00000000..d63f0c70 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalWallPart_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d9cb8eba7cf229cedd945b4e00617189fadabee3fc873fa4497d8c34ef726f +size 138825 diff --git a/Content/Factory/Meshes/SM_MetalWallPart_05.uasset b/Content/Factory/Meshes/SM_MetalWallPart_05.uasset new file mode 100644 index 00000000..9886f417 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalWallPart_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9115b580b21c2db740694f03dc7112984eb1d210ef0599a4594af2d5c8564134 +size 138113 diff --git a/Content/Factory/Meshes/SM_MetalWallPart_06.uasset b/Content/Factory/Meshes/SM_MetalWallPart_06.uasset new file mode 100644 index 00000000..0eb80e05 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalWallPart_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067f77ee929260d7598b40e5fbc6f2f03a109b7d5469a7bcfdb269d73752d6c8 +size 111264 diff --git a/Content/Factory/Meshes/SM_MetalWall_02.uasset b/Content/Factory/Meshes/SM_MetalWall_02.uasset new file mode 100644 index 00000000..c6df2418 --- /dev/null +++ b/Content/Factory/Meshes/SM_MetalWall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1bbb35f6563f1a0543153aeea04d1bb44a1f9fbc64239b0e9e05ba9ad9b0f5 +size 146457 diff --git a/Content/Factory/Meshes/SM_Mirror02.uasset b/Content/Factory/Meshes/SM_Mirror02.uasset new file mode 100644 index 00000000..67b5245c --- /dev/null +++ b/Content/Factory/Meshes/SM_Mirror02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f51f42340c12b77afb39710fd0610fb63e4bd85a4af60e3005714018caf284 +size 115382 diff --git a/Content/Factory/Meshes/SM_Mousepad_01.uasset b/Content/Factory/Meshes/SM_Mousepad_01.uasset new file mode 100644 index 00000000..b5d6d6c3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Mousepad_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286efb0a2792716598985ca0a180858538a4023dfd14930e3532bb8ca6dd476d +size 97350 diff --git a/Content/Factory/Meshes/SM_OfficeAircon01.uasset b/Content/Factory/Meshes/SM_OfficeAircon01.uasset new file mode 100644 index 00000000..ba358967 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeAircon01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884dcd7dfb035c104360aa4178c8b4c007c733b906fb6278b595c170be80e4ac +size 101064 diff --git a/Content/Factory/Meshes/SM_OfficeCabinet_01.uasset b/Content/Factory/Meshes/SM_OfficeCabinet_01.uasset new file mode 100644 index 00000000..0bf0d25f --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeCabinet_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5535906bb86e263dd74caac7c4ac627ba36e1168f86140ec3571d68cce922bc +size 164420 diff --git a/Content/Factory/Meshes/SM_OfficeCables01.uasset b/Content/Factory/Meshes/SM_OfficeCables01.uasset new file mode 100644 index 00000000..1ab5dda3 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeCables01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638a3f92048e200df25193fc486457a35a45523dc9bcc81a8e05222c9fe6c57a +size 124005 diff --git a/Content/Factory/Meshes/SM_OfficeCarpet.uasset b/Content/Factory/Meshes/SM_OfficeCarpet.uasset new file mode 100644 index 00000000..9313909e --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeCarpet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c010f687d111a9f9fa0ac8cb7bab215ea0bbc3d47d950a9d4682c5c7abfb1e +size 112249 diff --git a/Content/Factory/Meshes/SM_OfficeCeiling01.uasset b/Content/Factory/Meshes/SM_OfficeCeiling01.uasset new file mode 100644 index 00000000..633d7d08 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeCeiling01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a639a4fafa4926376995657cf176e84a06cb039d976059b41d5ed15994b4679 +size 99687 diff --git a/Content/Factory/Meshes/SM_OfficeChair01.uasset b/Content/Factory/Meshes/SM_OfficeChair01.uasset new file mode 100644 index 00000000..91303368 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeChair01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58554de1c1e8e42a14945e880a2c778c5a99c70eca452fbab0dd834d1a618b11 +size 246694 diff --git a/Content/Factory/Meshes/SM_OfficeChair02.uasset b/Content/Factory/Meshes/SM_OfficeChair02.uasset new file mode 100644 index 00000000..bf5d1c28 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeChair02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296f773049d8c1a019692304f7ad6a4a49ba4c5bf0eb9188fe282ca00257cb36 +size 171375 diff --git a/Content/Factory/Meshes/SM_OfficeChair03.uasset b/Content/Factory/Meshes/SM_OfficeChair03.uasset new file mode 100644 index 00000000..d4b3ff9d --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeChair03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c44eee31d038e501c54ebdb2ee05c7935fd8ba5d8cacb91855c112d98b0470 +size 324030 diff --git a/Content/Factory/Meshes/SM_OfficeLockers01.uasset b/Content/Factory/Meshes/SM_OfficeLockers01.uasset new file mode 100644 index 00000000..48e4a842 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeLockers01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab89535a2d7c4b69a05843a8637987a2feed6adca3a77ecfae1140c0e109e52 +size 104204 diff --git a/Content/Factory/Meshes/SM_OfficeMonitor_01.uasset b/Content/Factory/Meshes/SM_OfficeMonitor_01.uasset new file mode 100644 index 00000000..723f68c1 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeMonitor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37eac950be2efb30860358a398ea1228df21d6cff57651817019eef6316a2704 +size 112401 diff --git a/Content/Factory/Meshes/SM_OfficeMonitor_02.uasset b/Content/Factory/Meshes/SM_OfficeMonitor_02.uasset new file mode 100644 index 00000000..62fa9a22 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeMonitor_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccef68b07ec6ea0e942078b2c0b4dff291575494068560bd4a179e03c3f0af6 +size 95629 diff --git a/Content/Factory/Meshes/SM_OfficePillow.uasset b/Content/Factory/Meshes/SM_OfficePillow.uasset new file mode 100644 index 00000000..434b89ed --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficePillow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e68ebcc57d161eda6eeb9098a34c44a6e97578181341254f1ef931ad358de2 +size 136999 diff --git a/Content/Factory/Meshes/SM_OfficeSofa01.uasset b/Content/Factory/Meshes/SM_OfficeSofa01.uasset new file mode 100644 index 00000000..6eb77303 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeSofa01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14aee1b520b3a15d7751c216bb4280395485b68eb325c92485151cf4281a4b8 +size 154330 diff --git a/Content/Factory/Meshes/SM_OfficeSofaTable.uasset b/Content/Factory/Meshes/SM_OfficeSofaTable.uasset new file mode 100644 index 00000000..c6776667 --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeSofaTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c72c0854f376e4f3bda6b24439f431b17009263a853025a3421c960e8c9998d8 +size 98620 diff --git a/Content/Factory/Meshes/SM_OfficeStuff01_Merged.uasset b/Content/Factory/Meshes/SM_OfficeStuff01_Merged.uasset new file mode 100644 index 00000000..370de6ac --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeStuff01_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74fb48e2cb6e72c47fd72aca533dfea9bc5970babf40e4d4edef1df35d4968e3 +size 5116364 diff --git a/Content/Factory/Meshes/SM_OfficeStuff02_Merged.uasset b/Content/Factory/Meshes/SM_OfficeStuff02_Merged.uasset new file mode 100644 index 00000000..61b853de --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeStuff02_Merged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43e097b14a321ee16f07d01ad8b0bf8fdfbe9074980953e9d432ba67b7e6a92 +size 5714476 diff --git a/Content/Factory/Meshes/SM_OfficeTable_01.uasset b/Content/Factory/Meshes/SM_OfficeTable_01.uasset new file mode 100644 index 00000000..4189076a --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeTable_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cef7e99a58dbdea8b0772735833eb638a331f02ebea12361c24062e85b12506 +size 110227 diff --git a/Content/Factory/Meshes/SM_OfficeWindow_01.uasset b/Content/Factory/Meshes/SM_OfficeWindow_01.uasset new file mode 100644 index 00000000..d527092f --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeWindow_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dde6992aceb1efa11434864cb098ff5207a5afcca6f5f77ab184d4f3975616c +size 117790 diff --git a/Content/Factory/Meshes/SM_OfficeWoodenWall02.uasset b/Content/Factory/Meshes/SM_OfficeWoodenWall02.uasset new file mode 100644 index 00000000..0c7ebe6f --- /dev/null +++ b/Content/Factory/Meshes/SM_OfficeWoodenWall02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61741fd3997543354c1798bf7abf1063341dc1d3be8bbdbcb94e3150cf0a34a1 +size 109195 diff --git a/Content/Factory/Meshes/SM_PackOfCigarettes01.uasset b/Content/Factory/Meshes/SM_PackOfCigarettes01.uasset new file mode 100644 index 00000000..51c01df5 --- /dev/null +++ b/Content/Factory/Meshes/SM_PackOfCigarettes01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bec86bc5d728f20dc27668432459429a44109c58a6b6e8b616446c607771a49 +size 109009 diff --git a/Content/Factory/Meshes/SM_PaintBoxCeiling_01.uasset b/Content/Factory/Meshes/SM_PaintBoxCeiling_01.uasset new file mode 100644 index 00000000..9075298b --- /dev/null +++ b/Content/Factory/Meshes/SM_PaintBoxCeiling_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feeb223fe4ee70a7ac661f62bf792239c505c78ae02034dacced6e81a25102df +size 102521 diff --git a/Content/Factory/Meshes/SM_PaintBoxLamp_01.uasset b/Content/Factory/Meshes/SM_PaintBoxLamp_01.uasset new file mode 100644 index 00000000..8214152a --- /dev/null +++ b/Content/Factory/Meshes/SM_PaintBoxLamp_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494a70919951955970695e0a7b54c830f3dce533d47dc7c20b0e6b707f4fb4a8 +size 130537 diff --git a/Content/Factory/Meshes/SM_PaintBoxWall_01.uasset b/Content/Factory/Meshes/SM_PaintBoxWall_01.uasset new file mode 100644 index 00000000..2551ec33 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaintBoxWall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d496fc1f1862c29b15c631afb9c143239f4a13c2a7502db90a39d7463f7b744 +size 104733 diff --git a/Content/Factory/Meshes/SM_PaintBoxWall_02.uasset b/Content/Factory/Meshes/SM_PaintBoxWall_02.uasset new file mode 100644 index 00000000..a0ff097f --- /dev/null +++ b/Content/Factory/Meshes/SM_PaintBoxWall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8ce93dc504b28cd260154a4a3538aaf017edc51ff176ef74744744fe90b48b +size 100254 diff --git a/Content/Factory/Meshes/SM_PaintBoxWall_04.uasset b/Content/Factory/Meshes/SM_PaintBoxWall_04.uasset new file mode 100644 index 00000000..9058b983 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaintBoxWall_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903c87628b38796c261e692cccc616410b72eeab87b2447e965c63823c9df411 +size 578941 diff --git a/Content/Factory/Meshes/SM_PaintWall_02.uasset b/Content/Factory/Meshes/SM_PaintWall_02.uasset new file mode 100644 index 00000000..e02e14b6 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaintWall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c74cbfe8832849e42d9a9a8f28bcfd87f8c3c754043f9920ffb99d0a1750fe5 +size 161779 diff --git a/Content/Factory/Meshes/SM_Pallet01.uasset b/Content/Factory/Meshes/SM_Pallet01.uasset new file mode 100644 index 00000000..7a8e685b --- /dev/null +++ b/Content/Factory/Meshes/SM_Pallet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f32ae5d6540e9933a0c89b47cac42077099b25df9e688cf1cd457ea4c10d439 +size 216876 diff --git a/Content/Factory/Meshes/SM_Pallet02.uasset b/Content/Factory/Meshes/SM_Pallet02.uasset new file mode 100644 index 00000000..ac75b7d8 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pallet02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:640d3e6d7cec008b31bc918ade09c4fef69f9e1b7ec5e0e61cf452740a13a760 +size 153293 diff --git a/Content/Factory/Meshes/SM_Pallet03.uasset b/Content/Factory/Meshes/SM_Pallet03.uasset new file mode 100644 index 00000000..fabf239b --- /dev/null +++ b/Content/Factory/Meshes/SM_Pallet03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a31e1edfa5b57735501662bc48b71406c57e9e1d577df4a71ac0a542062c6ebd +size 199030 diff --git a/Content/Factory/Meshes/SM_PalletCart.uasset b/Content/Factory/Meshes/SM_PalletCart.uasset new file mode 100644 index 00000000..a117bec6 --- /dev/null +++ b/Content/Factory/Meshes/SM_PalletCart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f02fa560f81b74e592201f23a0c3e845d25d38f417471fb217fa48466d4939 +size 369314 diff --git a/Content/Factory/Meshes/SM_PalletCart_PalletBox_closed.uasset b/Content/Factory/Meshes/SM_PalletCart_PalletBox_closed.uasset new file mode 100644 index 00000000..7c01a9b5 --- /dev/null +++ b/Content/Factory/Meshes/SM_PalletCart_PalletBox_closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafc7206d58f543788cb977f9aeeded8f026bd61d8524310ab15a9dcd7daf6da +size 244109 diff --git a/Content/Factory/Meshes/SM_PalletCart_PalletBox_compact.uasset b/Content/Factory/Meshes/SM_PalletCart_PalletBox_compact.uasset new file mode 100644 index 00000000..5cda692d --- /dev/null +++ b/Content/Factory/Meshes/SM_PalletCart_PalletBox_compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe56cc75e5ef469a40ec5768c241cb1533a984d34930eec889554af8f012f439 +size 231556 diff --git a/Content/Factory/Meshes/SM_PalletCart_PalletBox_open.uasset b/Content/Factory/Meshes/SM_PalletCart_PalletBox_open.uasset new file mode 100644 index 00000000..fd0edbf7 --- /dev/null +++ b/Content/Factory/Meshes/SM_PalletCart_PalletBox_open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc268248412827c665f8226f60e47682210832361c4577601c5ad6caa53cdc36 +size 190690 diff --git a/Content/Factory/Meshes/SM_Paper04.uasset b/Content/Factory/Meshes/SM_Paper04.uasset new file mode 100644 index 00000000..f17040da --- /dev/null +++ b/Content/Factory/Meshes/SM_Paper04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed55affd75bd763cb98c5dc58901640454136c8d39c77f1e31555c119f6aad8e +size 88557 diff --git a/Content/Factory/Meshes/SM_PaperBox_01_01.uasset b/Content/Factory/Meshes/SM_PaperBox_01_01.uasset new file mode 100644 index 00000000..63a34782 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_01_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067f82a42bedf36dda67498d6083e891bafe959ee9180bee11f85885711ba264 +size 104444 diff --git a/Content/Factory/Meshes/SM_PaperBox_01_02.uasset b/Content/Factory/Meshes/SM_PaperBox_01_02.uasset new file mode 100644 index 00000000..1ce9fabd --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_01_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d68ec3fcabe2c280f97fc9280ecb07a307fdb9865e996766a39d0c3bca2187 +size 110684 diff --git a/Content/Factory/Meshes/SM_PaperBox_01_04.uasset b/Content/Factory/Meshes/SM_PaperBox_01_04.uasset new file mode 100644 index 00000000..468ab9b9 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_01_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aeb2cef5239a6b3bb9d46993c043d26ac6cbd83cae64ea7dfd353ed6f32b2d8 +size 113639 diff --git a/Content/Factory/Meshes/SM_PaperBox_02_01.uasset b/Content/Factory/Meshes/SM_PaperBox_02_01.uasset new file mode 100644 index 00000000..c1a6a39f --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_02_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb325195f266f74bdd750189ea9f1992aeba97a73d662fcdbcfcc8fbc5e040 +size 111234 diff --git a/Content/Factory/Meshes/SM_PaperBox_02_02.uasset b/Content/Factory/Meshes/SM_PaperBox_02_02.uasset new file mode 100644 index 00000000..a8b54f53 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_02_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2baf5c6279324504128fa2544e77fd2dae97a6192ccdfee28fe0ede83adef05 +size 117009 diff --git a/Content/Factory/Meshes/SM_PaperBox_02_03.uasset b/Content/Factory/Meshes/SM_PaperBox_02_03.uasset new file mode 100644 index 00000000..d6ea1a99 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_02_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3cef146770b1f15e85c5b8d01cc67f8914baa1249f1df5c96635e12d25476d +size 105255 diff --git a/Content/Factory/Meshes/SM_PaperBox_02_04.uasset b/Content/Factory/Meshes/SM_PaperBox_02_04.uasset new file mode 100644 index 00000000..74282f69 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_02_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a8e23743cb25e185a58b6af2cba96193dd0b49b9b57a064c04ba023fb3302 +size 118207 diff --git a/Content/Factory/Meshes/SM_PaperBox_02_05.uasset b/Content/Factory/Meshes/SM_PaperBox_02_05.uasset new file mode 100644 index 00000000..dd39e2cf --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_02_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6811ce20f2d8814a1dced58be8f5f1ad27c3aab3f2f73a55eadf63a4d73853b7 +size 122295 diff --git a/Content/Factory/Meshes/SM_PaperBox_02_06.uasset b/Content/Factory/Meshes/SM_PaperBox_02_06.uasset new file mode 100644 index 00000000..8fb1378a --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_02_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d3f4fa0d32115c61d82b13d83140723bc62f003669c2a751d1a4eb03bbbc3b +size 109590 diff --git a/Content/Factory/Meshes/SM_PaperBox_03_02.uasset b/Content/Factory/Meshes/SM_PaperBox_03_02.uasset new file mode 100644 index 00000000..d27158f6 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_03_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e935ca3b1754054b0645c855fd771921cdd5111017debfab688e8508bede54ba +size 109701 diff --git a/Content/Factory/Meshes/SM_PaperBox_03_03.uasset b/Content/Factory/Meshes/SM_PaperBox_03_03.uasset new file mode 100644 index 00000000..e0fbd2ac --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_03_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05d70208193b2d19927c0abcf5e424a350c062d97433c05ab950b4f21e2b8da6 +size 110454 diff --git a/Content/Factory/Meshes/SM_PaperBox_03_04.uasset b/Content/Factory/Meshes/SM_PaperBox_03_04.uasset new file mode 100644 index 00000000..c2e42ebb --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_03_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8bdda232234fa3f629ed059720edd675c6290fcb19646587cef1122af9da28c +size 116115 diff --git a/Content/Factory/Meshes/SM_PaperBox_03_06.uasset b/Content/Factory/Meshes/SM_PaperBox_03_06.uasset new file mode 100644 index 00000000..6947b305 --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_03_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577d059a495746f891dcdcdb16d6ebf172ce2ba950701d4c93d31716066daba4 +size 119545 diff --git a/Content/Factory/Meshes/SM_PaperBox_03_07.uasset b/Content/Factory/Meshes/SM_PaperBox_03_07.uasset new file mode 100644 index 00000000..d10ad27a --- /dev/null +++ b/Content/Factory/Meshes/SM_PaperBox_03_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1c3583703869fd5788d9bad2ee96322e1fd0e88f980dfa7a94e0c41683d9d0 +size 122758 diff --git a/Content/Factory/Meshes/SM_PapersStack01.uasset b/Content/Factory/Meshes/SM_PapersStack01.uasset new file mode 100644 index 00000000..c7d4be32 --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d24a189c3da1b5928cfe4ba58d4b1d66adbf3093b556ee00cb2624a4397f3ae +size 88567 diff --git a/Content/Factory/Meshes/SM_PapersStack02.uasset b/Content/Factory/Meshes/SM_PapersStack02.uasset new file mode 100644 index 00000000..7e1fe019 --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2954b2b66a2e2562380d769a0a6a78e38eba23cd7aabb9466dbbefa991a10ddb +size 85226 diff --git a/Content/Factory/Meshes/SM_PapersStack03.uasset b/Content/Factory/Meshes/SM_PapersStack03.uasset new file mode 100644 index 00000000..10d9e315 --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd362f1951c45360e2cbe80f3a026cb4e0f8d5ce02ff3fe6e420291035e3226 +size 84609 diff --git a/Content/Factory/Meshes/SM_PapersStack05.uasset b/Content/Factory/Meshes/SM_PapersStack05.uasset new file mode 100644 index 00000000..7796425b --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6208a1c6024ac69490bf1aace43f38bf65b44c375877ca816d3c2781074cbf31 +size 87501 diff --git a/Content/Factory/Meshes/SM_PapersStack06.uasset b/Content/Factory/Meshes/SM_PapersStack06.uasset new file mode 100644 index 00000000..bbda2488 --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7da26db305ea4e4a6278fe724ed606b593e6eb97ab77b22ba9dfa448ff8b5dcb +size 111965 diff --git a/Content/Factory/Meshes/SM_PapersStack07.uasset b/Content/Factory/Meshes/SM_PapersStack07.uasset new file mode 100644 index 00000000..1af66e39 --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86558e4032355d2507300435e461cea0d1075e4be7a6781bc2c556d69b62d1e9 +size 88494 diff --git a/Content/Factory/Meshes/SM_PapersStack08.uasset b/Content/Factory/Meshes/SM_PapersStack08.uasset new file mode 100644 index 00000000..0002168f --- /dev/null +++ b/Content/Factory/Meshes/SM_PapersStack08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35efc2289814ec35738dbdf8c13cf935847377f6636dfe5301c78979ef57fc88 +size 88955 diff --git a/Content/Factory/Meshes/SM_Partition_01.uasset b/Content/Factory/Meshes/SM_Partition_01.uasset new file mode 100644 index 00000000..ec9cd47d --- /dev/null +++ b/Content/Factory/Meshes/SM_Partition_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5565276164f5e4432ee513b16d8dd21f3e869fe60e926884e484e86fd8beb1e +size 120311 diff --git a/Content/Factory/Meshes/SM_PcMouse_01.uasset b/Content/Factory/Meshes/SM_PcMouse_01.uasset new file mode 100644 index 00000000..9ea06a1a --- /dev/null +++ b/Content/Factory/Meshes/SM_PcMouse_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b28b1f40e0a078e0bbb9cab1344863e8a154c449bb94e9c70fb3a26de5e5968 +size 119403 diff --git a/Content/Factory/Meshes/SM_PedestrianPath01.uasset b/Content/Factory/Meshes/SM_PedestrianPath01.uasset new file mode 100644 index 00000000..e86485c4 --- /dev/null +++ b/Content/Factory/Meshes/SM_PedestrianPath01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e42d7b2e156cf21b4d30238965a85cf50b3cc59d7420ee03a66c553ca83fd4 +size 99516 diff --git a/Content/Factory/Meshes/SM_PedestrianPath02.uasset b/Content/Factory/Meshes/SM_PedestrianPath02.uasset new file mode 100644 index 00000000..47afbb11 --- /dev/null +++ b/Content/Factory/Meshes/SM_PedestrianPath02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6244783106e4af04c73b125b7ab865d720b6dbbef16384e20b95e34febdcd21 +size 101376 diff --git a/Content/Factory/Meshes/SM_PedestrianPath03.uasset b/Content/Factory/Meshes/SM_PedestrianPath03.uasset new file mode 100644 index 00000000..13525339 --- /dev/null +++ b/Content/Factory/Meshes/SM_PedestrianPath03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae9ee414cbe6c293181388ee9a0e7b71aab9414f6fcac6d35cb35b378c206197 +size 97345 diff --git a/Content/Factory/Meshes/SM_PillarSmall01.uasset b/Content/Factory/Meshes/SM_PillarSmall01.uasset new file mode 100644 index 00000000..1fc855d4 --- /dev/null +++ b/Content/Factory/Meshes/SM_PillarSmall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c053938472be15b1205950cba2092066c2819f9458020a5e3da3b80ddd3b793 +size 125038 diff --git a/Content/Factory/Meshes/SM_PillarWithBreckets.uasset b/Content/Factory/Meshes/SM_PillarWithBreckets.uasset new file mode 100644 index 00000000..ed83d244 --- /dev/null +++ b/Content/Factory/Meshes/SM_PillarWithBreckets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2859eed9a90903b07d90360fce62d34c62182241f1f317f482db71397086a2 +size 118900 diff --git a/Content/Factory/Meshes/SM_Pipe_round_bend_sector.uasset b/Content/Factory/Meshes/SM_Pipe_round_bend_sector.uasset new file mode 100644 index 00000000..b672ad65 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_bend_sector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e2163d94d2e2ff863db1ad07a54c8d457d0b91590c891f6c34512936983a51 +size 258641 diff --git a/Content/Factory/Meshes/SM_Pipe_round_corner1.uasset b/Content/Factory/Meshes/SM_Pipe_round_corner1.uasset new file mode 100644 index 00000000..c571e561 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_corner1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cddc37f82c9681f9d13862b64cfbfd39b497d63883b84ecc89f5309a94153570 +size 144277 diff --git a/Content/Factory/Meshes/SM_Pipe_round_corner2.uasset b/Content/Factory/Meshes/SM_Pipe_round_corner2.uasset new file mode 100644 index 00000000..5f339c38 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_corner2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e429e76ec4da527752b5c55438a21c20ccfca0695085bdbfaf06c44f4437a033 +size 192559 diff --git a/Content/Factory/Meshes/SM_Pipe_round_corner3.uasset b/Content/Factory/Meshes/SM_Pipe_round_corner3.uasset new file mode 100644 index 00000000..3b6324c2 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_corner3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17afc98ac1c8988d41e3b35f8d0a451a8d9c5053b381aed773b1ce2430eae8a +size 126187 diff --git a/Content/Factory/Meshes/SM_Pipe_round_cross_transition1.uasset b/Content/Factory/Meshes/SM_Pipe_round_cross_transition1.uasset new file mode 100644 index 00000000..e3acd5d5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_cross_transition1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfde0d735f25926cac8d86502ac0b4036294b8355368a517a1363096d57dab48 +size 132462 diff --git a/Content/Factory/Meshes/SM_Pipe_round_grate.uasset b/Content/Factory/Meshes/SM_Pipe_round_grate.uasset new file mode 100644 index 00000000..82888158 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_grate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:336e432ff6784b2bf7cdc0d14ffcfdcfa3dfca8631f84d4903eac60ef60f6fd2 +size 95151 diff --git a/Content/Factory/Meshes/SM_Pipe_round_long.uasset b/Content/Factory/Meshes/SM_Pipe_round_long.uasset new file mode 100644 index 00000000..15bee645 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_long.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44a3222adecda61d2d673a534bafa0df15839b73ee5c077766c62835edd8d643 +size 113685 diff --git a/Content/Factory/Meshes/SM_Pipe_round_moderate.uasset b/Content/Factory/Meshes/SM_Pipe_round_moderate.uasset new file mode 100644 index 00000000..6074f46a --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_moderate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6c5731fc5e595c2d72b8b216625289d9e0e18fa975336ae80d44a7a7121a9c +size 111085 diff --git a/Content/Factory/Meshes/SM_Pipe_round_radius_transition2.uasset b/Content/Factory/Meshes/SM_Pipe_round_radius_transition2.uasset new file mode 100644 index 00000000..6483b7a3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_radius_transition2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d3528e2f146360acb975f7881a91203314f9e11d3f0f9d7c90d283e1639fe0 +size 105493 diff --git a/Content/Factory/Meshes/SM_Pipe_round_short.uasset b/Content/Factory/Meshes/SM_Pipe_round_short.uasset new file mode 100644 index 00000000..7092abc7 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1ab2ecef39acaf3b05158eb9f0844f077c136aab75f54c4f9c742e50590b25 +size 112051 diff --git a/Content/Factory/Meshes/SM_Pipe_round_tee_transition1.uasset b/Content/Factory/Meshes/SM_Pipe_round_tee_transition1.uasset new file mode 100644 index 00000000..f21f3832 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_tee_transition1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6722242a971f0dc965b391b3c9f448b557271e58bb9a1ac1261684c69f082f06 +size 121987 diff --git a/Content/Factory/Meshes/SM_Pipe_round_tee_transition2.uasset b/Content/Factory/Meshes/SM_Pipe_round_tee_transition2.uasset new file mode 100644 index 00000000..ac2d06c5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_tee_transition2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c6f8f7c75a9a68108e523a123efefe70bb2954b32ae27fe064cf3646712eba +size 122186 diff --git a/Content/Factory/Meshes/SM_Pipe_round_vent.uasset b/Content/Factory/Meshes/SM_Pipe_round_vent.uasset new file mode 100644 index 00000000..dd8d4ec3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_round_vent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a78c8318a900adc7de21772f72bcf7ecbe524dce89e9c0986f66dba20bd03f +size 100426 diff --git a/Content/Factory/Meshes/SM_Pipe_square_corner_horisontal.uasset b/Content/Factory/Meshes/SM_Pipe_square_corner_horisontal.uasset new file mode 100644 index 00000000..e34a3669 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_square_corner_horisontal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d3c637867477449e6717fc2ef920d98b1a0b8526d99992c60df083fe42e4c85 +size 120188 diff --git a/Content/Factory/Meshes/SM_Pipe_square_fixator2.uasset b/Content/Factory/Meshes/SM_Pipe_square_fixator2.uasset new file mode 100644 index 00000000..76552de5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_square_fixator2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812e50b6f1f240f38a866591c3a6aae0cbb9ae739d6e6db0fbe0ba9076c56217 +size 96732 diff --git a/Content/Factory/Meshes/SM_Pipe_square_grate2.uasset b/Content/Factory/Meshes/SM_Pipe_square_grate2.uasset new file mode 100644 index 00000000..b123b245 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_square_grate2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a970079773a446e5fcb70ade0aeb064399a8d91e061e617cc8b70906700df347 +size 89025 diff --git a/Content/Factory/Meshes/SM_Pipe_square_grate3.uasset b/Content/Factory/Meshes/SM_Pipe_square_grate3.uasset new file mode 100644 index 00000000..60606ec0 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_square_grate3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97490ae57ff5c6e4d0ea0aff7329ee5efdfd3f7aeb588e6b2b03c182cf52cea +size 91923 diff --git a/Content/Factory/Meshes/SM_Pipe_square_long.uasset b/Content/Factory/Meshes/SM_Pipe_square_long.uasset new file mode 100644 index 00000000..6085d533 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_square_long.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169824df393230b3b1c238d629681d258276d90a5d5ac5de18f65a8cc99c9dc1 +size 107255 diff --git a/Content/Factory/Meshes/SM_Pipe_square_moderate.uasset b/Content/Factory/Meshes/SM_Pipe_square_moderate.uasset new file mode 100644 index 00000000..bb0255b6 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipe_square_moderate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8698caed9d93b55aa337ed929bdaeff6288e4aee66ae319e79871c75f57391d +size 106485 diff --git a/Content/Factory/Meshes/SM_Pipes_round_section1.uasset b/Content/Factory/Meshes/SM_Pipes_round_section1.uasset new file mode 100644 index 00000000..05f2ead3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipes_round_section1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94464d35c5c2e5acb2a6ec5a20b16894c0a76e425e697d188551a416d4ae7268 +size 1144436 diff --git a/Content/Factory/Meshes/SM_Pipes_round_section2.uasset b/Content/Factory/Meshes/SM_Pipes_round_section2.uasset new file mode 100644 index 00000000..7726c0eb --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipes_round_section2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de69dd169b8a6db88585388418d1c8cf28b74bead9d04bd21dd74754aca7a279 +size 431687 diff --git a/Content/Factory/Meshes/SM_Pipes_round_section3.uasset b/Content/Factory/Meshes/SM_Pipes_round_section3.uasset new file mode 100644 index 00000000..aec095d1 --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipes_round_section3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d30b28682114f7ab39a1cddf634ce73d648e662e80eed8e596de58e44f1f6d +size 315906 diff --git a/Content/Factory/Meshes/SM_Pipes_round_section4.uasset b/Content/Factory/Meshes/SM_Pipes_round_section4.uasset new file mode 100644 index 00000000..c6c08aee --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipes_round_section4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3713590c1308b7a9d9bc93ffd0143c74857c248b4475afd69072c5c838514e67 +size 156181 diff --git a/Content/Factory/Meshes/SM_Pipes_square_section1.uasset b/Content/Factory/Meshes/SM_Pipes_square_section1.uasset new file mode 100644 index 00000000..4cfc236a --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipes_square_section1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc3bf4b8669fb01119117220136b0a6784de7401ea782d65251f7c6311cd376f +size 618824 diff --git a/Content/Factory/Meshes/SM_Pipes_square_section2.uasset b/Content/Factory/Meshes/SM_Pipes_square_section2.uasset new file mode 100644 index 00000000..68ead99a --- /dev/null +++ b/Content/Factory/Meshes/SM_Pipes_square_section2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7400d18ba8e69e1cc0bb8b073b14f67a9e54f619902cc63c110bc28d1dd9d15d +size 412962 diff --git a/Content/Factory/Meshes/SM_PlasticBin01.uasset b/Content/Factory/Meshes/SM_PlasticBin01.uasset new file mode 100644 index 00000000..ff34754f --- /dev/null +++ b/Content/Factory/Meshes/SM_PlasticBin01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12fc0a95b3e00556e268956ad371b963b8b58b3d3ec514a19001e288ca5e68d +size 165092 diff --git a/Content/Factory/Meshes/SM_PlasticBox_01.uasset b/Content/Factory/Meshes/SM_PlasticBox_01.uasset new file mode 100644 index 00000000..e12d440d --- /dev/null +++ b/Content/Factory/Meshes/SM_PlasticBox_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a69c0b12a8bcb7b39a14abcc99487c8a50f341e358fc42a11f858e48972b0f02 +size 126670 diff --git a/Content/Factory/Meshes/SM_PlasticBox_03.uasset b/Content/Factory/Meshes/SM_PlasticBox_03.uasset new file mode 100644 index 00000000..8eaec016 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlasticBox_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ced327f5b59a07d328fc812809aa60ce2ef452d7b131a3e5f04d319a67633e6 +size 113622 diff --git a/Content/Factory/Meshes/SM_PlasticBox_05.uasset b/Content/Factory/Meshes/SM_PlasticBox_05.uasset new file mode 100644 index 00000000..65235d52 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlasticBox_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bc05e105643fd9cab06d0cdc6e069f258aa308628a13b8cb8180e4e37b7f8e +size 136446 diff --git a/Content/Factory/Meshes/SM_PlasticPallet01.uasset b/Content/Factory/Meshes/SM_PlasticPallet01.uasset new file mode 100644 index 00000000..fe2d4639 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlasticPallet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8015d24132e0e376ea22f8fc84b19f65dbee6be0189ede84a7cd72a35b404d +size 139419 diff --git a/Content/Factory/Meshes/SM_PlasticToilet01.uasset b/Content/Factory/Meshes/SM_PlasticToilet01.uasset new file mode 100644 index 00000000..da1c5c93 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlasticToilet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b457662a36dd3a4656fc756bd5a00c381806da2d84952888bcc748dd0133a27 +size 237786 diff --git a/Content/Factory/Meshes/SM_PlatformGrill_01.uasset b/Content/Factory/Meshes/SM_PlatformGrill_01.uasset new file mode 100644 index 00000000..b203e987 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformGrill_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91fb842af88f80a7f41b07bfe13306c7efc18e639695cc9e3b553e99e82a33e +size 113398 diff --git a/Content/Factory/Meshes/SM_PlatformPillar_01.uasset b/Content/Factory/Meshes/SM_PlatformPillar_01.uasset new file mode 100644 index 00000000..ee9b4040 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformPillar_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505b4ec7cc884df8b5cbf29387d3eaeee16fffddd0b5e014f2d3cdddd301cfe4 +size 119237 diff --git a/Content/Factory/Meshes/SM_PlatformRailingSign_01.uasset b/Content/Factory/Meshes/SM_PlatformRailingSign_01.uasset new file mode 100644 index 00000000..e6ed8ec7 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformRailingSign_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2099a6245dc74a2f53d3d183c50be7b3d09a84611b0c614770e4dde3d6a150a +size 132434 diff --git a/Content/Factory/Meshes/SM_PlatformRailing_02.uasset b/Content/Factory/Meshes/SM_PlatformRailing_02.uasset new file mode 100644 index 00000000..0bf1d221 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformRailing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb612391ef199daaceab0aca883ee686f9d2183627c8945517e6713d83f54ba6 +size 124073 diff --git a/Content/Factory/Meshes/SM_PlatformRailing_03.uasset b/Content/Factory/Meshes/SM_PlatformRailing_03.uasset new file mode 100644 index 00000000..ab85929d --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformRailing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f470b193a2ef94844375be4bc0442078ad4aa8bd90e13be9fc9265d04df4af4 +size 141088 diff --git a/Content/Factory/Meshes/SM_PlatformRailing_04.uasset b/Content/Factory/Meshes/SM_PlatformRailing_04.uasset new file mode 100644 index 00000000..8ba92d48 --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformRailing_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906f4f5de73529a8425c4f44e37408f7fe2f07555132e2e8ba8b058f2d85f424 +size 170979 diff --git a/Content/Factory/Meshes/SM_PlatformRailing_05.uasset b/Content/Factory/Meshes/SM_PlatformRailing_05.uasset new file mode 100644 index 00000000..9330018a --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformRailing_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a626b1cc06b810d0ed2621ad6d1fd837e384bf5854f541340a7c724306949540 +size 109045 diff --git a/Content/Factory/Meshes/SM_PlatformRailing_06.uasset b/Content/Factory/Meshes/SM_PlatformRailing_06.uasset new file mode 100644 index 00000000..afcbe91e --- /dev/null +++ b/Content/Factory/Meshes/SM_PlatformRailing_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71dc31523f3351d7ac28856cc57122f07ccf33c5bd3d2b286d5c3f26b1daeb11 +size 144515 diff --git a/Content/Factory/Meshes/SM_Platform_01.uasset b/Content/Factory/Meshes/SM_Platform_01.uasset new file mode 100644 index 00000000..ddd3f7e6 --- /dev/null +++ b/Content/Factory/Meshes/SM_Platform_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6c9eb51ec49655d06233db3bba76f6984c54c1d91d8ebb616803adaff60352 +size 115790 diff --git a/Content/Factory/Meshes/SM_Platform_02.uasset b/Content/Factory/Meshes/SM_Platform_02.uasset new file mode 100644 index 00000000..53c0373b --- /dev/null +++ b/Content/Factory/Meshes/SM_Platform_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1f955c39eac96d40c5bab44ebbd0c693c7748f8cf643f052ffe51ddb5cc974 +size 32004 diff --git a/Content/Factory/Meshes/SM_PowderStorage_01.uasset b/Content/Factory/Meshes/SM_PowderStorage_01.uasset new file mode 100644 index 00000000..daa1fac9 --- /dev/null +++ b/Content/Factory/Meshes/SM_PowderStorage_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8da85982aeb9c9ab0d07e1dfea75352142285c1eae7c4d83e671ba26aac9ac63 +size 515440 diff --git a/Content/Factory/Meshes/SM_Railway01.uasset b/Content/Factory/Meshes/SM_Railway01.uasset new file mode 100644 index 00000000..185f9df5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Railway01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef038b7f4781013bd85e670c11ee5bb011ac2a19b4bf2fdd557083ce560fcec9 +size 112866 diff --git a/Content/Factory/Meshes/SM_Railway02.uasset b/Content/Factory/Meshes/SM_Railway02.uasset new file mode 100644 index 00000000..eda1397d --- /dev/null +++ b/Content/Factory/Meshes/SM_Railway02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860e1e6bc2b2e7e36e1818edec896e1393866e36ee931109b601ff25f6307314 +size 105595 diff --git a/Content/Factory/Meshes/SM_RecyclingMachine01.uasset b/Content/Factory/Meshes/SM_RecyclingMachine01.uasset new file mode 100644 index 00000000..41c27cbe --- /dev/null +++ b/Content/Factory/Meshes/SM_RecyclingMachine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731796c7069162e7ba700bda3376bf4cf7c102f26076efc1935dd59b883d3aba +size 173228 diff --git a/Content/Factory/Meshes/SM_Rope01.uasset b/Content/Factory/Meshes/SM_Rope01.uasset new file mode 100644 index 00000000..df23633d --- /dev/null +++ b/Content/Factory/Meshes/SM_Rope01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61c4505fed1c290755f8312cfb13f7f8277dd2a8d781d3ce170fcb45ed6ae45 +size 121670 diff --git a/Content/Factory/Meshes/SM_RubberFloor_01.uasset b/Content/Factory/Meshes/SM_RubberFloor_01.uasset new file mode 100644 index 00000000..4d9f980c --- /dev/null +++ b/Content/Factory/Meshes/SM_RubberFloor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e4d1dd78a54009bee0c9d7758e4cfe40f56dca560f685daebfd0493e46837c2 +size 173257 diff --git a/Content/Factory/Meshes/SM_RubbishBin01.uasset b/Content/Factory/Meshes/SM_RubbishBin01.uasset new file mode 100644 index 00000000..0194f817 --- /dev/null +++ b/Content/Factory/Meshes/SM_RubbishBin01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e8901d6063faee3116b7fd2149966c1fac867edaa2b7274d44001e300282c8 +size 153304 diff --git a/Content/Factory/Meshes/SM_RubbishBin02.uasset b/Content/Factory/Meshes/SM_RubbishBin02.uasset new file mode 100644 index 00000000..67350503 --- /dev/null +++ b/Content/Factory/Meshes/SM_RubbishBin02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167f97275def099fa6e0244cd40ea17acbe35943421163a51dc2ab84938cb56d +size 203505 diff --git a/Content/Factory/Meshes/SM_Sewer_01.uasset b/Content/Factory/Meshes/SM_Sewer_01.uasset new file mode 100644 index 00000000..a1b98557 --- /dev/null +++ b/Content/Factory/Meshes/SM_Sewer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2542261e460e8521dc52049f6f5b5528e848bde5a024c7aacc3514ea645e170d +size 91451 diff --git a/Content/Factory/Meshes/SM_Shelf01.uasset b/Content/Factory/Meshes/SM_Shelf01.uasset new file mode 100644 index 00000000..a2a39c48 --- /dev/null +++ b/Content/Factory/Meshes/SM_Shelf01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7efc984742034774fcf362556948ae2a4de3a4b2c4efb46f5b93200b7359840 +size 248274 diff --git a/Content/Factory/Meshes/SM_ShowerBottles01.uasset b/Content/Factory/Meshes/SM_ShowerBottles01.uasset new file mode 100644 index 00000000..bc2825db --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerBottles01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ea2f1da35abdd7fbfa8298c2831091aa77d418ceb65d8771cb8660c4aa681b +size 114536 diff --git a/Content/Factory/Meshes/SM_ShowerBottles02.uasset b/Content/Factory/Meshes/SM_ShowerBottles02.uasset new file mode 100644 index 00000000..3d062646 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerBottles02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d8a1c5f12341ff2e94ea129d094f8ab08f0bf9dfde942597e8f00b10c9938d6 +size 116352 diff --git a/Content/Factory/Meshes/SM_ShowerBottles03.uasset b/Content/Factory/Meshes/SM_ShowerBottles03.uasset new file mode 100644 index 00000000..b9f6f177 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerBottles03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a53bbf132ec44a418f49e11902ff1c74b6b8f19e34b05953fb1d1b2fb65374 +size 110208 diff --git a/Content/Factory/Meshes/SM_ShowerBottles04.uasset b/Content/Factory/Meshes/SM_ShowerBottles04.uasset new file mode 100644 index 00000000..0b4f33b9 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerBottles04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c03e97a3d3c3ee140809fe639ff60bf2f9c553a9f32452311a5df14ccf27f65 +size 122722 diff --git a/Content/Factory/Meshes/SM_ShowerBottles06.uasset b/Content/Factory/Meshes/SM_ShowerBottles06.uasset new file mode 100644 index 00000000..0b0d2e03 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerBottles06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a01a03fc8072fa834255933a7479f11c9d5172e8d0b4272457171d390a6835 +size 114536 diff --git a/Content/Factory/Meshes/SM_ShowerCarpet01.uasset b/Content/Factory/Meshes/SM_ShowerCarpet01.uasset new file mode 100644 index 00000000..ac8e8640 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerCarpet01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb2cdd14d58560a17ac07693f80d796b097763326f59e69c438b9b146220c9f1 +size 92126 diff --git a/Content/Factory/Meshes/SM_ShowerDecal01.uasset b/Content/Factory/Meshes/SM_ShowerDecal01.uasset new file mode 100644 index 00000000..90264ddc --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerDecal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee55efd993e4266efd6719d88fa560d7e8e55921c0d73b90789bd405f6b2c08 +size 89869 diff --git a/Content/Factory/Meshes/SM_ShowerDecal02.uasset b/Content/Factory/Meshes/SM_ShowerDecal02.uasset new file mode 100644 index 00000000..83d4b5ca --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerDecal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cac391ca872b1ba1cddf384f6daad8dfad641c88b218a853bd2934ea305a09 +size 111203 diff --git a/Content/Factory/Meshes/SM_ShowerMixer_01.uasset b/Content/Factory/Meshes/SM_ShowerMixer_01.uasset new file mode 100644 index 00000000..bf1dc9c8 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerMixer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398bb07f8fc6370b11e4762aa55e8ef5e0c0fd92c355d7b9e9259c1eb874f043 +size 133766 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_01.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_01.uasset new file mode 100644 index 00000000..a4d7e814 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a7a7fb46a5fb54b57e6f928b21f9a556d4d0e244f6b889fb36548cd031d86c +size 107747 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_03.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_03.uasset new file mode 100644 index 00000000..e97c3b5f --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214b251770df37f65a19d03d44e0bd22ed2522d6e17b31ce5557b6ffdd57f85a +size 108446 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_04.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_04.uasset new file mode 100644 index 00000000..4ea1966b --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0d1bccbcf562a1fab4371fdf18bd0556a7aa8909a630ca247094b2a1cd6d7e +size 110803 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_05.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_05.uasset new file mode 100644 index 00000000..2e6aa51c --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7834690a10dab84eb680f388a56dedc53b184e7ba0cb9b8eff6dcb90d3ee2077 +size 109556 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_06.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_06.uasset new file mode 100644 index 00000000..075872da --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec62b2174da5bfd2adb40cfd270ba6bb247ebbf30d1dbc51fdd0405e634a9e1f +size 111991 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_07.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_07.uasset new file mode 100644 index 00000000..cd05d942 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af43030100cb46034357a7830f4a6484baa1b43ca127a8b2d0fdc2cf6413068 +size 102803 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_08.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_08.uasset new file mode 100644 index 00000000..92869702 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5002042c5a377ba349e2ff6f058320fd5b42b9737a58db152be3232236c9c6f +size 103739 diff --git a/Content/Factory/Meshes/SM_ShowerRoomWall_09.uasset b/Content/Factory/Meshes/SM_ShowerRoomWall_09.uasset new file mode 100644 index 00000000..34a8a508 --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerRoomWall_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaea0181abbf0dc7d559470f82047377dad1f5750868cf3225870fb7a7bb33a +size 107070 diff --git a/Content/Factory/Meshes/SM_ShowerWalll01.uasset b/Content/Factory/Meshes/SM_ShowerWalll01.uasset new file mode 100644 index 00000000..6e7d7c4a --- /dev/null +++ b/Content/Factory/Meshes/SM_ShowerWalll01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af178b0e4d3dc2d276e4ff0f85dfd3c589c0529b84220ed2432761eb9e0d5a32 +size 119977 diff --git a/Content/Factory/Meshes/SM_Sign12.uasset b/Content/Factory/Meshes/SM_Sign12.uasset new file mode 100644 index 00000000..82be063b --- /dev/null +++ b/Content/Factory/Meshes/SM_Sign12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0b8b43dbd5b28dde9fa674ed3799e703747d14ea4a396252399d7d8991a84e +size 116522 diff --git a/Content/Factory/Meshes/SM_Sign13.uasset b/Content/Factory/Meshes/SM_Sign13.uasset new file mode 100644 index 00000000..979d213b --- /dev/null +++ b/Content/Factory/Meshes/SM_Sign13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b72c5687db29504f147e414f218703574447b49c016ee9b433e070f8b87149c +size 116611 diff --git a/Content/Factory/Meshes/SM_Sign15.uasset b/Content/Factory/Meshes/SM_Sign15.uasset new file mode 100644 index 00000000..059c7de4 --- /dev/null +++ b/Content/Factory/Meshes/SM_Sign15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bfd916d6defb13f316ebd8649cc809b42e4e5013726baf96d7f8de2b27fceca +size 130679 diff --git a/Content/Factory/Meshes/SM_Sign16.uasset b/Content/Factory/Meshes/SM_Sign16.uasset new file mode 100644 index 00000000..513071a5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Sign16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dbce70c099a8d35b8b02f19517e72f98fd09959e86e791e7449bf6d1d3ac59d +size 130274 diff --git a/Content/Factory/Meshes/SM_Sign17.uasset b/Content/Factory/Meshes/SM_Sign17.uasset new file mode 100644 index 00000000..f2b4a44f --- /dev/null +++ b/Content/Factory/Meshes/SM_Sign17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2337c292568abb10aebf86ad95aceeef4da3400c9f91719fe4484050e45ca526 +size 130874 diff --git a/Content/Factory/Meshes/SM_Sign20.uasset b/Content/Factory/Meshes/SM_Sign20.uasset new file mode 100644 index 00000000..a1021fd7 --- /dev/null +++ b/Content/Factory/Meshes/SM_Sign20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225fd15713ede576059d8c77d782d476e40677129dfa266124d3b6c801c14664 +size 130267 diff --git a/Content/Factory/Meshes/SM_SignWetFloor01.uasset b/Content/Factory/Meshes/SM_SignWetFloor01.uasset new file mode 100644 index 00000000..80d7043e --- /dev/null +++ b/Content/Factory/Meshes/SM_SignWetFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f77751cd272464015c6197df47a661c188d55e01dfe1a2ccab2608fc67087d +size 125981 diff --git a/Content/Factory/Meshes/SM_SignWetFloor02.uasset b/Content/Factory/Meshes/SM_SignWetFloor02.uasset new file mode 100644 index 00000000..2b226782 --- /dev/null +++ b/Content/Factory/Meshes/SM_SignWetFloor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec917376256d0335810d59fb0cd70dc956498dbd7232b11bdc39be03f185666 +size 130934 diff --git a/Content/Factory/Meshes/SM_Sink_01.uasset b/Content/Factory/Meshes/SM_Sink_01.uasset new file mode 100644 index 00000000..e6be891d --- /dev/null +++ b/Content/Factory/Meshes/SM_Sink_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8b103d3441c65381c307487689f5cc6677f61b1fa1d6e3ceff6fb35bbf8421 +size 182951 diff --git a/Content/Factory/Meshes/SM_SoapDish_01.uasset b/Content/Factory/Meshes/SM_SoapDish_01.uasset new file mode 100644 index 00000000..ccb998c7 --- /dev/null +++ b/Content/Factory/Meshes/SM_SoapDish_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66f342ce1015770af202be4d41c31b1cc60f5c77eb06058011e794624142dc2 +size 95836 diff --git a/Content/Factory/Meshes/SM_Stair_01.uasset b/Content/Factory/Meshes/SM_Stair_01.uasset new file mode 100644 index 00000000..70de1c0e --- /dev/null +++ b/Content/Factory/Meshes/SM_Stair_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ad85228680c0a483a5727bbf71a7ed37499b3056b8607642337985099c578a +size 313711 diff --git a/Content/Factory/Meshes/SM_Stair_02.uasset b/Content/Factory/Meshes/SM_Stair_02.uasset new file mode 100644 index 00000000..3cde09f2 --- /dev/null +++ b/Content/Factory/Meshes/SM_Stair_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8628f168bd182925ea4139f910fd818693e86f51036b96d80afc2c699fc78e54 +size 377530 diff --git a/Content/Factory/Meshes/SM_Stair_05.uasset b/Content/Factory/Meshes/SM_Stair_05.uasset new file mode 100644 index 00000000..2c07d1d5 --- /dev/null +++ b/Content/Factory/Meshes/SM_Stair_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3882fa80041ba1ba48d75406e2ccfa8bade85fa9760c7b558b5410601a7ef96 +size 854872 diff --git a/Content/Factory/Meshes/SM_Storage01.uasset b/Content/Factory/Meshes/SM_Storage01.uasset new file mode 100644 index 00000000..cd8663e3 --- /dev/null +++ b/Content/Factory/Meshes/SM_Storage01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b001c7770856ea16b7d86ebde0cc61272fb146159b8efd84e74e29a27267e2be +size 2682109 diff --git a/Content/Factory/Meshes/SM_Storage02.uasset b/Content/Factory/Meshes/SM_Storage02.uasset new file mode 100644 index 00000000..95c52907 --- /dev/null +++ b/Content/Factory/Meshes/SM_Storage02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f056e3779849044e3475822337a75f7dbac3b6061b54c19c0a4a8b5036895f +size 3540639 diff --git a/Content/Factory/Meshes/SM_StorageShelvesBottom01.uasset b/Content/Factory/Meshes/SM_StorageShelvesBottom01.uasset new file mode 100644 index 00000000..f6109fbc --- /dev/null +++ b/Content/Factory/Meshes/SM_StorageShelvesBottom01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a13c73cb3dab710447e7dbdfad1aed24a2d4fc413699d1503fb224eb0e6d633 +size 176605 diff --git a/Content/Factory/Meshes/SM_StorageShelvesBottom02.uasset b/Content/Factory/Meshes/SM_StorageShelvesBottom02.uasset new file mode 100644 index 00000000..77b673ed --- /dev/null +++ b/Content/Factory/Meshes/SM_StorageShelvesBottom02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5562bd2f24f5685dab5fdfa0c7bb3c9c4a786651170c57e6d53b153c326b26c7 +size 175418 diff --git a/Content/Factory/Meshes/SM_StorageShelves_group02.uasset b/Content/Factory/Meshes/SM_StorageShelves_group02.uasset new file mode 100644 index 00000000..96201059 --- /dev/null +++ b/Content/Factory/Meshes/SM_StorageShelves_group02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdcf0cfef3800aed95d35e542e888e9c71ad6f93531f29376b2df79d37b752d7 +size 405326 diff --git a/Content/Factory/Meshes/SM_StorageShelves_group03.uasset b/Content/Factory/Meshes/SM_StorageShelves_group03.uasset new file mode 100644 index 00000000..f51b2aa0 --- /dev/null +++ b/Content/Factory/Meshes/SM_StorageShelves_group03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27bbf7d577f0ce45b9a1a305f9afce200bd634e4dd23d603906f21f98aa8fa0 +size 463086 diff --git a/Content/Factory/Meshes/SM_StorageShelves_group04.uasset b/Content/Factory/Meshes/SM_StorageShelves_group04.uasset new file mode 100644 index 00000000..77db9762 --- /dev/null +++ b/Content/Factory/Meshes/SM_StorageShelves_group04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30a91b713df8d65959d8e37838c303d3a03c15ffce31bfa7e006e10a6921dc6 +size 339071 diff --git a/Content/Factory/Meshes/SM_StorageShelves_group06.uasset b/Content/Factory/Meshes/SM_StorageShelves_group06.uasset new file mode 100644 index 00000000..a4a757f2 --- /dev/null +++ b/Content/Factory/Meshes/SM_StorageShelves_group06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd232ff58c445a84828136f9fc4b7bbff0f11ccf14d6ad713421d59b1b09c367 +size 309806 diff --git a/Content/Factory/Meshes/SM_StyleDecal01.uasset b/Content/Factory/Meshes/SM_StyleDecal01.uasset new file mode 100644 index 00000000..5c033a09 --- /dev/null +++ b/Content/Factory/Meshes/SM_StyleDecal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fd2ab2f81974ebe81bf74751a2474c2ec2a3923641e803c6e3b5a8eea5fc722 +size 101957 diff --git a/Content/Factory/Meshes/SM_StyleDecal02.uasset b/Content/Factory/Meshes/SM_StyleDecal02.uasset new file mode 100644 index 00000000..091e616f --- /dev/null +++ b/Content/Factory/Meshes/SM_StyleDecal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ed429dbacfa9b51f42238decc485d742bf849eb884e3fe211207061e9b62a9 +size 98647 diff --git a/Content/Factory/Meshes/SM_StyleDecal03.uasset b/Content/Factory/Meshes/SM_StyleDecal03.uasset new file mode 100644 index 00000000..3b4c817a --- /dev/null +++ b/Content/Factory/Meshes/SM_StyleDecal03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a647ca4e96c3a4a9356c78c88d5edd7bf86eca18a3587b588f405f225c3f78b +size 103966 diff --git a/Content/Factory/Meshes/SM_TarpaulinCover01.uasset b/Content/Factory/Meshes/SM_TarpaulinCover01.uasset new file mode 100644 index 00000000..2e6bb59e --- /dev/null +++ b/Content/Factory/Meshes/SM_TarpaulinCover01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70e74659f03e22ecf931269ff7ab6cfa29bbb2d52e7fd30950506b01a5e041b +size 220703 diff --git a/Content/Factory/Meshes/SM_TarpaulinCover02.uasset b/Content/Factory/Meshes/SM_TarpaulinCover02.uasset new file mode 100644 index 00000000..b18b864b --- /dev/null +++ b/Content/Factory/Meshes/SM_TarpaulinCover02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51381829b3781483ba7054c3ec0efc98734a8854aa31c054fd0f5b3c2559b6d4 +size 268903 diff --git a/Content/Factory/Meshes/SM_Tire_01.uasset b/Content/Factory/Meshes/SM_Tire_01.uasset new file mode 100644 index 00000000..f4b2e0c0 --- /dev/null +++ b/Content/Factory/Meshes/SM_Tire_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ddeb43015a81a4ae0d38d0f8e638ea5258d81fe3e5fc1314a146c79b77c88f +size 620265 diff --git a/Content/Factory/Meshes/SM_Train01.uasset b/Content/Factory/Meshes/SM_Train01.uasset new file mode 100644 index 00000000..f96d93a9 --- /dev/null +++ b/Content/Factory/Meshes/SM_Train01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dadb365c5264dfa6e6d58271a65e758039af7160f65b17f51b9799732165a249 +size 2797274 diff --git a/Content/Factory/Meshes/SM_TrainCar01.uasset b/Content/Factory/Meshes/SM_TrainCar01.uasset new file mode 100644 index 00000000..3824caa2 --- /dev/null +++ b/Content/Factory/Meshes/SM_TrainCar01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a04d9eca582a8f527a3daa9537e64c4e7f3b5839400360189aeaddf07e4d6e4 +size 574308 diff --git a/Content/Factory/Meshes/SM_TrainCar02.uasset b/Content/Factory/Meshes/SM_TrainCar02.uasset new file mode 100644 index 00000000..9d1faa78 --- /dev/null +++ b/Content/Factory/Meshes/SM_TrainCar02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b47c8a05b6df9f4d24d7995c3e6e21fd7a528304584d1cc318c01ef711a0897 +size 669415 diff --git a/Content/Factory/Meshes/SM_TrainEngine01.uasset b/Content/Factory/Meshes/SM_TrainEngine01.uasset new file mode 100644 index 00000000..b523d582 --- /dev/null +++ b/Content/Factory/Meshes/SM_TrainEngine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a2944003ad50c115a8542752ef3194e23871f922d54e3044d953a0f18d21ad +size 748452 diff --git a/Content/Factory/Meshes/SM_TrainEngineFan01.uasset b/Content/Factory/Meshes/SM_TrainEngineFan01.uasset new file mode 100644 index 00000000..dc2a0688 --- /dev/null +++ b/Content/Factory/Meshes/SM_TrainEngineFan01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408b9e75d4625d6fbcf8200fbb195b820b334facedc679138c18b299a8b24792 +size 99141 diff --git a/Content/Factory/Meshes/SM_TrainFan01.uasset b/Content/Factory/Meshes/SM_TrainFan01.uasset new file mode 100644 index 00000000..05819474 --- /dev/null +++ b/Content/Factory/Meshes/SM_TrainFan01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1741eac2f9d70d81e18cc17b62d11326186f9942d74a1fb9052861e23bae4d +size 119888 diff --git a/Content/Factory/Meshes/SM_TrainStopper01.uasset b/Content/Factory/Meshes/SM_TrainStopper01.uasset new file mode 100644 index 00000000..15d3922f --- /dev/null +++ b/Content/Factory/Meshes/SM_TrainStopper01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054f46858be07956a5fd217bac9bc82abdc661961d5adeefccfe767d04f2baf1 +size 219939 diff --git a/Content/Factory/Meshes/SM_VendingMachine01.uasset b/Content/Factory/Meshes/SM_VendingMachine01.uasset new file mode 100644 index 00000000..f3fcc30c --- /dev/null +++ b/Content/Factory/Meshes/SM_VendingMachine01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dabe3b953723eb0c4bcd3c9e9eca13ea44dfbc73832b60709a4caf8ea7511f +size 746016 diff --git a/Content/Factory/Meshes/SM_VendingMachine02.uasset b/Content/Factory/Meshes/SM_VendingMachine02.uasset new file mode 100644 index 00000000..c97c2e92 --- /dev/null +++ b/Content/Factory/Meshes/SM_VendingMachine02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c6a236077cb9bfa2e2b82978fdf7027f419accdbdeadc60dc62c4e68f744ca +size 692279 diff --git a/Content/Factory/Meshes/SM_VideoCamera_01.uasset b/Content/Factory/Meshes/SM_VideoCamera_01.uasset new file mode 100644 index 00000000..d3f007a7 --- /dev/null +++ b/Content/Factory/Meshes/SM_VideoCamera_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6def469dd160510f446b0df26d8573359d2a7b2f18b6e68b27e6e64b9256d9 +size 360748 diff --git a/Content/Factory/Meshes/SM_VideoCamera_02.uasset b/Content/Factory/Meshes/SM_VideoCamera_02.uasset new file mode 100644 index 00000000..b62a9eb4 --- /dev/null +++ b/Content/Factory/Meshes/SM_VideoCamera_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef25af29c466927e46196ae634c32b5a2530c25c9f191539bac63cc465762e95 +size 290956 diff --git a/Content/Factory/Meshes/SM_WallPart_04.uasset b/Content/Factory/Meshes/SM_WallPart_04.uasset new file mode 100644 index 00000000..458cfa96 --- /dev/null +++ b/Content/Factory/Meshes/SM_WallPart_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb7cb9ce1ef5c738e9f2fe53317ee2f4a1cca67dffa721dfa2b56afcb735822 +size 116934 diff --git a/Content/Factory/Meshes/SM_WaterContainer02.uasset b/Content/Factory/Meshes/SM_WaterContainer02.uasset new file mode 100644 index 00000000..7c45754d --- /dev/null +++ b/Content/Factory/Meshes/SM_WaterContainer02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb921c27a0eb50b361814d57148346e72227ed7b1b7fb5de90cc4b95db8281e6 +size 293400 diff --git a/Content/Factory/Meshes/SM_WaterCooler_Bottle01.uasset b/Content/Factory/Meshes/SM_WaterCooler_Bottle01.uasset new file mode 100644 index 00000000..c5c49b69 --- /dev/null +++ b/Content/Factory/Meshes/SM_WaterCooler_Bottle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6560bef3f58cb3188c29c416bf9061e91994fa8f9dd821fdc8fbe8de2e97046 +size 213218 diff --git a/Content/Factory/Meshes/SM_WaterTap_01.uasset b/Content/Factory/Meshes/SM_WaterTap_01.uasset new file mode 100644 index 00000000..78fd1e10 --- /dev/null +++ b/Content/Factory/Meshes/SM_WaterTap_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9cd6aff9b78a994f944b2412d7ee2d22ab506f7ad2b11e0dee415b9887f5dfa +size 105141 diff --git a/Content/Factory/Meshes/SM_Wheel_01.uasset b/Content/Factory/Meshes/SM_Wheel_01.uasset new file mode 100644 index 00000000..02ceb639 --- /dev/null +++ b/Content/Factory/Meshes/SM_Wheel_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc50a52d8d493a9f8328b4363aca8634b8c7048684ad486cda9d728e7651fd3 +size 790449 diff --git a/Content/Factory/Meshes/SM_WhiteBoard.uasset b/Content/Factory/Meshes/SM_WhiteBoard.uasset new file mode 100644 index 00000000..0b97be6b --- /dev/null +++ b/Content/Factory/Meshes/SM_WhiteBoard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f99fb556b9076182dde2a75cb04aea3053454c44c82332d7da926e66b4a819 +size 112797 diff --git a/Content/Factory/Meshes/SM_WireSetTop01.uasset b/Content/Factory/Meshes/SM_WireSetTop01.uasset new file mode 100644 index 00000000..4e4ac6df --- /dev/null +++ b/Content/Factory/Meshes/SM_WireSetTop01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67193ec310b3fa7453f0c4029d44a34cad3adc8542974fecb4e85283e08c2257 +size 411178 diff --git a/Content/Factory/Meshes/SM_WireSetWall01.uasset b/Content/Factory/Meshes/SM_WireSetWall01.uasset new file mode 100644 index 00000000..84658390 --- /dev/null +++ b/Content/Factory/Meshes/SM_WireSetWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f759b6902b6499309592103b215fd3bb1b87f8436fa1da36663ca2a7364bd466 +size 235815 diff --git a/Content/Factory/Meshes/SM_WorkingClothes01.uasset b/Content/Factory/Meshes/SM_WorkingClothes01.uasset new file mode 100644 index 00000000..2eddbd5f --- /dev/null +++ b/Content/Factory/Meshes/SM_WorkingClothes01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ec65f5c04c3f0f2c7b612ad222e471781bc5796ff65dfeab0dd2420dc04f3c +size 180389 diff --git a/Content/Factory/Meshes/SM_WorkingClothes02.uasset b/Content/Factory/Meshes/SM_WorkingClothes02.uasset new file mode 100644 index 00000000..179440b9 --- /dev/null +++ b/Content/Factory/Meshes/SM_WorkingClothes02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b8618e3564344f5c7a9258c5d90ce6946792c444bb1078e8c01335d09ef6ad +size 182765 diff --git a/Content/Factory/Meshes/SM_bin_A_01.uasset b/Content/Factory/Meshes/SM_bin_A_01.uasset new file mode 100644 index 00000000..2426ac85 --- /dev/null +++ b/Content/Factory/Meshes/SM_bin_A_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96da98ed166259779528c23ffefcb86ab4b4c4f16c4d63e8cbbca5173ce1342 +size 174054 diff --git a/Content/Factory/Meshes/SM_bin_A_02.uasset b/Content/Factory/Meshes/SM_bin_A_02.uasset new file mode 100644 index 00000000..8bce37c7 --- /dev/null +++ b/Content/Factory/Meshes/SM_bin_A_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073c6525bdef48b49334038bd11edb7ff10ab063c806f1e146bf7d5c5171172b +size 154516 diff --git a/Content/Factory/Meshes/SM_bin_B_02.uasset b/Content/Factory/Meshes/SM_bin_B_02.uasset new file mode 100644 index 00000000..80d16f8a --- /dev/null +++ b/Content/Factory/Meshes/SM_bin_B_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622e96bb7e48cfd441355705dbbae5d4188ca18b8bc4549c19ba914c2ba5f753 +size 113213 diff --git a/Content/Factory/Meshes/SM_bin_C_02.uasset b/Content/Factory/Meshes/SM_bin_C_02.uasset new file mode 100644 index 00000000..c58fbd5d --- /dev/null +++ b/Content/Factory/Meshes/SM_bin_C_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d800b8f538e4ea5582e792c2a72c501980d4e57bc881ddeb5e87e4bf38e55af +size 119441 diff --git a/Content/Factory/Meshes/SM_bin_C_04.uasset b/Content/Factory/Meshes/SM_bin_C_04.uasset new file mode 100644 index 00000000..da71f9dd --- /dev/null +++ b/Content/Factory/Meshes/SM_bin_C_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d74876eca18db4c59c169357bc433386e02e1af7b12468554a42b0ee34ed49e +size 123820 diff --git a/Content/Factory/Meshes/SM_box_01.uasset b/Content/Factory/Meshes/SM_box_01.uasset new file mode 100644 index 00000000..39304c23 --- /dev/null +++ b/Content/Factory/Meshes/SM_box_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8603379114aefce4442b81412c93962ec26286dda7d245a4df81eea714058722 +size 143296 diff --git a/Content/Factory/Meshes/SM_box_02.uasset b/Content/Factory/Meshes/SM_box_02.uasset new file mode 100644 index 00000000..b124ecc4 --- /dev/null +++ b/Content/Factory/Meshes/SM_box_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56a458a7fb01d222fc587126c96e04cb67239ac03b4f893cc19577cd68f11111 +size 118982 diff --git a/Content/Factory/Meshes/SM_conditioning01_01.uasset b/Content/Factory/Meshes/SM_conditioning01_01.uasset new file mode 100644 index 00000000..9c0d2e37 --- /dev/null +++ b/Content/Factory/Meshes/SM_conditioning01_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd7d039bf179d267cc31a0c7eb1b7c9bcae1b3ae040c120196c01659607ad32 +size 301703 diff --git a/Content/Factory/Meshes/SM_conditioning01_02.uasset b/Content/Factory/Meshes/SM_conditioning01_02.uasset new file mode 100644 index 00000000..02f636cd --- /dev/null +++ b/Content/Factory/Meshes/SM_conditioning01_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f38c988470bd1900bc94e78b2c609542e9675ee0fc4e379b3fe3577a7da5e54 +size 155373 diff --git a/Content/Factory/Meshes/SM_conditioning01_03.uasset b/Content/Factory/Meshes/SM_conditioning01_03.uasset new file mode 100644 index 00000000..d76a0455 --- /dev/null +++ b/Content/Factory/Meshes/SM_conditioning01_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841c7d63d850e4b77204f7a4bf5c33850110550e2fa7c3f67d113c2095aea839 +size 312998 diff --git a/Content/Factory/Meshes/SM_conditioning01_04.uasset b/Content/Factory/Meshes/SM_conditioning01_04.uasset new file mode 100644 index 00000000..78729853 --- /dev/null +++ b/Content/Factory/Meshes/SM_conditioning01_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:117c83e97ad27b1e47af89ff092f5cabb1f1a2a3865d5621b5488d699e3df5e9 +size 271143 diff --git a/Content/Factory/Meshes/SM_conditioning01_05.uasset b/Content/Factory/Meshes/SM_conditioning01_05.uasset new file mode 100644 index 00000000..d776adfd --- /dev/null +++ b/Content/Factory/Meshes/SM_conditioning01_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4e457fb51b4469a15f46aa543fdde0864f371592c97f80e9c5df8515bdbdec +size 332415 diff --git a/Content/Factory/Meshes/SM_fireextinguisher_01.uasset b/Content/Factory/Meshes/SM_fireextinguisher_01.uasset new file mode 100644 index 00000000..69019533 --- /dev/null +++ b/Content/Factory/Meshes/SM_fireextinguisher_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1dda73876ecde7af74e17013d3e0facb4334ad2c3b3e61d5dfc64460be58f6 +size 161947 diff --git a/Content/Factory/Meshes/SM_fireextinguisher_02.uasset b/Content/Factory/Meshes/SM_fireextinguisher_02.uasset new file mode 100644 index 00000000..f7f5a910 --- /dev/null +++ b/Content/Factory/Meshes/SM_fireextinguisher_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a91b4d7ffa394392c552f3b732acd7a681f002ede4c06077fc8dbcac8d817c0 +size 155426 diff --git a/Content/Factory/Meshes/SM_firehose_01.uasset b/Content/Factory/Meshes/SM_firehose_01.uasset new file mode 100644 index 00000000..a4542067 --- /dev/null +++ b/Content/Factory/Meshes/SM_firehose_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565f940d346a6e2073599c927d8ac28f401a15e17082e03305f81d6eec65465c +size 175212 diff --git a/Content/Factory/Meshes/SM_firepipe_01.uasset b/Content/Factory/Meshes/SM_firepipe_01.uasset new file mode 100644 index 00000000..2ebed30e --- /dev/null +++ b/Content/Factory/Meshes/SM_firepipe_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212c2a88032f025f9e0bebd91aff3af9a12b60ce998e9df2f9800f3b252d5f81 +size 138816 diff --git a/Content/Factory/Meshes/SM_firepipe_02.uasset b/Content/Factory/Meshes/SM_firepipe_02.uasset new file mode 100644 index 00000000..07f91aea --- /dev/null +++ b/Content/Factory/Meshes/SM_firepipe_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187f64541ce1b02fc7dc7c73dabec413b94808d23542f3c6e55a613ba204d819 +size 155204 diff --git a/Content/Factory/Meshes/SM_firesignal_01.uasset b/Content/Factory/Meshes/SM_firesignal_01.uasset new file mode 100644 index 00000000..80bde0f6 --- /dev/null +++ b/Content/Factory/Meshes/SM_firesignal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fca7c9336a9a40680d291a06d44f8ea80fe575b20c863543c2f08405f13b15 +size 92543 diff --git a/Content/Factory/Meshes/SM_firesignal_02.uasset b/Content/Factory/Meshes/SM_firesignal_02.uasset new file mode 100644 index 00000000..5fa57623 --- /dev/null +++ b/Content/Factory/Meshes/SM_firesignal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891e9a044f96a76b8b8b6dc31eed918735923a047656d8fabd93aeae2f2cdba2 +size 97759 diff --git a/Content/Factory/Meshes/SM_industrialrobot01_02.uasset b/Content/Factory/Meshes/SM_industrialrobot01_02.uasset new file mode 100644 index 00000000..6c6d60e6 --- /dev/null +++ b/Content/Factory/Meshes/SM_industrialrobot01_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143207716a7868b772be665ef5760a7332974f5000f46edd7777d77260220ce4 +size 703667 diff --git a/Content/Factory/Meshes/SM_loader_01.uasset b/Content/Factory/Meshes/SM_loader_01.uasset new file mode 100644 index 00000000..84c735fa --- /dev/null +++ b/Content/Factory/Meshes/SM_loader_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231a5636fab1db67f15abe6eea8ad619dab8778d728f16fcb9107628c9f628cd +size 900179 diff --git a/Content/Factory/Meshes/SM_pipe_conditioning01_01.uasset b/Content/Factory/Meshes/SM_pipe_conditioning01_01.uasset new file mode 100644 index 00000000..9e6995bc --- /dev/null +++ b/Content/Factory/Meshes/SM_pipe_conditioning01_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b90ad4fc1c1cf9d0b6ecf34605d2fc3bc73452831b32e1c179b0c14c081891 +size 109928 diff --git a/Content/Factory/Meshes/SM_pipe_conditioning01_02.uasset b/Content/Factory/Meshes/SM_pipe_conditioning01_02.uasset new file mode 100644 index 00000000..176051eb --- /dev/null +++ b/Content/Factory/Meshes/SM_pipe_conditioning01_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89c5ce1a5d52c35ddbfa1f891ff72f068242304b194d91e46cb6af6554214a5 +size 101796 diff --git a/Content/Factory/Meshes/SM_pipe_conditioning01_03.uasset b/Content/Factory/Meshes/SM_pipe_conditioning01_03.uasset new file mode 100644 index 00000000..ab1561c6 --- /dev/null +++ b/Content/Factory/Meshes/SM_pipe_conditioning01_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56612648751e08c6cf161145c1786d67eae7255a802b9b6539cacb99dc3035e3 +size 84391 diff --git a/Content/Factory/Meshes/SM_pipe_conditioning01_05.uasset b/Content/Factory/Meshes/SM_pipe_conditioning01_05.uasset new file mode 100644 index 00000000..9d1ff5f0 --- /dev/null +++ b/Content/Factory/Meshes/SM_pipe_conditioning01_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69f495e90afaafcf80166c66ca9a7a06f0fd4a8d3ddf253cb96eb14c9637afe +size 92231 diff --git a/Content/Factory/Meshes/SM_pipe_conditioning01_06.uasset b/Content/Factory/Meshes/SM_pipe_conditioning01_06.uasset new file mode 100644 index 00000000..493b650e --- /dev/null +++ b/Content/Factory/Meshes/SM_pipe_conditioning01_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6fa72984efdfcc9b8471a6f187bc22ccaf07b68dc386cf68d3bf4821e70984 +size 136832 diff --git a/Content/Factory/Meshes/SM_standForPens.uasset b/Content/Factory/Meshes/SM_standForPens.uasset new file mode 100644 index 00000000..5b1425c4 --- /dev/null +++ b/Content/Factory/Meshes/SM_standForPens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82585ac09c6eb8a390a68039da9798ba53d1e1204a786e0ca7ade45331e5b277 +size 96123 diff --git a/Content/Factory/Meshes/ScissorsLift/PA_Scessors_V1.uasset b/Content/Factory/Meshes/ScissorsLift/PA_Scessors_V1.uasset new file mode 100644 index 00000000..9f177241 --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/PA_Scessors_V1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baaef4b2d054892260a4deb5d7f20dec1c4f383e13c7dc866199927ef9296d0a +size 154490 diff --git a/Content/Factory/Meshes/ScissorsLift/PA_Scessors_V2.uasset b/Content/Factory/Meshes/ScissorsLift/PA_Scessors_V2.uasset new file mode 100644 index 00000000..a05e9555 --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/PA_Scessors_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8e06971e10dd78b04a623e7b1b237f787fcd3257058598cf1bd2ff4b43a398 +size 149317 diff --git a/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1.uasset b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1.uasset new file mode 100644 index 00000000..0adf49a2 --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c7cac620b438fc378fca57f9ecc2aecfb1fb205edb2347297ae9617b7a85d0 +size 6169042 diff --git a/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1_Anim_Armature_ArmatureAction.uasset b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1_Anim_Armature_ArmatureAction.uasset new file mode 100644 index 00000000..a1b20342 --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1_Anim_Armature_ArmatureAction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b8fd062ce87f80f39bd9ea1b0dea8907f483caa5c970fc6a5cf7eae5727b03 +size 191019 diff --git a/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1_Skeleton.uasset b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1_Skeleton.uasset new file mode 100644 index 00000000..21161e30 --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV1_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2099a3b28845278e777ec1d99fdf395114602ad49720558c16bb7f2a2660b9b +size 19157 diff --git a/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV2.uasset b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV2.uasset new file mode 100644 index 00000000..3d0d0c5b --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/SK_ScissorsLiftV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af10958ba2c72274e426fb32e018a0ea3ed3997315b28ba7318c9b1a01c281ad +size 5641050 diff --git a/Content/Factory/Meshes/ScissorsLift/SM_ScissorsLift01.uasset b/Content/Factory/Meshes/ScissorsLift/SM_ScissorsLift01.uasset new file mode 100644 index 00000000..a8ef511c --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/SM_ScissorsLift01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38d808af6c0201285c06a95dfe276092faaecf916299ecc5397d747bb1c46e9 +size 914807 diff --git a/Content/Factory/Meshes/ScissorsLift/SM_ScissorsLift02.uasset b/Content/Factory/Meshes/ScissorsLift/SM_ScissorsLift02.uasset new file mode 100644 index 00000000..44e2befc --- /dev/null +++ b/Content/Factory/Meshes/ScissorsLift/SM_ScissorsLift02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02180b7e5bca027e4d228e42415ec01a5ef27ec5b6847898f9e7aa68ed0545d +size 700416 diff --git a/Content/Factory/Meshes/Truck/BP_Truck.uasset b/Content/Factory/Meshes/Truck/BP_Truck.uasset new file mode 100644 index 00000000..4b0db2ca --- /dev/null +++ b/Content/Factory/Meshes/Truck/BP_Truck.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecfe5afb722f0af89a7a81504ccd626d530dd6b005855fba56c5d51ae776e62 +size 98914 diff --git a/Content/Factory/Meshes/Truck/SK_Dummy.uasset b/Content/Factory/Meshes/Truck/SK_Dummy.uasset new file mode 100644 index 00000000..2ecaad5c --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Dummy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b25a06765b8e594b613c0cf7fd5cbb535fe7be4e8a767f29743b736496659a +size 5219361 diff --git a/Content/Factory/Meshes/Truck/SK_Dummy_Anim.uasset b/Content/Factory/Meshes/Truck/SK_Dummy_Anim.uasset new file mode 100644 index 00000000..ebd88f57 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Dummy_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606530dad5ae40f07156bf38f1fc5be9e86464b2fa2bc0377d596accaebb4bd5 +size 286250 diff --git a/Content/Factory/Meshes/Truck/SK_Dummy_PhysicsAsset.uasset b/Content/Factory/Meshes/Truck/SK_Dummy_PhysicsAsset.uasset new file mode 100644 index 00000000..5d96d803 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Dummy_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1763851c72794c039a2fab0410d58fcdc7f9e9ea1387fd9cf36e1d13d69a3a0 +size 111796 diff --git a/Content/Factory/Meshes/Truck/SK_Dummy_Skeleton.uasset b/Content/Factory/Meshes/Truck/SK_Dummy_Skeleton.uasset new file mode 100644 index 00000000..28cc2862 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Dummy_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f4c0236b534b00452db6fee3a41d3b8afd13b161eb40a8af7cb4d9ff47abf1 +size 15446 diff --git a/Content/Factory/Meshes/Truck/SK_Truck_Anim.uasset b/Content/Factory/Meshes/Truck/SK_Truck_Anim.uasset new file mode 100644 index 00000000..2914c718 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Truck_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf6d8fccca66990ac597a5d3d4ba965f3d2ac37c8e1cf533fc0c34facd57387 +size 181208 diff --git a/Content/Factory/Meshes/Truck/SK_Truck_Cockpit.uasset b/Content/Factory/Meshes/Truck/SK_Truck_Cockpit.uasset new file mode 100644 index 00000000..6c5a165f --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Truck_Cockpit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f425176ef24ca5daf0e7f77f1843cffcc113ccbba277a6077a43a06533a7e988 +size 18229508 diff --git a/Content/Factory/Meshes/Truck/SK_Truck_Cockpit_PhysicsAsset.uasset b/Content/Factory/Meshes/Truck/SK_Truck_Cockpit_PhysicsAsset.uasset new file mode 100644 index 00000000..ce6e9c7a --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Truck_Cockpit_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1192e92768c8f96534bb1b908a86ae8460f2954d9627988805bf9799159adc71 +size 123078 diff --git a/Content/Factory/Meshes/Truck/SK_Truck_Cockpit_Skeleton.uasset b/Content/Factory/Meshes/Truck/SK_Truck_Cockpit_Skeleton.uasset new file mode 100644 index 00000000..193a3b8e --- /dev/null +++ b/Content/Factory/Meshes/Truck/SK_Truck_Cockpit_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32afddcaeff9fbea562180571a1bb1b565b351723fef41a777c9232aa3ed69f0 +size 12544 diff --git a/Content/Factory/Meshes/Truck/SM_Debris01.uasset b/Content/Factory/Meshes/Truck/SM_Debris01.uasset new file mode 100644 index 00000000..a6800efb --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Debris01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bd319b32a7f4fd7ffde3afcf570caf4c6dc5e9b2e1971bace8872f5351469d +size 96840 diff --git a/Content/Factory/Meshes/Truck/SM_Debris02.uasset b/Content/Factory/Meshes/Truck/SM_Debris02.uasset new file mode 100644 index 00000000..edd33ca5 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Debris02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2137df08a08f49ee1fb39c3190624c0664458e7c9200b2e3039620ad2f4ef666 +size 95251 diff --git a/Content/Factory/Meshes/Truck/SM_Debris03.uasset b/Content/Factory/Meshes/Truck/SM_Debris03.uasset new file mode 100644 index 00000000..c26fa47d --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Debris03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03445485f12d8d0f65ce210696915b601e0af8d8fc6187dbd2f4f740a6b340a +size 96228 diff --git a/Content/Factory/Meshes/Truck/SM_Debris04.uasset b/Content/Factory/Meshes/Truck/SM_Debris04.uasset new file mode 100644 index 00000000..66bb22ab --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Debris04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee3e864c06c1950aeb896380e8f937094f568da73521247cb6312cf3da116f28 +size 93535 diff --git a/Content/Factory/Meshes/Truck/SM_TruckDetails.uasset b/Content/Factory/Meshes/Truck/SM_TruckDetails.uasset new file mode 100644 index 00000000..c688d731 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_TruckDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9643632973759621b74bf97bd053c2016bb63bb27410bc67ee6a37b35b83d9de +size 143725 diff --git a/Content/Factory/Meshes/Truck/SM_TruckTubes.uasset b/Content/Factory/Meshes/Truck/SM_TruckTubes.uasset new file mode 100644 index 00000000..f74fde18 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_TruckTubes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a895b6762798b7f6613f759e7ea522968ab358c00231ad4589743f0a0c1cb7c3 +size 514294 diff --git a/Content/Factory/Meshes/Truck/SM_Truck_Axis01.uasset b/Content/Factory/Meshes/Truck/SM_Truck_Axis01.uasset new file mode 100644 index 00000000..964bd993 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Truck_Axis01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7dfccab9f00b73d22ea8b12976150822fa55faf0e9db1ef352fbdc647fe5a7 +size 441163 diff --git a/Content/Factory/Meshes/Truck/SM_Truck_cabin_01.uasset b/Content/Factory/Meshes/Truck/SM_Truck_cabin_01.uasset new file mode 100644 index 00000000..d5a34a2c --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Truck_cabin_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1300528be0f6246e0afb7a88790e289d1efabd0e0bc7d856502615c32b4b644d +size 431075 diff --git a/Content/Factory/Meshes/Truck/SM_Truck_frame_01.uasset b/Content/Factory/Meshes/Truck/SM_Truck_frame_01.uasset new file mode 100644 index 00000000..fba93de4 --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Truck_frame_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7483508b6f995b99a69d0e195296f012dd554bc39e2731c9f953c60d92d936 +size 337598 diff --git a/Content/Factory/Meshes/Truck/SM_Truck_tank_01.uasset b/Content/Factory/Meshes/Truck/SM_Truck_tank_01.uasset new file mode 100644 index 00000000..49365eae --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_Truck_tank_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a133035ad4e7d5fed7e7220ee8877b38602d8b07abef526db1b6d98c306f5fa +size 273186 diff --git a/Content/Factory/Meshes/Truck/SM_hood_01.uasset b/Content/Factory/Meshes/Truck/SM_hood_01.uasset new file mode 100644 index 00000000..a6e040bb --- /dev/null +++ b/Content/Factory/Meshes/Truck/SM_hood_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b881fbe8a631410fd40886dacecbb6ebb84e86ced7924c3ec291f1ce52cb6626 +size 480321 diff --git a/Content/Factory/Sequences/FlythroughSequence01.uasset b/Content/Factory/Sequences/FlythroughSequence01.uasset new file mode 100644 index 00000000..7f2ceea5 --- /dev/null +++ b/Content/Factory/Sequences/FlythroughSequence01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e5fb09300ce7209ea19dc86d7a15f21bbdd65f155967ff770634bbf050d45c +size 206718 diff --git a/Content/Factory/Sequences/FlythroughSequence02.uasset b/Content/Factory/Sequences/FlythroughSequence02.uasset new file mode 100644 index 00000000..8da0b9b9 --- /dev/null +++ b/Content/Factory/Sequences/FlythroughSequence02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77813c15a898bce1bdaeda722290fe53309b9eae03c2624be6fc6a90cc4e7614 +size 49032 diff --git a/Content/Factory/StarterContent/Particles/Materials/M_Dust_Particle.uasset b/Content/Factory/StarterContent/Particles/Materials/M_Dust_Particle.uasset new file mode 100644 index 00000000..a2729419 --- /dev/null +++ b/Content/Factory/StarterContent/Particles/Materials/M_Dust_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7d6881c9d700556102b5dcaa72233779d697db45bc24fcac164dc643b0bb56 +size 84175 diff --git a/Content/Factory/StarterContent/Particles/P_Ambient_Dust.uasset b/Content/Factory/StarterContent/Particles/P_Ambient_Dust.uasset new file mode 100644 index 00000000..f545c0a1 --- /dev/null +++ b/Content/Factory/StarterContent/Particles/P_Ambient_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58562d2f6700b0da7d31044294adb33d1abcaf7c404040c99797d45860d94307 +size 59355 diff --git a/Content/Factory/StarterContent/Textures/T_Dust_Particle_D.uasset b/Content/Factory/StarterContent/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 00000000..fcd9e766 --- /dev/null +++ b/Content/Factory/StarterContent/Textures/T_Dust_Particle_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4b4bab0c2873034748b85b9b00dc522b35540e5edd81928999097331c14538 +size 33707 diff --git a/Content/Factory/Textures/SM_RoofFrame01_BC.uasset b/Content/Factory/Textures/SM_RoofFrame01_BC.uasset new file mode 100644 index 00000000..70df5965 --- /dev/null +++ b/Content/Factory/Textures/SM_RoofFrame01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0729f76c3c67f398b010a498c835d22a97ee404af74158a160505db2aad62d +size 3991732 diff --git a/Content/Factory/Textures/SM_RoofFrame01_N.uasset b/Content/Factory/Textures/SM_RoofFrame01_N.uasset new file mode 100644 index 00000000..2350659e --- /dev/null +++ b/Content/Factory/Textures/SM_RoofFrame01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a95f7dfd471d96d86a0d5e34aeaad61999dbf88b3c42aff9c85fcab3dafba4 +size 13555477 diff --git a/Content/Factory/Textures/SM_RoofFrame01_ORM.uasset b/Content/Factory/Textures/SM_RoofFrame01_ORM.uasset new file mode 100644 index 00000000..c06d1b8c --- /dev/null +++ b/Content/Factory/Textures/SM_RoofFrame01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c22a5bee9ac06ad6aec33ab0f43d743fd77c49993f8fa3b153f4b039f051e18 +size 12674645 diff --git a/Content/Factory/Textures/T_AirConditioner_Decal_BC.uasset b/Content/Factory/Textures/T_AirConditioner_Decal_BC.uasset new file mode 100644 index 00000000..ad5f3ede --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioner_Decal_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e07dbef3a29fa8342dc9192e962f8b3d6d24aa810d36a44add1d7a49108407c +size 1365162 diff --git a/Content/Factory/Textures/T_AirConditioner_Decal_N.uasset b/Content/Factory/Textures/T_AirConditioner_Decal_N.uasset new file mode 100644 index 00000000..c955da63 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioner_Decal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4bd578359b2eeb869e8cfd093c276634dea789fa59721f834bc819a949faa6 +size 3353743 diff --git a/Content/Factory/Textures/T_AirConditioner_Decal_ORM.uasset b/Content/Factory/Textures/T_AirConditioner_Decal_ORM.uasset new file mode 100644 index 00000000..5a1128ab --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioner_Decal_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec1901b8f20d8a9c63e72e3586e2b4a17beda9de79ef4f9f09df7f7f61f0181 +size 614470 diff --git a/Content/Factory/Textures/T_AirConditioner_N.uasset b/Content/Factory/Textures/T_AirConditioner_N.uasset new file mode 100644 index 00000000..a8b298a0 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioner_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a6224350f45fdc36098a3ea16910bb845c2eb65fadcc5373b10fa139915ef4 +size 6078694 diff --git a/Content/Factory/Textures/T_AirConditioner_new_BC.uasset b/Content/Factory/Textures/T_AirConditioner_new_BC.uasset new file mode 100644 index 00000000..b1433818 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioner_new_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee86b8edccb7b0407bbd541e22e2fa42a5b1b348df2b0a04dc51b2a7c7ea931 +size 4300670 diff --git a/Content/Factory/Textures/T_AirConditioner_new_ORM.uasset b/Content/Factory/Textures/T_AirConditioner_new_ORM.uasset new file mode 100644 index 00000000..70f5b9f6 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioner_new_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6dc2b3074f0274423d08c03d0b5c8f8d7783a47b2dcb3a3f758bc91ae85d2f +size 5588964 diff --git a/Content/Factory/Textures/T_AirConditioningPipe_BC.uasset b/Content/Factory/Textures/T_AirConditioningPipe_BC.uasset new file mode 100644 index 00000000..c74847d5 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioningPipe_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada5301eabf9e54881674e3485059d82b2cbb8b21270c3aa000d776eb2010543 +size 4773028 diff --git a/Content/Factory/Textures/T_AirConditioningPipe_N.uasset b/Content/Factory/Textures/T_AirConditioningPipe_N.uasset new file mode 100644 index 00000000..fc7e9744 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioningPipe_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0349b29b72637db7142417b73e154ed3d94542aff3a1ca7dea22d23b4e423557 +size 6268565 diff --git a/Content/Factory/Textures/T_AirConditioningPipe_ORM.uasset b/Content/Factory/Textures/T_AirConditioningPipe_ORM.uasset new file mode 100644 index 00000000..dfb33e23 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioningPipe_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33203665da7db33d717c3bd8920d3257f4ee374f6dc35498e36b05898a2a82c +size 6426157 diff --git a/Content/Factory/Textures/T_AirConditioning_BC.uasset b/Content/Factory/Textures/T_AirConditioning_BC.uasset new file mode 100644 index 00000000..8e0c2397 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioning_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fe0448ff2ed6f6440f087fe3e35db20c2914b7a23ff4073f8377f65eeef3997 +size 14286837 diff --git a/Content/Factory/Textures/T_AirConditioning_N.uasset b/Content/Factory/Textures/T_AirConditioning_N.uasset new file mode 100644 index 00000000..88297e59 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioning_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0101394807d2f8f78449332e15fa92d9cf1b199d7748b158dabd4e912b0fd6 +size 18157261 diff --git a/Content/Factory/Textures/T_AirConditioning_ORM.uasset b/Content/Factory/Textures/T_AirConditioning_ORM.uasset new file mode 100644 index 00000000..07d0fd37 --- /dev/null +++ b/Content/Factory/Textures/T_AirConditioning_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad129e9a35ae0a30f5831d33ba80c82a26fa21e9d47c65ba96a36b4966fc252e +size 21537371 diff --git a/Content/Factory/Textures/T_ArmCover01_BC.uasset b/Content/Factory/Textures/T_ArmCover01_BC.uasset new file mode 100644 index 00000000..a21d2ad1 --- /dev/null +++ b/Content/Factory/Textures/T_ArmCover01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ac91b069aaaed1e60288fe580b88370671cedd2924cede96458f2b143f3c5d +size 2393000 diff --git a/Content/Factory/Textures/T_ArmCover01_N.uasset b/Content/Factory/Textures/T_ArmCover01_N.uasset new file mode 100644 index 00000000..6597f104 --- /dev/null +++ b/Content/Factory/Textures/T_ArmCover01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9461b165694b2541766eef77daf798cf527b22403444f1f2eee77eb61be2ea +size 8410423 diff --git a/Content/Factory/Textures/T_ArmCover01_ORM.uasset b/Content/Factory/Textures/T_ArmCover01_ORM.uasset new file mode 100644 index 00000000..edcae5b9 --- /dev/null +++ b/Content/Factory/Textures/T_ArmCover01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7c2cadce28b243f33923a594cb24a3744bba0daa00550d00565f7d102f043b +size 4275803 diff --git a/Content/Factory/Textures/T_AsseblyLineDecals_BC.uasset b/Content/Factory/Textures/T_AsseblyLineDecals_BC.uasset new file mode 100644 index 00000000..6332e955 --- /dev/null +++ b/Content/Factory/Textures/T_AsseblyLineDecals_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f79eb88bba35b2369937892a9d3dd43bf7149735ca7a405743644492872f2c +size 4293019 diff --git a/Content/Factory/Textures/T_AsseblyLineDecals_E.uasset b/Content/Factory/Textures/T_AsseblyLineDecals_E.uasset new file mode 100644 index 00000000..1dd87a26 --- /dev/null +++ b/Content/Factory/Textures/T_AsseblyLineDecals_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5d4362304fbd9dfcd99ea3b669cf73b4657069fbb8c9d52ba73609b9497f6f +size 236204 diff --git a/Content/Factory/Textures/T_AsseblyLineDecals_MSK.uasset b/Content/Factory/Textures/T_AsseblyLineDecals_MSK.uasset new file mode 100644 index 00000000..b490376d --- /dev/null +++ b/Content/Factory/Textures/T_AsseblyLineDecals_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4858d0d41b4386578c094561f411126b59aaa6c2fdeb435345404729768b86 +size 9875 diff --git a/Content/Factory/Textures/T_AsseblyLineDecals_N.uasset b/Content/Factory/Textures/T_AsseblyLineDecals_N.uasset new file mode 100644 index 00000000..72051ef5 --- /dev/null +++ b/Content/Factory/Textures/T_AsseblyLineDecals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8bf81473cd8e65e5e84239e305592690d53cf528ce8e9d1e5bdfb76c5d35f5 +size 2992579 diff --git a/Content/Factory/Textures/T_AsseblyLineDecals_ORM.uasset b/Content/Factory/Textures/T_AsseblyLineDecals_ORM.uasset new file mode 100644 index 00000000..5ccfa1f1 --- /dev/null +++ b/Content/Factory/Textures/T_AsseblyLineDecals_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34c7438f25d4ad22824ac75de0b2ca9f46507424e64ea0568060a826a4e7190 +size 3974092 diff --git a/Content/Factory/Textures/T_AssemLine_DeskControl_BC.uasset b/Content/Factory/Textures/T_AssemLine_DeskControl_BC.uasset new file mode 100644 index 00000000..7ac616e1 --- /dev/null +++ b/Content/Factory/Textures/T_AssemLine_DeskControl_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20d95badd93027330daf9d0b4469a69ce8a81b293790f5f5ad3cbe46e1a4370d +size 4076160 diff --git a/Content/Factory/Textures/T_AssemLine_DeskControl_E.uasset b/Content/Factory/Textures/T_AssemLine_DeskControl_E.uasset new file mode 100644 index 00000000..e5b69324 --- /dev/null +++ b/Content/Factory/Textures/T_AssemLine_DeskControl_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00baf2e11d19a5dd25805489711b8628b793ccff4b31e4fa438ba1ecf9d5ba66 +size 71462 diff --git a/Content/Factory/Textures/T_AssemLine_DeskControl_MSK.uasset b/Content/Factory/Textures/T_AssemLine_DeskControl_MSK.uasset new file mode 100644 index 00000000..ca82930b --- /dev/null +++ b/Content/Factory/Textures/T_AssemLine_DeskControl_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abffa907e48b01a1a4cb73f9f48ce74733352973857373443a7b9a9c1f2d95a7 +size 310178 diff --git a/Content/Factory/Textures/T_AssemLine_DeskControl_N.uasset b/Content/Factory/Textures/T_AssemLine_DeskControl_N.uasset new file mode 100644 index 00000000..8ae1f72f --- /dev/null +++ b/Content/Factory/Textures/T_AssemLine_DeskControl_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746b752ca8a07469b347eb7dd4d62cc80f1455adf73877dbbd5f478b0e677cdf +size 5036346 diff --git a/Content/Factory/Textures/T_AssemLine_DeskControl_ORM.uasset b/Content/Factory/Textures/T_AssemLine_DeskControl_ORM.uasset new file mode 100644 index 00000000..b1803a65 --- /dev/null +++ b/Content/Factory/Textures/T_AssemLine_DeskControl_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dcd5ada22e0ad59b13516ea1f02d3bd34c9067f91b440b776d837635dd2f827 +size 5796976 diff --git a/Content/Factory/Textures/T_AssemblyLine01_BC.uasset b/Content/Factory/Textures/T_AssemblyLine01_BC.uasset new file mode 100644 index 00000000..9c9c272e --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLine01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ce5b0982ad07190bbc3b760d50cccea9d90d8790a6a61a212657fa1f86fb6d6 +size 2597469 diff --git a/Content/Factory/Textures/T_AssemblyLine01_MSK.uasset b/Content/Factory/Textures/T_AssemblyLine01_MSK.uasset new file mode 100644 index 00000000..77576465 --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLine01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67dab2c1c17912fc3debb106fd3c68d5f38e484dfaeddf740d95f8040b4c381 +size 918861 diff --git a/Content/Factory/Textures/T_AssemblyLine01_N.uasset b/Content/Factory/Textures/T_AssemblyLine01_N.uasset new file mode 100644 index 00000000..feaa912f --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLine01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4699bf6cdbbb86fd31b28edd9eab7a0225e32eeebd6187bff47e2cb948e2151a +size 4632852 diff --git a/Content/Factory/Textures/T_AssemblyLine01_ORM.uasset b/Content/Factory/Textures/T_AssemblyLine01_ORM.uasset new file mode 100644 index 00000000..f5243cb8 --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLine01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02f04c898834ee8fcdff55e6793226ca4ad48d97fa2ee3421aa9a53ed3c432c +size 3464263 diff --git a/Content/Factory/Textures/T_AssemblyLineBox_BC.uasset b/Content/Factory/Textures/T_AssemblyLineBox_BC.uasset new file mode 100644 index 00000000..feb7ab6b --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineBox_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a92962a6c48704d39c54adf101277d2a4f22367805592827d24e27568f99c0e +size 3694720 diff --git a/Content/Factory/Textures/T_AssemblyLineBox_E.uasset b/Content/Factory/Textures/T_AssemblyLineBox_E.uasset new file mode 100644 index 00000000..6fffe88a --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineBox_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b160f737ea3efe4a145737519368779e0e61b80c7af2603ddfeb379275979c03 +size 10393 diff --git a/Content/Factory/Textures/T_AssemblyLineBox_MSK.uasset b/Content/Factory/Textures/T_AssemblyLineBox_MSK.uasset new file mode 100644 index 00000000..f5d7368d --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineBox_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71951a95d2f5ea46feb8c8c7b01c8de5dcce58d4f4000d9c044d6e5f2d8b3d16 +size 10880 diff --git a/Content/Factory/Textures/T_AssemblyLineBox_N.uasset b/Content/Factory/Textures/T_AssemblyLineBox_N.uasset new file mode 100644 index 00000000..3e8ccd84 --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineBox_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135ca692155eeeff77a578abb844c7df54a31af0edcbbd2d197727154f8715bd +size 3421476 diff --git a/Content/Factory/Textures/T_AssemblyLineBox_ORM.uasset b/Content/Factory/Textures/T_AssemblyLineBox_ORM.uasset new file mode 100644 index 00000000..2617aede --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineBox_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d81145fc41282851690999198ea281f6d19bfac9f2e54b92120b25c4be6154 +size 3309128 diff --git a/Content/Factory/Textures/T_AssemblyLineFloor01_BC.uasset b/Content/Factory/Textures/T_AssemblyLineFloor01_BC.uasset new file mode 100644 index 00000000..e99565dc --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineFloor01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165f293a54753ff83eacd5691b23ece0c87ba3f4a6239947534c254ee6bbe223 +size 9343170 diff --git a/Content/Factory/Textures/T_AssemblyLineFloor01_N.uasset b/Content/Factory/Textures/T_AssemblyLineFloor01_N.uasset new file mode 100644 index 00000000..1a67336e --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineFloor01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f489497486b7f7d5ecb25277fbe0776067f83adf481e50bc52f38fdb253b7c +size 12045531 diff --git a/Content/Factory/Textures/T_AssemblyLineFloor01_ORM.uasset b/Content/Factory/Textures/T_AssemblyLineFloor01_ORM.uasset new file mode 100644 index 00000000..300eeb7c --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineFloor01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed7e7e9dd9e74e268c4307b74d24e3ba50565b5336ef3c52d771af41bfbe702 +size 19942626 diff --git a/Content/Factory/Textures/T_AssemblyLineRoll01_BC.uasset b/Content/Factory/Textures/T_AssemblyLineRoll01_BC.uasset new file mode 100644 index 00000000..52b04d45 --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineRoll01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4ac950c2cab4c626aa275dfc6685775a817a6fbe72d3881276ca6ead910370 +size 209834 diff --git a/Content/Factory/Textures/T_AssemblyLineRoll01_N.uasset b/Content/Factory/Textures/T_AssemblyLineRoll01_N.uasset new file mode 100644 index 00000000..6654b821 --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineRoll01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee44a939408fc6ac082536b79eade8953467e416de0905edc16d50e5abc1c107 +size 2553796 diff --git a/Content/Factory/Textures/T_AssemblyLineRoll01_ORM.uasset b/Content/Factory/Textures/T_AssemblyLineRoll01_ORM.uasset new file mode 100644 index 00000000..57dd6d13 --- /dev/null +++ b/Content/Factory/Textures/T_AssemblyLineRoll01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f69ac339fa746bb6f79886646b85c37e02efcd33275b513b3d915ea020e793 +size 1661414 diff --git a/Content/Factory/Textures/T_Background1_BC.uasset b/Content/Factory/Textures/T_Background1_BC.uasset new file mode 100644 index 00000000..6475ed2f --- /dev/null +++ b/Content/Factory/Textures/T_Background1_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19a8305048bdb5f3cecb7a2fbfc02bc0c82fd9f32470a9699a09730cb450a68 +size 3119021 diff --git a/Content/Factory/Textures/T_Background1_Emissive.uasset b/Content/Factory/Textures/T_Background1_Emissive.uasset new file mode 100644 index 00000000..cf150107 --- /dev/null +++ b/Content/Factory/Textures/T_Background1_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87aa294e84b7e141dc4ae4e8a101d478852fde9100648fd537936c1d7f813c83 +size 11991 diff --git a/Content/Factory/Textures/T_Background1_N.uasset b/Content/Factory/Textures/T_Background1_N.uasset new file mode 100644 index 00000000..8ba10b03 --- /dev/null +++ b/Content/Factory/Textures/T_Background1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9652f7abb80b89cc06a4dfae3bcc2305b089932cbde636d37745624452c2c73 +size 2682925 diff --git a/Content/Factory/Textures/T_Background1_ORM.uasset b/Content/Factory/Textures/T_Background1_ORM.uasset new file mode 100644 index 00000000..6c32031b --- /dev/null +++ b/Content/Factory/Textures/T_Background1_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6430e42124302a0f9efa3ea166aa427cd46275cc95ad8cc01f4811f51430ef44 +size 5273659 diff --git a/Content/Factory/Textures/T_Background2_BC.uasset b/Content/Factory/Textures/T_Background2_BC.uasset new file mode 100644 index 00000000..e58da273 --- /dev/null +++ b/Content/Factory/Textures/T_Background2_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e7444d09bbaa0ce01af1c88895a268eba5c2ff041f660e5b6cb5746223eb65 +size 2972859 diff --git a/Content/Factory/Textures/T_Background2_Emissive.uasset b/Content/Factory/Textures/T_Background2_Emissive.uasset new file mode 100644 index 00000000..ef59e5ff --- /dev/null +++ b/Content/Factory/Textures/T_Background2_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4fd5a8fb3df576d31aa6b01a63def98ab25f75f979839e4f594e50793e9ef5 +size 10687 diff --git a/Content/Factory/Textures/T_Background2_N.uasset b/Content/Factory/Textures/T_Background2_N.uasset new file mode 100644 index 00000000..4d03827e --- /dev/null +++ b/Content/Factory/Textures/T_Background2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dfbdebc20e64b2c33ff7461f89547d58ba8e203e55e95e696c63a401ab35d4 +size 2147416 diff --git a/Content/Factory/Textures/T_Background2_ORM.uasset b/Content/Factory/Textures/T_Background2_ORM.uasset new file mode 100644 index 00000000..640dc21d --- /dev/null +++ b/Content/Factory/Textures/T_Background2_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd5c96cfc7d78f653f7c8f4c902c118e3e57330b88733228869216c122eb63b +size 4437742 diff --git a/Content/Factory/Textures/T_Barrels_BC.uasset b/Content/Factory/Textures/T_Barrels_BC.uasset new file mode 100644 index 00000000..5bc5b85b --- /dev/null +++ b/Content/Factory/Textures/T_Barrels_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea2a5aa95df0fb4bda85dcd67c90a4c9c6971611a6015e6ef27da8e3c306b6c3 +size 4184866 diff --git a/Content/Factory/Textures/T_Barrels_MSK.uasset b/Content/Factory/Textures/T_Barrels_MSK.uasset new file mode 100644 index 00000000..222237f1 --- /dev/null +++ b/Content/Factory/Textures/T_Barrels_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ed592b50b72d7cfa7c6f2525308bb6ec977c5c970ad0673941ffdd4fcbd900 +size 259021 diff --git a/Content/Factory/Textures/T_Barrels_N.uasset b/Content/Factory/Textures/T_Barrels_N.uasset new file mode 100644 index 00000000..c1569b97 --- /dev/null +++ b/Content/Factory/Textures/T_Barrels_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:686ba703fe294ed34986985ea28f413dd1bdae91c072dcb032bf9b32b70e1785 +size 5107190 diff --git a/Content/Factory/Textures/T_Barrels_ORM.uasset b/Content/Factory/Textures/T_Barrels_ORM.uasset new file mode 100644 index 00000000..992b32c4 --- /dev/null +++ b/Content/Factory/Textures/T_Barrels_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c6eca3a7c5e5953df017b85471a6043b47da089b00930cbe5797a75f307eaa +size 6398655 diff --git a/Content/Factory/Textures/T_BillBoardsDecals_BC.uasset b/Content/Factory/Textures/T_BillBoardsDecals_BC.uasset new file mode 100644 index 00000000..b5bfb54a --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsDecals_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4777bbb929c3a8ff00aa87e206dd86e269f83ecef0367a6bcb8576e4699dc9b9 +size 4332565 diff --git a/Content/Factory/Textures/T_BillBoardsDecals_E.uasset b/Content/Factory/Textures/T_BillBoardsDecals_E.uasset new file mode 100644 index 00000000..a70bf1f4 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsDecals_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6676066a0f6142244293f29dc8d853a497b5b254680b6fc5100661ae6f1a8a +size 579849 diff --git a/Content/Factory/Textures/T_BillBoardsDecals_N.uasset b/Content/Factory/Textures/T_BillBoardsDecals_N.uasset new file mode 100644 index 00000000..c55492d0 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsDecals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2509ace73bb80ce82076018a7b912e9ab117ea6b97f11dd7a75078c5646fcb20 +size 3161453 diff --git a/Content/Factory/Textures/T_BillBoardsDecals_ORM.uasset b/Content/Factory/Textures/T_BillBoardsDecals_ORM.uasset new file mode 100644 index 00000000..41efab55 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsDecals_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101174db81c6e7e1925a6d2b91dbeef781b05f6adcbad6997779404ff7397857 +size 2211549 diff --git a/Content/Factory/Textures/T_BillBoardsTicker01_BC.uasset b/Content/Factory/Textures/T_BillBoardsTicker01_BC.uasset new file mode 100644 index 00000000..bf3253eb --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsTicker01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e21ec2bcab0a4a72e14c6ce69477f5a57e86623f7815eaa60cf1f7f29fb62d +size 257812 diff --git a/Content/Factory/Textures/T_BillBoardsTicker01_E.uasset b/Content/Factory/Textures/T_BillBoardsTicker01_E.uasset new file mode 100644 index 00000000..9bb0222b --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsTicker01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21b5b3b8d0a0ceb9b6f904586c3a46c64b2e94ab3893c6956aa9d95f084b6dd +size 642855 diff --git a/Content/Factory/Textures/T_BillBoardsTicker02_BC.uasset b/Content/Factory/Textures/T_BillBoardsTicker02_BC.uasset new file mode 100644 index 00000000..be489114 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsTicker02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0960e06af5babcf0dc0ee160e9dec6d19d4d4a5257fad8d1c48c5ec9b1b683e +size 120284 diff --git a/Content/Factory/Textures/T_BillBoardsTicker02_E.uasset b/Content/Factory/Textures/T_BillBoardsTicker02_E.uasset new file mode 100644 index 00000000..9d3d7e43 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoardsTicker02_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395625ca191abeb2cca4d7b32fbc988b9ff4023ad7d040e1fcb08059faa43638 +size 213988 diff --git a/Content/Factory/Textures/T_BillBoards_BC.uasset b/Content/Factory/Textures/T_BillBoards_BC.uasset new file mode 100644 index 00000000..1ae21cf9 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoards_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8490381a53067f239d86fb0305d4f06c036ab8d3f383f8af85b0defc847395df +size 1434862 diff --git a/Content/Factory/Textures/T_BillBoards_E.uasset b/Content/Factory/Textures/T_BillBoards_E.uasset new file mode 100644 index 00000000..6bcf4638 --- /dev/null +++ b/Content/Factory/Textures/T_BillBoards_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0071f45d9780cc8ce61d2044848d0cb1ea4eab0454edf714468c52c673412a86 +size 628914 diff --git a/Content/Factory/Textures/T_BillBoards_N.uasset b/Content/Factory/Textures/T_BillBoards_N.uasset new file mode 100644 index 00000000..abcb343c --- /dev/null +++ b/Content/Factory/Textures/T_BillBoards_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e0e647634399d9ab189dfd7da96a69897736e4991eea6987acbb7f8c0283e5 +size 4378274 diff --git a/Content/Factory/Textures/T_BillBoards_ORM.uasset b/Content/Factory/Textures/T_BillBoards_ORM.uasset new file mode 100644 index 00000000..5d58d4eb --- /dev/null +++ b/Content/Factory/Textures/T_BillBoards_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0119e5fc313e47267fdde5cc467e40a9fd4d0f2a44ea83858406d895d477e144 +size 4778033 diff --git a/Content/Factory/Textures/T_Boiler_BC.uasset b/Content/Factory/Textures/T_Boiler_BC.uasset new file mode 100644 index 00000000..c728650d --- /dev/null +++ b/Content/Factory/Textures/T_Boiler_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c1b13145e1232fe9f40dc50992d0854c3e72b61da3c61713506547026acde44 +size 15590192 diff --git a/Content/Factory/Textures/T_Boiler_N.uasset b/Content/Factory/Textures/T_Boiler_N.uasset new file mode 100644 index 00000000..322c1d91 --- /dev/null +++ b/Content/Factory/Textures/T_Boiler_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8b643ff270b5e948dc90a9c5da2704f7162a4354704e9c6a4b5610559a4119 +size 15571785 diff --git a/Content/Factory/Textures/T_Boiler_ORM.uasset b/Content/Factory/Textures/T_Boiler_ORM.uasset new file mode 100644 index 00000000..6aac3cd7 --- /dev/null +++ b/Content/Factory/Textures/T_Boiler_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d35875e7a76d7b961b56c37ccbe4fdbee3c1d49583644a8ffff4eed72220ae +size 20552901 diff --git a/Content/Factory/Textures/T_BrickWall01_BC.uasset b/Content/Factory/Textures/T_BrickWall01_BC.uasset new file mode 100644 index 00000000..b3ad4f3f --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8770e11fe5bcb943989b77a3e0b57ea439ce67632232919530ae08648b7cdf4 +size 6613749 diff --git a/Content/Factory/Textures/T_BrickWall01_MSK.uasset b/Content/Factory/Textures/T_BrickWall01_MSK.uasset new file mode 100644 index 00000000..63c073c7 --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ea7d691e91455c21808884454d71d77dc9a498572c19778161b0b9f5fdb732 +size 2968271 diff --git a/Content/Factory/Textures/T_BrickWall01_N.uasset b/Content/Factory/Textures/T_BrickWall01_N.uasset new file mode 100644 index 00000000..ae743f02 --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b7d3f98249221b92708fe3601f19327eaccdb6aa736006ee47a4068a5c08fa +size 11535772 diff --git a/Content/Factory/Textures/T_BrickWall01_ORM.uasset b/Content/Factory/Textures/T_BrickWall01_ORM.uasset new file mode 100644 index 00000000..3d018e62 --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a058f95b3761fcb2da90a1865c54f2fa513949a80e12fec1a6289b19f6e4a5c +size 3905050 diff --git a/Content/Factory/Textures/T_BrickWall02_BC.uasset b/Content/Factory/Textures/T_BrickWall02_BC.uasset new file mode 100644 index 00000000..517e7503 --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4867c028f14e5cfff123061e4749eb3ea20d12900af7785df3ff3e9653033136 +size 10866601 diff --git a/Content/Factory/Textures/T_BrickWall02_MSK.uasset b/Content/Factory/Textures/T_BrickWall02_MSK.uasset new file mode 100644 index 00000000..8392e5a1 --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0647716a85d4e10830ab524ef35d59d6da642dd5e666cf7de39d20cc7a1602c5 +size 5071684 diff --git a/Content/Factory/Textures/T_BrickWall02_N.uasset b/Content/Factory/Textures/T_BrickWall02_N.uasset new file mode 100644 index 00000000..2737a208 --- /dev/null +++ b/Content/Factory/Textures/T_BrickWall02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdd64943872013de439b7957914e76c8258fd4251d9f8d051ef2d65aa29e5b3 +size 10599070 diff --git a/Content/Factory/Textures/T_BumperCover01_BC.uasset b/Content/Factory/Textures/T_BumperCover01_BC.uasset new file mode 100644 index 00000000..0ac5d652 --- /dev/null +++ b/Content/Factory/Textures/T_BumperCover01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad3e87259f2a7e40c80a55bf0c3681c74c72b800fb648025e626f2e62abf4b2 +size 5627519 diff --git a/Content/Factory/Textures/T_BumperCover01_N.uasset b/Content/Factory/Textures/T_BumperCover01_N.uasset new file mode 100644 index 00000000..0bd14c73 --- /dev/null +++ b/Content/Factory/Textures/T_BumperCover01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ce411f4dcc0ff7c15e3feb1dd30111bc4f4f85a14265899f39541988520db7 +size 1848044 diff --git a/Content/Factory/Textures/T_BumperCover01_ORM.uasset b/Content/Factory/Textures/T_BumperCover01_ORM.uasset new file mode 100644 index 00000000..8bcb3133 --- /dev/null +++ b/Content/Factory/Textures/T_BumperCover01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0549210c7520a86580d6deaff496fc26f2cfd239454ca41bc91fdb0e236a1838 +size 4060508 diff --git a/Content/Factory/Textures/T_Bumper_BC.uasset b/Content/Factory/Textures/T_Bumper_BC.uasset new file mode 100644 index 00000000..f1e55776 --- /dev/null +++ b/Content/Factory/Textures/T_Bumper_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653a38432cb6840f7db8acb6f90af4b976412737a28397da54e14d747a98f787 +size 14781128 diff --git a/Content/Factory/Textures/T_Bumper_N.uasset b/Content/Factory/Textures/T_Bumper_N.uasset new file mode 100644 index 00000000..60c92dad --- /dev/null +++ b/Content/Factory/Textures/T_Bumper_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4675e5f029c295c06f92b4d5af73c18e98425710e928b78e74ae93d1c099a438 +size 28566488 diff --git a/Content/Factory/Textures/T_Bumper_ORM.uasset b/Content/Factory/Textures/T_Bumper_ORM.uasset new file mode 100644 index 00000000..b94e88f7 --- /dev/null +++ b/Content/Factory/Textures/T_Bumper_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f21ebe614d973ac5b13091e152e8f8a208d147578620758b541bae50a82c16 +size 9936810 diff --git a/Content/Factory/Textures/T_Bumpers01_BC.uasset b/Content/Factory/Textures/T_Bumpers01_BC.uasset new file mode 100644 index 00000000..845e0454 --- /dev/null +++ b/Content/Factory/Textures/T_Bumpers01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449790b208bd8a91b89462c0bab9b46d612de8a9342c3a59a49a0f8ca8611e25 +size 4269239 diff --git a/Content/Factory/Textures/T_Bumpers01_N.uasset b/Content/Factory/Textures/T_Bumpers01_N.uasset new file mode 100644 index 00000000..25ae7f96 --- /dev/null +++ b/Content/Factory/Textures/T_Bumpers01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35df00863bd402470a50fab4f4c59708ae42f996904bdef76e025b234a29d36f +size 8868864 diff --git a/Content/Factory/Textures/T_Bumpers01_ORM.uasset b/Content/Factory/Textures/T_Bumpers01_ORM.uasset new file mode 100644 index 00000000..61f2f8a5 --- /dev/null +++ b/Content/Factory/Textures/T_Bumpers01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d1252b1f908c9f5f99c9490058f8a1e43b9ee535a51c3a945645530b06609f +size 4465694 diff --git a/Content/Factory/Textures/T_CableBox_01_BC.uasset b/Content/Factory/Textures/T_CableBox_01_BC.uasset new file mode 100644 index 00000000..a9d02de2 --- /dev/null +++ b/Content/Factory/Textures/T_CableBox_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec66caa11a554dd36b9c1d1d07b136d80450709b53dc7419e19cc5d174d0eb2 +size 1775281 diff --git a/Content/Factory/Textures/T_CableBox_01_N.uasset b/Content/Factory/Textures/T_CableBox_01_N.uasset new file mode 100644 index 00000000..4cc3f786 --- /dev/null +++ b/Content/Factory/Textures/T_CableBox_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855cd819ff30571c6a9877a098f10c2aa0cf018f4a47eeac129f0621c6eef099 +size 3361814 diff --git a/Content/Factory/Textures/T_CableBox_01_ORM.uasset b/Content/Factory/Textures/T_CableBox_01_ORM.uasset new file mode 100644 index 00000000..2fecc8b8 --- /dev/null +++ b/Content/Factory/Textures/T_CableBox_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cdefc55090a05012f571db87fca3072e29ebacda3839c214174c2e66598a3a +size 3700840 diff --git a/Content/Factory/Textures/T_CableBox_03_BC.uasset b/Content/Factory/Textures/T_CableBox_03_BC.uasset new file mode 100644 index 00000000..5ee0d7f5 --- /dev/null +++ b/Content/Factory/Textures/T_CableBox_03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8d83f5976b88950c34b22240f301bb3068c7eef1b76b6f20106654d32d328 +size 2986642 diff --git a/Content/Factory/Textures/T_CableBox_03_N.uasset b/Content/Factory/Textures/T_CableBox_03_N.uasset new file mode 100644 index 00000000..bfdcb7c6 --- /dev/null +++ b/Content/Factory/Textures/T_CableBox_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86688e9955245e3e0b22041c0db4c4440f99044168ec95020990bc26e5549f59 +size 3460104 diff --git a/Content/Factory/Textures/T_CableBox_03_ORM.uasset b/Content/Factory/Textures/T_CableBox_03_ORM.uasset new file mode 100644 index 00000000..100a5adf --- /dev/null +++ b/Content/Factory/Textures/T_CableBox_03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77a0c13fb2e9764110f1dc5e6ad37542989c7b64c26990d4a54e5a742bdc19a +size 4229911 diff --git a/Content/Factory/Textures/T_Cables_BC.uasset b/Content/Factory/Textures/T_Cables_BC.uasset new file mode 100644 index 00000000..85381156 --- /dev/null +++ b/Content/Factory/Textures/T_Cables_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c3620d11bb67406d1c95a5e8ed60a3722a552e17c389253ac4968971b51a86 +size 4432899 diff --git a/Content/Factory/Textures/T_Cables_N.uasset b/Content/Factory/Textures/T_Cables_N.uasset new file mode 100644 index 00000000..63c85127 --- /dev/null +++ b/Content/Factory/Textures/T_Cables_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:106aee0de2dcbaa8d56f28a90b895b51bdec4ab17151bd3a905ab5a2de778348 +size 7357145 diff --git a/Content/Factory/Textures/T_Cables_ORM.uasset b/Content/Factory/Textures/T_Cables_ORM.uasset new file mode 100644 index 00000000..e1a985d9 --- /dev/null +++ b/Content/Factory/Textures/T_Cables_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf253a972960c202592a7fdf21bb20f4a3b4918d9e986537bc507823a83cfe7 +size 4119753 diff --git a/Content/Factory/Textures/T_CargoCart_back_BC.uasset b/Content/Factory/Textures/T_CargoCart_back_BC.uasset new file mode 100644 index 00000000..8123c472 --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_back_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c221d42018e3f2faf1e5fa37083a59f36d4e93f2dc741ffc44aa481c6ddf0a6 +size 4624120 diff --git a/Content/Factory/Textures/T_CargoCart_back_E.uasset b/Content/Factory/Textures/T_CargoCart_back_E.uasset new file mode 100644 index 00000000..9a2daf1e --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_back_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d4c1630a4051747670c38d8b15ea1ffbac4b1f202121368aac5ecddcb385b9 +size 20307 diff --git a/Content/Factory/Textures/T_CargoCart_back_N.uasset b/Content/Factory/Textures/T_CargoCart_back_N.uasset new file mode 100644 index 00000000..5b969b39 --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_back_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1845f52b1b697237555264bc1486dc210502359cda2b2566c8968c93d58989c1 +size 4117799 diff --git a/Content/Factory/Textures/T_CargoCart_back_ORM.uasset b/Content/Factory/Textures/T_CargoCart_back_ORM.uasset new file mode 100644 index 00000000..423233c7 --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_back_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94f14753d467780c4f7ff22047a7a8430f2e8343817493196d72cc3c0b6d294 +size 5489650 diff --git a/Content/Factory/Textures/T_CargoCart_front_BC.uasset b/Content/Factory/Textures/T_CargoCart_front_BC.uasset new file mode 100644 index 00000000..dd4f290b --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_front_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b2f597490b3c96cb15cc8f90a72f3e13c038db3c2e842bb9bb5977e884d64 +size 4360259 diff --git a/Content/Factory/Textures/T_CargoCart_front_E.uasset b/Content/Factory/Textures/T_CargoCart_front_E.uasset new file mode 100644 index 00000000..f662272d --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_front_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3bb448d422e23a76e795b247e453edee51c1aa484d8ec02b0cd680cba464bc2 +size 22902 diff --git a/Content/Factory/Textures/T_CargoCart_front_N.uasset b/Content/Factory/Textures/T_CargoCart_front_N.uasset new file mode 100644 index 00000000..2ec6f71e --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_front_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416b0e3fd5ddca28bd86b16d5060093bfb2b3c7b41abf2d799cb1c9b856bc328 +size 3370402 diff --git a/Content/Factory/Textures/T_CargoCart_front_ORM.uasset b/Content/Factory/Textures/T_CargoCart_front_ORM.uasset new file mode 100644 index 00000000..ed0537dc --- /dev/null +++ b/Content/Factory/Textures/T_CargoCart_front_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f810eb046d04d715a270c65375a9d7e39fd76ae5efe58354da7fab6be2b304a +size 5276221 diff --git a/Content/Factory/Textures/T_Carpet01_BC.uasset b/Content/Factory/Textures/T_Carpet01_BC.uasset new file mode 100644 index 00000000..3372417c --- /dev/null +++ b/Content/Factory/Textures/T_Carpet01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8460432252ebb2255e847d203d1268856587998970ddc7182e7cb81445c6c4a1 +size 3262024 diff --git a/Content/Factory/Textures/T_Carpet01_N.uasset b/Content/Factory/Textures/T_Carpet01_N.uasset new file mode 100644 index 00000000..83583d8b --- /dev/null +++ b/Content/Factory/Textures/T_Carpet01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e38dba986626ad3647b780e7f40121828b0617ddfc9fb0a0debabd7a31a7826e +size 10326143 diff --git a/Content/Factory/Textures/T_Carpet01_ORM.uasset b/Content/Factory/Textures/T_Carpet01_ORM.uasset new file mode 100644 index 00000000..1e8fb6ab --- /dev/null +++ b/Content/Factory/Textures/T_Carpet01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4390588f29e3b911e724a73da0ee816e4b5233919e2f12c463b98a316a6c381b +size 2792626 diff --git a/Content/Factory/Textures/T_Carpet_01_BC.uasset b/Content/Factory/Textures/T_Carpet_01_BC.uasset new file mode 100644 index 00000000..613bbc4e --- /dev/null +++ b/Content/Factory/Textures/T_Carpet_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e922dab94a57090eb18fbdb3d1f2470b18f76c78f7359a0a45a8bb35d95a7fe5 +size 36362351 diff --git a/Content/Factory/Textures/T_Carpet_01_N.uasset b/Content/Factory/Textures/T_Carpet_01_N.uasset new file mode 100644 index 00000000..f28afca5 --- /dev/null +++ b/Content/Factory/Textures/T_Carpet_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c953bfeb333677ebb5ad8932a5adf38674d02d405faab5e5291ed5ad7816253 +size 25488112 diff --git a/Content/Factory/Textures/T_Carpet_01_ORM.uasset b/Content/Factory/Textures/T_Carpet_01_ORM.uasset new file mode 100644 index 00000000..cbb47c12 --- /dev/null +++ b/Content/Factory/Textures/T_Carpet_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6125a5fe2b5daf432f35eca3caa58e0ad599f79d2e86738aa207b5ad3466123 +size 4643528 diff --git a/Content/Factory/Textures/T_ChainlinkFence_BC.uasset b/Content/Factory/Textures/T_ChainlinkFence_BC.uasset new file mode 100644 index 00000000..e7e119f4 --- /dev/null +++ b/Content/Factory/Textures/T_ChainlinkFence_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520f0cff5cbb8e0ea0c268e225d2895b6635502a115f0083e20e3a02888c088d +size 2168052 diff --git a/Content/Factory/Textures/T_ChainlinkFence_MSK.uasset b/Content/Factory/Textures/T_ChainlinkFence_MSK.uasset new file mode 100644 index 00000000..3fa2e891 --- /dev/null +++ b/Content/Factory/Textures/T_ChainlinkFence_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9036a475354b155c92fb2687de68eb4f819900726523ee9c4038c0ec4e8c071 +size 135136 diff --git a/Content/Factory/Textures/T_ChainlinkFence_N.uasset b/Content/Factory/Textures/T_ChainlinkFence_N.uasset new file mode 100644 index 00000000..08b29ee8 --- /dev/null +++ b/Content/Factory/Textures/T_ChainlinkFence_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9846d0b79b41fd44ccaa4f082b52f612cac2d5b391afebcb5fefd476ca4e58 +size 5203146 diff --git a/Content/Factory/Textures/T_ChainlinkFence_ORM.uasset b/Content/Factory/Textures/T_ChainlinkFence_ORM.uasset new file mode 100644 index 00000000..7256c144 --- /dev/null +++ b/Content/Factory/Textures/T_ChainlinkFence_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e670bb4e2d5d1b57b6507af3038ea2f94704d84ebffc0f0d23f4dbaae10d08d2 +size 3721078 diff --git a/Content/Factory/Textures/T_Cigarettes_Props_BC.uasset b/Content/Factory/Textures/T_Cigarettes_Props_BC.uasset new file mode 100644 index 00000000..a7ddca8b --- /dev/null +++ b/Content/Factory/Textures/T_Cigarettes_Props_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81cfde5a5a9fdbbfac3a463bf4dcbb1124f572f37ff77f6261950b7fbad71c0a +size 10849253 diff --git a/Content/Factory/Textures/T_Cigarettes_Props_N.uasset b/Content/Factory/Textures/T_Cigarettes_Props_N.uasset new file mode 100644 index 00000000..57267f4f --- /dev/null +++ b/Content/Factory/Textures/T_Cigarettes_Props_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad9e3ee70ba586b4b5b6e2925f96a57eb05c45e83e91e385c6b1212b73f6ce9 +size 15288249 diff --git a/Content/Factory/Textures/T_Cigarettes_Props_ORM.uasset b/Content/Factory/Textures/T_Cigarettes_Props_ORM.uasset new file mode 100644 index 00000000..cb87b017 --- /dev/null +++ b/Content/Factory/Textures/T_Cigarettes_Props_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff62ffcf8cfa2e143463929c2690be105448309a9e5d50b2ebaa6cb7e572b958 +size 23165201 diff --git a/Content/Factory/Textures/T_Clutch2_BC.uasset b/Content/Factory/Textures/T_Clutch2_BC.uasset new file mode 100644 index 00000000..fba08002 --- /dev/null +++ b/Content/Factory/Textures/T_Clutch2_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:208da333094a60c890e033207f35e0089a183fd9b782fbf2d466380fdc4366e1 +size 4131541 diff --git a/Content/Factory/Textures/T_Clutch2_Emissive.uasset b/Content/Factory/Textures/T_Clutch2_Emissive.uasset new file mode 100644 index 00000000..bbd0fc09 --- /dev/null +++ b/Content/Factory/Textures/T_Clutch2_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721957cec04c227ba72fc7d7b38995313391d32afdeec324b4813d2abdff924d +size 10906 diff --git a/Content/Factory/Textures/T_Clutch2_N.uasset b/Content/Factory/Textures/T_Clutch2_N.uasset new file mode 100644 index 00000000..8922a46e --- /dev/null +++ b/Content/Factory/Textures/T_Clutch2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d94236b311fd3b83f436e537323511147850662fcdcc4c98c8b87ba629d1fc +size 3419963 diff --git a/Content/Factory/Textures/T_Clutch2_ORM.uasset b/Content/Factory/Textures/T_Clutch2_ORM.uasset new file mode 100644 index 00000000..4e072b13 --- /dev/null +++ b/Content/Factory/Textures/T_Clutch2_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8dacf2a343a832b2b201495db2f328bff5266ea66e9ebeae91091de83dc53a +size 4435999 diff --git a/Content/Factory/Textures/T_Clutch3_BC.uasset b/Content/Factory/Textures/T_Clutch3_BC.uasset new file mode 100644 index 00000000..82b10481 --- /dev/null +++ b/Content/Factory/Textures/T_Clutch3_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b4c72f570badbab8d640b7dec914e4a3f91a8fedcdad1de477a4619aa880b9b +size 3784202 diff --git a/Content/Factory/Textures/T_Clutch3_N.uasset b/Content/Factory/Textures/T_Clutch3_N.uasset new file mode 100644 index 00000000..dbf84658 --- /dev/null +++ b/Content/Factory/Textures/T_Clutch3_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494c4550e2a26aea8294136da1b7982e9bfa1576c1c327d81271a24e0827d565 +size 3304030 diff --git a/Content/Factory/Textures/T_Clutch3_ORM.uasset b/Content/Factory/Textures/T_Clutch3_ORM.uasset new file mode 100644 index 00000000..2ef49774 --- /dev/null +++ b/Content/Factory/Textures/T_Clutch3_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c755e93980f435352f35338539094641e04106d11896ba01ad02b1790be16155 +size 4470216 diff --git a/Content/Factory/Textures/T_Column_03_BC.uasset b/Content/Factory/Textures/T_Column_03_BC.uasset new file mode 100644 index 00000000..5fe87998 --- /dev/null +++ b/Content/Factory/Textures/T_Column_03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b0f70f1836a137e7f3cd6b787f6d911b50961fca8a35d705048d46aeeb6db7 +size 5226400 diff --git a/Content/Factory/Textures/T_Column_03_MSK.uasset b/Content/Factory/Textures/T_Column_03_MSK.uasset new file mode 100644 index 00000000..32f2e7a0 --- /dev/null +++ b/Content/Factory/Textures/T_Column_03_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f06289cf5609a4c54a44322e3b6105df93f12adb4cff6d3240ec5eead72ecb4 +size 3123389 diff --git a/Content/Factory/Textures/T_Column_03_N.uasset b/Content/Factory/Textures/T_Column_03_N.uasset new file mode 100644 index 00000000..7cacae2b --- /dev/null +++ b/Content/Factory/Textures/T_Column_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120192cd104a90ffe360b9ec429e01cb80e4897d4f2e779745196955e4308e0f +size 4017556 diff --git a/Content/Factory/Textures/T_Column_03_ORM.uasset b/Content/Factory/Textures/T_Column_03_ORM.uasset new file mode 100644 index 00000000..e1b2d316 --- /dev/null +++ b/Content/Factory/Textures/T_Column_03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20cfc943cbb05350ca32c1c6789ef631a083f5adda2708408ec1e8a22e89a93f +size 3280642 diff --git a/Content/Factory/Textures/T_ConcreteFloor_02_BC.uasset b/Content/Factory/Textures/T_ConcreteFloor_02_BC.uasset new file mode 100644 index 00000000..c8a7c57c --- /dev/null +++ b/Content/Factory/Textures/T_ConcreteFloor_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482695036f49323d10154bd3d17fd1901123c275f09f182939a4a5baec5a6eb7 +size 31704112 diff --git a/Content/Factory/Textures/T_ConcreteFloor_02_MSK.uasset b/Content/Factory/Textures/T_ConcreteFloor_02_MSK.uasset new file mode 100644 index 00000000..e55a290d --- /dev/null +++ b/Content/Factory/Textures/T_ConcreteFloor_02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:101e868bb4af0f2e4e7be05c42e99bcd8b770f6eca117bff6e100cd208d5f04c +size 1836747 diff --git a/Content/Factory/Textures/T_ConcreteFloor_02_N.uasset b/Content/Factory/Textures/T_ConcreteFloor_02_N.uasset new file mode 100644 index 00000000..3df09868 --- /dev/null +++ b/Content/Factory/Textures/T_ConcreteFloor_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bd4d7ba37dd3f419ead8a8435e92fe82e433d392288a1a572f6ffa8c30311d +size 13188942 diff --git a/Content/Factory/Textures/T_ConcreteFloor_02_ORM.uasset b/Content/Factory/Textures/T_ConcreteFloor_02_ORM.uasset new file mode 100644 index 00000000..7e555f29 --- /dev/null +++ b/Content/Factory/Textures/T_ConcreteFloor_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156d34613707976c6f706d175b15fe941fd86845bfa774c246dcdc415499484d +size 2054490 diff --git a/Content/Factory/Textures/T_ConcretePillar01_BC.uasset b/Content/Factory/Textures/T_ConcretePillar01_BC.uasset new file mode 100644 index 00000000..964ec3fb --- /dev/null +++ b/Content/Factory/Textures/T_ConcretePillar01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64d0d0ee99da87992b79452313ae13fc20d67a8e672ed2ae73a74dbacac76de +size 33688998 diff --git a/Content/Factory/Textures/T_ConcretePillar01_MSK.uasset b/Content/Factory/Textures/T_ConcretePillar01_MSK.uasset new file mode 100644 index 00000000..e1f83abb --- /dev/null +++ b/Content/Factory/Textures/T_ConcretePillar01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef39811d99f134717a716c8d0e07e730fa8888fd63d806cdf3e3f533734fb2a5 +size 13182687 diff --git a/Content/Factory/Textures/T_ConcretePillar01_N.uasset b/Content/Factory/Textures/T_ConcretePillar01_N.uasset new file mode 100644 index 00000000..584578c8 --- /dev/null +++ b/Content/Factory/Textures/T_ConcretePillar01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823b942d85228dcd5547c135afb83bda34af430457c0e0e5ebb635e8aaa364ae +size 42336862 diff --git a/Content/Factory/Textures/T_ConcretePillar01_ORM.uasset b/Content/Factory/Textures/T_ConcretePillar01_ORM.uasset new file mode 100644 index 00000000..95fd4dda --- /dev/null +++ b/Content/Factory/Textures/T_ConcretePillar01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e40b6ed083cca584a557c324cc656983c16c5db9e17e053ac15e00b4cfc88435 +size 12387105 diff --git a/Content/Factory/Textures/T_Container01_BC.uasset b/Content/Factory/Textures/T_Container01_BC.uasset new file mode 100644 index 00000000..7b56519c --- /dev/null +++ b/Content/Factory/Textures/T_Container01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1c49d0865c9553cae3f1cace3da5fe0a0483864ed17f83c037b08be4071243 +size 655098 diff --git a/Content/Factory/Textures/T_Container01_Mask.uasset b/Content/Factory/Textures/T_Container01_Mask.uasset new file mode 100644 index 00000000..5f03d063 --- /dev/null +++ b/Content/Factory/Textures/T_Container01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6cfb36af21ca829da1b2c407cfe9fb57fd950601af5a8c665bd7e87886d6f7 +size 393694 diff --git a/Content/Factory/Textures/T_Container01_N.uasset b/Content/Factory/Textures/T_Container01_N.uasset new file mode 100644 index 00000000..ff0a2f12 --- /dev/null +++ b/Content/Factory/Textures/T_Container01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf84d009ecab165c2d9bf7c6b59716d6dae521600d5af2162ebc6641a1c6b52 +size 12521511 diff --git a/Content/Factory/Textures/T_Container01_ORM.uasset b/Content/Factory/Textures/T_Container01_ORM.uasset new file mode 100644 index 00000000..b02bbce3 --- /dev/null +++ b/Content/Factory/Textures/T_Container01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1f426551db515a87ce01cdf5366d4792b2130620e4faf5cb047de03b3c4387 +size 8166067 diff --git a/Content/Factory/Textures/T_ContainerEngine_BC.uasset b/Content/Factory/Textures/T_ContainerEngine_BC.uasset new file mode 100644 index 00000000..f2a77f60 --- /dev/null +++ b/Content/Factory/Textures/T_ContainerEngine_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399f3fd7b6dbb20ff5c6a2e153478818c99658e3db6ee7ace3667f6c46c36c36 +size 24513640 diff --git a/Content/Factory/Textures/T_ContainerEngine_MSK.uasset b/Content/Factory/Textures/T_ContainerEngine_MSK.uasset new file mode 100644 index 00000000..a4175d0e --- /dev/null +++ b/Content/Factory/Textures/T_ContainerEngine_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14fd38eed76680afd10d1b5e9ab26f3384a42aeb158c7c3ccdf3482fe83652b6 +size 4482475 diff --git a/Content/Factory/Textures/T_ContainerEngine_N.uasset b/Content/Factory/Textures/T_ContainerEngine_N.uasset new file mode 100644 index 00000000..6a3fb5d0 --- /dev/null +++ b/Content/Factory/Textures/T_ContainerEngine_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c402fd7e7445131141bfebafcd3066e402b62b62a3414e219bb2f41b237bfca0 +size 23964041 diff --git a/Content/Factory/Textures/T_ContainerEngine_ORM.uasset b/Content/Factory/Textures/T_ContainerEngine_ORM.uasset new file mode 100644 index 00000000..a2d17dd4 --- /dev/null +++ b/Content/Factory/Textures/T_ContainerEngine_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03595cb0665f7c0a98a64ab477f8ef527ae43ac07fb4bbb1e82a49059915abaf +size 26371400 diff --git a/Content/Factory/Textures/T_ContainerP4_BC.uasset b/Content/Factory/Textures/T_ContainerP4_BC.uasset new file mode 100644 index 00000000..46dca04a --- /dev/null +++ b/Content/Factory/Textures/T_ContainerP4_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf0f1d448e346f4e276e9192281364bca5c8008557d218aac0881e8e2f3a9e4 +size 3783828 diff --git a/Content/Factory/Textures/T_ContainerP4_N.uasset b/Content/Factory/Textures/T_ContainerP4_N.uasset new file mode 100644 index 00000000..f12d6903 --- /dev/null +++ b/Content/Factory/Textures/T_ContainerP4_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6318ac84286661df9747e469ecc6ee09e284b5a27def902bf102038762d33b +size 4740370 diff --git a/Content/Factory/Textures/T_ContainerP4_ORM.uasset b/Content/Factory/Textures/T_ContainerP4_ORM.uasset new file mode 100644 index 00000000..beac8d0f --- /dev/null +++ b/Content/Factory/Textures/T_ContainerP4_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90ecc14d3f28e4c43d3daada959cf6055a1f6f720094a9950bbc8e693128612 +size 5321149 diff --git a/Content/Factory/Textures/T_ControlRoom01_BC.uasset b/Content/Factory/Textures/T_ControlRoom01_BC.uasset new file mode 100644 index 00000000..9441c5ab --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aae6786c9c288384ad89d02ed626d2b526be8625f55d6ef81a0d265363fed3c +size 14818079 diff --git a/Content/Factory/Textures/T_ControlRoom01_N.uasset b/Content/Factory/Textures/T_ControlRoom01_N.uasset new file mode 100644 index 00000000..1754f566 --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81d447e74f3264217044760e3593007714f634151beadb9cf8cc2241646fd13 +size 13106480 diff --git a/Content/Factory/Textures/T_ControlRoom01_ORM.uasset b/Content/Factory/Textures/T_ControlRoom01_ORM.uasset new file mode 100644 index 00000000..d650ff9a --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56dd6f2e11e705dc5a26bbbb5431bcd40e5fc13f4eabedb788ae8d54160b771b +size 23050478 diff --git a/Content/Factory/Textures/T_ControlRoom02_BC.uasset b/Content/Factory/Textures/T_ControlRoom02_BC.uasset new file mode 100644 index 00000000..87ff499a --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5384bcc193558c8fee7063c885e7a8f0237c3937a68da8fd76db98df8f69f37 +size 5903508 diff --git a/Content/Factory/Textures/T_ControlRoom02_N.uasset b/Content/Factory/Textures/T_ControlRoom02_N.uasset new file mode 100644 index 00000000..76cf875f --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10193d64e33bcf01cf7a31a807b4a8448cd3d7928b84049405396702758204ed +size 15813336 diff --git a/Content/Factory/Textures/T_ControlRoom02_ORM.uasset b/Content/Factory/Textures/T_ControlRoom02_ORM.uasset new file mode 100644 index 00000000..93a96794 --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f39714b016d189ea378831bad8ff1263c550a56d981013a73cb46bcf05610b +size 13757630 diff --git a/Content/Factory/Textures/T_ControlRoom03_BC.uasset b/Content/Factory/Textures/T_ControlRoom03_BC.uasset new file mode 100644 index 00000000..eccbc601 --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4affa053c41a5c04816d1bbe40559f4a67bbaa528dce43bb972d4b1874bca21f +size 17871079 diff --git a/Content/Factory/Textures/T_ControlRoom03_N.uasset b/Content/Factory/Textures/T_ControlRoom03_N.uasset new file mode 100644 index 00000000..f52f9b89 --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450e90e2c8239c9f2125b956339b3ab7caa5f27cece1561544b83998878fb242 +size 20012807 diff --git a/Content/Factory/Textures/T_ControlRoom03_ORM.uasset b/Content/Factory/Textures/T_ControlRoom03_ORM.uasset new file mode 100644 index 00000000..bb7b5aaa --- /dev/null +++ b/Content/Factory/Textures/T_ControlRoom03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e34cfb21330803daebee4d0cb1620a1645afacb925a88b2338538b00b2249c +size 15986830 diff --git a/Content/Factory/Textures/T_Crane01_BC.uasset b/Content/Factory/Textures/T_Crane01_BC.uasset new file mode 100644 index 00000000..d5bcb291 --- /dev/null +++ b/Content/Factory/Textures/T_Crane01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ed64b00ad98568009937d59e45fe46db85b4b5ca34db22f59e479cd5130850 +size 13736537 diff --git a/Content/Factory/Textures/T_Crane01_MSK.uasset b/Content/Factory/Textures/T_Crane01_MSK.uasset new file mode 100644 index 00000000..7b83a112 --- /dev/null +++ b/Content/Factory/Textures/T_Crane01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a71dfd5b536156a20fc87d890a40d6bfff74bef53d4aa6ae415b49ee4edef0 +size 7388159 diff --git a/Content/Factory/Textures/T_Crane01_N.uasset b/Content/Factory/Textures/T_Crane01_N.uasset new file mode 100644 index 00000000..b41a99ee --- /dev/null +++ b/Content/Factory/Textures/T_Crane01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c40d809de50753ad4182af36633aaa776ede0a8bbc1b546f396622ce1d00a4 +size 14314243 diff --git a/Content/Factory/Textures/T_Crane01_ORM.uasset b/Content/Factory/Textures/T_Crane01_ORM.uasset new file mode 100644 index 00000000..4eec5181 --- /dev/null +++ b/Content/Factory/Textures/T_Crane01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49ba8467201d3ab82554ba8f64b5f33ba2c3e572e413a76a93b7ed2f0d29c0ac +size 16739243 diff --git a/Content/Factory/Textures/T_CraneCabin01_BC.uasset b/Content/Factory/Textures/T_CraneCabin01_BC.uasset new file mode 100644 index 00000000..f0db95ab --- /dev/null +++ b/Content/Factory/Textures/T_CraneCabin01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6395323bd49f35ae1567e9441caa0d92aa446270688f8dd2bbd3f3a75e357c8 +size 5508702 diff --git a/Content/Factory/Textures/T_CraneCabin01_Mask.uasset b/Content/Factory/Textures/T_CraneCabin01_Mask.uasset new file mode 100644 index 00000000..f515cc65 --- /dev/null +++ b/Content/Factory/Textures/T_CraneCabin01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bc9b8d5eb4cba10cd5bad68a2d39fa70e90cf4ca9f73ccb53dc361c331e48a1 +size 3200006 diff --git a/Content/Factory/Textures/T_CraneCabin01_N.uasset b/Content/Factory/Textures/T_CraneCabin01_N.uasset new file mode 100644 index 00000000..22bfde80 --- /dev/null +++ b/Content/Factory/Textures/T_CraneCabin01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13aaf004ee3304f6761b225ab8d9b536984d508d53478bb14677c3ea6b0996bf +size 14586147 diff --git a/Content/Factory/Textures/T_CraneCabin01_ORM.uasset b/Content/Factory/Textures/T_CraneCabin01_ORM.uasset new file mode 100644 index 00000000..57473e09 --- /dev/null +++ b/Content/Factory/Textures/T_CraneCabin01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79bd10c492c3db2e8b4772240cf6c6706e6324ff4ea972da8174dc4547ecbe0a +size 14038607 diff --git a/Content/Factory/Textures/T_CraneHook01_BC.uasset b/Content/Factory/Textures/T_CraneHook01_BC.uasset new file mode 100644 index 00000000..1d75f3af --- /dev/null +++ b/Content/Factory/Textures/T_CraneHook01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be9cbd582c1328543b393ceba1e0e6df025a425e19c790c2c856e2075dd9f1c +size 3633890 diff --git a/Content/Factory/Textures/T_CraneHook01_MSK.uasset b/Content/Factory/Textures/T_CraneHook01_MSK.uasset new file mode 100644 index 00000000..4fc80ff2 --- /dev/null +++ b/Content/Factory/Textures/T_CraneHook01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac33fc9105880bd4b7d40edc5c432075ad17fe3a8a3f04a1c3f6142c656c1a5 +size 1346231 diff --git a/Content/Factory/Textures/T_CraneHook01_N.uasset b/Content/Factory/Textures/T_CraneHook01_N.uasset new file mode 100644 index 00000000..bb1bbfdc --- /dev/null +++ b/Content/Factory/Textures/T_CraneHook01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce6d868d7df056006ad4125392b13f437e5cdf4271d5c2e739a5bad7d100cf2 +size 19214593 diff --git a/Content/Factory/Textures/T_CraneHook01_ORM.uasset b/Content/Factory/Textures/T_CraneHook01_ORM.uasset new file mode 100644 index 00000000..a04f77b6 --- /dev/null +++ b/Content/Factory/Textures/T_CraneHook01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18be3a081f58ce7616968ce6d0c29f18e6a57ded1db4d4fb5889dc1772cbc2e2 +size 14793512 diff --git a/Content/Factory/Textures/T_CrashAreaBlock_BC.uasset b/Content/Factory/Textures/T_CrashAreaBlock_BC.uasset new file mode 100644 index 00000000..b6ec1166 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaBlock_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b462a10d1454adf82dbbc37f96995ac0a5ad16eb0802e3fb02129aa9110b0b +size 2856656 diff --git a/Content/Factory/Textures/T_CrashAreaBlock_MSK.uasset b/Content/Factory/Textures/T_CrashAreaBlock_MSK.uasset new file mode 100644 index 00000000..cb80dcfa --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaBlock_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7163a86671dc72cba3e79e9c0e155f727271863747174d694b0ef6d37ca9f688 +size 720884 diff --git a/Content/Factory/Textures/T_CrashAreaBlock_N.uasset b/Content/Factory/Textures/T_CrashAreaBlock_N.uasset new file mode 100644 index 00000000..9d8c5b37 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaBlock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930eb885e61b7078ccf3189d63871b10401222f257f29484341bb38181723d3b +size 8127766 diff --git a/Content/Factory/Textures/T_CrashAreaBlock_ORM.uasset b/Content/Factory/Textures/T_CrashAreaBlock_ORM.uasset new file mode 100644 index 00000000..a0a54caa --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaBlock_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e927cc3f177e36a25d9b24f787a918ce99097c156ab84d81eb16c7f0d9bd2a9f +size 3041579 diff --git a/Content/Factory/Textures/T_CrashAreaLane_BC.uasset b/Content/Factory/Textures/T_CrashAreaLane_BC.uasset new file mode 100644 index 00000000..c7a7c305 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaLane_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d2884f538747a45e8ea4cd199e7ba94a48b0a12ffd045d74d9b1060158c3f3 +size 16972526 diff --git a/Content/Factory/Textures/T_CrashAreaLane_N.uasset b/Content/Factory/Textures/T_CrashAreaLane_N.uasset new file mode 100644 index 00000000..1804798b --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaLane_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34500001a99d7c6c20c85b9498523e2a155e6a5df60b0634590ab0c4a566bef2 +size 15187603 diff --git a/Content/Factory/Textures/T_CrashAreaLane_ORM.uasset b/Content/Factory/Textures/T_CrashAreaLane_ORM.uasset new file mode 100644 index 00000000..4bd9a1d2 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaLane_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb943f55c4927dcde7f89db50cbde60ceb21a7a8ac85f76f534f4d1a719a412 +size 13800658 diff --git a/Content/Factory/Textures/T_CrashAreaSpotlight_01_BC.uasset b/Content/Factory/Textures/T_CrashAreaSpotlight_01_BC.uasset new file mode 100644 index 00000000..a0f3e9c0 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaSpotlight_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a070bac7e903a66d62267662d956c5cdc019d7fb4e13b7c559e23d3cf2a3d8e3 +size 6620509 diff --git a/Content/Factory/Textures/T_CrashAreaSpotlight_01_E.uasset b/Content/Factory/Textures/T_CrashAreaSpotlight_01_E.uasset new file mode 100644 index 00000000..9c6ced45 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaSpotlight_01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf34e4fc9fd5990be6bd25da503fb5be12719df03f724d00d9e62da977ac19e2 +size 1799770 diff --git a/Content/Factory/Textures/T_CrashAreaSpotlight_01_N.uasset b/Content/Factory/Textures/T_CrashAreaSpotlight_01_N.uasset new file mode 100644 index 00000000..dd249c42 --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaSpotlight_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f04798d443f463a36df0fa2298b1a5cd912035f21d43655646055e93d342ba62 +size 14740678 diff --git a/Content/Factory/Textures/T_CrashAreaSpotlight_01_ORM.uasset b/Content/Factory/Textures/T_CrashAreaSpotlight_01_ORM.uasset new file mode 100644 index 00000000..aa0f7eef --- /dev/null +++ b/Content/Factory/Textures/T_CrashAreaSpotlight_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bf3b098197f0e6f86c7e08675803e4234ebdb3862059a1af2e4b1239557e92 +size 9041319 diff --git a/Content/Factory/Textures/T_Curtain01_BC.uasset b/Content/Factory/Textures/T_Curtain01_BC.uasset new file mode 100644 index 00000000..d2a52af0 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01635f6b5182ef64e02cbf8e14fbef159a4f2d350d209c8fbe6bce08df23856 +size 5966550 diff --git a/Content/Factory/Textures/T_Curtain01_ID1_RGBAMask.uasset b/Content/Factory/Textures/T_Curtain01_ID1_RGBAMask.uasset new file mode 100644 index 00000000..036bf175 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain01_ID1_RGBAMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d68ad1c8ddf7245c126958f11c5a36805e658703a653a98d973aa91878b7d5d +size 16215 diff --git a/Content/Factory/Textures/T_Curtain01_N.uasset b/Content/Factory/Textures/T_Curtain01_N.uasset new file mode 100644 index 00000000..76907ab8 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:477471d9e84868908d034b286296022ff5506434c3b5426a3ba27338d4427b6f +size 5162245 diff --git a/Content/Factory/Textures/T_Curtain01_ORM.uasset b/Content/Factory/Textures/T_Curtain01_ORM.uasset new file mode 100644 index 00000000..ee1a9b7a --- /dev/null +++ b/Content/Factory/Textures/T_Curtain01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c09ed91c2c83895ac6875be36045de0d5bae1d00d61ea86f5fdd79e7c3c6e1 +size 4464129 diff --git a/Content/Factory/Textures/T_Curtain02_BC.uasset b/Content/Factory/Textures/T_Curtain02_BC.uasset new file mode 100644 index 00000000..5872c19f --- /dev/null +++ b/Content/Factory/Textures/T_Curtain02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4116e8d9d2f8aa90654d1633ad8646fe1626a2183845185c9275ced5b29e9beb +size 6180451 diff --git a/Content/Factory/Textures/T_Curtain02_ID1_RGBAMask.uasset b/Content/Factory/Textures/T_Curtain02_ID1_RGBAMask.uasset new file mode 100644 index 00000000..a121d2b8 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain02_ID1_RGBAMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37570f8f608105507a23482fc4a79ca6bb199cd087f0d3ecb406ac891013e980 +size 13073 diff --git a/Content/Factory/Textures/T_Curtain02_N.uasset b/Content/Factory/Textures/T_Curtain02_N.uasset new file mode 100644 index 00000000..fc4fbbc9 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833ded3004adca6a91bc69a3326a4814a5d51f4801dc673948b39b947a13decd +size 5658269 diff --git a/Content/Factory/Textures/T_Curtain02_ORM.uasset b/Content/Factory/Textures/T_Curtain02_ORM.uasset new file mode 100644 index 00000000..0662865f --- /dev/null +++ b/Content/Factory/Textures/T_Curtain02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bad3a5fcf86ba72b60bf1af879b58ac6daa43fd4c0358038f5e1cb5f68de2c +size 4256113 diff --git a/Content/Factory/Textures/T_Curtain03_BC.uasset b/Content/Factory/Textures/T_Curtain03_BC.uasset new file mode 100644 index 00000000..abfbf604 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21dceeba6b2378dbaee3ca62f12ebb41d550a89ede46ff80a19dda26692a5b42 +size 6825934 diff --git a/Content/Factory/Textures/T_Curtain03_ID1_RGBAMask.uasset b/Content/Factory/Textures/T_Curtain03_ID1_RGBAMask.uasset new file mode 100644 index 00000000..64fa796a --- /dev/null +++ b/Content/Factory/Textures/T_Curtain03_ID1_RGBAMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e0e11d93ca99ecf7c5f9f758a728354143a72d16e5ea0d35569731288670a6 +size 20298 diff --git a/Content/Factory/Textures/T_Curtain03_N.uasset b/Content/Factory/Textures/T_Curtain03_N.uasset new file mode 100644 index 00000000..b73f3459 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0855556603aae89eb8c0e0d7ba19217cf66379078e6192f559aa9905b9e3f7 +size 5500519 diff --git a/Content/Factory/Textures/T_Curtain03_ORM.uasset b/Content/Factory/Textures/T_Curtain03_ORM.uasset new file mode 100644 index 00000000..ac746c37 --- /dev/null +++ b/Content/Factory/Textures/T_Curtain03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449c79a9114688e823f229baa998727cbd26abbc4e1bd55399c1e003b1d9c365 +size 4924684 diff --git a/Content/Factory/Textures/T_DecalCrane01_BC.uasset b/Content/Factory/Textures/T_DecalCrane01_BC.uasset new file mode 100644 index 00000000..8f3b89b9 --- /dev/null +++ b/Content/Factory/Textures/T_DecalCrane01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c6b044429d8c5c83cb1d07d93dfd04e08522f3f73af5c19d403bfbb0bf5e41 +size 253088 diff --git a/Content/Factory/Textures/T_Decals_DirtStains_BCO.uasset b/Content/Factory/Textures/T_Decals_DirtStains_BCO.uasset new file mode 100644 index 00000000..4305265a --- /dev/null +++ b/Content/Factory/Textures/T_Decals_DirtStains_BCO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfb10345d494900df92d5a950f9fe35a103e1262ca2f3ad95b586b9280c3449 +size 19732423 diff --git a/Content/Factory/Textures/T_Decals_Leaks_BCO.uasset b/Content/Factory/Textures/T_Decals_Leaks_BCO.uasset new file mode 100644 index 00000000..88332cf9 --- /dev/null +++ b/Content/Factory/Textures/T_Decals_Leaks_BCO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef7c50e17ad7495c602bec96f8f852bad0e1626c9e3a17b98ae41e69ce949e3 +size 10742954 diff --git a/Content/Factory/Textures/T_Decals_Puddles_Alpha.uasset b/Content/Factory/Textures/T_Decals_Puddles_Alpha.uasset new file mode 100644 index 00000000..427e90f0 --- /dev/null +++ b/Content/Factory/Textures/T_Decals_Puddles_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b8da0ebc473d460846ab25f443d16e0416a5f93c62fb7ec156b1940a6e16a9 +size 3490073 diff --git a/Content/Factory/Textures/T_DeskControl_01_BC.uasset b/Content/Factory/Textures/T_DeskControl_01_BC.uasset new file mode 100644 index 00000000..c0eedd28 --- /dev/null +++ b/Content/Factory/Textures/T_DeskControl_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5067ffc9fdbf6580c6083e0358283b4504d5c8d9a8f820c7e9d48e07f8012d +size 8138621 diff --git a/Content/Factory/Textures/T_DeskControl_01_E.uasset b/Content/Factory/Textures/T_DeskControl_01_E.uasset new file mode 100644 index 00000000..bd5da26e --- /dev/null +++ b/Content/Factory/Textures/T_DeskControl_01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b121fc55a5f7ff58f34424a615fc771611a980de92e81081e14419fe56e5daa +size 25531 diff --git a/Content/Factory/Textures/T_DeskControl_01_Mask.uasset b/Content/Factory/Textures/T_DeskControl_01_Mask.uasset new file mode 100644 index 00000000..53ecbe0c --- /dev/null +++ b/Content/Factory/Textures/T_DeskControl_01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470c03057a68b2c229f64384519371392e6cfbcfd25e495eab1472f6bb1c709f +size 7008602 diff --git a/Content/Factory/Textures/T_DeskControl_01_N.uasset b/Content/Factory/Textures/T_DeskControl_01_N.uasset new file mode 100644 index 00000000..fe0fd459 --- /dev/null +++ b/Content/Factory/Textures/T_DeskControl_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ae0c17d9bd0e834598f8aa054f954a75833dabc9e199f63be075c91715a55a +size 20208061 diff --git a/Content/Factory/Textures/T_DeskControl_01_ORM.uasset b/Content/Factory/Textures/T_DeskControl_01_ORM.uasset new file mode 100644 index 00000000..81d206cf --- /dev/null +++ b/Content/Factory/Textures/T_DeskControl_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee39ddc2482bc90dbb16a65ece3f7b87ddd5e1fe7b72f66853b40e6fcc618ae +size 17160825 diff --git a/Content/Factory/Textures/T_DisplayBoard01_BC.uasset b/Content/Factory/Textures/T_DisplayBoard01_BC.uasset new file mode 100644 index 00000000..63bef821 --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a971487ba464f62a2a28022ddf56e4685d0df38fb94f3aa47154c5af8c6402c4 +size 3645612 diff --git a/Content/Factory/Textures/T_DisplayBoard01_E.uasset b/Content/Factory/Textures/T_DisplayBoard01_E.uasset new file mode 100644 index 00000000..745d964f --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36512ca313ed746da340d237d6a5ab8552d524779d09a3eb5f63d36b18865f3c +size 1839362 diff --git a/Content/Factory/Textures/T_DisplayBoard01_ID.uasset b/Content/Factory/Textures/T_DisplayBoard01_ID.uasset new file mode 100644 index 00000000..d7834429 --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard01_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dae47d17dd81cf75506373396006d17032ef1478fa42858935f84c35cef0274 +size 9813 diff --git a/Content/Factory/Textures/T_DisplayBoard01_N.uasset b/Content/Factory/Textures/T_DisplayBoard01_N.uasset new file mode 100644 index 00000000..4adebf6f --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c2df775fcad60cd9ce12e0a028e2a1b67a4c6f8ab1e6a7e7449ce3609d98442 +size 4204520 diff --git a/Content/Factory/Textures/T_DisplayBoard01_ORM.uasset b/Content/Factory/Textures/T_DisplayBoard01_ORM.uasset new file mode 100644 index 00000000..30413179 --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8eeecc11cf2e4f04e5014625f10df959c57b57d6935dd625b653c1a05d68aed +size 5310107 diff --git a/Content/Factory/Textures/T_DisplayBoard02_E.uasset b/Content/Factory/Textures/T_DisplayBoard02_E.uasset new file mode 100644 index 00000000..59d263ab --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard02_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3cf67add89b4e7c6366eff0e2fd93cad71d53df46562703d7aa5e675c4d1d3d +size 1687900 diff --git a/Content/Factory/Textures/T_DisplayBoard03_E.uasset b/Content/Factory/Textures/T_DisplayBoard03_E.uasset new file mode 100644 index 00000000..6968bb6c --- /dev/null +++ b/Content/Factory/Textures/T_DisplayBoard03_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273f9d732df062c5c1aa4183d96b05c4861a64599a59f586f51027275f965eef +size 1637997 diff --git a/Content/Factory/Textures/T_Door_A_01_BC.uasset b/Content/Factory/Textures/T_Door_A_01_BC.uasset new file mode 100644 index 00000000..93754f8b --- /dev/null +++ b/Content/Factory/Textures/T_Door_A_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229c7ec09ad919dab6d951f015e00bb86d6781504c7836538e7ffefe3b0194c7 +size 1454640 diff --git a/Content/Factory/Textures/T_Door_A_01_Mask.uasset b/Content/Factory/Textures/T_Door_A_01_Mask.uasset new file mode 100644 index 00000000..c96f38e9 --- /dev/null +++ b/Content/Factory/Textures/T_Door_A_01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae002665c22026c501aa5fafaddd36a2b7b5cc915e4f519e6ce34a3b4ce1ba7 +size 46874 diff --git a/Content/Factory/Textures/T_Door_A_01_N.uasset b/Content/Factory/Textures/T_Door_A_01_N.uasset new file mode 100644 index 00000000..87c45a2d --- /dev/null +++ b/Content/Factory/Textures/T_Door_A_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e22fa51479ab2dd943a4c6b87b87def0c89b64721e6b9a034d2722cfa9e6c5 +size 24956041 diff --git a/Content/Factory/Textures/T_Door_A_01_ORM.uasset b/Content/Factory/Textures/T_Door_A_01_ORM.uasset new file mode 100644 index 00000000..76e2b549 --- /dev/null +++ b/Content/Factory/Textures/T_Door_A_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d44e874ddda96004873598b3b685c16a3b01430c12db08bd97444599af0030b +size 17432995 diff --git a/Content/Factory/Textures/T_Drone01_BC.uasset b/Content/Factory/Textures/T_Drone01_BC.uasset new file mode 100644 index 00000000..b8d9430f --- /dev/null +++ b/Content/Factory/Textures/T_Drone01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7bdbab3d8e9b020c3b56cbe2f294db83f5599ba581966c10d26ddd31d46552c +size 4906309 diff --git a/Content/Factory/Textures/T_Drone01_E.uasset b/Content/Factory/Textures/T_Drone01_E.uasset new file mode 100644 index 00000000..ef781aa8 --- /dev/null +++ b/Content/Factory/Textures/T_Drone01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f63597f5b5f6fd5f85119f33d69711e80144edad70bf4888f350f33cf07bc675 +size 24682 diff --git a/Content/Factory/Textures/T_Drone01_N.uasset b/Content/Factory/Textures/T_Drone01_N.uasset new file mode 100644 index 00000000..8cdd8ed2 --- /dev/null +++ b/Content/Factory/Textures/T_Drone01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53767f7eb2a1fa77c92460ffeb35e34a3ca7db84bb503f450201e8161c0e5b2 +size 3830792 diff --git a/Content/Factory/Textures/T_Drone01_ORM.uasset b/Content/Factory/Textures/T_Drone01_ORM.uasset new file mode 100644 index 00000000..f3419277 --- /dev/null +++ b/Content/Factory/Textures/T_Drone01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e36be11374987a9498a6daf7ea7d9b37039f1a571130cf772c73347abff7743 +size 4922550 diff --git a/Content/Factory/Textures/T_DroneRemoteControl01_BC.uasset b/Content/Factory/Textures/T_DroneRemoteControl01_BC.uasset new file mode 100644 index 00000000..36dffa44 --- /dev/null +++ b/Content/Factory/Textures/T_DroneRemoteControl01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58c6433c1ebeee8b97226620c444d307ff3c622b080ccd6e8e3871c2e7817800 +size 4609586 diff --git a/Content/Factory/Textures/T_DroneRemoteControl01_E.uasset b/Content/Factory/Textures/T_DroneRemoteControl01_E.uasset new file mode 100644 index 00000000..91929fa9 --- /dev/null +++ b/Content/Factory/Textures/T_DroneRemoteControl01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dc35c06c92fab457784c680a9728a792818a9ccd917503f9e84944f410808b +size 10874 diff --git a/Content/Factory/Textures/T_DroneRemoteControl01_N.uasset b/Content/Factory/Textures/T_DroneRemoteControl01_N.uasset new file mode 100644 index 00000000..be28d210 --- /dev/null +++ b/Content/Factory/Textures/T_DroneRemoteControl01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f169abc0400aef998458655530fb9411badfce5fd9c23e1a8447260556b5c4c +size 3696039 diff --git a/Content/Factory/Textures/T_DroneRemoteControl01_ORM.uasset b/Content/Factory/Textures/T_DroneRemoteControl01_ORM.uasset new file mode 100644 index 00000000..7856a1e0 --- /dev/null +++ b/Content/Factory/Textures/T_DroneRemoteControl01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b81f90889da6a39c9ca0b31e32edc40934afb6e7890e6737746dea6a14c7882 +size 5139418 diff --git a/Content/Factory/Textures/T_Dummy01_BC.uasset b/Content/Factory/Textures/T_Dummy01_BC.uasset new file mode 100644 index 00000000..3e39b077 --- /dev/null +++ b/Content/Factory/Textures/T_Dummy01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a075602259bbaeaff628bcfda3ee4849fdfae4c06542f9274dbbbfa1e7f27d0f +size 8827439 diff --git a/Content/Factory/Textures/T_Dummy01_N.uasset b/Content/Factory/Textures/T_Dummy01_N.uasset new file mode 100644 index 00000000..aea66c04 --- /dev/null +++ b/Content/Factory/Textures/T_Dummy01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f18b639edc2ddfceff3fa6ccddd1805b5b00fe2aba12e23d627882cbafed52 +size 16860173 diff --git a/Content/Factory/Textures/T_Dummy01_ORM.uasset b/Content/Factory/Textures/T_Dummy01_ORM.uasset new file mode 100644 index 00000000..5571819f --- /dev/null +++ b/Content/Factory/Textures/T_Dummy01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123e9266fedd7c43820be7a1e314de02c2f6f67638c1dca23d391e8b3c2f0234 +size 12614290 diff --git a/Content/Factory/Textures/T_ElectricMotor01_BC.uasset b/Content/Factory/Textures/T_ElectricMotor01_BC.uasset new file mode 100644 index 00000000..2463f8be --- /dev/null +++ b/Content/Factory/Textures/T_ElectricMotor01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15414e75d3ae57dc56186006126c533e4a42e223a191e771f7078108a82f4ca5 +size 13220348 diff --git a/Content/Factory/Textures/T_ElectricMotor01_MSK.uasset b/Content/Factory/Textures/T_ElectricMotor01_MSK.uasset new file mode 100644 index 00000000..a8aa59bd --- /dev/null +++ b/Content/Factory/Textures/T_ElectricMotor01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d29de11106ce7f326738d1a13d07fa3712dff60883d9af5bf3a8ab6dd69e9cd +size 5886320 diff --git a/Content/Factory/Textures/T_ElectricMotor01_N.uasset b/Content/Factory/Textures/T_ElectricMotor01_N.uasset new file mode 100644 index 00000000..721a6139 --- /dev/null +++ b/Content/Factory/Textures/T_ElectricMotor01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f05709cd5549fa9a7b889778f7bdd4c4554816bc42a6db95aaf77c70ea22a4b +size 23164379 diff --git a/Content/Factory/Textures/T_ElectricMotor01_ORM.uasset b/Content/Factory/Textures/T_ElectricMotor01_ORM.uasset new file mode 100644 index 00000000..5ec2d65b --- /dev/null +++ b/Content/Factory/Textures/T_ElectricMotor01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b236c387f3dd5ee9b25d2c5ea6a44740202429da8b7856c644b600414a69d673 +size 16037662 diff --git a/Content/Factory/Textures/T_ElectricalBox_BC.uasset b/Content/Factory/Textures/T_ElectricalBox_BC.uasset new file mode 100644 index 00000000..6b107225 --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalBox_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e32174429af41fded8d325e89f69f619d39eef1b7233c159932222f6f8fb4d3 +size 1207477 diff --git a/Content/Factory/Textures/T_ElectricalBox_N.uasset b/Content/Factory/Textures/T_ElectricalBox_N.uasset new file mode 100644 index 00000000..8dabef86 --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalBox_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8d25729bc74d4e2dd0ccd7521d754cd8fea71fff1252a0a4b659fb16c0d59b +size 3308653 diff --git a/Content/Factory/Textures/T_ElectricalBox_ORM.uasset b/Content/Factory/Textures/T_ElectricalBox_ORM.uasset new file mode 100644 index 00000000..ddbcda66 --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalBox_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:937a3fb1abd9511686a3323f44fd1d2fb3cad990cb16cd5d20939e652a0ccdde +size 2984053 diff --git a/Content/Factory/Textures/T_ElectricalSupply_BC.uasset b/Content/Factory/Textures/T_ElectricalSupply_BC.uasset new file mode 100644 index 00000000..04304bbf --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034fce39cbc5a8c749acdbbac93b4da4fc1655227b24727f6660f6a6bcf497be +size 1888444 diff --git a/Content/Factory/Textures/T_ElectricalSupply_Details_BC.uasset b/Content/Factory/Textures/T_ElectricalSupply_Details_BC.uasset new file mode 100644 index 00000000..ecefba13 --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_Details_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520c54aecd6698ace13a7ca3188a18aeb16314b1bd9342bb2150a081718912b2 +size 3360617 diff --git a/Content/Factory/Textures/T_ElectricalSupply_Details_Emissive.uasset b/Content/Factory/Textures/T_ElectricalSupply_Details_Emissive.uasset new file mode 100644 index 00000000..4b19845d --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_Details_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a997efed71bf822051e1aa7fdb7cef99f253e09732dc9d8c3d1c4d5a8a1ffb91 +size 26520 diff --git a/Content/Factory/Textures/T_ElectricalSupply_Details_N.uasset b/Content/Factory/Textures/T_ElectricalSupply_Details_N.uasset new file mode 100644 index 00000000..8d952cdc --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_Details_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50eb68bc68eb9813b8f8ccc9c5907e5cb8c4dca24afc3bac7ac4ce6987bfa898 +size 5578994 diff --git a/Content/Factory/Textures/T_ElectricalSupply_Details_ORM.uasset b/Content/Factory/Textures/T_ElectricalSupply_Details_ORM.uasset new file mode 100644 index 00000000..53a54eb8 --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_Details_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d00f3145a8d4adcb46db50f7b803ddf94bd90142679940c2c0f636edb0efe04 +size 4263890 diff --git a/Content/Factory/Textures/T_ElectricalSupply_N.uasset b/Content/Factory/Textures/T_ElectricalSupply_N.uasset new file mode 100644 index 00000000..f9aec70e --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b88406ee9cb6efa26addde266465d85bb6fc9907480169ba117e108960eadf +size 4435702 diff --git a/Content/Factory/Textures/T_ElectricalSupply_ORM.uasset b/Content/Factory/Textures/T_ElectricalSupply_ORM.uasset new file mode 100644 index 00000000..1074177c --- /dev/null +++ b/Content/Factory/Textures/T_ElectricalSupply_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a051c0226665e543e2f53cfecbb0fb1abafa07e59cdec8cad6b12dd33dd786 +size 3247934 diff --git a/Content/Factory/Textures/T_Engine_BC.uasset b/Content/Factory/Textures/T_Engine_BC.uasset new file mode 100644 index 00000000..3645a93c --- /dev/null +++ b/Content/Factory/Textures/T_Engine_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87a120f81a5212c0b82f76fe9157523f74edc45bd732edca255d995b913cdd9 +size 5236495 diff --git a/Content/Factory/Textures/T_Engine_N.uasset b/Content/Factory/Textures/T_Engine_N.uasset new file mode 100644 index 00000000..808d19c7 --- /dev/null +++ b/Content/Factory/Textures/T_Engine_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce0247039da71e9ae4e6755fc8d7edc17f28894ace7e2e505f74ac7cf237d82e +size 33316972 diff --git a/Content/Factory/Textures/T_Engine_ORM.uasset b/Content/Factory/Textures/T_Engine_ORM.uasset new file mode 100644 index 00000000..349640fc --- /dev/null +++ b/Content/Factory/Textures/T_Engine_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e31ed4db7ca719062895dae660d09e7e7fcbf95c4d7af25fe0a7f609c11e33c5 +size 18919858 diff --git a/Content/Factory/Textures/T_FactoryConcreteFloor01_BC.uasset b/Content/Factory/Textures/T_FactoryConcreteFloor01_BC.uasset new file mode 100644 index 00000000..9140fc5e --- /dev/null +++ b/Content/Factory/Textures/T_FactoryConcreteFloor01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:219bcb4227ebfd797d275a0496b50559e7636906b1446308effdab7f3a8cd211 +size 5551994 diff --git a/Content/Factory/Textures/T_FactoryConcreteFloor01_N.uasset b/Content/Factory/Textures/T_FactoryConcreteFloor01_N.uasset new file mode 100644 index 00000000..9b1e6185 --- /dev/null +++ b/Content/Factory/Textures/T_FactoryConcreteFloor01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86ef08fa720bfad1e5a5a75255b3154a3e73d68c6062beef7cc5e7e94fa585d3 +size 5364479 diff --git a/Content/Factory/Textures/T_FactoryConcreteFloor01_ORM.uasset b/Content/Factory/Textures/T_FactoryConcreteFloor01_ORM.uasset new file mode 100644 index 00000000..268ac7da --- /dev/null +++ b/Content/Factory/Textures/T_FactoryConcreteFloor01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6495190e5116f47e43028706efb5738fc3cfaf19c71481c20dd80c9f2e4a81c6 +size 3334757 diff --git a/Content/Factory/Textures/T_FillerAssets01_BC.uasset b/Content/Factory/Textures/T_FillerAssets01_BC.uasset new file mode 100644 index 00000000..8dcbf1c3 --- /dev/null +++ b/Content/Factory/Textures/T_FillerAssets01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb4dcd7d90fcfe862e27c36de4e718da639a935c998aeaac05d0bd5682b56e4 +size 2701995 diff --git a/Content/Factory/Textures/T_FillerAssets01_N.uasset b/Content/Factory/Textures/T_FillerAssets01_N.uasset new file mode 100644 index 00000000..c9387896 --- /dev/null +++ b/Content/Factory/Textures/T_FillerAssets01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd62ffc7a488522f988b7149bda5e40fe89281c502e3589a4ecb06b7cc3eaed +size 3952012 diff --git a/Content/Factory/Textures/T_FillerAssets01_ORM.uasset b/Content/Factory/Textures/T_FillerAssets01_ORM.uasset new file mode 100644 index 00000000..e53eab9c --- /dev/null +++ b/Content/Factory/Textures/T_FillerAssets01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acdf62be5af16bce6da887df85bd412f81623b091b2c2b697701d26446c4463 +size 4727902 diff --git a/Content/Factory/Textures/T_FireEquipmentBox01_BC.uasset b/Content/Factory/Textures/T_FireEquipmentBox01_BC.uasset new file mode 100644 index 00000000..3895ecfb --- /dev/null +++ b/Content/Factory/Textures/T_FireEquipmentBox01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5778353b8079595d642ecb1f1caeec987b3d72ca2140b9836f9008d12aad0cb1 +size 11592074 diff --git a/Content/Factory/Textures/T_FireEquipmentBox01_N.uasset b/Content/Factory/Textures/T_FireEquipmentBox01_N.uasset new file mode 100644 index 00000000..20177c2e --- /dev/null +++ b/Content/Factory/Textures/T_FireEquipmentBox01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6395da2b4bc98159c1fe2c7b31390df4573ad1dcfd3236ae638dfc85b11a505 +size 14918277 diff --git a/Content/Factory/Textures/T_FireEquipmentBox01_ORM.uasset b/Content/Factory/Textures/T_FireEquipmentBox01_ORM.uasset new file mode 100644 index 00000000..dd3d8f2c --- /dev/null +++ b/Content/Factory/Textures/T_FireEquipmentBox01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba22e2f0ea2c3768050eea851368855f5b466b7ae915ad463d91c8e5030fe434 +size 12932671 diff --git a/Content/Factory/Textures/T_FireEquipment_BC.uasset b/Content/Factory/Textures/T_FireEquipment_BC.uasset new file mode 100644 index 00000000..e37c4b8d --- /dev/null +++ b/Content/Factory/Textures/T_FireEquipment_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dabc5b6fa60552dddb40bb5aeec152d6a543067f5848dffa024c8d0de10f3218 +size 6041529 diff --git a/Content/Factory/Textures/T_FireEquipment_N.uasset b/Content/Factory/Textures/T_FireEquipment_N.uasset new file mode 100644 index 00000000..cb02e2f4 --- /dev/null +++ b/Content/Factory/Textures/T_FireEquipment_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ca9784042749ff765e422a887bc2be167fe5e1c7e667b5cbf4f5ecd109bc94 +size 22419063 diff --git a/Content/Factory/Textures/T_FireEquipment_ORM.uasset b/Content/Factory/Textures/T_FireEquipment_ORM.uasset new file mode 100644 index 00000000..c0d00b38 --- /dev/null +++ b/Content/Factory/Textures/T_FireEquipment_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bff7c04d2cb4fdcde5bc9be5e88293445c03dbe886b56e03dc0b9fcaa878f9a9 +size 15791547 diff --git a/Content/Factory/Textures/T_FloorMats01_BC.uasset b/Content/Factory/Textures/T_FloorMats01_BC.uasset new file mode 100644 index 00000000..bd4819ad --- /dev/null +++ b/Content/Factory/Textures/T_FloorMats01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d58a6885c87c832e9153c543b7a28eaec1c251fb4d986e14f5c48ee5da2a11 +size 962342 diff --git a/Content/Factory/Textures/T_FloorMats01_N.uasset b/Content/Factory/Textures/T_FloorMats01_N.uasset new file mode 100644 index 00000000..bc9d1c57 --- /dev/null +++ b/Content/Factory/Textures/T_FloorMats01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1239b647f5432ad4529f41c49bdf7d2fb2571b468a36230c30c1821ddebaef90 +size 6569937 diff --git a/Content/Factory/Textures/T_FloorMats01_ORM.uasset b/Content/Factory/Textures/T_FloorMats01_ORM.uasset new file mode 100644 index 00000000..cd832a7a --- /dev/null +++ b/Content/Factory/Textures/T_FloorMats01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3391a4b1176e737d4c3077deafa4e318f5698f59ba8a1e777bb8ea03038f2cf +size 4165003 diff --git a/Content/Factory/Textures/T_Floor_Scratches_and_traces_BCO.uasset b/Content/Factory/Textures/T_Floor_Scratches_and_traces_BCO.uasset new file mode 100644 index 00000000..eac3cb8a --- /dev/null +++ b/Content/Factory/Textures/T_Floor_Scratches_and_traces_BCO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3bb5ccd99f86fa2b8f724a5d523fffe16beaef0147ef150b73add127ce52ed +size 21644310 diff --git a/Content/Factory/Textures/T_FoodAssets01_BC.uasset b/Content/Factory/Textures/T_FoodAssets01_BC.uasset new file mode 100644 index 00000000..f11894a7 --- /dev/null +++ b/Content/Factory/Textures/T_FoodAssets01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4af7c42a2087c28078ed1ec41bdbd73577c56edec94752c00171310de15c415 +size 3301967 diff --git a/Content/Factory/Textures/T_FoodAssets01_E.uasset b/Content/Factory/Textures/T_FoodAssets01_E.uasset new file mode 100644 index 00000000..9ddd1640 --- /dev/null +++ b/Content/Factory/Textures/T_FoodAssets01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8994d0d8ec578577673bd92b1288d8872d5dde1f433ec4147310d93f397106 +size 126938 diff --git a/Content/Factory/Textures/T_FoodAssets01_ID1_RGBAMask.uasset b/Content/Factory/Textures/T_FoodAssets01_ID1_RGBAMask.uasset new file mode 100644 index 00000000..04ff55b7 --- /dev/null +++ b/Content/Factory/Textures/T_FoodAssets01_ID1_RGBAMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfee020a701dc609ac2688c4f41843f9590ce8105d01784d3800215065e6d650 +size 24246 diff --git a/Content/Factory/Textures/T_FoodAssets01_N.uasset b/Content/Factory/Textures/T_FoodAssets01_N.uasset new file mode 100644 index 00000000..415b98fc --- /dev/null +++ b/Content/Factory/Textures/T_FoodAssets01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5160d04b76e4dc0317018a3fecdf6435dce9cc1ccab2c82de466412bb882d05c +size 4968917 diff --git a/Content/Factory/Textures/T_FoodAssets01_ORM.uasset b/Content/Factory/Textures/T_FoodAssets01_ORM.uasset new file mode 100644 index 00000000..ed27479d --- /dev/null +++ b/Content/Factory/Textures/T_FoodAssets01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b9786830b4d91df5681e2b9c24f5ccc27c6183b00ed61b784b732334ba533e +size 2349349 diff --git a/Content/Factory/Textures/T_ForkLiftDetails_BC.uasset b/Content/Factory/Textures/T_ForkLiftDetails_BC.uasset new file mode 100644 index 00000000..9d44607a --- /dev/null +++ b/Content/Factory/Textures/T_ForkLiftDetails_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692f14db1a660cca5c24da3002b695868730f3f40ed0533657639242660c7a7a +size 3364392 diff --git a/Content/Factory/Textures/T_ForkLiftDetails_N.uasset b/Content/Factory/Textures/T_ForkLiftDetails_N.uasset new file mode 100644 index 00000000..42293c45 --- /dev/null +++ b/Content/Factory/Textures/T_ForkLiftDetails_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04542089f304226eb6f13c3315ddd37617a5e3b0d6d79bb4b6c1b3bff3724b20 +size 3465670 diff --git a/Content/Factory/Textures/T_ForkLiftDetails_ORM.uasset b/Content/Factory/Textures/T_ForkLiftDetails_ORM.uasset new file mode 100644 index 00000000..c4c05e60 --- /dev/null +++ b/Content/Factory/Textures/T_ForkLiftDetails_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fdbe56f92f7ae16df0b60b68ada83629c0f8365a170531cb9e98debb84f6cd9 +size 3132797 diff --git a/Content/Factory/Textures/T_ForkLift_BC.uasset b/Content/Factory/Textures/T_ForkLift_BC.uasset new file mode 100644 index 00000000..c22b0473 --- /dev/null +++ b/Content/Factory/Textures/T_ForkLift_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0253cfa5cad716224d0bc1db872c37d08c0d990e53d1d2ff368020efb9325b42 +size 3784892 diff --git a/Content/Factory/Textures/T_ForkLift_Emissive.uasset b/Content/Factory/Textures/T_ForkLift_Emissive.uasset new file mode 100644 index 00000000..a755fbe7 --- /dev/null +++ b/Content/Factory/Textures/T_ForkLift_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54f4e1ad4494acde4a47ddff0cfdc40734404bdf61c262d0009e7f353fe3f8ca +size 13119 diff --git a/Content/Factory/Textures/T_ForkLift_N.uasset b/Content/Factory/Textures/T_ForkLift_N.uasset new file mode 100644 index 00000000..a0888906 --- /dev/null +++ b/Content/Factory/Textures/T_ForkLift_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde14ed95829368574c990ddc5eb6382d3d099100a581deac57cb61c0ad52c2a +size 5429573 diff --git a/Content/Factory/Textures/T_ForkLift_ORM.uasset b/Content/Factory/Textures/T_ForkLift_ORM.uasset new file mode 100644 index 00000000..c5908a73 --- /dev/null +++ b/Content/Factory/Textures/T_ForkLift_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bc33d63e00924914f673be6c9f4e8cb8787ed970888527d5cfa768755701bc +size 4557153 diff --git a/Content/Factory/Textures/T_FrontConcrete01_BC.uasset b/Content/Factory/Textures/T_FrontConcrete01_BC.uasset new file mode 100644 index 00000000..e46de28f --- /dev/null +++ b/Content/Factory/Textures/T_FrontConcrete01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dcf2a224b20d4389475af3c25d3054086516da3a1747f0f5cf15796da430f2 +size 7634731 diff --git a/Content/Factory/Textures/T_FrontConcrete01_N.uasset b/Content/Factory/Textures/T_FrontConcrete01_N.uasset new file mode 100644 index 00000000..212d0d9d --- /dev/null +++ b/Content/Factory/Textures/T_FrontConcrete01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:311b3bd71fe8c938b3476ec4080e7eb2bb562d9164a0c2036775e45798ba1cbb +size 8079098 diff --git a/Content/Factory/Textures/T_FrontConcrete01_ORM.uasset b/Content/Factory/Textures/T_FrontConcrete01_ORM.uasset new file mode 100644 index 00000000..3121c727 --- /dev/null +++ b/Content/Factory/Textures/T_FrontConcrete01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17a8136042e243c66e47d1cc917d7888b64bc79ca70f1784350a1c20012a1ab +size 3337164 diff --git a/Content/Factory/Textures/T_FrontConcrete02_BC.uasset b/Content/Factory/Textures/T_FrontConcrete02_BC.uasset new file mode 100644 index 00000000..94d2f9df --- /dev/null +++ b/Content/Factory/Textures/T_FrontConcrete02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:430e405094073a297ebe668d747802d2b2e44c227b36fb568123a074741e991f +size 7618807 diff --git a/Content/Factory/Textures/T_FrontConcrete02_N.uasset b/Content/Factory/Textures/T_FrontConcrete02_N.uasset new file mode 100644 index 00000000..7c9a0884 --- /dev/null +++ b/Content/Factory/Textures/T_FrontConcrete02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c9de7d734391d1e66d9f1dff7808fb3fa9f418e9edf0b97c62596e9643b5daf +size 9396799 diff --git a/Content/Factory/Textures/T_FrontConcrete02_ORM.uasset b/Content/Factory/Textures/T_FrontConcrete02_ORM.uasset new file mode 100644 index 00000000..79b192d0 --- /dev/null +++ b/Content/Factory/Textures/T_FrontConcrete02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdaaf4de7978fcc98042058e4fc583d779d2d91366d421cba61371cd72775aa +size 4188432 diff --git a/Content/Factory/Textures/T_FrontWallPillars01_BC.uasset b/Content/Factory/Textures/T_FrontWallPillars01_BC.uasset new file mode 100644 index 00000000..2b7ec8e3 --- /dev/null +++ b/Content/Factory/Textures/T_FrontWallPillars01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f293772b7c80523f30f2b69bbcbdf523fbed4747065a8ea55d33785c44264e0 +size 3586719 diff --git a/Content/Factory/Textures/T_FrontWallPillars01_E.uasset b/Content/Factory/Textures/T_FrontWallPillars01_E.uasset new file mode 100644 index 00000000..29eee9d4 --- /dev/null +++ b/Content/Factory/Textures/T_FrontWallPillars01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061faed34b8deebb2337c795c956de696fa58c171c0c22bededea2179055572f +size 741236 diff --git a/Content/Factory/Textures/T_FrontWallPillars01_N.uasset b/Content/Factory/Textures/T_FrontWallPillars01_N.uasset new file mode 100644 index 00000000..1366f4e4 --- /dev/null +++ b/Content/Factory/Textures/T_FrontWallPillars01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4d20fcdc544745c33523a8ec015710c2c92ff73dcb0ae6805b1109ba5d8a6d +size 3665816 diff --git a/Content/Factory/Textures/T_FrontWallPillars01_ORM.uasset b/Content/Factory/Textures/T_FrontWallPillars01_ORM.uasset new file mode 100644 index 00000000..18db4d2e --- /dev/null +++ b/Content/Factory/Textures/T_FrontWallPillars01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcb1fb99195d8c0ced98ac80b7d6ad1f82992b8d3d76dca86cd3551b070b67f +size 3906611 diff --git a/Content/Factory/Textures/T_Gates02_BC.uasset b/Content/Factory/Textures/T_Gates02_BC.uasset new file mode 100644 index 00000000..ea4d954b --- /dev/null +++ b/Content/Factory/Textures/T_Gates02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bfa75c535f444e9fc2b4935e0936ee1e47fb58fc8c3803e0c54aaaf16d15761 +size 4523683 diff --git a/Content/Factory/Textures/T_Gates02_E.uasset b/Content/Factory/Textures/T_Gates02_E.uasset new file mode 100644 index 00000000..5c78195c --- /dev/null +++ b/Content/Factory/Textures/T_Gates02_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9a87dcabed5622363aaec5336018a6230cf270d0f39306eed607cc3f4d8ee8 +size 15424 diff --git a/Content/Factory/Textures/T_Gates02_N.uasset b/Content/Factory/Textures/T_Gates02_N.uasset new file mode 100644 index 00000000..8dab33bb --- /dev/null +++ b/Content/Factory/Textures/T_Gates02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee3c4723aa6a4a4969d3f229803e0944628b944b976c4ba00b7f31991dab90e +size 4461552 diff --git a/Content/Factory/Textures/T_Gates02_ORM.uasset b/Content/Factory/Textures/T_Gates02_ORM.uasset new file mode 100644 index 00000000..e030bfd2 --- /dev/null +++ b/Content/Factory/Textures/T_Gates02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f854a15c4df4c840b8194d7d30ebcc9fa03a5f803366b59c7cb60125a3b949 +size 3945604 diff --git a/Content/Factory/Textures/T_GlassDoor_01_BC.uasset b/Content/Factory/Textures/T_GlassDoor_01_BC.uasset new file mode 100644 index 00000000..9982d686 --- /dev/null +++ b/Content/Factory/Textures/T_GlassDoor_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543179a064ef28b117d5a929cf109be1cb85ebd92806e6a89f1f8a589d96cfd0 +size 3552970 diff --git a/Content/Factory/Textures/T_GlassDoor_01_N.uasset b/Content/Factory/Textures/T_GlassDoor_01_N.uasset new file mode 100644 index 00000000..67bfb7e7 --- /dev/null +++ b/Content/Factory/Textures/T_GlassDoor_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed8226043e6d03b41adecbb9e45a4025c77d08fceea080d219298cac037c2ffa +size 4196150 diff --git a/Content/Factory/Textures/T_GlassDoor_01_ORM.uasset b/Content/Factory/Textures/T_GlassDoor_01_ORM.uasset new file mode 100644 index 00000000..dea3ffb0 --- /dev/null +++ b/Content/Factory/Textures/T_GlassDoor_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e8c2ecd09944850824273782e8727ff678479cfb4ab9d749b738e82482ba20 +size 3403384 diff --git a/Content/Factory/Textures/T_GraphicDecalsSheet01_MSK.uasset b/Content/Factory/Textures/T_GraphicDecalsSheet01_MSK.uasset new file mode 100644 index 00000000..110bca2d --- /dev/null +++ b/Content/Factory/Textures/T_GraphicDecalsSheet01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4fb55814dd788e8733ff67ba0f36dd782da5d8745f1bc3a712b66b4288a327 +size 3390259 diff --git a/Content/Factory/Textures/T_GraphicDecalsSheet01_N.uasset b/Content/Factory/Textures/T_GraphicDecalsSheet01_N.uasset new file mode 100644 index 00000000..9d4bb16f --- /dev/null +++ b/Content/Factory/Textures/T_GraphicDecalsSheet01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3210c5427fc4af81146825ca4a046d40a77154e923bf9db4078fd18a731a47 +size 10257566 diff --git a/Content/Factory/Textures/T_HVSockets_BC.uasset b/Content/Factory/Textures/T_HVSockets_BC.uasset new file mode 100644 index 00000000..20a39a64 --- /dev/null +++ b/Content/Factory/Textures/T_HVSockets_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5638ce23e75369bbc95b4a8fcbfed9be7ec4e4f16e9f09cb98ede51764a98722 +size 1087840 diff --git a/Content/Factory/Textures/T_HVSockets_ID.uasset b/Content/Factory/Textures/T_HVSockets_ID.uasset new file mode 100644 index 00000000..bfb0427c --- /dev/null +++ b/Content/Factory/Textures/T_HVSockets_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00263e98ef25618fd9d9361bb6fb6ea9f8af90086288e9897739fece7c608585 +size 51605 diff --git a/Content/Factory/Textures/T_HVSockets_N.uasset b/Content/Factory/Textures/T_HVSockets_N.uasset new file mode 100644 index 00000000..5f2c40ce --- /dev/null +++ b/Content/Factory/Textures/T_HVSockets_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4079a02b3984a659580f35e6e26bf82fd71330f73d1d97ae5e620061729752a +size 1865540 diff --git a/Content/Factory/Textures/T_HVSockets_ORM.uasset b/Content/Factory/Textures/T_HVSockets_ORM.uasset new file mode 100644 index 00000000..dd89bb66 --- /dev/null +++ b/Content/Factory/Textures/T_HVSockets_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166e804d89531773557c759df14612d8f1201affd4a1dd0663547c1caf110d7d +size 1371820 diff --git a/Content/Factory/Textures/T_HeavyArch01_BC.uasset b/Content/Factory/Textures/T_HeavyArch01_BC.uasset new file mode 100644 index 00000000..cdff8cf3 --- /dev/null +++ b/Content/Factory/Textures/T_HeavyArch01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64faf2cfb7cf2f272bdc6fe1b5239bc1cad6d7056924f6b7d4a90c437450adf +size 9671652 diff --git a/Content/Factory/Textures/T_HeavyArch01_N.uasset b/Content/Factory/Textures/T_HeavyArch01_N.uasset new file mode 100644 index 00000000..d7f7f3c7 --- /dev/null +++ b/Content/Factory/Textures/T_HeavyArch01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52ca9ed5e2d76f3bd840b076d81781ffb27efca7cf2f1467ac8b8339393994ab +size 22392451 diff --git a/Content/Factory/Textures/T_HeavyArch01_ORM.uasset b/Content/Factory/Textures/T_HeavyArch01_ORM.uasset new file mode 100644 index 00000000..c5c6b90d --- /dev/null +++ b/Content/Factory/Textures/T_HeavyArch01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7734fd260cd8cf0571c848f9e7ed4a07d01f9e6fdbf3dfbae2f6391afff6dcaa +size 22993297 diff --git a/Content/Factory/Textures/T_Jeans01_BC.uasset b/Content/Factory/Textures/T_Jeans01_BC.uasset new file mode 100644 index 00000000..664402f7 --- /dev/null +++ b/Content/Factory/Textures/T_Jeans01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412c3ca567063c40558896f2ce7a1852dfc6848d637640a99038aa2503c2e6e9 +size 7949950 diff --git a/Content/Factory/Textures/T_Jeans01_N.uasset b/Content/Factory/Textures/T_Jeans01_N.uasset new file mode 100644 index 00000000..c4be0c6a --- /dev/null +++ b/Content/Factory/Textures/T_Jeans01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c4440fae9a97852ab7a6c3e47aa395ba124a5473d0ac3050fede003a975485 +size 9758324 diff --git a/Content/Factory/Textures/T_Jeans01_ORM.uasset b/Content/Factory/Textures/T_Jeans01_ORM.uasset new file mode 100644 index 00000000..26b4ec67 --- /dev/null +++ b/Content/Factory/Textures/T_Jeans01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914bbd282db3749c9a4a76d639870e260747677e49010d833aeb8fbce0a25f3 +size 5585972 diff --git a/Content/Factory/Textures/T_KeyboardKey_BC.uasset b/Content/Factory/Textures/T_KeyboardKey_BC.uasset new file mode 100644 index 00000000..a4c37419 --- /dev/null +++ b/Content/Factory/Textures/T_KeyboardKey_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9208957f6e8fd6036dacf197f65148ba341e5269edbfec277d3c7a64e6ccb82 +size 657961 diff --git a/Content/Factory/Textures/T_KeyboardKey_N.uasset b/Content/Factory/Textures/T_KeyboardKey_N.uasset new file mode 100644 index 00000000..aa33b32f --- /dev/null +++ b/Content/Factory/Textures/T_KeyboardKey_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b13ed9877e8e2c280261edb26a6561e575abad85a70779dd961a31748e96925 +size 4039408 diff --git a/Content/Factory/Textures/T_KeyboardKey_ORM.uasset b/Content/Factory/Textures/T_KeyboardKey_ORM.uasset new file mode 100644 index 00000000..730872b6 --- /dev/null +++ b/Content/Factory/Textures/T_KeyboardKey_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ebfc7c7e32c17cbd10501f8eb35b515a0b724daaf1fa0fb00561c5aac2733a2 +size 3479500 diff --git a/Content/Factory/Textures/T_KeyboardMouse_BC.uasset b/Content/Factory/Textures/T_KeyboardMouse_BC.uasset new file mode 100644 index 00000000..82985195 --- /dev/null +++ b/Content/Factory/Textures/T_KeyboardMouse_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e26a1d9106cf160fc425cc098cbeb14728ea2bea8e9f78c86a59ce2586cfc01 +size 2750193 diff --git a/Content/Factory/Textures/T_KeyboardMouse_N.uasset b/Content/Factory/Textures/T_KeyboardMouse_N.uasset new file mode 100644 index 00000000..f3fb871e --- /dev/null +++ b/Content/Factory/Textures/T_KeyboardMouse_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf8585db5c7b8b96f22a386fa91860dd562ceacc2168e7b25350043aa932e38 +size 6401321 diff --git a/Content/Factory/Textures/T_KeyboardMouse_ORM.uasset b/Content/Factory/Textures/T_KeyboardMouse_ORM.uasset new file mode 100644 index 00000000..f36ae8ec --- /dev/null +++ b/Content/Factory/Textures/T_KeyboardMouse_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec4c386935d0c89aa095b7eb7270d699aef73c0abdc3939e0161e9250943370 +size 2995396 diff --git a/Content/Factory/Textures/T_Labels_BC.uasset b/Content/Factory/Textures/T_Labels_BC.uasset new file mode 100644 index 00000000..898ee1d1 --- /dev/null +++ b/Content/Factory/Textures/T_Labels_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264277eb00db77811fdf40a59fa0673bb79349ed33e792422387a3978702b89e +size 18726882 diff --git a/Content/Factory/Textures/T_Labels_N.uasset b/Content/Factory/Textures/T_Labels_N.uasset new file mode 100644 index 00000000..a1e37c45 --- /dev/null +++ b/Content/Factory/Textures/T_Labels_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41da9e9ffca704ed5062ddf4a486cdc73c29e1ff11daa26f45c18448ff91f434 +size 1342637 diff --git a/Content/Factory/Textures/T_Labels_ORM.uasset b/Content/Factory/Textures/T_Labels_ORM.uasset new file mode 100644 index 00000000..878b53b8 --- /dev/null +++ b/Content/Factory/Textures/T_Labels_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc850b259420f7281d09a926a525b1d64c1b154de38e05db81190222ede35f3f +size 6762175 diff --git a/Content/Factory/Textures/T_LampSet02_BC.uasset b/Content/Factory/Textures/T_LampSet02_BC.uasset new file mode 100644 index 00000000..7d2af6b0 --- /dev/null +++ b/Content/Factory/Textures/T_LampSet02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed428b7caa76f3cf8fca17b9c4397859522004d7e7cd5b87a17f5f9211cf4622 +size 2099375 diff --git a/Content/Factory/Textures/T_LampSet02_E.uasset b/Content/Factory/Textures/T_LampSet02_E.uasset new file mode 100644 index 00000000..5553ebec --- /dev/null +++ b/Content/Factory/Textures/T_LampSet02_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b388762cf9a3cb3e5c80ea83250ce207f59575d355d4281b8c2f87e39be298 +size 74246 diff --git a/Content/Factory/Textures/T_LampSet02_N.uasset b/Content/Factory/Textures/T_LampSet02_N.uasset new file mode 100644 index 00000000..ac68c1c3 --- /dev/null +++ b/Content/Factory/Textures/T_LampSet02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfe2314ce1db377dec545f263fb45cbc761acf0d594b73bcc4760ea4445bf9b9 +size 3999685 diff --git a/Content/Factory/Textures/T_LampSet02_ORM.uasset b/Content/Factory/Textures/T_LampSet02_ORM.uasset new file mode 100644 index 00000000..fbbfa5fc --- /dev/null +++ b/Content/Factory/Textures/T_LampSet02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc77b0cf4b84e93f32a90bce41dd894d59e121c345b4ef47eb668fc6618206c5 +size 3653582 diff --git a/Content/Factory/Textures/T_LampSet_01_BC.uasset b/Content/Factory/Textures/T_LampSet_01_BC.uasset new file mode 100644 index 00000000..94e7c9e4 --- /dev/null +++ b/Content/Factory/Textures/T_LampSet_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77a2fb98d058015b76698882d7b8121bbb6eb6676cc904165ec07fcc122c1ee +size 283866 diff --git a/Content/Factory/Textures/T_LampSet_01_E.uasset b/Content/Factory/Textures/T_LampSet_01_E.uasset new file mode 100644 index 00000000..2222024a --- /dev/null +++ b/Content/Factory/Textures/T_LampSet_01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7526b6657a526c5b4f8335fb2c6ff13ec62a8a53f6795d5a8ed54b2340fc1423 +size 67312 diff --git a/Content/Factory/Textures/T_LampSet_01_N.uasset b/Content/Factory/Textures/T_LampSet_01_N.uasset new file mode 100644 index 00000000..95997608 --- /dev/null +++ b/Content/Factory/Textures/T_LampSet_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676e2edf37a5989e7972396e4308ca6a3a0fb81f1dcf830db031527b8ff23ff8 +size 3549381 diff --git a/Content/Factory/Textures/T_LampSet_01_O.uasset b/Content/Factory/Textures/T_LampSet_01_O.uasset new file mode 100644 index 00000000..743f5a29 --- /dev/null +++ b/Content/Factory/Textures/T_LampSet_01_O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca97dcfee47805289dd5831127e9bbd9ab3b122917f0a2c24e1f37ad8b1164eb +size 397091 diff --git a/Content/Factory/Textures/T_LampSet_01_ORM.uasset b/Content/Factory/Textures/T_LampSet_01_ORM.uasset new file mode 100644 index 00000000..e795fcdf --- /dev/null +++ b/Content/Factory/Textures/T_LampSet_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f130a2a21cbc9196323d0203be5aadd92f5fd07a6eefacf1f45e5ef63694b8 +size 1430313 diff --git a/Content/Factory/Textures/T_LargeWindows_BC.uasset b/Content/Factory/Textures/T_LargeWindows_BC.uasset new file mode 100644 index 00000000..9c388fef --- /dev/null +++ b/Content/Factory/Textures/T_LargeWindows_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96edd5bdb72a8f39679012c20791e74a64b2326642d76cb8f56a6a3246733884 +size 4965989 diff --git a/Content/Factory/Textures/T_LargeWindows_E.uasset b/Content/Factory/Textures/T_LargeWindows_E.uasset new file mode 100644 index 00000000..e561e183 --- /dev/null +++ b/Content/Factory/Textures/T_LargeWindows_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9531a362daaa5e62f43377c3c4665189f8551f53426766e22186c85079559b30 +size 1472259 diff --git a/Content/Factory/Textures/T_LargeWindows_MSK.uasset b/Content/Factory/Textures/T_LargeWindows_MSK.uasset new file mode 100644 index 00000000..eefa7ddf --- /dev/null +++ b/Content/Factory/Textures/T_LargeWindows_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2cf754d95891822107b00b9ec53198b79fd0bfd95b20b90c4da90c250d668f +size 1677200 diff --git a/Content/Factory/Textures/T_LargeWindows_N.uasset b/Content/Factory/Textures/T_LargeWindows_N.uasset new file mode 100644 index 00000000..36d38242 --- /dev/null +++ b/Content/Factory/Textures/T_LargeWindows_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9788fa550b4f4beb56eee8ff3d4f8f424a9ffb8790445ac69440b704f02c33de +size 6893749 diff --git a/Content/Factory/Textures/T_LargeWindows_ORM.uasset b/Content/Factory/Textures/T_LargeWindows_ORM.uasset new file mode 100644 index 00000000..a8386431 --- /dev/null +++ b/Content/Factory/Textures/T_LargeWindows_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722d95cafc5d1245bb9a6a6895a54fb252208435bc3b5d35ccc9ec2ae542f914 +size 4186529 diff --git a/Content/Factory/Textures/T_Layout01_BC.uasset b/Content/Factory/Textures/T_Layout01_BC.uasset new file mode 100644 index 00000000..edd17a06 --- /dev/null +++ b/Content/Factory/Textures/T_Layout01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1644198e2d2d4d257de3c9ab7b48ef04420f59910a9c92a7b88100ec691cea2a +size 4088225 diff --git a/Content/Factory/Textures/T_Layout01_ID1.uasset b/Content/Factory/Textures/T_Layout01_ID1.uasset new file mode 100644 index 00000000..035d2523 --- /dev/null +++ b/Content/Factory/Textures/T_Layout01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9585a5cc25edefdbaaac799dc7882e7f67d920cf497998ed2ac304108ce2af84 +size 9832 diff --git a/Content/Factory/Textures/T_Layout01_N.uasset b/Content/Factory/Textures/T_Layout01_N.uasset new file mode 100644 index 00000000..9bc23516 --- /dev/null +++ b/Content/Factory/Textures/T_Layout01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c440abf6f2db7c44846d9632286b32ca769f94cf9c481da434feb420d0494fc9 +size 5223376 diff --git a/Content/Factory/Textures/T_Layout01_ORM.uasset b/Content/Factory/Textures/T_Layout01_ORM.uasset new file mode 100644 index 00000000..b02ced33 --- /dev/null +++ b/Content/Factory/Textures/T_Layout01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f426390b655ef1a61f2a46f266c43432a0b37eaa5826278c87cd4217fc3bded +size 4565502 diff --git a/Content/Factory/Textures/T_LayoutTable01_BC.uasset b/Content/Factory/Textures/T_LayoutTable01_BC.uasset new file mode 100644 index 00000000..c97aaede --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTable01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23706f17e3c412efafcbf6ae2afe27f39f92232b0fb4deff903d400bd7cbdc4f +size 3890393 diff --git a/Content/Factory/Textures/T_LayoutTable01_E.uasset b/Content/Factory/Textures/T_LayoutTable01_E.uasset new file mode 100644 index 00000000..c1dfceb3 --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTable01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b4af182a61ca02b178c5a0009e3077777e0d4f698ba3d7157636c13252592b +size 30967 diff --git a/Content/Factory/Textures/T_LayoutTable01_ID1.uasset b/Content/Factory/Textures/T_LayoutTable01_ID1.uasset new file mode 100644 index 00000000..2420f3f9 --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTable01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b2ded122ba94ede8d9f36a88ab56b35834aaad08b6563a4cc496e5ed5f3a32 +size 50452 diff --git a/Content/Factory/Textures/T_LayoutTable01_N.uasset b/Content/Factory/Textures/T_LayoutTable01_N.uasset new file mode 100644 index 00000000..d9f75ab9 --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTable01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41410fca1408a6442c368a80f3955c3fd5a1ff50ca974d5bc68330870bc05449 +size 2874790 diff --git a/Content/Factory/Textures/T_LayoutTable01_ORM.uasset b/Content/Factory/Textures/T_LayoutTable01_ORM.uasset new file mode 100644 index 00000000..5b99b26f --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTable01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68f5518e5e9109ee527d66450052f03e597705a37bc1f91736efdcb796af98f +size 2624426 diff --git a/Content/Factory/Textures/T_LayoutTableTop01_BC.uasset b/Content/Factory/Textures/T_LayoutTableTop01_BC.uasset new file mode 100644 index 00000000..fac88183 --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTableTop01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fa2051f1aff4d6c0eb241a800fcb30f30a80d01b2af77270b816c8b026feb8 +size 3571474 diff --git a/Content/Factory/Textures/T_LayoutTableTop01_N.uasset b/Content/Factory/Textures/T_LayoutTableTop01_N.uasset new file mode 100644 index 00000000..9184a094 --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTableTop01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab5c46f0e82ef6763e1f33220d79bc6846a4f908269c76593fe7bffeda61090 +size 550057 diff --git a/Content/Factory/Textures/T_LayoutTableTop01_ORM.uasset b/Content/Factory/Textures/T_LayoutTableTop01_ORM.uasset new file mode 100644 index 00000000..9c179b66 --- /dev/null +++ b/Content/Factory/Textures/T_LayoutTableTop01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572c36248a32652c6105523029ad3ec04ec89e9ee7432f4f5578f9f3889c828a +size 3160557 diff --git a/Content/Factory/Textures/T_Locker_01_BC.uasset b/Content/Factory/Textures/T_Locker_01_BC.uasset new file mode 100644 index 00000000..eb83abce --- /dev/null +++ b/Content/Factory/Textures/T_Locker_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fcd0065074d204ccce8e70287a4e7ddd8f374ed8a870b4958a1e2ef6356c1c +size 6839980 diff --git a/Content/Factory/Textures/T_Locker_01_N.uasset b/Content/Factory/Textures/T_Locker_01_N.uasset new file mode 100644 index 00000000..05bac116 --- /dev/null +++ b/Content/Factory/Textures/T_Locker_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0142ba1bb38dd8ecebde5f2857f9640ce4a65879214b9b13641f63a868241640 +size 14447595 diff --git a/Content/Factory/Textures/T_Locker_01_ORM.uasset b/Content/Factory/Textures/T_Locker_01_ORM.uasset new file mode 100644 index 00000000..2fce9fb5 --- /dev/null +++ b/Content/Factory/Textures/T_Locker_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb18ea94d34aadb46a5b29875b477b881e0277b761077a43891e32ede81836e5 +size 8890249 diff --git a/Content/Factory/Textures/T_Markers_BC.uasset b/Content/Factory/Textures/T_Markers_BC.uasset new file mode 100644 index 00000000..b00f51e5 --- /dev/null +++ b/Content/Factory/Textures/T_Markers_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dd842c96f2aaa985d67ebf60e6d0cd9abd42fc8ecb235561f069935b1b1fb4f +size 18069075 diff --git a/Content/Factory/Textures/T_Markers_MSK.uasset b/Content/Factory/Textures/T_Markers_MSK.uasset new file mode 100644 index 00000000..fff0fb51 --- /dev/null +++ b/Content/Factory/Textures/T_Markers_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4763b9cd251171d95e1536d7d9814d7c56bf5dada0b11190cf3153a0c557577d +size 82524 diff --git a/Content/Factory/Textures/T_Markers_N.uasset b/Content/Factory/Textures/T_Markers_N.uasset new file mode 100644 index 00000000..f23e07a8 --- /dev/null +++ b/Content/Factory/Textures/T_Markers_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e195f4b8b58bbac58150482000028f7df2ce33a68072259869585686f46892 +size 19363445 diff --git a/Content/Factory/Textures/T_Markers_ORM.uasset b/Content/Factory/Textures/T_Markers_ORM.uasset new file mode 100644 index 00000000..fd07e561 --- /dev/null +++ b/Content/Factory/Textures/T_Markers_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e3106e4dc18951b37355196880cc6300b9a0d4eaf1cd65c59723a0640054eb +size 24991118 diff --git a/Content/Factory/Textures/T_MetalDents01_A.uasset b/Content/Factory/Textures/T_MetalDents01_A.uasset new file mode 100644 index 00000000..6653c80d --- /dev/null +++ b/Content/Factory/Textures/T_MetalDents01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb9b7702f2ad0e0caa191f2a4d9258d68f315c8a3412c83cf0ee019a1d8f53c +size 291406 diff --git a/Content/Factory/Textures/T_MetalDents01_N.uasset b/Content/Factory/Textures/T_MetalDents01_N.uasset new file mode 100644 index 00000000..b838f646 --- /dev/null +++ b/Content/Factory/Textures/T_MetalDents01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9220d24847217b374c01943b3a42d62868619f1705ae98cb5aa76aa032af3d88 +size 2440036 diff --git a/Content/Factory/Textures/T_MetalFarm_01_BC.uasset b/Content/Factory/Textures/T_MetalFarm_01_BC.uasset new file mode 100644 index 00000000..abf7d604 --- /dev/null +++ b/Content/Factory/Textures/T_MetalFarm_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7d65003df82c062c6e854c5833258cbe343a0257767798f82fec62c34436d6 +size 6633225 diff --git a/Content/Factory/Textures/T_MetalFarm_01_N.uasset b/Content/Factory/Textures/T_MetalFarm_01_N.uasset new file mode 100644 index 00000000..d2e35254 --- /dev/null +++ b/Content/Factory/Textures/T_MetalFarm_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e8219680362f1e1298f485ad32f273828685384b8a3cce0debb3b91d82cfbf1 +size 15861093 diff --git a/Content/Factory/Textures/T_MetalFarm_01_ORM.uasset b/Content/Factory/Textures/T_MetalFarm_01_ORM.uasset new file mode 100644 index 00000000..8be69b59 --- /dev/null +++ b/Content/Factory/Textures/T_MetalFarm_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390dd62520c5b2149ef621535a6c4bc626c8bb934ce33058f22a8ddbadb2117a +size 8642083 diff --git a/Content/Factory/Textures/T_MetalFrame_01_BC.uasset b/Content/Factory/Textures/T_MetalFrame_01_BC.uasset new file mode 100644 index 00000000..f8b87af4 --- /dev/null +++ b/Content/Factory/Textures/T_MetalFrame_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f794cda6285c6bd0bddb0264c5fe8e750dd53a2890cf144cdffd4118dc2f7623 +size 2661831 diff --git a/Content/Factory/Textures/T_MetalFrame_01_E.uasset b/Content/Factory/Textures/T_MetalFrame_01_E.uasset new file mode 100644 index 00000000..6ccb587e --- /dev/null +++ b/Content/Factory/Textures/T_MetalFrame_01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131e94b05d8f729bbfc9c9cf052d883626e6db449e3fb1775df951213d55cb38 +size 73940 diff --git a/Content/Factory/Textures/T_MetalFrame_01_N.uasset b/Content/Factory/Textures/T_MetalFrame_01_N.uasset new file mode 100644 index 00000000..167138b8 --- /dev/null +++ b/Content/Factory/Textures/T_MetalFrame_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c206b7057ed298e7f799ec1dc27574573d219d4d5123ebcfe82a79f81e867b +size 12772071 diff --git a/Content/Factory/Textures/T_MetalFrame_01_ORM.uasset b/Content/Factory/Textures/T_MetalFrame_01_ORM.uasset new file mode 100644 index 00000000..274856a6 --- /dev/null +++ b/Content/Factory/Textures/T_MetalFrame_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880d1b7c93e8cb5d38dcaac7eb957d63ff8a3d45f801b2c42d62cc883bfc838d +size 9791989 diff --git a/Content/Factory/Textures/T_MetalGrid01_BC.uasset b/Content/Factory/Textures/T_MetalGrid01_BC.uasset new file mode 100644 index 00000000..729cad14 --- /dev/null +++ b/Content/Factory/Textures/T_MetalGrid01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:065ccd5936e0623d33774f5f844f431133db28c2170e32ce4f7cc62eb62aa67d +size 5359546 diff --git a/Content/Factory/Textures/T_MetalGrid01_MSK.uasset b/Content/Factory/Textures/T_MetalGrid01_MSK.uasset new file mode 100644 index 00000000..8326cbc6 --- /dev/null +++ b/Content/Factory/Textures/T_MetalGrid01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d91c60a4cd87f2f116f12a6ecd869648c8d0be45aa95dd159c4a6b90167fc9f +size 133514 diff --git a/Content/Factory/Textures/T_MetalGrid01_N.uasset b/Content/Factory/Textures/T_MetalGrid01_N.uasset new file mode 100644 index 00000000..dd9e094f --- /dev/null +++ b/Content/Factory/Textures/T_MetalGrid01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9582d65c42071f131d7e6a6c02eb5a67c78dbede6820db9b6cfa628b7ac0358 +size 5225430 diff --git a/Content/Factory/Textures/T_MetalGrid01_ORM.uasset b/Content/Factory/Textures/T_MetalGrid01_ORM.uasset new file mode 100644 index 00000000..523c2063 --- /dev/null +++ b/Content/Factory/Textures/T_MetalGrid01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590854fe7038ec07f6883e36edded9c5dc5f9b4e3f26ffdf81fb7d8aece42c66 +size 5826102 diff --git a/Content/Factory/Textures/T_MetalWall_02_BC.uasset b/Content/Factory/Textures/T_MetalWall_02_BC.uasset new file mode 100644 index 00000000..cab7b7ea --- /dev/null +++ b/Content/Factory/Textures/T_MetalWall_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88a23f93a97a370103c4ac90b779b6aac26acfa9a565b26dcb3a0eeeb80b62d +size 12784885 diff --git a/Content/Factory/Textures/T_MetalWall_02_MSK.uasset b/Content/Factory/Textures/T_MetalWall_02_MSK.uasset new file mode 100644 index 00000000..176dd252 --- /dev/null +++ b/Content/Factory/Textures/T_MetalWall_02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bad9f31f19f3fd4c6cf69c04f3713469218433988898b68fe4f41e946ee7cf6e +size 2128919 diff --git a/Content/Factory/Textures/T_MetalWall_02_N.uasset b/Content/Factory/Textures/T_MetalWall_02_N.uasset new file mode 100644 index 00000000..297cb0ae --- /dev/null +++ b/Content/Factory/Textures/T_MetalWall_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304fcfd6319ebc3d2e7af96201e327118cf6c1741ad8929526f884be0ed83a2b +size 32663583 diff --git a/Content/Factory/Textures/T_MetalWall_02_ORM.uasset b/Content/Factory/Textures/T_MetalWall_02_ORM.uasset new file mode 100644 index 00000000..a4db8364 --- /dev/null +++ b/Content/Factory/Textures/T_MetalWall_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5706edf32f09f22f72ddd2506302eb8bf960cbed20ad203d46c1e3945d2e61 +size 11780272 diff --git a/Content/Factory/Textures/T_Metalbeam01_BC.uasset b/Content/Factory/Textures/T_Metalbeam01_BC.uasset new file mode 100644 index 00000000..004362d6 --- /dev/null +++ b/Content/Factory/Textures/T_Metalbeam01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa17bd3a8cb9d149add7812351930b79943863e834549a3fee734133d18d7e97 +size 17153617 diff --git a/Content/Factory/Textures/T_Metalbeam01_MSK.uasset b/Content/Factory/Textures/T_Metalbeam01_MSK.uasset new file mode 100644 index 00000000..aaa3cc27 --- /dev/null +++ b/Content/Factory/Textures/T_Metalbeam01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f620896a9d12b08eb50c53c5436ad2c080394b139b4d6f14ea512405027762 +size 7217452 diff --git a/Content/Factory/Textures/T_Metalbeam01_N.uasset b/Content/Factory/Textures/T_Metalbeam01_N.uasset new file mode 100644 index 00000000..f659ad8b --- /dev/null +++ b/Content/Factory/Textures/T_Metalbeam01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a12269573a0177ca06d7866733088b93e9143d376b75e07dc4596e22daf656 +size 20753110 diff --git a/Content/Factory/Textures/T_Metalbeam01_ORM.uasset b/Content/Factory/Textures/T_Metalbeam01_ORM.uasset new file mode 100644 index 00000000..1ea29d04 --- /dev/null +++ b/Content/Factory/Textures/T_Metalbeam01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b525d1256db3bfe3f53d166fb38d61a2f973b91dfb42bf80da5b6ab05fc1f1c +size 25422416 diff --git a/Content/Factory/Textures/T_MirrorFrame01_BC.uasset b/Content/Factory/Textures/T_MirrorFrame01_BC.uasset new file mode 100644 index 00000000..8485b5a9 --- /dev/null +++ b/Content/Factory/Textures/T_MirrorFrame01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d77f7b2b01acf7306da6c4657b6c36a20f280dd20aff7250a681de1392d1ec +size 4453217 diff --git a/Content/Factory/Textures/T_MirrorFrame01_E.uasset b/Content/Factory/Textures/T_MirrorFrame01_E.uasset new file mode 100644 index 00000000..7e520cdd --- /dev/null +++ b/Content/Factory/Textures/T_MirrorFrame01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3498f908a229ef6bf679fcc83d14bf8ed9f205634824780bdd4521bd58bc0672 +size 2668522 diff --git a/Content/Factory/Textures/T_MirrorFrame01_N.uasset b/Content/Factory/Textures/T_MirrorFrame01_N.uasset new file mode 100644 index 00000000..6d4d16a7 --- /dev/null +++ b/Content/Factory/Textures/T_MirrorFrame01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee19aff481da368a701cc5b6c3b3bd829715c8a95d4b5fdcf04e9f15ed9a58c +size 3270256 diff --git a/Content/Factory/Textures/T_MirrorFrame01_ORM.uasset b/Content/Factory/Textures/T_MirrorFrame01_ORM.uasset new file mode 100644 index 00000000..0e95f356 --- /dev/null +++ b/Content/Factory/Textures/T_MirrorFrame01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f96796a1652a26a6231e2d96b32034bb8f62569ea06bca940d5b08597ed595 +size 3824169 diff --git a/Content/Factory/Textures/T_Noise01_N.uasset b/Content/Factory/Textures/T_Noise01_N.uasset new file mode 100644 index 00000000..9025ad0c --- /dev/null +++ b/Content/Factory/Textures/T_Noise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb32f97d0ee161c243967fb56c946ada7a1ab9e062f5c5b21971d61366d4ad4 +size 139667 diff --git a/Content/Factory/Textures/T_OfficeCeilingProps_BC.uasset b/Content/Factory/Textures/T_OfficeCeilingProps_BC.uasset new file mode 100644 index 00000000..99d15063 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeCeilingProps_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c2386233e9b77f78f7143f4f132d515efa7d0044e028a3f2acf79159421b62 +size 7791118 diff --git a/Content/Factory/Textures/T_OfficeCeilingProps_N.uasset b/Content/Factory/Textures/T_OfficeCeilingProps_N.uasset new file mode 100644 index 00000000..3287cedd --- /dev/null +++ b/Content/Factory/Textures/T_OfficeCeilingProps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2aaf37ba1058bf21e66d0f2398d8401cf19c364f879969a395e9eeee361bc5 +size 7129736 diff --git a/Content/Factory/Textures/T_OfficeCeilingProps_ORM.uasset b/Content/Factory/Textures/T_OfficeCeilingProps_ORM.uasset new file mode 100644 index 00000000..bebc210d --- /dev/null +++ b/Content/Factory/Textures/T_OfficeCeilingProps_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a662c3ee037e86466ab97c83b47d9ff731e19b6d5caf04143577d508f199a27c +size 4808475 diff --git a/Content/Factory/Textures/T_OfficeCeiling_BC.uasset b/Content/Factory/Textures/T_OfficeCeiling_BC.uasset new file mode 100644 index 00000000..9bfdce38 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeCeiling_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:122b1bef5eddf55c82095419a202d8a870f8d0fe5769dadaa7c58e5a2ae85edc +size 6107717 diff --git a/Content/Factory/Textures/T_OfficeCeiling_N.uasset b/Content/Factory/Textures/T_OfficeCeiling_N.uasset new file mode 100644 index 00000000..53c1a335 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeCeiling_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dc197635a85f0e9518445788083674f5a6b5a4274b38535e26173dbc19eb21 +size 15350 diff --git a/Content/Factory/Textures/T_OfficeCeiling_ORM.uasset b/Content/Factory/Textures/T_OfficeCeiling_ORM.uasset new file mode 100644 index 00000000..4dc428dc --- /dev/null +++ b/Content/Factory/Textures/T_OfficeCeiling_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433adcd81577f68aabb31f6f36d833daaa5ed0013af9d25901a43142b08dada1 +size 5467717 diff --git a/Content/Factory/Textures/T_OfficeChair01_BC.uasset b/Content/Factory/Textures/T_OfficeChair01_BC.uasset new file mode 100644 index 00000000..e1ceaa3a --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b3ebeb0694d82ceed4a7a239cc8417f8250bfa1ff8671974c4dc642953510e +size 5137730 diff --git a/Content/Factory/Textures/T_OfficeChair01_N.uasset b/Content/Factory/Textures/T_OfficeChair01_N.uasset new file mode 100644 index 00000000..ef19653c --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc88cac3a28831e8d1a553b28a98f6a4f6b9e9b459cca2e93e52c5d7d271ad2c +size 8190160 diff --git a/Content/Factory/Textures/T_OfficeChair01_ORM.uasset b/Content/Factory/Textures/T_OfficeChair01_ORM.uasset new file mode 100644 index 00000000..3f45db30 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118a79e995081892498703e5927809998cd377e456b25b97e14beaa549ae3ef9 +size 4612111 diff --git a/Content/Factory/Textures/T_OfficeChair02_BC.uasset b/Content/Factory/Textures/T_OfficeChair02_BC.uasset new file mode 100644 index 00000000..29f797bf --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a7c0056e220651a5d1c7925dff2e1839a36fad13525e964715557136dfd9ef +size 4089833 diff --git a/Content/Factory/Textures/T_OfficeChair02_MSK.uasset b/Content/Factory/Textures/T_OfficeChair02_MSK.uasset new file mode 100644 index 00000000..4984844c --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58cbf75319a34662c3b8074d1f09dc96da17146c7eac1beb9c702992611fc17 +size 806974 diff --git a/Content/Factory/Textures/T_OfficeChair02_N.uasset b/Content/Factory/Textures/T_OfficeChair02_N.uasset new file mode 100644 index 00000000..8997995f --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4017326c245e0bad5e7e4cea104ccb193817fd68f26a5bf4aa028f3c9d7d9585 +size 6931307 diff --git a/Content/Factory/Textures/T_OfficeChair02_ORM.uasset b/Content/Factory/Textures/T_OfficeChair02_ORM.uasset new file mode 100644 index 00000000..b547af25 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeChair02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c202c095ea9b93c42aeb97932e210b3a3ce6f5d86299985a81d4315e3945dd08 +size 5774333 diff --git a/Content/Factory/Textures/T_OfficeFurniture01_BC.uasset b/Content/Factory/Textures/T_OfficeFurniture01_BC.uasset new file mode 100644 index 00000000..a8ff9290 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeFurniture01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a3daa46a93932bb9687b6d567b697c566768cc0f1458bc985c1e5cd3308767 +size 16677534 diff --git a/Content/Factory/Textures/T_OfficeFurniture01_N.uasset b/Content/Factory/Textures/T_OfficeFurniture01_N.uasset new file mode 100644 index 00000000..9ac27f84 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeFurniture01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e0a4ddf4a1a8f885c299c3219bef22acfca755b81b904f5c4186d20a86c92e +size 16180878 diff --git a/Content/Factory/Textures/T_OfficeFurniture01_ORM.uasset b/Content/Factory/Textures/T_OfficeFurniture01_ORM.uasset new file mode 100644 index 00000000..5873ee26 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeFurniture01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c493f5522871ecca34ad2bf3879431cddce4e91d15dc864f3a441eea0709484 +size 9126706 diff --git a/Content/Factory/Textures/T_OfficeSofa_BC.uasset b/Content/Factory/Textures/T_OfficeSofa_BC.uasset new file mode 100644 index 00000000..8da394e4 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeSofa_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be53d648cadacd9baa82aaee57398ad1a2606fd6f6deeed2a173444e99424b4d +size 5341271 diff --git a/Content/Factory/Textures/T_OfficeSofa_N.uasset b/Content/Factory/Textures/T_OfficeSofa_N.uasset new file mode 100644 index 00000000..3cdd7277 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeSofa_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7330129c46e1db0f9bb67d14d4202b5eebff828dc876c52eec3351842975e5 +size 4681700 diff --git a/Content/Factory/Textures/T_OfficeSofa_ORM.uasset b/Content/Factory/Textures/T_OfficeSofa_ORM.uasset new file mode 100644 index 00000000..be8a2e03 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeSofa_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c911f5683a19e2f2627e1d097d961a78e645c18fd036bdc95960407d4891c7f +size 2974225 diff --git a/Content/Factory/Textures/T_OfficeTools_BC.uasset b/Content/Factory/Textures/T_OfficeTools_BC.uasset new file mode 100644 index 00000000..d0402a34 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeTools_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d142a0bf5759db8b3e4f510a50e86ac4c05f8bbeaa02ebcfb4fe980f751c55 +size 10996364 diff --git a/Content/Factory/Textures/T_OfficeTools_N.uasset b/Content/Factory/Textures/T_OfficeTools_N.uasset new file mode 100644 index 00000000..93ddccee --- /dev/null +++ b/Content/Factory/Textures/T_OfficeTools_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446b84d0dfd7861b9534b7d1dc56c721f2f2dde5ce766cf3794037d0ea355c9d +size 12114581 diff --git a/Content/Factory/Textures/T_OfficeTools_ORM.uasset b/Content/Factory/Textures/T_OfficeTools_ORM.uasset new file mode 100644 index 00000000..468c8076 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeTools_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fac2609274d86cedc036504ed5a37703817996f5db73af03a87f851887fcfd3 +size 11186632 diff --git a/Content/Factory/Textures/T_OfficeWoodTable_BC.uasset b/Content/Factory/Textures/T_OfficeWoodTable_BC.uasset new file mode 100644 index 00000000..3b555190 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeWoodTable_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92956618eef3860fee9b213ad2496a3865a3280043967f19d10e1ad03a454899 +size 5891165 diff --git a/Content/Factory/Textures/T_OfficeWoodTable_N.uasset b/Content/Factory/Textures/T_OfficeWoodTable_N.uasset new file mode 100644 index 00000000..d86cd332 --- /dev/null +++ b/Content/Factory/Textures/T_OfficeWoodTable_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824938ce0acb8ecaea764251789f37f41bffc3dc2baab611b61dc7a37a569729 +size 4351924 diff --git a/Content/Factory/Textures/T_OfficeWoodTable_ORM.uasset b/Content/Factory/Textures/T_OfficeWoodTable_ORM.uasset new file mode 100644 index 00000000..59fab35c --- /dev/null +++ b/Content/Factory/Textures/T_OfficeWoodTable_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6fb833ce6320fd56d1877c39fa4b4a387b3f0d7c71de4e815a62bb60e7521c7 +size 2540116 diff --git a/Content/Factory/Textures/T_PaintBoxParts_02_BC.uasset b/Content/Factory/Textures/T_PaintBoxParts_02_BC.uasset new file mode 100644 index 00000000..fc00825e --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxParts_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ae99686227462216409eef84157ef9cbbb8748fb98bfb3eb2f9b0c0d20aba3 +size 9872096 diff --git a/Content/Factory/Textures/T_PaintBoxParts_02_E.uasset b/Content/Factory/Textures/T_PaintBoxParts_02_E.uasset new file mode 100644 index 00000000..2d582fdf --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxParts_02_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b684afbf7c4d28115e95594214307b13bff2a16753cb9e3089367e7ad59a8a +size 25519 diff --git a/Content/Factory/Textures/T_PaintBoxParts_02_N.uasset b/Content/Factory/Textures/T_PaintBoxParts_02_N.uasset new file mode 100644 index 00000000..50e108ed --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxParts_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce02059cbd7e0c927f582bdd178b24b358f2da4c0912e6f684a480616f6de8d +size 16036916 diff --git a/Content/Factory/Textures/T_PaintBoxParts_02_ORM.uasset b/Content/Factory/Textures/T_PaintBoxParts_02_ORM.uasset new file mode 100644 index 00000000..546e4377 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxParts_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:926fe39e59d642ce79fff5f63061ecd30724a0564edf99642c2a7cde8e8f7fcd +size 17444426 diff --git a/Content/Factory/Textures/T_PaintBoxWall_01_BC.uasset b/Content/Factory/Textures/T_PaintBoxWall_01_BC.uasset new file mode 100644 index 00000000..6a582a22 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a870a64d9384401c33aef1dcdf9c4f18d5ff43e771bdfd8142d436aab5c9f5 +size 14605274 diff --git a/Content/Factory/Textures/T_PaintBoxWall_01_N.uasset b/Content/Factory/Textures/T_PaintBoxWall_01_N.uasset new file mode 100644 index 00000000..852003c8 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638cf14484d92388ef832c354e257cc614c9033e432dd07e49566dd4517c7151 +size 13268133 diff --git a/Content/Factory/Textures/T_PaintBoxWall_01_ORM.uasset b/Content/Factory/Textures/T_PaintBoxWall_01_ORM.uasset new file mode 100644 index 00000000..d8d245d4 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4feabb33bf00ac4fd6788a10af713556036ae336cec4a4f262fba1e5231ac87 +size 16094831 diff --git a/Content/Factory/Textures/T_PaintBoxWall_02_BC.uasset b/Content/Factory/Textures/T_PaintBoxWall_02_BC.uasset new file mode 100644 index 00000000..761b31ee --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07e951fa39caf1fa21a3df177f03a638cfe835982fcb14712c0997131f9701f +size 13977496 diff --git a/Content/Factory/Textures/T_PaintBoxWall_02_N.uasset b/Content/Factory/Textures/T_PaintBoxWall_02_N.uasset new file mode 100644 index 00000000..fdbf7c39 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb540016cc2eadfdeda1edaf734c2e813604fd65729e639207a8c89ceb1adcd +size 12623253 diff --git a/Content/Factory/Textures/T_PaintBoxWall_02_ORM.uasset b/Content/Factory/Textures/T_PaintBoxWall_02_ORM.uasset new file mode 100644 index 00000000..9e2f660f --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da5506e6b1a07309b79610a3ecd9c4144ebe503beb6067ac318c8237a7414b2 +size 15017491 diff --git a/Content/Factory/Textures/T_PaintBoxWall_03_BC.uasset b/Content/Factory/Textures/T_PaintBoxWall_03_BC.uasset new file mode 100644 index 00000000..d04bb0fa --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c1fb6d20333b07d48c306c7e2743065b9de1d81ac3bda9fec553cae4a12f9c +size 4555729 diff --git a/Content/Factory/Textures/T_PaintBoxWall_03_N.uasset b/Content/Factory/Textures/T_PaintBoxWall_03_N.uasset new file mode 100644 index 00000000..5168f77e --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fe490904dd3e427d2e8e9f6bbac12623eeee92ded3b2cd1edf68b73f0128b0 +size 4073750 diff --git a/Content/Factory/Textures/T_PaintBoxWall_03_ORM.uasset b/Content/Factory/Textures/T_PaintBoxWall_03_ORM.uasset new file mode 100644 index 00000000..c6368e1a --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730e9499c34f090e29b8046d2d634e6c21539f2ce1801a9a77fe8ea14d9c555f +size 4675011 diff --git a/Content/Factory/Textures/T_PaintBoxWall_BC.uasset b/Content/Factory/Textures/T_PaintBoxWall_BC.uasset new file mode 100644 index 00000000..9a134842 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0500e29b3f0e23133cd621ef306f1a998df53f313b454bf6183f1f62717be0 +size 3275419 diff --git a/Content/Factory/Textures/T_PaintBoxWall_E.uasset b/Content/Factory/Textures/T_PaintBoxWall_E.uasset new file mode 100644 index 00000000..7a6586ba --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d361adfbafabcd079204dd85ddf75e49957dfbd5bd0c768b93d2b2f2e5a5e30e +size 20825 diff --git a/Content/Factory/Textures/T_PaintBoxWall_N.uasset b/Content/Factory/Textures/T_PaintBoxWall_N.uasset new file mode 100644 index 00000000..0ab446f3 --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f94a6712095c9ae14e33f2f743c55c93373448ec19e7bd25c9c77442d0c6d72 +size 4532093 diff --git a/Content/Factory/Textures/T_PaintBoxWall_ORM.uasset b/Content/Factory/Textures/T_PaintBoxWall_ORM.uasset new file mode 100644 index 00000000..1460a7ac --- /dev/null +++ b/Content/Factory/Textures/T_PaintBoxWall_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a35f5c2de303c8b8f6b7950c3f7a8b59c9865e072317980ae66ce2ce36bd37b +size 4619180 diff --git a/Content/Factory/Textures/T_PalletCart_BC.uasset b/Content/Factory/Textures/T_PalletCart_BC.uasset new file mode 100644 index 00000000..10cd96ee --- /dev/null +++ b/Content/Factory/Textures/T_PalletCart_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d594e4f91bf4bf950e412bfd701db1385a08050160ff3887ddf2df3f0b202281 +size 13337811 diff --git a/Content/Factory/Textures/T_PalletCart_N.uasset b/Content/Factory/Textures/T_PalletCart_N.uasset new file mode 100644 index 00000000..b8f53d98 --- /dev/null +++ b/Content/Factory/Textures/T_PalletCart_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc5af172fd6ffd2468546c3267ce3f111bad19292f4453053ae03d98d7333c7 +size 18644198 diff --git a/Content/Factory/Textures/T_PalletCart_ORM.uasset b/Content/Factory/Textures/T_PalletCart_ORM.uasset new file mode 100644 index 00000000..26a679dd --- /dev/null +++ b/Content/Factory/Textures/T_PalletCart_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a6762d0fa637e92c1a02fd41f13849e68851a46b5508766e2fe4f67726bdc6 +size 18302182 diff --git a/Content/Factory/Textures/T_Pallet_BC.uasset b/Content/Factory/Textures/T_Pallet_BC.uasset new file mode 100644 index 00000000..2cee308f --- /dev/null +++ b/Content/Factory/Textures/T_Pallet_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f6f494ea90aaa8ea0857d724bb65144a245a982cc7d25fbf0a9aab6b822b4b +size 24157835 diff --git a/Content/Factory/Textures/T_Pallet_N.uasset b/Content/Factory/Textures/T_Pallet_N.uasset new file mode 100644 index 00000000..1322a61e --- /dev/null +++ b/Content/Factory/Textures/T_Pallet_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a13788abadab5e3007532942bf0b79ee55ff2b557e5c8fca988c12f86d1325b2 +size 32123429 diff --git a/Content/Factory/Textures/T_Pallet_ORM.uasset b/Content/Factory/Textures/T_Pallet_ORM.uasset new file mode 100644 index 00000000..4d51428f --- /dev/null +++ b/Content/Factory/Textures/T_Pallet_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14c92e0cc38f59fca460d2c361ba41063cd18832ff8af893de34b07baa1126a5 +size 10442589 diff --git a/Content/Factory/Textures/T_PaperBoxes_01_BC.uasset b/Content/Factory/Textures/T_PaperBoxes_01_BC.uasset new file mode 100644 index 00000000..8948f5a9 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bffe73abd5649aceb527d161104610d363a8afddc92a5db28c512af8aa24533 +size 6357008 diff --git a/Content/Factory/Textures/T_PaperBoxes_01_MSK.uasset b/Content/Factory/Textures/T_PaperBoxes_01_MSK.uasset new file mode 100644 index 00000000..274efa64 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98eead0821ea9bfb0a8d3ded49de93ce1fbadfc1adcb6264e439b6c0df2b2975 +size 351639 diff --git a/Content/Factory/Textures/T_PaperBoxes_01_N.uasset b/Content/Factory/Textures/T_PaperBoxes_01_N.uasset new file mode 100644 index 00000000..17c96651 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf5ae04cc404456c6095146e399e52416d1ad03c90d3aa46b772a38c1d00541 +size 7197010 diff --git a/Content/Factory/Textures/T_PaperBoxes_01_ORM.uasset b/Content/Factory/Textures/T_PaperBoxes_01_ORM.uasset new file mode 100644 index 00000000..83c82bf7 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcf99cc31bcaa7694d07b859057bf3eb2e355962457c5eda2511236fb0ea2de +size 4663253 diff --git a/Content/Factory/Textures/T_PaperBoxes_02_BC.uasset b/Content/Factory/Textures/T_PaperBoxes_02_BC.uasset new file mode 100644 index 00000000..0e0ee617 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edd183c2a6d55e4d70c4484298854653d5b8642817d9eed02adc0fc73717c8e +size 22155288 diff --git a/Content/Factory/Textures/T_PaperBoxes_02_MSK.uasset b/Content/Factory/Textures/T_PaperBoxes_02_MSK.uasset new file mode 100644 index 00000000..3c7c5759 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0773f51e8d4cacb9653331301b45dedba64d1360e8e892ce3af699999a5b79 +size 658397 diff --git a/Content/Factory/Textures/T_PaperBoxes_02_N.uasset b/Content/Factory/Textures/T_PaperBoxes_02_N.uasset new file mode 100644 index 00000000..98be4f8a --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee31d2acde44cb0803fc5b78df245154816529232b27fd0942b78ab6c0d1f43 +size 36091968 diff --git a/Content/Factory/Textures/T_PaperBoxes_02_ORM.uasset b/Content/Factory/Textures/T_PaperBoxes_02_ORM.uasset new file mode 100644 index 00000000..42b03498 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdad281a0ce092694f54bb29a5216674bf66be9aa6ad8421e5504a309df7e4b +size 18145684 diff --git a/Content/Factory/Textures/T_PaperBoxes_03_BC.uasset b/Content/Factory/Textures/T_PaperBoxes_03_BC.uasset new file mode 100644 index 00000000..de8dd1dc --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6af0cc464bf16baace0286a9e1478fcc1a177b5a129e242fc3ba5619f2ae31 +size 26693802 diff --git a/Content/Factory/Textures/T_PaperBoxes_03_N.uasset b/Content/Factory/Textures/T_PaperBoxes_03_N.uasset new file mode 100644 index 00000000..062b5081 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245ae754898e727a1a61faef08cb90e63a25a1b8b84fee90cef5d7529609c5da +size 29470811 diff --git a/Content/Factory/Textures/T_PaperBoxes_03_ORM.uasset b/Content/Factory/Textures/T_PaperBoxes_03_ORM.uasset new file mode 100644 index 00000000..bba6e709 --- /dev/null +++ b/Content/Factory/Textures/T_PaperBoxes_03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8872a97a9b317a0aab9a2c1c172126db249ed3cf8d17af2c729fc9ad7aaf7de1 +size 14316935 diff --git a/Content/Factory/Textures/T_PaperMaps_BC.uasset b/Content/Factory/Textures/T_PaperMaps_BC.uasset new file mode 100644 index 00000000..dcfe7303 --- /dev/null +++ b/Content/Factory/Textures/T_PaperMaps_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94a0047e3811b3723d212080d4304eb9f950fb022b663de0373d4e9802386fc +size 18414337 diff --git a/Content/Factory/Textures/T_PaperMaps_N.uasset b/Content/Factory/Textures/T_PaperMaps_N.uasset new file mode 100644 index 00000000..cb63d749 --- /dev/null +++ b/Content/Factory/Textures/T_PaperMaps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8e79024c063c0c287bfd970685354b7520926ed4a0c4b5b0a1a4d9372e896c +size 11719261 diff --git a/Content/Factory/Textures/T_PaperMaps_ORM.uasset b/Content/Factory/Textures/T_PaperMaps_ORM.uasset new file mode 100644 index 00000000..4732c04c --- /dev/null +++ b/Content/Factory/Textures/T_PaperMaps_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864daf5ec937bbc779bf0e112475ee2b9be5554df0a0a64433ac6966b3baac14 +size 16662668 diff --git a/Content/Factory/Textures/T_PaperMaps_RGBmask.uasset b/Content/Factory/Textures/T_PaperMaps_RGBmask.uasset new file mode 100644 index 00000000..17117bc2 --- /dev/null +++ b/Content/Factory/Textures/T_PaperMaps_RGBmask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b629c03e317ed4abc4cfe810a114114c8cec619e9b82f0780dee955e22ca2e81 +size 61834 diff --git a/Content/Factory/Textures/T_Partition_01_BC.uasset b/Content/Factory/Textures/T_Partition_01_BC.uasset new file mode 100644 index 00000000..133b043f --- /dev/null +++ b/Content/Factory/Textures/T_Partition_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e620cbdd38a29fa27e8f310d412ad5711653b9bb8e2427b21727cdb7ca7a98bc +size 2508839 diff --git a/Content/Factory/Textures/T_Partition_01_MSK.uasset b/Content/Factory/Textures/T_Partition_01_MSK.uasset new file mode 100644 index 00000000..6f7aedd3 --- /dev/null +++ b/Content/Factory/Textures/T_Partition_01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae72fdc7ac134f3a9df1bc31652e62792009000e9c9d18c08f414528ae0b677 +size 12608 diff --git a/Content/Factory/Textures/T_Partition_01_N.uasset b/Content/Factory/Textures/T_Partition_01_N.uasset new file mode 100644 index 00000000..f75d1b9c --- /dev/null +++ b/Content/Factory/Textures/T_Partition_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76558e061c4c1e5f518461f653e53ebf0f92887754c1225b96d50c3bc572005a +size 3188007 diff --git a/Content/Factory/Textures/T_Partition_01_ORM.uasset b/Content/Factory/Textures/T_Partition_01_ORM.uasset new file mode 100644 index 00000000..46ef446f --- /dev/null +++ b/Content/Factory/Textures/T_Partition_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb29738938e36233deb2ba6bc03fad27136ca955f9a7693ba87ef7e03d724ef0 +size 2535596 diff --git a/Content/Factory/Textures/T_PedestrianPath_BC.uasset b/Content/Factory/Textures/T_PedestrianPath_BC.uasset new file mode 100644 index 00000000..c319af16 --- /dev/null +++ b/Content/Factory/Textures/T_PedestrianPath_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7838ab0a7058f0b157b52323eb0a4fe1b319fd278d60bfa3eea3455da961f0c +size 1577319 diff --git a/Content/Factory/Textures/T_PedestrianPath_N.uasset b/Content/Factory/Textures/T_PedestrianPath_N.uasset new file mode 100644 index 00000000..a14d8487 --- /dev/null +++ b/Content/Factory/Textures/T_PedestrianPath_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e68d5d78f12a9e056636b1d073a040c83bd5fd63c8740c3bb1c9f0b8dac18858 +size 8665953 diff --git a/Content/Factory/Textures/T_PedestrianPath_ORM.uasset b/Content/Factory/Textures/T_PedestrianPath_ORM.uasset new file mode 100644 index 00000000..0efda570 --- /dev/null +++ b/Content/Factory/Textures/T_PedestrianPath_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03268169372c84951f4857c920b75e15544361fbfebef51fed8ff83f11ea5877 +size 2066158 diff --git a/Content/Factory/Textures/T_PillarWithBreckets_BC.uasset b/Content/Factory/Textures/T_PillarWithBreckets_BC.uasset new file mode 100644 index 00000000..7d455c6d --- /dev/null +++ b/Content/Factory/Textures/T_PillarWithBreckets_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fcaba25325247991891589abef0c06d18134e890e91beebf6d04e29373f7f0b +size 5058411 diff --git a/Content/Factory/Textures/T_PillarWithBreckets_N.uasset b/Content/Factory/Textures/T_PillarWithBreckets_N.uasset new file mode 100644 index 00000000..d3fac045 --- /dev/null +++ b/Content/Factory/Textures/T_PillarWithBreckets_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba5150f1565eea55ff0dc3e11ec47b8fee5bc5b26f5fa1eff54182e8e392983 +size 6202624 diff --git a/Content/Factory/Textures/T_PillarWithBreckets_ORM.uasset b/Content/Factory/Textures/T_PillarWithBreckets_ORM.uasset new file mode 100644 index 00000000..af48c2c2 --- /dev/null +++ b/Content/Factory/Textures/T_PillarWithBreckets_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d0f7f69e5effa7ee90d9ff17d3200a09097b49ac62ff47bafb98fb823343fb +size 4282549 diff --git a/Content/Factory/Textures/T_Pipes_round_BC.uasset b/Content/Factory/Textures/T_Pipes_round_BC.uasset new file mode 100644 index 00000000..3c68f886 --- /dev/null +++ b/Content/Factory/Textures/T_Pipes_round_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3ad134e3f63fc6ccd1e4b8eb852be9185862d5b90e65a1a7944572815deb43 +size 21500197 diff --git a/Content/Factory/Textures/T_Pipes_round_N.uasset b/Content/Factory/Textures/T_Pipes_round_N.uasset new file mode 100644 index 00000000..f2f5dffd --- /dev/null +++ b/Content/Factory/Textures/T_Pipes_round_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840e206836755ad96a2c863ab561f332fb8c6edd0aa51337877608afe97b27d2 +size 16403409 diff --git a/Content/Factory/Textures/T_Pipes_round_ORM.uasset b/Content/Factory/Textures/T_Pipes_round_ORM.uasset new file mode 100644 index 00000000..57ca8ee9 --- /dev/null +++ b/Content/Factory/Textures/T_Pipes_round_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1944cc19a0f355a841c2fbcb0cd45f8bbe67ae63a8c7ebc76a3c505bdf40fe9 +size 16256640 diff --git a/Content/Factory/Textures/T_Pipes_square_BC.uasset b/Content/Factory/Textures/T_Pipes_square_BC.uasset new file mode 100644 index 00000000..1b02daeb --- /dev/null +++ b/Content/Factory/Textures/T_Pipes_square_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935d179fc9639897904d08142355996063d2d89f521748f7e0b3da77b2b4dc18 +size 22540874 diff --git a/Content/Factory/Textures/T_Pipes_square_N.uasset b/Content/Factory/Textures/T_Pipes_square_N.uasset new file mode 100644 index 00000000..0d41a7e6 --- /dev/null +++ b/Content/Factory/Textures/T_Pipes_square_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d300b312297d58725514abd544b65c591c35fc00d86e36aab371b060cc2c80f4 +size 17371616 diff --git a/Content/Factory/Textures/T_Pipes_square_ORM.uasset b/Content/Factory/Textures/T_Pipes_square_ORM.uasset new file mode 100644 index 00000000..07b23cc6 --- /dev/null +++ b/Content/Factory/Textures/T_Pipes_square_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4b44805f0622e2c4c9bb3e66f5cff0cc08f663e58b18ee29a0afe3785c8125 +size 16715648 diff --git a/Content/Factory/Textures/T_PlasticBoxes_BC.uasset b/Content/Factory/Textures/T_PlasticBoxes_BC.uasset new file mode 100644 index 00000000..d65510e8 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticBoxes_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c3e0b8b3a56c9ba0c1eea3ab370ed877dde6cd7070d9a3e7e4d082b188d60b +size 20705876 diff --git a/Content/Factory/Textures/T_PlasticBoxes_MSK.uasset b/Content/Factory/Textures/T_PlasticBoxes_MSK.uasset new file mode 100644 index 00000000..54efa01f --- /dev/null +++ b/Content/Factory/Textures/T_PlasticBoxes_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f1f9e2c75d93e1b70e8146f1c51ede4aed9652acf98c984a9328b2d8e924a5 +size 308658 diff --git a/Content/Factory/Textures/T_PlasticBoxes_N.uasset b/Content/Factory/Textures/T_PlasticBoxes_N.uasset new file mode 100644 index 00000000..b9386e62 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticBoxes_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4cbb4ce28a0cc8075b97042c4794f4d5497fc404c13dbc1ba509d362f20db9 +size 16830280 diff --git a/Content/Factory/Textures/T_PlasticBoxes_ORM.uasset b/Content/Factory/Textures/T_PlasticBoxes_ORM.uasset new file mode 100644 index 00000000..9a37f9e5 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticBoxes_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbf55666dd39e7237dfaa8b87bcfada267b4a7e93013e2027c99502d5979f3e +size 17368527 diff --git a/Content/Factory/Textures/T_PlasticPallet01_BC.uasset b/Content/Factory/Textures/T_PlasticPallet01_BC.uasset new file mode 100644 index 00000000..00066488 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticPallet01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd1b6bbe3e51b7bfddf54c8266826403a4b02baf03160e4936e79b1c7b4844b6 +size 7649376 diff --git a/Content/Factory/Textures/T_PlasticPallet01_N.uasset b/Content/Factory/Textures/T_PlasticPallet01_N.uasset new file mode 100644 index 00000000..11bc9ac5 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticPallet01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7628e390705fc78bdd3632564da35760c7fd791c35cf1af1bf327c0f546b69 +size 3119763 diff --git a/Content/Factory/Textures/T_PlasticPallet01_ORM.uasset b/Content/Factory/Textures/T_PlasticPallet01_ORM.uasset new file mode 100644 index 00000000..1dc72c5a --- /dev/null +++ b/Content/Factory/Textures/T_PlasticPallet01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1e6f7d4f0519f3fcd79c8e7189acbfbc1d76f23181edc58f6f4c17642e0890 +size 4526354 diff --git a/Content/Factory/Textures/T_PlasticToilet_BC.uasset b/Content/Factory/Textures/T_PlasticToilet_BC.uasset new file mode 100644 index 00000000..5c2ef217 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticToilet_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1338638a8efc50db2f39e11304a1692f28d23ab081385985199bee14b8b8f1ab +size 2253031 diff --git a/Content/Factory/Textures/T_PlasticToilet_N.uasset b/Content/Factory/Textures/T_PlasticToilet_N.uasset new file mode 100644 index 00000000..c5385242 --- /dev/null +++ b/Content/Factory/Textures/T_PlasticToilet_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e090f2a35498ae28e87d0865939b558b94a12d2cf4e6fe256a7dbc38cd23d6de +size 5183746 diff --git a/Content/Factory/Textures/T_PlasticToilet_ORM.uasset b/Content/Factory/Textures/T_PlasticToilet_ORM.uasset new file mode 100644 index 00000000..c138f52f --- /dev/null +++ b/Content/Factory/Textures/T_PlasticToilet_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b7e81a87057f93b17001a610f25b3b0d685dc64b953892827398063e6024e2 +size 4834427 diff --git a/Content/Factory/Textures/T_PlatformRailing_02_BC.uasset b/Content/Factory/Textures/T_PlatformRailing_02_BC.uasset new file mode 100644 index 00000000..d94e7f1e --- /dev/null +++ b/Content/Factory/Textures/T_PlatformRailing_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f99b3a172346c09e982f8c02366d68ff9b4562030db2cc679bafbf1065b47d76 +size 3911407 diff --git a/Content/Factory/Textures/T_PlatformRailing_02_N.uasset b/Content/Factory/Textures/T_PlatformRailing_02_N.uasset new file mode 100644 index 00000000..7c79183d --- /dev/null +++ b/Content/Factory/Textures/T_PlatformRailing_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74b8331bfafa5973a829d48e7ed17bf7ebad50ea6af9767e5224085d7faa3a3 +size 4157684 diff --git a/Content/Factory/Textures/T_PlatformRailing_02_ORM.uasset b/Content/Factory/Textures/T_PlatformRailing_02_ORM.uasset new file mode 100644 index 00000000..9f7ca281 --- /dev/null +++ b/Content/Factory/Textures/T_PlatformRailing_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2630c0e3ddfc4b9006878de0a4c7acf3765ecb86c3c13d4f127b8adf9ce63d10 +size 3233873 diff --git a/Content/Factory/Textures/T_Platform_BC.uasset b/Content/Factory/Textures/T_Platform_BC.uasset new file mode 100644 index 00000000..e9ba103c --- /dev/null +++ b/Content/Factory/Textures/T_Platform_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16edb7c798a1f11b6346d0fc8d25d67ac0cd7227f8305278130447a71d20c896 +size 17301808 diff --git a/Content/Factory/Textures/T_Platform_N.uasset b/Content/Factory/Textures/T_Platform_N.uasset new file mode 100644 index 00000000..aca6400a --- /dev/null +++ b/Content/Factory/Textures/T_Platform_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788b9dfb5b18248e296316ae4d0ac3fb9ce876886867fed62d8b30c6c61d6b10 +size 14454792 diff --git a/Content/Factory/Textures/T_Platform_ORM.uasset b/Content/Factory/Textures/T_Platform_ORM.uasset new file mode 100644 index 00000000..7da03c85 --- /dev/null +++ b/Content/Factory/Textures/T_Platform_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee980aa7e62ec319d9d552578b389da35b74b2177b7c535d7cf944c6c6a9149 +size 17121188 diff --git a/Content/Factory/Textures/T_PowderStorage_BC.uasset b/Content/Factory/Textures/T_PowderStorage_BC.uasset new file mode 100644 index 00000000..abe06bdc --- /dev/null +++ b/Content/Factory/Textures/T_PowderStorage_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa57f32c689ee900fd6eb5c462d982652b6c53b8ced65c859aa3f2bf7780ac7 +size 16443733 diff --git a/Content/Factory/Textures/T_PowderStorage_N.uasset b/Content/Factory/Textures/T_PowderStorage_N.uasset new file mode 100644 index 00000000..21a16aa3 --- /dev/null +++ b/Content/Factory/Textures/T_PowderStorage_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fae25d088362a1f2e0c0fce7d74a698e7d307311a89599ff2a43154d4044e5a +size 17911818 diff --git a/Content/Factory/Textures/T_PowderStorage_ORM.uasset b/Content/Factory/Textures/T_PowderStorage_ORM.uasset new file mode 100644 index 00000000..d4d3aed3 --- /dev/null +++ b/Content/Factory/Textures/T_PowderStorage_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee2fafff782ede9f76187feef81a8e23e15dd12705fb90ab25e44b4ad7347d1 +size 21272338 diff --git a/Content/Factory/Textures/T_Railway01_BC.uasset b/Content/Factory/Textures/T_Railway01_BC.uasset new file mode 100644 index 00000000..600ba2be --- /dev/null +++ b/Content/Factory/Textures/T_Railway01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f4736b3b2055d4975bfab6d721956b7843d51a9426576cb3af7ec1910afd05 +size 4590075 diff --git a/Content/Factory/Textures/T_Railway01_N.uasset b/Content/Factory/Textures/T_Railway01_N.uasset new file mode 100644 index 00000000..32c37468 --- /dev/null +++ b/Content/Factory/Textures/T_Railway01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e7875ddeaf2f8c42e74b2fec6de643b23260d2d36d1102d722f16cfb84b68b +size 6419282 diff --git a/Content/Factory/Textures/T_Railway01_ORM.uasset b/Content/Factory/Textures/T_Railway01_ORM.uasset new file mode 100644 index 00000000..6bb9e1be --- /dev/null +++ b/Content/Factory/Textures/T_Railway01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0416a7fd5fad87d53f4a0ebe0afa1e54af8b62b032569675a8886694a14eed4 +size 3194363 diff --git a/Content/Factory/Textures/T_RecyclingMachine01_BC.uasset b/Content/Factory/Textures/T_RecyclingMachine01_BC.uasset new file mode 100644 index 00000000..a140026e --- /dev/null +++ b/Content/Factory/Textures/T_RecyclingMachine01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2297dd00f660fb021297eceb5ed70650b64001699d71de6d3a145d6567c9fa9 +size 1597396 diff --git a/Content/Factory/Textures/T_RecyclingMachine01_E.uasset b/Content/Factory/Textures/T_RecyclingMachine01_E.uasset new file mode 100644 index 00000000..4cc0c542 --- /dev/null +++ b/Content/Factory/Textures/T_RecyclingMachine01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af6be8556e701ce7d148baf5eb105a3296ae65918381000d8caa1a60535f4dc6 +size 39206 diff --git a/Content/Factory/Textures/T_RecyclingMachine01_N.uasset b/Content/Factory/Textures/T_RecyclingMachine01_N.uasset new file mode 100644 index 00000000..8b8f2d50 --- /dev/null +++ b/Content/Factory/Textures/T_RecyclingMachine01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb861e07d5319de34f8024efc589111f2a790c5e0d3747d7533674812ed4492b +size 2786769 diff --git a/Content/Factory/Textures/T_RecyclingMachine01_ORM.uasset b/Content/Factory/Textures/T_RecyclingMachine01_ORM.uasset new file mode 100644 index 00000000..35a8edcc --- /dev/null +++ b/Content/Factory/Textures/T_RecyclingMachine01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34abece0981b6ea78fc32515084c66dd0d8e68d1909d35c164d891192386d03e +size 3257754 diff --git a/Content/Factory/Textures/T_RoboArm01_BC.uasset b/Content/Factory/Textures/T_RoboArm01_BC.uasset new file mode 100644 index 00000000..7dcd8d18 --- /dev/null +++ b/Content/Factory/Textures/T_RoboArm01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b941bd1d38122acdbdf6e8d7997d0747ccdbbb0533a4cdde6aded5fd8b730e +size 5703485 diff --git a/Content/Factory/Textures/T_RoboArm01_N.uasset b/Content/Factory/Textures/T_RoboArm01_N.uasset new file mode 100644 index 00000000..ba6f7440 --- /dev/null +++ b/Content/Factory/Textures/T_RoboArm01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1458d1943a36294fea43ee45c0cd7d7b2ec3b37f7c2e516c79bdb08542fa3fbc +size 10548122 diff --git a/Content/Factory/Textures/T_RoboArm01_ORM.uasset b/Content/Factory/Textures/T_RoboArm01_ORM.uasset new file mode 100644 index 00000000..b9304de4 --- /dev/null +++ b/Content/Factory/Textures/T_RoboArm01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbf32040e20332f5622fbdf1633ce735dc79a478828e444cc59c1ed51a3ce86 +size 5771149 diff --git a/Content/Factory/Textures/T_RubberFloor_BC.uasset b/Content/Factory/Textures/T_RubberFloor_BC.uasset new file mode 100644 index 00000000..b9518717 --- /dev/null +++ b/Content/Factory/Textures/T_RubberFloor_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867dea1d7c3b8694abd85e072939c8af00815e8c18d5df34840f160622264a39 +size 13248086 diff --git a/Content/Factory/Textures/T_RubberFloor_N.uasset b/Content/Factory/Textures/T_RubberFloor_N.uasset new file mode 100644 index 00000000..6215429d --- /dev/null +++ b/Content/Factory/Textures/T_RubberFloor_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563a73a37ce7008506ea8adebc72ae282cb79977edb53102ef93f82b1d8f257f +size 23739164 diff --git a/Content/Factory/Textures/T_RubberFloor_ORM.uasset b/Content/Factory/Textures/T_RubberFloor_ORM.uasset new file mode 100644 index 00000000..d8511982 --- /dev/null +++ b/Content/Factory/Textures/T_RubberFloor_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c3742340cdbfe1c188a7145fc25b5a31b20d57e5e9822835275d51e11a3025 +size 13329846 diff --git a/Content/Factory/Textures/T_ScissorsLift01_BC.uasset b/Content/Factory/Textures/T_ScissorsLift01_BC.uasset new file mode 100644 index 00000000..58594cd1 --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2c80345e70db2ce0fa544589f91a81d7eab1434e292c43f261f31018d9952b +size 19629410 diff --git a/Content/Factory/Textures/T_ScissorsLift01_N.uasset b/Content/Factory/Textures/T_ScissorsLift01_N.uasset new file mode 100644 index 00000000..d84ae8c7 --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952aab6145f38076d8ac0bbc2928fa5e70d6795527d735280878a931970faaf1 +size 25866503 diff --git a/Content/Factory/Textures/T_ScissorsLift01_ORM.uasset b/Content/Factory/Textures/T_ScissorsLift01_ORM.uasset new file mode 100644 index 00000000..d04be1fe --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6b847339b19db1f97edbda4bd1aa830b6febee94527b7815c187d1ab7aec48 +size 28470783 diff --git a/Content/Factory/Textures/T_ScissorsLift02_BC.uasset b/Content/Factory/Textures/T_ScissorsLift02_BC.uasset new file mode 100644 index 00000000..f53d0148 --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b33e1191693aafa714a436cce110bb30754f60c249b7fa65aaf1c938632984 +size 19708417 diff --git a/Content/Factory/Textures/T_ScissorsLift02_N.uasset b/Content/Factory/Textures/T_ScissorsLift02_N.uasset new file mode 100644 index 00000000..1b24578a --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7ab479216620d7b2a81cb3101d17f2cff63dd67d803509e9861a699f2b09a0 +size 25806130 diff --git a/Content/Factory/Textures/T_ScissorsLift02_ORM.uasset b/Content/Factory/Textures/T_ScissorsLift02_ORM.uasset new file mode 100644 index 00000000..2e9439b4 --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d06f55ed55683c93167afb390a22213dde7f4f2eed56a06171bc7a9041be43c +size 28926957 diff --git a/Content/Factory/Textures/T_ScissorsLift_Decals_BC.uasset b/Content/Factory/Textures/T_ScissorsLift_Decals_BC.uasset new file mode 100644 index 00000000..ffec25de --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift_Decals_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcd0bf1dfde8c9a75e699e23b728ce7c4149d3b1f330943b7341ffd2d92a648 +size 4269011 diff --git a/Content/Factory/Textures/T_ScissorsLift_Decals_E.uasset b/Content/Factory/Textures/T_ScissorsLift_Decals_E.uasset new file mode 100644 index 00000000..7afe6254 --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift_Decals_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d7c9b5355c57dd19167a8170d9047e2c1b872e2ebe3392d2094c023fcd04b9 +size 177994 diff --git a/Content/Factory/Textures/T_ScissorsLift_Decals_N.uasset b/Content/Factory/Textures/T_ScissorsLift_Decals_N.uasset new file mode 100644 index 00000000..a8625581 --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift_Decals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1518e3a6ccde476d37fc7c8fc914459d91f74a6fed1b8432a913a5f98fd56bed +size 3191114 diff --git a/Content/Factory/Textures/T_ScissorsLift_Decals_ORM.uasset b/Content/Factory/Textures/T_ScissorsLift_Decals_ORM.uasset new file mode 100644 index 00000000..96e5482f --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift_Decals_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75dde66c6db42ecb1d80d953c92ecd465d5359aae884c5bb6ac5f100d1357558 +size 2617812 diff --git a/Content/Factory/Textures/T_ScissorsLift_ID.uasset b/Content/Factory/Textures/T_ScissorsLift_ID.uasset new file mode 100644 index 00000000..4f7c85da --- /dev/null +++ b/Content/Factory/Textures/T_ScissorsLift_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1cf04c2c6e93b66e4871af7d1d5255674f54a0b36775a6eaa53e7446534c86 +size 1278175 diff --git a/Content/Factory/Textures/T_Sewer_01_BC.uasset b/Content/Factory/Textures/T_Sewer_01_BC.uasset new file mode 100644 index 00000000..e95f55db --- /dev/null +++ b/Content/Factory/Textures/T_Sewer_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebdcffac3739062f8a6e2454f71eb5f062daf249e5328b59569280f1ab59a01 +size 5646164 diff --git a/Content/Factory/Textures/T_Sewer_01_N.uasset b/Content/Factory/Textures/T_Sewer_01_N.uasset new file mode 100644 index 00000000..ed5d89ba --- /dev/null +++ b/Content/Factory/Textures/T_Sewer_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffe1e775abe401d80759197ec18c0c31733ba35a5b54b03afe7b3533dad3f14 +size 4491076 diff --git a/Content/Factory/Textures/T_Sewer_01_ORM.uasset b/Content/Factory/Textures/T_Sewer_01_ORM.uasset new file mode 100644 index 00000000..40737af1 --- /dev/null +++ b/Content/Factory/Textures/T_Sewer_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709e8d02b4e5381a202c926b1078947f19b20f4e9f34395da68a23e90ca1210e +size 3639499 diff --git a/Content/Factory/Textures/T_ShowerAssets01_BC.uasset b/Content/Factory/Textures/T_ShowerAssets01_BC.uasset new file mode 100644 index 00000000..7c69b9a2 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerAssets01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87b1f4ee0a654c871a0f1b6cf05f6bab3615460cb74ef7e01ebae5687313cc6f +size 278729 diff --git a/Content/Factory/Textures/T_ShowerAssets01_N.uasset b/Content/Factory/Textures/T_ShowerAssets01_N.uasset new file mode 100644 index 00000000..beaae15c --- /dev/null +++ b/Content/Factory/Textures/T_ShowerAssets01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b79162c77c82eb5b9e3be7618ca1ad9624d932781d76e57c24cf56b4f44be1 +size 302646 diff --git a/Content/Factory/Textures/T_ShowerAssets01_ORM.uasset b/Content/Factory/Textures/T_ShowerAssets01_ORM.uasset new file mode 100644 index 00000000..c3361b16 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerAssets01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ea7dfb8803d7870f69df4aa075f8172d4549374f76fcf61f13d3ce5a3826b5 +size 246772 diff --git a/Content/Factory/Textures/T_ShowerCarpet01_BC.uasset b/Content/Factory/Textures/T_ShowerCarpet01_BC.uasset new file mode 100644 index 00000000..d1cc38d3 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerCarpet01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99585a9e3ee03444f41dc1aab006370bd9c70c40b9738585277c6cc1524a6cbd +size 4211407 diff --git a/Content/Factory/Textures/T_ShowerCarpet01_ID1.uasset b/Content/Factory/Textures/T_ShowerCarpet01_ID1.uasset new file mode 100644 index 00000000..399db18a --- /dev/null +++ b/Content/Factory/Textures/T_ShowerCarpet01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa28158b1f90cd1a5f2e6143701933cc56b3a3b486718c537266415c55b84f78 +size 9960 diff --git a/Content/Factory/Textures/T_ShowerCarpet01_N.uasset b/Content/Factory/Textures/T_ShowerCarpet01_N.uasset new file mode 100644 index 00000000..fad59bcc --- /dev/null +++ b/Content/Factory/Textures/T_ShowerCarpet01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0816170a9ee6043601f3ff32a6803b8f8ee806e66107daf7051a683d9d2c350 +size 5127595 diff --git a/Content/Factory/Textures/T_ShowerCarpet01_ORM.uasset b/Content/Factory/Textures/T_ShowerCarpet01_ORM.uasset new file mode 100644 index 00000000..b5b44493 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerCarpet01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee15509498a556ba229ec19e066f02c3b10ef8c0ab9c498971b835074d3529e4 +size 4624937 diff --git a/Content/Factory/Textures/T_ShowerDecals01_BC.uasset b/Content/Factory/Textures/T_ShowerDecals01_BC.uasset new file mode 100644 index 00000000..6f34ca86 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerDecals01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab5e6c5386f4eb84e56516d7eb330980cead38c0dae973c67f29411ca4dbcf3 +size 5884206 diff --git a/Content/Factory/Textures/T_ShowerDecals01_ID1.uasset b/Content/Factory/Textures/T_ShowerDecals01_ID1.uasset new file mode 100644 index 00000000..98118f68 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerDecals01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:accffbac88429d8d20b0065a69eb8a593429f3a96d61c5abdedaab978c022e7c +size 191399 diff --git a/Content/Factory/Textures/T_ShowerDecals01_N.uasset b/Content/Factory/Textures/T_ShowerDecals01_N.uasset new file mode 100644 index 00000000..62895110 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerDecals01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a2905ead062d7c8ca6fa307fcbce4e4b4df5adf7fe2c19a4e8b62812c73124 +size 4741991 diff --git a/Content/Factory/Textures/T_ShowerDecals01_ORM.uasset b/Content/Factory/Textures/T_ShowerDecals01_ORM.uasset new file mode 100644 index 00000000..6cfc2888 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerDecals01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522e63d2123cc21841d5dd2baa03f17051c2c0cc721846eae28aa2b190f913a5 +size 4446759 diff --git a/Content/Factory/Textures/T_ShowerRoomTileFloor_01_BC.uasset b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_BC.uasset new file mode 100644 index 00000000..bdc07468 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb09db025cdb164b8407046f72ba27ed0ec90f061ba9916868da3a2fc9b7d16b +size 5192017 diff --git a/Content/Factory/Textures/T_ShowerRoomTileFloor_01_MSK.uasset b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_MSK.uasset new file mode 100644 index 00000000..e3f686be --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9080b5e4f537f986ee8c5d3d1584fb2c286b80e7d04f8c5192eef90518cbc2b9 +size 3280860 diff --git a/Content/Factory/Textures/T_ShowerRoomTileFloor_01_N.uasset b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_N.uasset new file mode 100644 index 00000000..943ee7c7 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aed4d6615a1cdf809b31a7f473c706b4789b5362f915fbd0493cd82c5003c8 +size 20152417 diff --git a/Content/Factory/Textures/T_ShowerRoomTileFloor_01_ORM.uasset b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_ORM.uasset new file mode 100644 index 00000000..494c51c8 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomTileFloor_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf70ae61f0c1e26cbb86f101a5a45cf80a6bb0ba7115ff7be1a6658003647a8 +size 9380319 diff --git a/Content/Factory/Textures/T_ShowerRoomTileFloor_02_MSK.uasset b/Content/Factory/Textures/T_ShowerRoomTileFloor_02_MSK.uasset new file mode 100644 index 00000000..07658377 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomTileFloor_02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b6d0429fa1f25d9904c420cee628fca89dad275a62c17d344f7e88b6b877e7 +size 2927372 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_01_BC.uasset b/Content/Factory/Textures/T_ShowerRoomWall_01_BC.uasset new file mode 100644 index 00000000..c3dae3a9 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac4dac39aef5b6bcdf114eba2efe8e15c79a5b7a74249a7aaeca2049bdb596a +size 7184340 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_01_MSK.uasset b/Content/Factory/Textures/T_ShowerRoomWall_01_MSK.uasset new file mode 100644 index 00000000..fbdf4fb2 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2fc9d99862dd119cdb498f6c3d08a07917bde3285956c379eb7d117f3b26cb +size 15418 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_01_N.uasset b/Content/Factory/Textures/T_ShowerRoomWall_01_N.uasset new file mode 100644 index 00000000..4b53499c --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a257edb280cf1e61f58ef5cef391553a70ed6f541b5f37f4386c9032d14d12 +size 27812560 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_01_ORM.uasset b/Content/Factory/Textures/T_ShowerRoomWall_01_ORM.uasset new file mode 100644 index 00000000..0898a8ef --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1047df0698a999104fecc90ee7ef31d4c8c42b1eeb64810aab531f0de4206b47 +size 7801153 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_02_BC.uasset b/Content/Factory/Textures/T_ShowerRoomWall_02_BC.uasset new file mode 100644 index 00000000..d093f930 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a6d34d993b75d2462ce73f72f8d32aafb9655c1d270d4f8accc583760d3836 +size 13312875 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_02_MSK.uasset b/Content/Factory/Textures/T_ShowerRoomWall_02_MSK.uasset new file mode 100644 index 00000000..08a88541 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d3358739af5d478c09b38bc0ffa61e1f6b18dd6a963c5b36f625c90a392df3 +size 6638181 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_02_N.uasset b/Content/Factory/Textures/T_ShowerRoomWall_02_N.uasset new file mode 100644 index 00000000..04892bf6 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33824875c36195867c1faf83a13571fbaebb97afe8832bad3a9fb6441f475d85 +size 17539641 diff --git a/Content/Factory/Textures/T_ShowerRoomWall_02_ORM.uasset b/Content/Factory/Textures/T_ShowerRoomWall_02_ORM.uasset new file mode 100644 index 00000000..eed1e4ef --- /dev/null +++ b/Content/Factory/Textures/T_ShowerRoomWall_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25bc1aa13ce206371079c5fda653d196db514a38d76426b43374580a980fe489 +size 10025006 diff --git a/Content/Factory/Textures/T_ShowerWall01_BC.uasset b/Content/Factory/Textures/T_ShowerWall01_BC.uasset new file mode 100644 index 00000000..045af17a --- /dev/null +++ b/Content/Factory/Textures/T_ShowerWall01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea91b5cf94afb90c801a6f7703c399a47213c974bb691e953a134c5d82f6e39 +size 4517169 diff --git a/Content/Factory/Textures/T_ShowerWall01_ID1.uasset b/Content/Factory/Textures/T_ShowerWall01_ID1.uasset new file mode 100644 index 00000000..72fa63b4 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerWall01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d03d9a4da9a1345076eef89475c52d9970ade7112ccfc5ea3446aa598e03e07a +size 480163 diff --git a/Content/Factory/Textures/T_ShowerWall01_N.uasset b/Content/Factory/Textures/T_ShowerWall01_N.uasset new file mode 100644 index 00000000..045b93b0 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerWall01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83296273770d19da8d05308cb85cf9acba1262d4e017be81bbe15960247836a3 +size 4830566 diff --git a/Content/Factory/Textures/T_ShowerWall01_ORM.uasset b/Content/Factory/Textures/T_ShowerWall01_ORM.uasset new file mode 100644 index 00000000..66e62801 --- /dev/null +++ b/Content/Factory/Textures/T_ShowerWall01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59b5aee907d98a70dbe7c18e3dbdf4611409ac9eef2b7362294b4f6403057edf +size 4112830 diff --git a/Content/Factory/Textures/T_Signs01_BC.uasset b/Content/Factory/Textures/T_Signs01_BC.uasset new file mode 100644 index 00000000..deb783b5 --- /dev/null +++ b/Content/Factory/Textures/T_Signs01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cdd86785b93c3f4487f04f56af0111d1f00eb392566f5aca8d144cf0201179e +size 3131015 diff --git a/Content/Factory/Textures/T_Signs01_ORM.uasset b/Content/Factory/Textures/T_Signs01_ORM.uasset new file mode 100644 index 00000000..d6956bb9 --- /dev/null +++ b/Content/Factory/Textures/T_Signs01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be943beb044f54ef891483c8a86faaeb4858fed4e823488e142e935b865e305 +size 738922 diff --git a/Content/Factory/Textures/T_Signs02_BC.uasset b/Content/Factory/Textures/T_Signs02_BC.uasset new file mode 100644 index 00000000..1789c121 --- /dev/null +++ b/Content/Factory/Textures/T_Signs02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f025bad63152e0ccc6469abf7dbbc148cac63e2af05a21ebc24024e55006a9 +size 2723540 diff --git a/Content/Factory/Textures/T_Signs02_ORM.uasset b/Content/Factory/Textures/T_Signs02_ORM.uasset new file mode 100644 index 00000000..111f72de --- /dev/null +++ b/Content/Factory/Textures/T_Signs02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be48125e8eb697ca60ff6c3799b42dad5c9ef0d1f20c1938404a386921bb6696 +size 612594 diff --git a/Content/Factory/Textures/T_Signs03_BC.uasset b/Content/Factory/Textures/T_Signs03_BC.uasset new file mode 100644 index 00000000..8c9c0706 --- /dev/null +++ b/Content/Factory/Textures/T_Signs03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ac59ba76ea3f19d17855746ea23564fada55cd23bc129c35aa33e95b2b7201 +size 3393647 diff --git a/Content/Factory/Textures/T_Signs03_E.uasset b/Content/Factory/Textures/T_Signs03_E.uasset new file mode 100644 index 00000000..5a53fe1d --- /dev/null +++ b/Content/Factory/Textures/T_Signs03_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36269dcb1821326003bae6bb413336c1cd5657a02a20e7cea421741ad074dbad +size 717340 diff --git a/Content/Factory/Textures/T_Signs03_N.uasset b/Content/Factory/Textures/T_Signs03_N.uasset new file mode 100644 index 00000000..28b19f75 --- /dev/null +++ b/Content/Factory/Textures/T_Signs03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3058e47edf4889e0f9fbc25b45ae4930afbacf6ab79aadfd42b15a7fbbc30609 +size 3354252 diff --git a/Content/Factory/Textures/T_Signs03_ORM.uasset b/Content/Factory/Textures/T_Signs03_ORM.uasset new file mode 100644 index 00000000..bedd31c2 --- /dev/null +++ b/Content/Factory/Textures/T_Signs03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46194d50e409887f5e91ad37e8d1eb7d88eb7b07bda0ec98a0fc7b4e3c4e6a9f +size 3640263 diff --git a/Content/Factory/Textures/T_Signs04_BC.uasset b/Content/Factory/Textures/T_Signs04_BC.uasset new file mode 100644 index 00000000..ef4aaf67 --- /dev/null +++ b/Content/Factory/Textures/T_Signs04_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557ec7a3e1641d98d4e8b8030d59c20e31844153c222252a660d7ab89541b4ec +size 3528576 diff --git a/Content/Factory/Textures/T_Signs04_ID.uasset b/Content/Factory/Textures/T_Signs04_ID.uasset new file mode 100644 index 00000000..04e728ca --- /dev/null +++ b/Content/Factory/Textures/T_Signs04_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd3ebd230e99b46ddd28e983931dd9309948d47d2ef6a3805f02b9e72f0a535 +size 456038 diff --git a/Content/Factory/Textures/T_Signs04_N.uasset b/Content/Factory/Textures/T_Signs04_N.uasset new file mode 100644 index 00000000..7c33dd9d --- /dev/null +++ b/Content/Factory/Textures/T_Signs04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd6ae399bf46ed8530bd196001182154136c65d2f43456dd225257cd511ec27 +size 1641355 diff --git a/Content/Factory/Textures/T_Signs04_ORM.uasset b/Content/Factory/Textures/T_Signs04_ORM.uasset new file mode 100644 index 00000000..4c86b378 --- /dev/null +++ b/Content/Factory/Textures/T_Signs04_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d04bb041170a20b04e79ab331549e6257ae81b43bb63d3a26a0a3cb0c7318a +size 4382226 diff --git a/Content/Factory/Textures/T_Sink_BC.uasset b/Content/Factory/Textures/T_Sink_BC.uasset new file mode 100644 index 00000000..5d658312 --- /dev/null +++ b/Content/Factory/Textures/T_Sink_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bd0bb6777ed04e7f88e650ba50b411878a19d85057521f79e457d0b79ac611 +size 3294443 diff --git a/Content/Factory/Textures/T_Sink_N.uasset b/Content/Factory/Textures/T_Sink_N.uasset new file mode 100644 index 00000000..836a8222 --- /dev/null +++ b/Content/Factory/Textures/T_Sink_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df0545385aaa2e8703eb963ff6b89bcb91a4d8ac0447b5042a11c9b0d513c750 +size 3629087 diff --git a/Content/Factory/Textures/T_Sink_ORM.uasset b/Content/Factory/Textures/T_Sink_ORM.uasset new file mode 100644 index 00000000..59d058ef --- /dev/null +++ b/Content/Factory/Textures/T_Sink_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb23867c37329cd190312e0d835c69b38b0295373675b25b16b229b91df0750 +size 3857486 diff --git a/Content/Factory/Textures/T_Stairs_02_BC.uasset b/Content/Factory/Textures/T_Stairs_02_BC.uasset new file mode 100644 index 00000000..bdbae135 --- /dev/null +++ b/Content/Factory/Textures/T_Stairs_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458e8ef8850b7ec2b25da5453b71f4e34d85b7d669866c4dafb36d3373edb06e +size 19663731 diff --git a/Content/Factory/Textures/T_Stairs_02_MSK.uasset b/Content/Factory/Textures/T_Stairs_02_MSK.uasset new file mode 100644 index 00000000..4171f163 --- /dev/null +++ b/Content/Factory/Textures/T_Stairs_02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97283b1a3dd3fb42c0b9614a4f25e4589b79a0a75232b9643a34499703c86e0b +size 4888081 diff --git a/Content/Factory/Textures/T_Stairs_02_N.uasset b/Content/Factory/Textures/T_Stairs_02_N.uasset new file mode 100644 index 00000000..fdc3e226 --- /dev/null +++ b/Content/Factory/Textures/T_Stairs_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d932c8e4d3182200ec08006091c691eb0fdb743969037f5e32e7850d65a088fc +size 23783334 diff --git a/Content/Factory/Textures/T_Stairs_02_ORM.uasset b/Content/Factory/Textures/T_Stairs_02_ORM.uasset new file mode 100644 index 00000000..db082bf3 --- /dev/null +++ b/Content/Factory/Textures/T_Stairs_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df317b78dc70088f4fd9b633b9df7b1e7961359b4f01c14d5e68b41dc16cd7a3 +size 19774203 diff --git a/Content/Factory/Textures/T_StorageShelves_BC.uasset b/Content/Factory/Textures/T_StorageShelves_BC.uasset new file mode 100644 index 00000000..a09e3a14 --- /dev/null +++ b/Content/Factory/Textures/T_StorageShelves_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3639201888e79fd9ca1255e86a2453c3dc401ee03cac2f474855fa220953e5ed +size 23307112 diff --git a/Content/Factory/Textures/T_StorageShelves_MSK.uasset b/Content/Factory/Textures/T_StorageShelves_MSK.uasset new file mode 100644 index 00000000..f2b4c4ed --- /dev/null +++ b/Content/Factory/Textures/T_StorageShelves_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7c4918d60645d412227b18359761bcd3c6e4f45a9e884a41aae0e222f7a33e +size 35088 diff --git a/Content/Factory/Textures/T_StorageShelves_N.uasset b/Content/Factory/Textures/T_StorageShelves_N.uasset new file mode 100644 index 00000000..440478dc --- /dev/null +++ b/Content/Factory/Textures/T_StorageShelves_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:229131bbd3d6f31e8f8e2a196b367a13977ceb95ad1bbddc0d09826eb67e470f +size 21316002 diff --git a/Content/Factory/Textures/T_StorageShelves_ORM.uasset b/Content/Factory/Textures/T_StorageShelves_ORM.uasset new file mode 100644 index 00000000..c0ca57c8 --- /dev/null +++ b/Content/Factory/Textures/T_StorageShelves_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b95371039bea5cec5a39888b44196e27e6991a35270f8854d4ebb2537bd210 +size 23539734 diff --git a/Content/Factory/Textures/T_StyleDecals01_BC.uasset b/Content/Factory/Textures/T_StyleDecals01_BC.uasset new file mode 100644 index 00000000..e4278a23 --- /dev/null +++ b/Content/Factory/Textures/T_StyleDecals01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9855e9b959012f7e0728f84d4c24b5961e4cfaa781089c91eb46d3b3d77d058 +size 24360 diff --git a/Content/Factory/Textures/T_TarpaulinCover01_BC.uasset b/Content/Factory/Textures/T_TarpaulinCover01_BC.uasset new file mode 100644 index 00000000..8ed84938 --- /dev/null +++ b/Content/Factory/Textures/T_TarpaulinCover01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4eceeefa9e7e322cc903068651001ec208a7119bcab460459c0cd94786a601 +size 5044000 diff --git a/Content/Factory/Textures/T_TarpaulinCover01_N.uasset b/Content/Factory/Textures/T_TarpaulinCover01_N.uasset new file mode 100644 index 00000000..4a02d124 --- /dev/null +++ b/Content/Factory/Textures/T_TarpaulinCover01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd80c2bedcc6a7beede67d36df6e2c562889bb3e6af6a0525f7595d62355dd2d +size 8703073 diff --git a/Content/Factory/Textures/T_TarpaulinCover01_ORM.uasset b/Content/Factory/Textures/T_TarpaulinCover01_ORM.uasset new file mode 100644 index 00000000..8ccca3c7 --- /dev/null +++ b/Content/Factory/Textures/T_TarpaulinCover01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0120ec9490c8f1483305e982e6a057100ccab21acb75b9430b4ac9c49d29fdc +size 3673640 diff --git a/Content/Factory/Textures/T_TarpaulinCover02_BC.uasset b/Content/Factory/Textures/T_TarpaulinCover02_BC.uasset new file mode 100644 index 00000000..5ca1b350 --- /dev/null +++ b/Content/Factory/Textures/T_TarpaulinCover02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e7265fbfd8561069d036dc5c270de44859badd93467056b2afdac34ba5517e +size 5887319 diff --git a/Content/Factory/Textures/T_TarpaulinCover02_N.uasset b/Content/Factory/Textures/T_TarpaulinCover02_N.uasset new file mode 100644 index 00000000..558f490c --- /dev/null +++ b/Content/Factory/Textures/T_TarpaulinCover02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:803374070609a42052b55618bbb5c3b205d8fce992582d43202af50f1354ca05 +size 10176057 diff --git a/Content/Factory/Textures/T_TarpaulinCover02_ORM.uasset b/Content/Factory/Textures/T_TarpaulinCover02_ORM.uasset new file mode 100644 index 00000000..09f6c99c --- /dev/null +++ b/Content/Factory/Textures/T_TarpaulinCover02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec0c064199de058e56ad2ed015df779e608cf824b661940769b7cbe61b2f7fb +size 4478968 diff --git a/Content/Factory/Textures/T_TrainCar01_BC.uasset b/Content/Factory/Textures/T_TrainCar01_BC.uasset new file mode 100644 index 00000000..2618103c --- /dev/null +++ b/Content/Factory/Textures/T_TrainCar01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71f0eb2268b334d1ca1146bb029b8d96b9bab4b2d1651e4bdfc5e5b1680af016 +size 6018729 diff --git a/Content/Factory/Textures/T_TrainCar01_N.uasset b/Content/Factory/Textures/T_TrainCar01_N.uasset new file mode 100644 index 00000000..315fa52d --- /dev/null +++ b/Content/Factory/Textures/T_TrainCar01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e062a0a2ee53ab4b2f4e4638ae04031e5c7a17c17fdf84603f422eba252545 +size 5027787 diff --git a/Content/Factory/Textures/T_TrainCar01_ORM.uasset b/Content/Factory/Textures/T_TrainCar01_ORM.uasset new file mode 100644 index 00000000..bc67809a --- /dev/null +++ b/Content/Factory/Textures/T_TrainCar01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaca9577eb8189ecec1e1909102488bdad81b5aba9d18acc1134cea11333140 +size 5544792 diff --git a/Content/Factory/Textures/T_TrainCeilingTrim01_BC.uasset b/Content/Factory/Textures/T_TrainCeilingTrim01_BC.uasset new file mode 100644 index 00000000..c8d76f0f --- /dev/null +++ b/Content/Factory/Textures/T_TrainCeilingTrim01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371ab0e7362e08816b38dc4b3d52f2be6f0528fdd4075f8b9efdc36d705e2f11 +size 5904875 diff --git a/Content/Factory/Textures/T_TrainCeilingTrim01_ID1.uasset b/Content/Factory/Textures/T_TrainCeilingTrim01_ID1.uasset new file mode 100644 index 00000000..21dbe718 --- /dev/null +++ b/Content/Factory/Textures/T_TrainCeilingTrim01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0978bf4041f42b598cdb7a2ee44f3b080f57e3c3e278fbc82151aa4ebdc112a8 +size 112175 diff --git a/Content/Factory/Textures/T_TrainCeilingTrim01_N.uasset b/Content/Factory/Textures/T_TrainCeilingTrim01_N.uasset new file mode 100644 index 00000000..50aef1b4 --- /dev/null +++ b/Content/Factory/Textures/T_TrainCeilingTrim01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0438f1be71c33985b82de0a779fdeadfb32796818aa47d3c0c36defdd9186c +size 4799170 diff --git a/Content/Factory/Textures/T_TrainCeilingTrim01_ORM.uasset b/Content/Factory/Textures/T_TrainCeilingTrim01_ORM.uasset new file mode 100644 index 00000000..7ae3119c --- /dev/null +++ b/Content/Factory/Textures/T_TrainCeilingTrim01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee430f28dd4e2f3f747cd62cb8e6f0456f60706d2252d0f4a4670db89ffa122 +size 4871468 diff --git a/Content/Factory/Textures/T_TrainDecals01_Msk.uasset b/Content/Factory/Textures/T_TrainDecals01_Msk.uasset new file mode 100644 index 00000000..30eb0594 --- /dev/null +++ b/Content/Factory/Textures/T_TrainDecals01_Msk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dffa483afaaa1629fa44049f9dc6ab0042c855462d74054f2cfb2d7a8be3c88c +size 64301 diff --git a/Content/Factory/Textures/T_TrainEngine01_BC.uasset b/Content/Factory/Textures/T_TrainEngine01_BC.uasset new file mode 100644 index 00000000..8930b107 --- /dev/null +++ b/Content/Factory/Textures/T_TrainEngine01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708c7ff7a5b049e53409c6384534d075aa01202d0da050b0390ced2cde5567a2 +size 4297708 diff --git a/Content/Factory/Textures/T_TrainEngine01_N.uasset b/Content/Factory/Textures/T_TrainEngine01_N.uasset new file mode 100644 index 00000000..ab6071ec --- /dev/null +++ b/Content/Factory/Textures/T_TrainEngine01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9327c04a64aa64b1b047a71f730b02b9b2dea1586695f7b9b1be145cfc6648e8 +size 4784365 diff --git a/Content/Factory/Textures/T_TrainEngine01_ORM.uasset b/Content/Factory/Textures/T_TrainEngine01_ORM.uasset new file mode 100644 index 00000000..fbb98a2c --- /dev/null +++ b/Content/Factory/Textures/T_TrainEngine01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674c1250b3516f3884482d60fe507e113bf94f2bd68cdb5a5dca589383b83a33 +size 4786782 diff --git a/Content/Factory/Textures/T_TrainFloor01_BC.uasset b/Content/Factory/Textures/T_TrainFloor01_BC.uasset new file mode 100644 index 00000000..8c187a2a --- /dev/null +++ b/Content/Factory/Textures/T_TrainFloor01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fe337b30ff51f82e489147c2bd198008d9fd90a4be7ca47dd7966db9dd3ca9 +size 4550110 diff --git a/Content/Factory/Textures/T_TrainFloor01_N.uasset b/Content/Factory/Textures/T_TrainFloor01_N.uasset new file mode 100644 index 00000000..a1c30915 --- /dev/null +++ b/Content/Factory/Textures/T_TrainFloor01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f21b8ff4d24479c3cc194d5cbf62c023c931cf3eadc4a07467e3b9a546db4b5 +size 7680545 diff --git a/Content/Factory/Textures/T_TrainFloor01_ORM.uasset b/Content/Factory/Textures/T_TrainFloor01_ORM.uasset new file mode 100644 index 00000000..daf61125 --- /dev/null +++ b/Content/Factory/Textures/T_TrainFloor01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01e3e2dd641ddc35c49d8dd96c533d37afbaf5959326dcb5cac1db4af525ccc +size 3127600 diff --git a/Content/Factory/Textures/T_TrainMeshes01_BC.uasset b/Content/Factory/Textures/T_TrainMeshes01_BC.uasset new file mode 100644 index 00000000..4e9d8b68 --- /dev/null +++ b/Content/Factory/Textures/T_TrainMeshes01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b76745e026c8f83b388e875281d707f4b90c99f480242fa1f2b3266cff0d5b +size 3436916 diff --git a/Content/Factory/Textures/T_TrainMeshes01_N.uasset b/Content/Factory/Textures/T_TrainMeshes01_N.uasset new file mode 100644 index 00000000..471dcd44 --- /dev/null +++ b/Content/Factory/Textures/T_TrainMeshes01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa39fc4778f063a666e9437fb84fce8013524e05150920b0bd34b3435f2c079 +size 6067656 diff --git a/Content/Factory/Textures/T_TrainMeshes01_ORM.uasset b/Content/Factory/Textures/T_TrainMeshes01_ORM.uasset new file mode 100644 index 00000000..ceeb2638 --- /dev/null +++ b/Content/Factory/Textures/T_TrainMeshes01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a324197687dafce4408692238b3327f10061fd246d12b5ab44983314fe9001 +size 3558003 diff --git a/Content/Factory/Textures/T_TrainStopper01_BC.uasset b/Content/Factory/Textures/T_TrainStopper01_BC.uasset new file mode 100644 index 00000000..08ee632a --- /dev/null +++ b/Content/Factory/Textures/T_TrainStopper01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1064d93f189ee7bf6d3654ebed95a27bf66e3e78ffdbee5703291d0b85aaf95f +size 5082209 diff --git a/Content/Factory/Textures/T_TrainStopper01_N.uasset b/Content/Factory/Textures/T_TrainStopper01_N.uasset new file mode 100644 index 00000000..c4de066a --- /dev/null +++ b/Content/Factory/Textures/T_TrainStopper01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18b526c7cd11fee7d3cdad9ad77eac63995405a1ef021dd9d38567d07041f28 +size 3369739 diff --git a/Content/Factory/Textures/T_TrainStopper01_ORM.uasset b/Content/Factory/Textures/T_TrainStopper01_ORM.uasset new file mode 100644 index 00000000..fbe8d007 --- /dev/null +++ b/Content/Factory/Textures/T_TrainStopper01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212815b4fcaa497e108e943fdd8b9ed546a279dfc8fb99ce880ca3d07fa81577 +size 5171708 diff --git a/Content/Factory/Textures/T_TrainStuff01_BC.uasset b/Content/Factory/Textures/T_TrainStuff01_BC.uasset new file mode 100644 index 00000000..8adf2e10 --- /dev/null +++ b/Content/Factory/Textures/T_TrainStuff01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635280f926a7c178712c563834bf2a3141028163678d4bbc9c01c077d1bbce4b +size 3537451 diff --git a/Content/Factory/Textures/T_TrainStuff01_E.uasset b/Content/Factory/Textures/T_TrainStuff01_E.uasset new file mode 100644 index 00000000..33196d71 --- /dev/null +++ b/Content/Factory/Textures/T_TrainStuff01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f1743e7179b6fd9ea2d4b45f759f7b19abc5385c36fa8f0ffac2646b5d36e8 +size 121556 diff --git a/Content/Factory/Textures/T_TrainStuff01_ID1.uasset b/Content/Factory/Textures/T_TrainStuff01_ID1.uasset new file mode 100644 index 00000000..8c0e0eec --- /dev/null +++ b/Content/Factory/Textures/T_TrainStuff01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9b3edea87d08e1fc3ebc308d162da8665a6b3c0bd3fd6a8cfdc84494d0f419 +size 117310 diff --git a/Content/Factory/Textures/T_TrainStuff01_N.uasset b/Content/Factory/Textures/T_TrainStuff01_N.uasset new file mode 100644 index 00000000..f77d0425 --- /dev/null +++ b/Content/Factory/Textures/T_TrainStuff01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6459440dee373f5dbecf478f1e200df53bc169263be8f459249328a718eb8c8 +size 4157524 diff --git a/Content/Factory/Textures/T_TrainStuff01_ORM.uasset b/Content/Factory/Textures/T_TrainStuff01_ORM.uasset new file mode 100644 index 00000000..be63db8f --- /dev/null +++ b/Content/Factory/Textures/T_TrainStuff01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740a71e93e6bc32066e88671d70004bef96603fda0a7b20b6659794eac3d257f +size 4716044 diff --git a/Content/Factory/Textures/T_TrainWallsTrim01_BC.uasset b/Content/Factory/Textures/T_TrainWallsTrim01_BC.uasset new file mode 100644 index 00000000..68d07a27 --- /dev/null +++ b/Content/Factory/Textures/T_TrainWallsTrim01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5720a03fab3ed452b09fdf047952fca150698718775f91949116dfa96276ff47 +size 6221553 diff --git a/Content/Factory/Textures/T_TrainWallsTrim01_E.uasset b/Content/Factory/Textures/T_TrainWallsTrim01_E.uasset new file mode 100644 index 00000000..251a502c --- /dev/null +++ b/Content/Factory/Textures/T_TrainWallsTrim01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b864d5f81a993642abdf70a17b2b35848245d52e6acee076bf5b75fa2b14b8d +size 31580 diff --git a/Content/Factory/Textures/T_TrainWallsTrim01_ID1.uasset b/Content/Factory/Textures/T_TrainWallsTrim01_ID1.uasset new file mode 100644 index 00000000..727aebd4 --- /dev/null +++ b/Content/Factory/Textures/T_TrainWallsTrim01_ID1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c15d716ec2f9e541a7628ffc486e38598ffff453979c8645402599e32159a4f +size 153774 diff --git a/Content/Factory/Textures/T_TrainWallsTrim01_N.uasset b/Content/Factory/Textures/T_TrainWallsTrim01_N.uasset new file mode 100644 index 00000000..7e1cead3 --- /dev/null +++ b/Content/Factory/Textures/T_TrainWallsTrim01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efabb5c8c30184b4ce98ab85be2baf96990945d5f4438f19dd0cc714885854ac +size 4459417 diff --git a/Content/Factory/Textures/T_TrainWallsTrim01_ORM.uasset b/Content/Factory/Textures/T_TrainWallsTrim01_ORM.uasset new file mode 100644 index 00000000..d11af2db --- /dev/null +++ b/Content/Factory/Textures/T_TrainWallsTrim01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2adb4e40bae567a1f4751c0b82e2d4ea8f4e7ff7ff6ec461e01f13f1f791e6a +size 3867004 diff --git a/Content/Factory/Textures/T_TrainWheels01_BC.uasset b/Content/Factory/Textures/T_TrainWheels01_BC.uasset new file mode 100644 index 00000000..3799108d --- /dev/null +++ b/Content/Factory/Textures/T_TrainWheels01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ead5791aad135c1150d931780616f995b7e2e27b364946e4184b7ec9fea655e +size 3981966 diff --git a/Content/Factory/Textures/T_TrainWheels01_N.uasset b/Content/Factory/Textures/T_TrainWheels01_N.uasset new file mode 100644 index 00000000..fa400b12 --- /dev/null +++ b/Content/Factory/Textures/T_TrainWheels01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78e701c3ed6caecef7b96a482338ef27eeb0b8918eef6c7ed757945e4f9900f +size 6047303 diff --git a/Content/Factory/Textures/T_TrainWheels01_ORM.uasset b/Content/Factory/Textures/T_TrainWheels01_ORM.uasset new file mode 100644 index 00000000..5ca3830c --- /dev/null +++ b/Content/Factory/Textures/T_TrainWheels01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc081c75057cf0240439d796ddd8b8b1c2484ef4b35a89d03bebed16bd7ce5d +size 4643279 diff --git a/Content/Factory/Textures/T_TruckTubes_BC.uasset b/Content/Factory/Textures/T_TruckTubes_BC.uasset new file mode 100644 index 00000000..3842f3b7 --- /dev/null +++ b/Content/Factory/Textures/T_TruckTubes_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75f9ee7f8eaafaaf36f44067154c4119790cc545982ef24ddef8df1117f37ea +size 10387172 diff --git a/Content/Factory/Textures/T_TruckTubes_N.uasset b/Content/Factory/Textures/T_TruckTubes_N.uasset new file mode 100644 index 00000000..5aa79ed9 --- /dev/null +++ b/Content/Factory/Textures/T_TruckTubes_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bfc53f5cc18d0325653939a4d254815d415ad15a9fbc18d01b37a5cd6830fc +size 16508864 diff --git a/Content/Factory/Textures/T_TruckTubes_ORM.uasset b/Content/Factory/Textures/T_TruckTubes_ORM.uasset new file mode 100644 index 00000000..cade6c49 --- /dev/null +++ b/Content/Factory/Textures/T_TruckTubes_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1701b7053596d2c0d1e60683b9e63adcf6947c0e079edc7d5e264c86413456 +size 18364428 diff --git a/Content/Factory/Textures/T_Truck_Axis01_BC.uasset b/Content/Factory/Textures/T_Truck_Axis01_BC.uasset new file mode 100644 index 00000000..cee0d8b1 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_Axis01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3b5d6c548caad54af05ee4a6ac723e51d5b3afc73f2a4658e6c5f34a3f49c4 +size 9011793 diff --git a/Content/Factory/Textures/T_Truck_Axis01_N.uasset b/Content/Factory/Textures/T_Truck_Axis01_N.uasset new file mode 100644 index 00000000..0d49be55 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_Axis01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e413a427321ec80850afbc564d2ce3a3446918cb68049d10a8ca48f15297503 +size 18463256 diff --git a/Content/Factory/Textures/T_Truck_Axis01_ORM.uasset b/Content/Factory/Textures/T_Truck_Axis01_ORM.uasset new file mode 100644 index 00000000..b0f19011 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_Axis01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820ed747116dbc56edab49e638d4fbfccb81249783cba16a6035ce8def2f9a3c +size 18745773 diff --git a/Content/Factory/Textures/T_Truck_cabin_01_BC.uasset b/Content/Factory/Textures/T_Truck_cabin_01_BC.uasset new file mode 100644 index 00000000..0d7da650 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc077bdeea81ece2f3ddf84d8787d297d49c9f5efab5516b62c9cfb151de60a +size 2488071 diff --git a/Content/Factory/Textures/T_Truck_cabin_01_Mask.uasset b/Content/Factory/Textures/T_Truck_cabin_01_Mask.uasset new file mode 100644 index 00000000..86784ba4 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc93e8c26e9dae0bdb79b058bc1b09046d75d011c40a5a724ca29d2da2fb7a9 +size 35467 diff --git a/Content/Factory/Textures/T_Truck_cabin_01_N.uasset b/Content/Factory/Textures/T_Truck_cabin_01_N.uasset new file mode 100644 index 00000000..8a08c700 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c7920af03aff23f08489a4a506d05f6405d6d7e616009d2689f2d53d6d9721 +size 13485264 diff --git a/Content/Factory/Textures/T_Truck_cabin_01_ORM.uasset b/Content/Factory/Textures/T_Truck_cabin_01_ORM.uasset new file mode 100644 index 00000000..b88d1835 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e5793af1894ac847a760ecd2f138b0a67e9c2f07aab94eece5766f8091e411 +size 9953715 diff --git a/Content/Factory/Textures/T_Truck_cabin_02_BC.uasset b/Content/Factory/Textures/T_Truck_cabin_02_BC.uasset new file mode 100644 index 00000000..8199148e --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb31e2e91fa2d9d555108923dd5d1c92d333b0b1d29795addb28de6b8bc0b72 +size 1335483 diff --git a/Content/Factory/Textures/T_Truck_cabin_02_Mask.uasset b/Content/Factory/Textures/T_Truck_cabin_02_Mask.uasset new file mode 100644 index 00000000..8d90f612 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_02_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74be163b07f3dff64d79b5f514cc1e7c729888ed19524f0284411f9036118ada +size 60501 diff --git a/Content/Factory/Textures/T_Truck_cabin_02_N.uasset b/Content/Factory/Textures/T_Truck_cabin_02_N.uasset new file mode 100644 index 00000000..a6c6c7b2 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffca0d582ec9a7dc57dfcf854e5ef1a7c996dcfa76543abe967f3c2ffbdf727b +size 13008773 diff --git a/Content/Factory/Textures/T_Truck_cabin_02_ORM.uasset b/Content/Factory/Textures/T_Truck_cabin_02_ORM.uasset new file mode 100644 index 00000000..de2c1c64 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_cabin_02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1c7f3cf57f010bd870bd8964a85d7c1d619569fd9bdb52f8b0299647ebe19e +size 10599294 diff --git a/Content/Factory/Textures/T_Truck_frame_01_BC.uasset b/Content/Factory/Textures/T_Truck_frame_01_BC.uasset new file mode 100644 index 00000000..1e6b27bf --- /dev/null +++ b/Content/Factory/Textures/T_Truck_frame_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89ea29d5020f7481cce7fd2d857f59ff2a000b923f122192b6b8ecc8d424e62 +size 7255523 diff --git a/Content/Factory/Textures/T_Truck_frame_01_N.uasset b/Content/Factory/Textures/T_Truck_frame_01_N.uasset new file mode 100644 index 00000000..b2623369 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_frame_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1c3a2341d8a81533ce7eb520a3f0803de590919e6c29e5065275daab42a0c0 +size 18139976 diff --git a/Content/Factory/Textures/T_Truck_frame_01_ORM.uasset b/Content/Factory/Textures/T_Truck_frame_01_ORM.uasset new file mode 100644 index 00000000..07f968cc --- /dev/null +++ b/Content/Factory/Textures/T_Truck_frame_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ac03d1d3a2dfd734a21993cc2580ec4c9f377c6bf0c5573c8ad1ba437f5fa6 +size 16716755 diff --git a/Content/Factory/Textures/T_Truck_tank_01_BC.uasset b/Content/Factory/Textures/T_Truck_tank_01_BC.uasset new file mode 100644 index 00000000..dfaeeffc --- /dev/null +++ b/Content/Factory/Textures/T_Truck_tank_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36f5a01e1fe83902b93ad85f305029547ffe607790b7a674b52fca52235d964 +size 518431 diff --git a/Content/Factory/Textures/T_Truck_tank_01_Mask.uasset b/Content/Factory/Textures/T_Truck_tank_01_Mask.uasset new file mode 100644 index 00000000..a8b7bf29 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_tank_01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94f7ad378edf1f74763b7d7ca17d626a7bf3f717a5eca218e98d3e570fd796e +size 53215 diff --git a/Content/Factory/Textures/T_Truck_tank_01_N.uasset b/Content/Factory/Textures/T_Truck_tank_01_N.uasset new file mode 100644 index 00000000..a06a4a2b --- /dev/null +++ b/Content/Factory/Textures/T_Truck_tank_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:947c404d219929af8a4cb6da86732aef46f693b90436b5b6ddb7e72602c94cf0 +size 18226699 diff --git a/Content/Factory/Textures/T_Truck_tank_01_ORM.uasset b/Content/Factory/Textures/T_Truck_tank_01_ORM.uasset new file mode 100644 index 00000000..f0e20a26 --- /dev/null +++ b/Content/Factory/Textures/T_Truck_tank_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4eb3e159fb10c774c5ba6227270ede693482d3ffa11e40345598e138604301 +size 10855775 diff --git a/Content/Factory/Textures/T_VendingMachine01_BC.uasset b/Content/Factory/Textures/T_VendingMachine01_BC.uasset new file mode 100644 index 00000000..be049087 --- /dev/null +++ b/Content/Factory/Textures/T_VendingMachine01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7c11d77366b3f6b9530a3bbd52defe7dff47bb42b5dc22568b413bb2c9c617 +size 2439929 diff --git a/Content/Factory/Textures/T_VendingMachine01_E.uasset b/Content/Factory/Textures/T_VendingMachine01_E.uasset new file mode 100644 index 00000000..9bf2a569 --- /dev/null +++ b/Content/Factory/Textures/T_VendingMachine01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afee9483d09e4bd5d8c01b5d00530861d0ba05c0af34009a75bfcff99c3f868b +size 77201 diff --git a/Content/Factory/Textures/T_VendingMachine01_ID1_RGBAMask.uasset b/Content/Factory/Textures/T_VendingMachine01_ID1_RGBAMask.uasset new file mode 100644 index 00000000..d5eb8655 --- /dev/null +++ b/Content/Factory/Textures/T_VendingMachine01_ID1_RGBAMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e2a7384db672282d7198c57945d3874e463e156d5b708cbe7c20076f5857da +size 36769 diff --git a/Content/Factory/Textures/T_VendingMachine01_N.uasset b/Content/Factory/Textures/T_VendingMachine01_N.uasset new file mode 100644 index 00000000..31c0d57d --- /dev/null +++ b/Content/Factory/Textures/T_VendingMachine01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4169c7e732c0c01252318fdff1f3248dd60cb75803e58d235a5d3012506ab702 +size 3054806 diff --git a/Content/Factory/Textures/T_VendingMachine01_ORM.uasset b/Content/Factory/Textures/T_VendingMachine01_ORM.uasset new file mode 100644 index 00000000..89c3124c --- /dev/null +++ b/Content/Factory/Textures/T_VendingMachine01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4284ffeb1c741b15adeec4981e7135590e4441c4189f7c1aee04469b2c33a1a +size 2818139 diff --git a/Content/Factory/Textures/T_VideoCamera_BC.uasset b/Content/Factory/Textures/T_VideoCamera_BC.uasset new file mode 100644 index 00000000..d1bfdb5b --- /dev/null +++ b/Content/Factory/Textures/T_VideoCamera_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98acfe35678f067b9863e3ba119ed4187b6935fefc7dd07c83d60341dbd33d7e +size 3798292 diff --git a/Content/Factory/Textures/T_VideoCamera_N.uasset b/Content/Factory/Textures/T_VideoCamera_N.uasset new file mode 100644 index 00000000..ce839872 --- /dev/null +++ b/Content/Factory/Textures/T_VideoCamera_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0def0f97e2470a3f7a18e784cf73b5ecde7f67eb7831b89e5123f391650092 +size 4455479 diff --git a/Content/Factory/Textures/T_VideoCamera_ORM.uasset b/Content/Factory/Textures/T_VideoCamera_ORM.uasset new file mode 100644 index 00000000..b7d5dbb9 --- /dev/null +++ b/Content/Factory/Textures/T_VideoCamera_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fd7541c01810b437c1a41c9bea0ca2e4f0b5e0e65a024b226b7fc467d43812 +size 3798119 diff --git a/Content/Factory/Textures/T_WallPart_01_BC.uasset b/Content/Factory/Textures/T_WallPart_01_BC.uasset new file mode 100644 index 00000000..fa243b08 --- /dev/null +++ b/Content/Factory/Textures/T_WallPart_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a03b4b65870575bcd92981a81b27f7e0155c0ecf0060f66e9a04f925e66da1d +size 1235289 diff --git a/Content/Factory/Textures/T_WallPart_01_N.uasset b/Content/Factory/Textures/T_WallPart_01_N.uasset new file mode 100644 index 00000000..59e600a3 --- /dev/null +++ b/Content/Factory/Textures/T_WallPart_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a404c46fe79da7673c922954e71da9ddf1896a3c419570a228ced190d7f15b32 +size 3676004 diff --git a/Content/Factory/Textures/T_WallPart_01_ORM.uasset b/Content/Factory/Textures/T_WallPart_01_ORM.uasset new file mode 100644 index 00000000..381de5dc --- /dev/null +++ b/Content/Factory/Textures/T_WallPart_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a400576a0496f1400fc5a8d50e4a005643ef6afdee126d7df60fa4728388a2ae +size 3044510 diff --git a/Content/Factory/Textures/T_Wall_01_BC.uasset b/Content/Factory/Textures/T_Wall_01_BC.uasset new file mode 100644 index 00000000..e335d703 --- /dev/null +++ b/Content/Factory/Textures/T_Wall_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665ac2590fae194ba473ccee9e9aa76d6fa4529428cc383732d45fcf73d0376d +size 3300771 diff --git a/Content/Factory/Textures/T_Wall_01_MSK.uasset b/Content/Factory/Textures/T_Wall_01_MSK.uasset new file mode 100644 index 00000000..0a74a091 --- /dev/null +++ b/Content/Factory/Textures/T_Wall_01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f61bb300214a8800ae6e6e6cbf4136bc533509911661b5d073b368f05533c3 +size 648767 diff --git a/Content/Factory/Textures/T_Wall_01_N.uasset b/Content/Factory/Textures/T_Wall_01_N.uasset new file mode 100644 index 00000000..e5e84548 --- /dev/null +++ b/Content/Factory/Textures/T_Wall_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5087d348732193384321c76fd0799ab1f23c70a8ca681709ca1ec9f2ca22d7 +size 2544437 diff --git a/Content/Factory/Textures/T_Wall_01_ORM.uasset b/Content/Factory/Textures/T_Wall_01_ORM.uasset new file mode 100644 index 00000000..5397d49a --- /dev/null +++ b/Content/Factory/Textures/T_Wall_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50adb949aae6156a11751a2204bfa457553ba682bd7ce3aa49c5e472e7a87bb +size 2288814 diff --git a/Content/Factory/Textures/T_WaterContainers_BC.uasset b/Content/Factory/Textures/T_WaterContainers_BC.uasset new file mode 100644 index 00000000..f0299fd7 --- /dev/null +++ b/Content/Factory/Textures/T_WaterContainers_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:191eb4a8ed5360529ea3b972fd074cfedfeeb445488ca7d8992fa50887783172 +size 21589675 diff --git a/Content/Factory/Textures/T_WaterContainers_N.uasset b/Content/Factory/Textures/T_WaterContainers_N.uasset new file mode 100644 index 00000000..e309b32c --- /dev/null +++ b/Content/Factory/Textures/T_WaterContainers_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8587fd6c960f7701d664829957c1f940025f7bea4d403fcf2e3c8f617da30465 +size 25384158 diff --git a/Content/Factory/Textures/T_WaterContainers_ORM.uasset b/Content/Factory/Textures/T_WaterContainers_ORM.uasset new file mode 100644 index 00000000..b1a91d83 --- /dev/null +++ b/Content/Factory/Textures/T_WaterContainers_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4302c4584689aa5ad65b06badd2cb2fc5bd6677d59c3d13c2f2617859664f8ba +size 24659326 diff --git a/Content/Factory/Textures/T_WaterCooler_BC.uasset b/Content/Factory/Textures/T_WaterCooler_BC.uasset new file mode 100644 index 00000000..7009e048 --- /dev/null +++ b/Content/Factory/Textures/T_WaterCooler_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5012b8b582095c6bb1ca93f140397e09c68e763793bb93ec19413c4d7517b04 +size 3955078 diff --git a/Content/Factory/Textures/T_WaterCooler_N.uasset b/Content/Factory/Textures/T_WaterCooler_N.uasset new file mode 100644 index 00000000..a36412c2 --- /dev/null +++ b/Content/Factory/Textures/T_WaterCooler_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b45c52061adb5ad3103bba48a21eef6c17a556598439c49d4378032b832b03 +size 3460473 diff --git a/Content/Factory/Textures/T_WaterCooler_ORM.uasset b/Content/Factory/Textures/T_WaterCooler_ORM.uasset new file mode 100644 index 00000000..450bdd85 --- /dev/null +++ b/Content/Factory/Textures/T_WaterCooler_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aea545d4a60a83cddb7f5663edb2b907f78a01d7ffe74f7cf1bbaeeae845c48 +size 4015289 diff --git a/Content/Factory/Textures/T_Wheel_BC.uasset b/Content/Factory/Textures/T_Wheel_BC.uasset new file mode 100644 index 00000000..e57425b8 --- /dev/null +++ b/Content/Factory/Textures/T_Wheel_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7a9f1c9efbbc7834365fc6952c6b62254390fff7a677d5cc86aba5176faf1d +size 9022429 diff --git a/Content/Factory/Textures/T_Wheel_N.uasset b/Content/Factory/Textures/T_Wheel_N.uasset new file mode 100644 index 00000000..1149ef4e --- /dev/null +++ b/Content/Factory/Textures/T_Wheel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5457caa90ee4bed3b5e53b793b90f3f0487d1f67d55db1928375a25d7f96e9 +size 16129503 diff --git a/Content/Factory/Textures/T_Wheel_ORM.uasset b/Content/Factory/Textures/T_Wheel_ORM.uasset new file mode 100644 index 00000000..f8c3da90 --- /dev/null +++ b/Content/Factory/Textures/T_Wheel_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:167c580a77244bebd7676c5371819bf4f1a61f56cba1f273e775752ad51c24fc +size 14767949 diff --git a/Content/Factory/Textures/T_WireSetTop01_BC.uasset b/Content/Factory/Textures/T_WireSetTop01_BC.uasset new file mode 100644 index 00000000..2c2e327f --- /dev/null +++ b/Content/Factory/Textures/T_WireSetTop01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89b3f4ddd989536d033950e84942b5ee216097c4b1251e62cb02c29c2850e44 +size 2936188 diff --git a/Content/Factory/Textures/T_WireSetTop01_E.uasset b/Content/Factory/Textures/T_WireSetTop01_E.uasset new file mode 100644 index 00000000..c534cb69 --- /dev/null +++ b/Content/Factory/Textures/T_WireSetTop01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e939745dbbcecaeca8e75b078d8f6097ca3680a54d20f215696dc2fa0d7fffa +size 14795 diff --git a/Content/Factory/Textures/T_WireSetTop01_N.uasset b/Content/Factory/Textures/T_WireSetTop01_N.uasset new file mode 100644 index 00000000..39f7ecff --- /dev/null +++ b/Content/Factory/Textures/T_WireSetTop01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f4f4254f69776066b43fba6970324d552125602ee73c5d60d1a3e813f6d280 +size 3403041 diff --git a/Content/Factory/Textures/T_WireSetTop01_ORM.uasset b/Content/Factory/Textures/T_WireSetTop01_ORM.uasset new file mode 100644 index 00000000..97e72d48 --- /dev/null +++ b/Content/Factory/Textures/T_WireSetTop01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37eb22ea02f4dde7cafccca10ba43ba146932972a359df507d54202361d6c874 +size 4485391 diff --git a/Content/Factory/Textures/T_WireSetWall01_BC.uasset b/Content/Factory/Textures/T_WireSetWall01_BC.uasset new file mode 100644 index 00000000..9e221fef --- /dev/null +++ b/Content/Factory/Textures/T_WireSetWall01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42544b304b967a1c801787a7088cc886200d2dec4dd0e197177d67cce168e80d +size 994700 diff --git a/Content/Factory/Textures/T_WireSetWall01_N.uasset b/Content/Factory/Textures/T_WireSetWall01_N.uasset new file mode 100644 index 00000000..aa523b33 --- /dev/null +++ b/Content/Factory/Textures/T_WireSetWall01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8387bd4e757a42b96daf1bee9fb9212411f94a9f1dd409120c5b2149335686a +size 894263 diff --git a/Content/Factory/Textures/T_WireSetWall01_ORM.uasset b/Content/Factory/Textures/T_WireSetWall01_ORM.uasset new file mode 100644 index 00000000..0a0a5dca --- /dev/null +++ b/Content/Factory/Textures/T_WireSetWall01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beaa5ae6891ca331a026deb7b4ac4ee0f79dd2b84f0c66d1b19672385a08984a +size 1351678 diff --git a/Content/Factory/Textures/T_WorkingClothes01_BC.uasset b/Content/Factory/Textures/T_WorkingClothes01_BC.uasset new file mode 100644 index 00000000..14239ed6 --- /dev/null +++ b/Content/Factory/Textures/T_WorkingClothes01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79739fedf22a322d5ea359253ef4c90585c100fdb3ca4739c3bd20c1f20b25a8 +size 7283490 diff --git a/Content/Factory/Textures/T_WorkingClothes01_N.uasset b/Content/Factory/Textures/T_WorkingClothes01_N.uasset new file mode 100644 index 00000000..ad7fe9c6 --- /dev/null +++ b/Content/Factory/Textures/T_WorkingClothes01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842612587e6b27f4f96a8ed0cb38ada3b23a1008be166579ee1f78fc08811a11 +size 9501323 diff --git a/Content/Factory/Textures/T_WorkingClothes01_ORM.uasset b/Content/Factory/Textures/T_WorkingClothes01_ORM.uasset new file mode 100644 index 00000000..89ca6ddd --- /dev/null +++ b/Content/Factory/Textures/T_WorkingClothes01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833bd798a688abec7a5fae8594c521d5294955ef45d1570887d4783fd2bfa025 +size 6065767 diff --git a/Content/Factory/Textures/T_bin_01_BC.uasset b/Content/Factory/Textures/T_bin_01_BC.uasset new file mode 100644 index 00000000..78c779e5 --- /dev/null +++ b/Content/Factory/Textures/T_bin_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bd6627405f149dc88fcc554dc369dfd888dfcb65e38af07552801f382819d2 +size 97918 diff --git a/Content/Factory/Textures/T_bin_01_N.uasset b/Content/Factory/Textures/T_bin_01_N.uasset new file mode 100644 index 00000000..6bb882ce --- /dev/null +++ b/Content/Factory/Textures/T_bin_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e399a9742878cf084f89adf898b924d062f240986f5a57acdace8e067e4196b +size 19345431 diff --git a/Content/Factory/Textures/T_bin_01_ORM.uasset b/Content/Factory/Textures/T_bin_01_ORM.uasset new file mode 100644 index 00000000..881c5782 --- /dev/null +++ b/Content/Factory/Textures/T_bin_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e54c3cb9533712b0eec7d07bfc5a8040071ea96cf514b7ecd83d3cbd55643a6 +size 12837940 diff --git a/Content/Factory/Textures/T_conditioning01_01_BC.uasset b/Content/Factory/Textures/T_conditioning01_01_BC.uasset new file mode 100644 index 00000000..8f20945a --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4077248dbc33cc987c6c049a8fa37ea7a7550b3265bf1502632ce7e07c1986 +size 19505141 diff --git a/Content/Factory/Textures/T_conditioning01_01_E.uasset b/Content/Factory/Textures/T_conditioning01_01_E.uasset new file mode 100644 index 00000000..6d93f550 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_01_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023cdd3438f4e69b3a79076171e4d8dae5877897875c33b85d0805f0c8dab0e0 +size 16948 diff --git a/Content/Factory/Textures/T_conditioning01_01_N.uasset b/Content/Factory/Textures/T_conditioning01_01_N.uasset new file mode 100644 index 00000000..e057f19a --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f4b81f9d634959d0c514a903505897eeadf78f89f7157c47119bb4b9156608 +size 21215019 diff --git a/Content/Factory/Textures/T_conditioning01_01_ORM.uasset b/Content/Factory/Textures/T_conditioning01_01_ORM.uasset new file mode 100644 index 00000000..fb035765 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4dac9b4bd77f9e843d79aa697d39f84971c767bbf0a197b95df10db2381530d +size 15592186 diff --git a/Content/Factory/Textures/T_conditioning01_03_BC.uasset b/Content/Factory/Textures/T_conditioning01_03_BC.uasset new file mode 100644 index 00000000..5b7c03ce --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616346d64c2055d90f7094269d85b8f08fc2f5f30faa9b423436c556359ffe39 +size 19961929 diff --git a/Content/Factory/Textures/T_conditioning01_03_E.uasset b/Content/Factory/Textures/T_conditioning01_03_E.uasset new file mode 100644 index 00000000..72017c12 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_03_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5515408215816129ac3e74ae4585f3861fef535f0ef17936a31e44b2bff5c272 +size 19240 diff --git a/Content/Factory/Textures/T_conditioning01_03_N.uasset b/Content/Factory/Textures/T_conditioning01_03_N.uasset new file mode 100644 index 00000000..bc649227 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a36f3ff79c449984ad78e9b79a71b82044047d55ae776d19f6172be5a8be3be +size 20961729 diff --git a/Content/Factory/Textures/T_conditioning01_03_ORM.uasset b/Content/Factory/Textures/T_conditioning01_03_ORM.uasset new file mode 100644 index 00000000..029c7d61 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8815a9ef44772277ad8b9283ddf45e0eaea49927b036e9d0689bb2706806d8 +size 17200928 diff --git a/Content/Factory/Textures/T_conditioning01_04_BC.uasset b/Content/Factory/Textures/T_conditioning01_04_BC.uasset new file mode 100644 index 00000000..7cf9c1d3 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_04_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74dff39ba351a4afdc3a592083f19c54475a7eaa5797a5f3fe72f2a2940f288f +size 21550559 diff --git a/Content/Factory/Textures/T_conditioning01_04_E.uasset b/Content/Factory/Textures/T_conditioning01_04_E.uasset new file mode 100644 index 00000000..5a18640c --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_04_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efc2d633958cccee384b002ace32c9ea88586d002ef06102afe7ac6bf77b61b +size 23196 diff --git a/Content/Factory/Textures/T_conditioning01_04_N.uasset b/Content/Factory/Textures/T_conditioning01_04_N.uasset new file mode 100644 index 00000000..061066d5 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98426112ef5deeeb31513cd7198ef9da87f469553908b25292ff6bee93ee3dc4 +size 20848429 diff --git a/Content/Factory/Textures/T_conditioning01_04_ORM.uasset b/Content/Factory/Textures/T_conditioning01_04_ORM.uasset new file mode 100644 index 00000000..174bea28 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_04_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94608a7ba9735b847a8bda35a23cad2d7cd746cd19c6cdf2d383c1ce57fff0e +size 16398625 diff --git a/Content/Factory/Textures/T_conditioning01_05_BC.uasset b/Content/Factory/Textures/T_conditioning01_05_BC.uasset new file mode 100644 index 00000000..eeb6e4a9 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_05_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcd3c2c097a46045dfdc2b92b4de7fc6b85872753d15137a199cc20bee4a8ef +size 21235920 diff --git a/Content/Factory/Textures/T_conditioning01_05_E.uasset b/Content/Factory/Textures/T_conditioning01_05_E.uasset new file mode 100644 index 00000000..33330bbd --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_05_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3084ddcfb2a750a476489adee209db289e8ff90ec19088fda9bffca9db74a7 +size 21230 diff --git a/Content/Factory/Textures/T_conditioning01_05_N.uasset b/Content/Factory/Textures/T_conditioning01_05_N.uasset new file mode 100644 index 00000000..07b312e6 --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_05_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d662b2446edc533636d5aa1761df62991b52d1039f7c108b9bf645d0ac6a4415 +size 20585674 diff --git a/Content/Factory/Textures/T_conditioning01_05_ORM.uasset b/Content/Factory/Textures/T_conditioning01_05_ORM.uasset new file mode 100644 index 00000000..9799950e --- /dev/null +++ b/Content/Factory/Textures/T_conditioning01_05_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23804e14c2af938d9b7f814ef9992b234d61c4a9a57e0efd06c77ef6a0739a9 +size 15404968 diff --git a/Content/Factory/Textures/T_hood_01_BC.uasset b/Content/Factory/Textures/T_hood_01_BC.uasset new file mode 100644 index 00000000..d0561892 --- /dev/null +++ b/Content/Factory/Textures/T_hood_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9375e53210dcc19b6a6f112e3bfac1d42a6266a440c2ed660a082d00bd8719e1 +size 3076930 diff --git a/Content/Factory/Textures/T_hood_01_Mask.uasset b/Content/Factory/Textures/T_hood_01_Mask.uasset new file mode 100644 index 00000000..e69a2d45 --- /dev/null +++ b/Content/Factory/Textures/T_hood_01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8023791899741b634bd141662f370731a68a5b8de01d49a7d13aceff26fe1ada +size 59172 diff --git a/Content/Factory/Textures/T_hood_01_N.uasset b/Content/Factory/Textures/T_hood_01_N.uasset new file mode 100644 index 00000000..631e71a5 --- /dev/null +++ b/Content/Factory/Textures/T_hood_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4c1fb3bdfd28a4a55482313f512a4b75aa14cbfda89b33b38ae7801869e3a6 +size 15739096 diff --git a/Content/Factory/Textures/T_hood_01_ORM.uasset b/Content/Factory/Textures/T_hood_01_ORM.uasset new file mode 100644 index 00000000..051f9069 --- /dev/null +++ b/Content/Factory/Textures/T_hood_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af1668499a8563be25f5ec30a0db23a6387f84eaa35945e8c85072dacee47b9 +size 8697817 diff --git a/Content/Factory/Textures/T_industrialrobot01_BC.uasset b/Content/Factory/Textures/T_industrialrobot01_BC.uasset new file mode 100644 index 00000000..72668729 --- /dev/null +++ b/Content/Factory/Textures/T_industrialrobot01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894a1f19e0e6ea044544d91d12eb18280a181fd82ccf9b6b98a72ba99ca2b1f3 +size 8643349 diff --git a/Content/Factory/Textures/T_industrialrobot01_N.uasset b/Content/Factory/Textures/T_industrialrobot01_N.uasset new file mode 100644 index 00000000..35d9218b --- /dev/null +++ b/Content/Factory/Textures/T_industrialrobot01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9952bdd9fbaf33b01dd06df8bbfeac69de9a9464988a3d47c13091b01c919a87 +size 15928445 diff --git a/Content/Factory/Textures/T_industrialrobot01_ORM.uasset b/Content/Factory/Textures/T_industrialrobot01_ORM.uasset new file mode 100644 index 00000000..0fdc14e4 --- /dev/null +++ b/Content/Factory/Textures/T_industrialrobot01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7654a39be53c63b47c8544931c7982c02aba010c37e4120098a3c7a09d57043 +size 12480354 diff --git a/Content/Factory/Textures/T_loaderID1_BC.uasset b/Content/Factory/Textures/T_loaderID1_BC.uasset new file mode 100644 index 00000000..7e7aecb6 --- /dev/null +++ b/Content/Factory/Textures/T_loaderID1_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a5538223cbd5dcc11407b553b0f3e114d06ff7d5356af3fa008012d012c8c3 +size 14854539 diff --git a/Content/Factory/Textures/T_loaderID1_N.uasset b/Content/Factory/Textures/T_loaderID1_N.uasset new file mode 100644 index 00000000..9724191f --- /dev/null +++ b/Content/Factory/Textures/T_loaderID1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c48cc1adf1e4213b189db6253e5e2c723a56ad2e6408e3f29ad0a3bd916554 +size 17182107 diff --git a/Content/Factory/Textures/T_loaderID1_ORM.uasset b/Content/Factory/Textures/T_loaderID1_ORM.uasset new file mode 100644 index 00000000..d1a6155a --- /dev/null +++ b/Content/Factory/Textures/T_loaderID1_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4019df3c38e39bfe32b58c742e0219f2f026470a1a8873f5156dd3a6a0d5f8f6 +size 14320451 diff --git a/Content/Factory/Textures/T_loaderID2_BC.uasset b/Content/Factory/Textures/T_loaderID2_BC.uasset new file mode 100644 index 00000000..b90243cb --- /dev/null +++ b/Content/Factory/Textures/T_loaderID2_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6768ef31d551b363eeca48b7c4d8a5314aa2362222da8b1e0a5350439d71ad +size 11327879 diff --git a/Content/Factory/Textures/T_loaderID2_E.uasset b/Content/Factory/Textures/T_loaderID2_E.uasset new file mode 100644 index 00000000..daf84a78 --- /dev/null +++ b/Content/Factory/Textures/T_loaderID2_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2cb95ea31fc0599aa95eca4c28b9a366be680620d707b7e96e9f801150b3d6 +size 37274 diff --git a/Content/Factory/Textures/T_loaderID2_N.uasset b/Content/Factory/Textures/T_loaderID2_N.uasset new file mode 100644 index 00000000..e703b9b8 --- /dev/null +++ b/Content/Factory/Textures/T_loaderID2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:841713f28746726217777ce986b8f22860226609498ac6963abc56cdcf801bc0 +size 15681423 diff --git a/Content/Factory/Textures/T_loaderID2_ORM.uasset b/Content/Factory/Textures/T_loaderID2_ORM.uasset new file mode 100644 index 00000000..9bf809e2 --- /dev/null +++ b/Content/Factory/Textures/T_loaderID2_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c298cf6ec2bcc46291462aef3d88d1f9b4577134bad76dd251ed4cdaf20902ab +size 11636307 diff --git a/Content/Factory/Textures/T_pipe_conditioning01_BC.uasset b/Content/Factory/Textures/T_pipe_conditioning01_BC.uasset new file mode 100644 index 00000000..630d0525 --- /dev/null +++ b/Content/Factory/Textures/T_pipe_conditioning01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521396517e0add78e03b1c63107a67faccb51e342215cf38f7ee19ab9f70f6ef +size 5709746 diff --git a/Content/Factory/Textures/T_pipe_conditioning01_Mask.uasset b/Content/Factory/Textures/T_pipe_conditioning01_Mask.uasset new file mode 100644 index 00000000..b7c92843 --- /dev/null +++ b/Content/Factory/Textures/T_pipe_conditioning01_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5cbfe0163b74c0349c0f3a15b8d04c6328d214ab07f4838a7e0ff3735b626a6 +size 9521131 diff --git a/Content/Factory/Textures/T_pipe_conditioning01_N.uasset b/Content/Factory/Textures/T_pipe_conditioning01_N.uasset new file mode 100644 index 00000000..477d7c50 --- /dev/null +++ b/Content/Factory/Textures/T_pipe_conditioning01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa78ae8f6a0cb42e8d336699a3aef7d57f1080fcc1e04f436dd53bab3c17a73 +size 20488835 diff --git a/Content/Factory/Textures/T_pipe_conditioning01_ORM.uasset b/Content/Factory/Textures/T_pipe_conditioning01_ORM.uasset new file mode 100644 index 00000000..6a54f470 --- /dev/null +++ b/Content/Factory/Textures/T_pipe_conditioning01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a77a9533e34e3ea53be1c6b38979d47dc10b06242ba8cdd8d42622ff4f18ede +size 6773166 diff --git a/Content/Factory/Textures/T_wheel_01_BC.uasset b/Content/Factory/Textures/T_wheel_01_BC.uasset new file mode 100644 index 00000000..f8ea863e --- /dev/null +++ b/Content/Factory/Textures/T_wheel_01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee82d3339fae1e99a03e1b0302b8662cffc1203cafe0c6b0eaf59ebaf0aac85c +size 3302288 diff --git a/Content/Factory/Textures/T_wheel_01_N.uasset b/Content/Factory/Textures/T_wheel_01_N.uasset new file mode 100644 index 00000000..6aa67214 --- /dev/null +++ b/Content/Factory/Textures/T_wheel_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4ff7cc8ae1966b346a9f25f6ecde361def01a5ef917441191a93d56c9d48917 +size 6671229 diff --git a/Content/Factory/Textures/T_wheel_01_ORM.uasset b/Content/Factory/Textures/T_wheel_01_ORM.uasset new file mode 100644 index 00000000..13e07f16 --- /dev/null +++ b/Content/Factory/Textures/T_wheel_01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebec4425f6684480e0bb65cfdc7615424742d525e8e25823529d9812e6334d3 +size 3800728 diff --git a/Content/Factory/Textures/UI/T_Keyword_BC.uasset b/Content/Factory/Textures/UI/T_Keyword_BC.uasset new file mode 100644 index 00000000..35af7000 --- /dev/null +++ b/Content/Factory/Textures/UI/T_Keyword_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a3ca2b740a39f9de2d025d6ada38804ef0ceed84ffc4ea267597fc82452f32 +size 13403 diff --git a/Content/Factory/Textures/UI/T_Mouse_BC.uasset b/Content/Factory/Textures/UI/T_Mouse_BC.uasset new file mode 100644 index 00000000..35959ead --- /dev/null +++ b/Content/Factory/Textures/UI/T_Mouse_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe7182309894f0dab2d1cf75f60b7e43cb6c6efa631111d17055e0f4b3627d6 +size 16990 diff --git a/Content/FantasyBundle/Folliage/GrassFolliage01.uasset b/Content/FantasyBundle/Folliage/GrassFolliage01.uasset new file mode 100644 index 00000000..b9dc570b --- /dev/null +++ b/Content/FantasyBundle/Folliage/GrassFolliage01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60901e85bfb36c97cf22927a81e338b190195b57328e8299736a038b45258a38 +size 99533 diff --git a/Content/FantasyBundle/Folliage/GrassFolliage02.uasset b/Content/FantasyBundle/Folliage/GrassFolliage02.uasset new file mode 100644 index 00000000..4073134d --- /dev/null +++ b/Content/FantasyBundle/Folliage/GrassFolliage02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b1cb98bc368dcc0eefe0dd45e9d26c69682be50adcc58abc47fcc39e5a2a293 +size 99249 diff --git a/Content/FantasyBundle/Maps/Demonstration_Castle.umap b/Content/FantasyBundle/Maps/Demonstration_Castle.umap new file mode 100644 index 00000000..487553d6 --- /dev/null +++ b/Content/FantasyBundle/Maps/Demonstration_Castle.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535b338a450b6dbf502547b2d00b26ac540d8be72874c3b76b7b996ca379c39a +size 176142950 diff --git a/Content/FantasyBundle/Maps/Demonstration_Cave.umap b/Content/FantasyBundle/Maps/Demonstration_Cave.umap new file mode 100644 index 00000000..a66dc1c1 --- /dev/null +++ b/Content/FantasyBundle/Maps/Demonstration_Cave.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93b8c0294fd95b67871c11641ce0a1697624e98f33ef0b41fcadb6096f168e5 +size 1302282 diff --git a/Content/FantasyBundle/Maps/Demonstration_Village.umap b/Content/FantasyBundle/Maps/Demonstration_Village.umap new file mode 100644 index 00000000..8e47a79f --- /dev/null +++ b/Content/FantasyBundle/Maps/Demonstration_Village.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833a7b791778d83b566c46c6fc0ba696cae90fb65ae3d1bfa20be779efb3d371 +size 61693934 diff --git a/Content/FantasyBundle/Maps/Demonstration_sharedassets/Blue_LayerInfo.uasset b/Content/FantasyBundle/Maps/Demonstration_sharedassets/Blue_LayerInfo.uasset new file mode 100644 index 00000000..c4ffcac0 --- /dev/null +++ b/Content/FantasyBundle/Maps/Demonstration_sharedassets/Blue_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df98ca8811a81e5188ba51b54c6434be77a295b042d257d799c51d3684b8859f +size 1376 diff --git a/Content/FantasyBundle/Maps/Demonstration_sharedassets/Green_LayerInfo.uasset b/Content/FantasyBundle/Maps/Demonstration_sharedassets/Green_LayerInfo.uasset new file mode 100644 index 00000000..faa10c2d --- /dev/null +++ b/Content/FantasyBundle/Maps/Demonstration_sharedassets/Green_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea4eaf4301b0f9d9fa63addfcc3200853f31df56bdc10cc29ad25e9ee004972 +size 1382 diff --git a/Content/FantasyBundle/Maps/Demonstration_sharedassets/Red_LayerInfo.uasset b/Content/FantasyBundle/Maps/Demonstration_sharedassets/Red_LayerInfo.uasset new file mode 100644 index 00000000..a6e8fb61 --- /dev/null +++ b/Content/FantasyBundle/Maps/Demonstration_sharedassets/Red_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c92f836e0a7e20eb826a3bd420265a8e381a2f567efd75976dd9ffb9b69b72 +size 1370 diff --git a/Content/FantasyBundle/Maps/Overview_Castle.umap b/Content/FantasyBundle/Maps/Overview_Castle.umap new file mode 100644 index 00000000..668365e1 --- /dev/null +++ b/Content/FantasyBundle/Maps/Overview_Castle.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8994b10d0d9593b97ce4dce904c11dd6b379fdcc79c92c7906eb72e3ae9af12a +size 3633787 diff --git a/Content/FantasyBundle/Maps/Overview_Cave.umap b/Content/FantasyBundle/Maps/Overview_Cave.umap new file mode 100644 index 00000000..a0e362bd --- /dev/null +++ b/Content/FantasyBundle/Maps/Overview_Cave.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0b548b4f9ddd5ca84d10c62f55b1607338afc84be4779a31acc18d55707029 +size 147771 diff --git a/Content/FantasyBundle/Maps/Overview_Village.umap b/Content/FantasyBundle/Maps/Overview_Village.umap new file mode 100644 index 00000000..9d02f615 --- /dev/null +++ b/Content/FantasyBundle/Maps/Overview_Village.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e3d2a10b4d02f3ebc1b6af706a0dbb5d529bec2270d87baf98d1c72aef9f15d +size 921652 diff --git a/Content/FantasyBundle/Maps/blue_LayerInfo.uasset b/Content/FantasyBundle/Maps/blue_LayerInfo.uasset new file mode 100644 index 00000000..73050145 --- /dev/null +++ b/Content/FantasyBundle/Maps/blue_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d8981a2c94f364f19a477ea77c00f8d6dafb0ab64a6cc9ac90dc55517df21f +size 1349 diff --git a/Content/FantasyBundle/Maps/green_LayerInfo.uasset b/Content/FantasyBundle/Maps/green_LayerInfo.uasset new file mode 100644 index 00000000..95ea980b --- /dev/null +++ b/Content/FantasyBundle/Maps/green_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d8899f4c120670b248780530d5dfc0665fa4f851f9f6899e34223b534bbc8b0 +size 1355 diff --git a/Content/FantasyBundle/Maps/red_LayerInfo.uasset b/Content/FantasyBundle/Maps/red_LayerInfo.uasset new file mode 100644 index 00000000..11844b81 --- /dev/null +++ b/Content/FantasyBundle/Maps/red_LayerInfo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feaebb26fd2a89da3a7a7adad7d02f14af66874070f93c8c6e0c60a3ac8c1d8a +size 1343 diff --git a/Content/FantasyBundle/Materials/MI_Blue.uasset b/Content/FantasyBundle/Materials/MI_Blue.uasset new file mode 100644 index 00000000..9d944bcb --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f61d4970a5c74f2c97062f9385989465727346ab541bd91dd2d5a440b986790 +size 92552 diff --git a/Content/FantasyBundle/Materials/MI_Bridge.uasset b/Content/FantasyBundle/Materials/MI_Bridge.uasset new file mode 100644 index 00000000..d29d8a5b --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Bridge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ca777125eeebebf353cd8f517aefc53f1c14ef5d3a0886d1b9889ccaf6a477 +size 138332 diff --git a/Content/FantasyBundle/Materials/MI_Brown.uasset b/Content/FantasyBundle/Materials/MI_Brown.uasset new file mode 100644 index 00000000..9866363e --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e040f0da14aa7332ecd6c4ae2f1d63f2aa15207d168e154c472f92600b7fb1dc +size 86811 diff --git a/Content/FantasyBundle/Materials/MI_CastleCorner.uasset b/Content/FantasyBundle/Materials/MI_CastleCorner.uasset new file mode 100644 index 00000000..28a5f779 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleCorner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c833c0141df54405e56f2ff2832df18864df0d16bed7eb1cb0b7934d82193b8 +size 105815 diff --git a/Content/FantasyBundle/Materials/MI_CastleLeakingDecal02.uasset b/Content/FantasyBundle/Materials/MI_CastleLeakingDecal02.uasset new file mode 100644 index 00000000..bd19634b --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleLeakingDecal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f98af859cbcadbd4e1ae497a996329710738329e0675ef566ace7c448d492e0 +size 81675 diff --git a/Content/FantasyBundle/Materials/MI_CastleLeakingDecal03.uasset b/Content/FantasyBundle/Materials/MI_CastleLeakingDecal03.uasset new file mode 100644 index 00000000..39a141db --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleLeakingDecal03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7eee6bda2ebaab4c8bc3964394bc53ba6bf8cd0b58fc5a14d543bb89d355e6 +size 101181 diff --git a/Content/FantasyBundle/Materials/MI_CastleRock01.uasset b/Content/FantasyBundle/Materials/MI_CastleRock01.uasset new file mode 100644 index 00000000..623d6ec4 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleRock01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37beb84757fc6208d5b62b5b4ccf2f894587ab51e01984d3a50f1ba9b49d12d1 +size 144692 diff --git a/Content/FantasyBundle/Materials/MI_CastleWall.uasset b/Content/FantasyBundle/Materials/MI_CastleWall.uasset new file mode 100644 index 00000000..4af65944 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15fb131034ccad15b99a7a9bc6f077a351d4adfa3b79ecc2f8163bd5f40ad394 +size 108732 diff --git a/Content/FantasyBundle/Materials/MI_CastleWallBlend.uasset b/Content/FantasyBundle/Materials/MI_CastleWallBlend.uasset new file mode 100644 index 00000000..41f68b23 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleWallBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b343ae181618736100c8883bf1d9aadf1b908d0f9cbdf9eee8e3dc6eff237f +size 111389 diff --git a/Content/FantasyBundle/Materials/MI_CastleWallDetails.uasset b/Content/FantasyBundle/Materials/MI_CastleWallDetails.uasset new file mode 100644 index 00000000..302175ee --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CastleWallDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a7470b24038b41e90443b56beef66278fd5e90b159963d73791d54326e0114 +size 107660 diff --git a/Content/FantasyBundle/Materials/MI_CeilingCave.uasset b/Content/FantasyBundle/Materials/MI_CeilingCave.uasset new file mode 100644 index 00000000..ef673b07 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_CeilingCave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5cc0828dde73341e07e13b49d687926ffd450667c4e3478d29c9770319f643 +size 117624 diff --git a/Content/FantasyBundle/Materials/MI_Dirt01.uasset b/Content/FantasyBundle/Materials/MI_Dirt01.uasset new file mode 100644 index 00000000..ff99e15b --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Dirt01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98d8957e2b995a46e7135d134304eb76d366d5ae5dc9e71687ef2fe6394f90a +size 100876 diff --git a/Content/FantasyBundle/Materials/MI_Doors.uasset b/Content/FantasyBundle/Materials/MI_Doors.uasset new file mode 100644 index 00000000..79e59fff --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Doors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:046a510a8997a1d409ef0cccec820147d20855893c287fd75ce5664811c98d8d +size 107924 diff --git a/Content/FantasyBundle/Materials/MI_EntranceRock.uasset b/Content/FantasyBundle/Materials/MI_EntranceRock.uasset new file mode 100644 index 00000000..ce487928 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_EntranceRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f6ab7584df7034d2e5b4b6f98585f6ccf3690aec08c8a8646b7a1931e3d531 +size 134793 diff --git a/Content/FantasyBundle/Materials/MI_EntranceWall01.uasset b/Content/FantasyBundle/Materials/MI_EntranceWall01.uasset new file mode 100644 index 00000000..21076c95 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_EntranceWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb211aaebe81290a69115dc89e85b9d8b96ad29dcaf93b016ebe1933164924cc +size 125235 diff --git a/Content/FantasyBundle/Materials/MI_EntranceWall02.uasset b/Content/FantasyBundle/Materials/MI_EntranceWall02.uasset new file mode 100644 index 00000000..7394c738 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_EntranceWall02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932fda79d0242366a5fceb2c014905b8c624fc1d4683ec3b793b26f15df238ce +size 130198 diff --git a/Content/FantasyBundle/Materials/MI_Fabric.uasset b/Content/FantasyBundle/Materials/MI_Fabric.uasset new file mode 100644 index 00000000..1d990664 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5fa840286aab992e5177e8b01b91b00b9ef45e34c18fd9efda8695964db5da +size 140963 diff --git a/Content/FantasyBundle/Materials/MI_Fabric01.uasset b/Content/FantasyBundle/Materials/MI_Fabric01.uasset new file mode 100644 index 00000000..5fd6fbe3 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Fabric01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36e71ba50eea17400b8bdc5e2be242e2e1b7e7b32d15cdf567e7a7aeac1387c +size 109804 diff --git a/Content/FantasyBundle/Materials/MI_Floor.uasset b/Content/FantasyBundle/Materials/MI_Floor.uasset new file mode 100644 index 00000000..3184293c --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71d225c6a0334fa7037c818d58202a934da70c89a90d0d67c7e4f1144c77dee +size 125326 diff --git a/Content/FantasyBundle/Materials/MI_FrontPlate.uasset b/Content/FantasyBundle/Materials/MI_FrontPlate.uasset new file mode 100644 index 00000000..058c381f --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_FrontPlate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2347eed9e044517d461599de1516248c047882d18efa1b357aa73796b525fc2a +size 128507 diff --git a/Content/FantasyBundle/Materials/MI_Green.uasset b/Content/FantasyBundle/Materials/MI_Green.uasset new file mode 100644 index 00000000..3c861dff --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674242e7801fe52eb5500b89b827f13e6c044288da029c6db715285b6ba7fedb +size 106311 diff --git a/Content/FantasyBundle/Materials/MI_GroundDirt01_Decal01.uasset b/Content/FantasyBundle/Materials/MI_GroundDirt01_Decal01.uasset new file mode 100644 index 00000000..97314943 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_GroundDirt01_Decal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e00c8fc709e826d1ef41f80e4533af87427ee6d961eb0ebe95c152ec220cba +size 120235 diff --git a/Content/FantasyBundle/Materials/MI_GroundDirt01_Decal02.uasset b/Content/FantasyBundle/Materials/MI_GroundDirt01_Decal02.uasset new file mode 100644 index 00000000..a6c1b810 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_GroundDirt01_Decal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b29df3070310bdd4ad78948cf98132c88f687c6c88b56e94dfe434fb9f786fd +size 122182 diff --git a/Content/FantasyBundle/Materials/MI_GroundPlates.uasset b/Content/FantasyBundle/Materials/MI_GroundPlates.uasset new file mode 100644 index 00000000..40a45a96 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_GroundPlates.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a49423a04350d41ffeaf587cced0fd11689562c1814e16a059a4d81048306e +size 106320 diff --git a/Content/FantasyBundle/Materials/MI_GroundStones.uasset b/Content/FantasyBundle/Materials/MI_GroundStones.uasset new file mode 100644 index 00000000..1c1b4a78 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_GroundStones.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a66385c8cfb95cafb7d2b4adba606cf6c66890ea052c8f53e44e1bdf5ccfae +size 113294 diff --git a/Content/FantasyBundle/Materials/MI_GroundStonesBlend.uasset b/Content/FantasyBundle/Materials/MI_GroundStonesBlend.uasset new file mode 100644 index 00000000..3b93a917 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_GroundStonesBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c52386d3fa8f765eac86a79e22bb706f64aa7fddd8072bb007779334599c02 +size 115832 diff --git a/Content/FantasyBundle/Materials/MI_GroundTiles01.uasset b/Content/FantasyBundle/Materials/MI_GroundTiles01.uasset new file mode 100644 index 00000000..ff8e451b --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_GroundTiles01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce71d68e74e487368f268411e3b0eacb2b1ca3403540fa22f096196abee27c66 +size 113075 diff --git a/Content/FantasyBundle/Materials/MI_HexagonRock.uasset b/Content/FantasyBundle/Materials/MI_HexagonRock.uasset new file mode 100644 index 00000000..3df4bd83 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_HexagonRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b95cf1d42da2fd7ad3eb53794115d850991f2dc9377bbaad3c3f4500dc86e3 +size 130047 diff --git a/Content/FantasyBundle/Materials/MI_Hood.uasset b/Content/FantasyBundle/Materials/MI_Hood.uasset new file mode 100644 index 00000000..d5c43b1a --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Hood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977221c0d06a53710d458ea678df9950b516cf51c2c4dc31d56a15a1c8241609 +size 129934 diff --git a/Content/FantasyBundle/Materials/MI_HouseWallRed.uasset b/Content/FantasyBundle/Materials/MI_HouseWallRed.uasset new file mode 100644 index 00000000..13e35583 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_HouseWallRed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9775c5cfdfc2e3f6b9977588832a722d1ae8b5892eff7b25fc6cf8e7ac5805 +size 110351 diff --git a/Content/FantasyBundle/Materials/MI_HouseWallYellow.uasset b/Content/FantasyBundle/Materials/MI_HouseWallYellow.uasset new file mode 100644 index 00000000..13029680 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_HouseWallYellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0343142005d1a700a9379b5cd3302905b0c0b5160ee09c8415b19c2bed7313 +size 108445 diff --git a/Content/FantasyBundle/Materials/MI_Landscape02.uasset b/Content/FantasyBundle/Materials/MI_Landscape02.uasset new file mode 100644 index 00000000..ff536626 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Landscape02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2cacf451ab7b0b346be4117b635fd72a86edc529e85a21e84041f1750e7ae5b +size 100966 diff --git a/Content/FantasyBundle/Materials/MI_LargePillar.uasset b/Content/FantasyBundle/Materials/MI_LargePillar.uasset new file mode 100644 index 00000000..7e85ea10 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_LargePillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec84c7523f2c40e46210830881bb1d24dd607b9fcbc3d1df78b499f01ff9b096 +size 121115 diff --git a/Content/FantasyBundle/Materials/MI_LeakingDecal01.uasset b/Content/FantasyBundle/Materials/MI_LeakingDecal01.uasset new file mode 100644 index 00000000..aa77df6e --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_LeakingDecal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:085c709abecb27a596a2f1dca2c838c4aac9151e50f4171be38787319f9d25a5 +size 80973 diff --git a/Content/FantasyBundle/Materials/MI_LeakingDecal02.uasset b/Content/FantasyBundle/Materials/MI_LeakingDecal02.uasset new file mode 100644 index 00000000..d63ba3bf --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_LeakingDecal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4e9fd0430713fdae62e14cd6d1a9872531e0d72d7b6a3af11ce6b01dd23fa6 +size 90767 diff --git a/Content/FantasyBundle/Materials/MI_LeakingDecal03.uasset b/Content/FantasyBundle/Materials/MI_LeakingDecal03.uasset new file mode 100644 index 00000000..a2dcd358 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_LeakingDecal03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ad0e9d72c08a0729e555091b1ae625180adde727673af8e0c8b08337b0fcaa +size 90268 diff --git a/Content/FantasyBundle/Materials/MI_LeakingDecal04.uasset b/Content/FantasyBundle/Materials/MI_LeakingDecal04.uasset new file mode 100644 index 00000000..35c918f3 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_LeakingDecal04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277d6f42915048a0f07cba88f31131168d7bc39f46f248315c0967dc728af2d2 +size 101949 diff --git a/Content/FantasyBundle/Materials/MI_LeakingDecal05.uasset b/Content/FantasyBundle/Materials/MI_LeakingDecal05.uasset new file mode 100644 index 00000000..28dc60d8 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_LeakingDecal05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d5b312115f690a67b31631bc7788ee4d83392d93957eb13d94872ba87017fe +size 91593 diff --git a/Content/FantasyBundle/Materials/MI_Plaster.uasset b/Content/FantasyBundle/Materials/MI_Plaster.uasset new file mode 100644 index 00000000..f273e277 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Plaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c77ef4636fcc564c232e94dbb7becc49d3457a9f1f39d07f6ec425116f7bf89 +size 91213 diff --git a/Content/FantasyBundle/Materials/MI_PlasterBlend.uasset b/Content/FantasyBundle/Materials/MI_PlasterBlend.uasset new file mode 100644 index 00000000..d1518cfd --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_PlasterBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e4bea0dfb190d6e8a55455696d4863f74942214bac92479a2a6615ac7d775d +size 116712 diff --git a/Content/FantasyBundle/Materials/MI_Puddle02.uasset b/Content/FantasyBundle/Materials/MI_Puddle02.uasset new file mode 100644 index 00000000..66759a64 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Puddle02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d02cf5498cc6bd414969a90895f6fc985058ebce6015fb19963034105bcb5fd1 +size 89744 diff --git a/Content/FantasyBundle/Materials/MI_Puddle03.uasset b/Content/FantasyBundle/Materials/MI_Puddle03.uasset new file mode 100644 index 00000000..b8bf1a74 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Puddle03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9dccf1bcfc795e13f3e68a07ffda1606dc9f011a11160b5afc207e3d1abdba +size 101127 diff --git a/Content/FantasyBundle/Materials/MI_RiverWater01.uasset b/Content/FantasyBundle/Materials/MI_RiverWater01.uasset new file mode 100644 index 00000000..dbf4a978 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_RiverWater01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8073238edf4ed15f5e48ca4609c2344235021f578eccbcf37c089bba9755a8a0 +size 120627 diff --git a/Content/FantasyBundle/Materials/MI_Rock01.uasset b/Content/FantasyBundle/Materials/MI_Rock01.uasset new file mode 100644 index 00000000..22dc792a --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Rock01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfda3c377256f09fbdedae07e90e1304f0764ccd2ff8fc072453042e6782f6b +size 109347 diff --git a/Content/FantasyBundle/Materials/MI_Rock01Cave.uasset b/Content/FantasyBundle/Materials/MI_Rock01Cave.uasset new file mode 100644 index 00000000..b786a811 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Rock01Cave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5d22cb1ebee396c899402121fb681947a9b3a1ee9f6697ef269b20230dfeab +size 135292 diff --git a/Content/FantasyBundle/Materials/MI_Rock02.uasset b/Content/FantasyBundle/Materials/MI_Rock02.uasset new file mode 100644 index 00000000..6531502d --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Rock02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ad6223cf8b0882320a847bac970b97c89a2efa20cbde6312ab9191367555e9 +size 111402 diff --git a/Content/FantasyBundle/Materials/MI_RoofTiles.uasset b/Content/FantasyBundle/Materials/MI_RoofTiles.uasset new file mode 100644 index 00000000..6cf65b2e --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_RoofTiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c443a54d260b0fdc1db5aca6a8fc7f27806f100975b96d47e51f7c6e86bdbe0 +size 115812 diff --git a/Content/FantasyBundle/Materials/MI_RoofTiles_Color.uasset b/Content/FantasyBundle/Materials/MI_RoofTiles_Color.uasset new file mode 100644 index 00000000..f162637e --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_RoofTiles_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3f928cf9f8149c269228cf30f79e06c7661d3c86fcc4241711436b033fd221 +size 110359 diff --git a/Content/FantasyBundle/Materials/MI_SandStonesBlend01.uasset b/Content/FantasyBundle/Materials/MI_SandStonesBlend01.uasset new file mode 100644 index 00000000..cfd97849 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_SandStonesBlend01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999c4c2687a30469da573a2b7c76a907fd2468d3763746ad8b89034400964321 +size 134202 diff --git a/Content/FantasyBundle/Materials/MI_SandTiled01.uasset b/Content/FantasyBundle/Materials/MI_SandTiled01.uasset new file mode 100644 index 00000000..f1a35c20 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_SandTiled01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68c7e6bdda02bb5b1cfbaf1929b1fb829e3a623e5a96c742b26da28d7168059 +size 129983 diff --git a/Content/FantasyBundle/Materials/MI_SarcophagusInside.uasset b/Content/FantasyBundle/Materials/MI_SarcophagusInside.uasset new file mode 100644 index 00000000..fd111eba --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_SarcophagusInside.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13a93dcc3cd5539f018c89065ffae57b35893ee46535b1aa2205ea24ca17806 +size 110051 diff --git a/Content/FantasyBundle/Materials/MI_Signs.uasset b/Content/FantasyBundle/Materials/MI_Signs.uasset new file mode 100644 index 00000000..bffead27 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Signs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d930d2b628730df0690bf3af601d619b779397da4c5b795a67ae32459935ca +size 112681 diff --git a/Content/FantasyBundle/Materials/MI_Stairs.uasset b/Content/FantasyBundle/Materials/MI_Stairs.uasset new file mode 100644 index 00000000..559b3dc2 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a102bb5b21ecac5a26175edc574bd212d818d59b617050e21bf3ec8bb9bbfa83 +size 130928 diff --git a/Content/FantasyBundle/Materials/MI_StoneBorder.uasset b/Content/FantasyBundle/Materials/MI_StoneBorder.uasset new file mode 100644 index 00000000..631cc285 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_StoneBorder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205f5263db102dd12a22d7675ac6b0a97f544df0c270a7aada68b7d89124e7f8 +size 135955 diff --git a/Content/FantasyBundle/Materials/MI_StoneDetails.uasset b/Content/FantasyBundle/Materials/MI_StoneDetails.uasset new file mode 100644 index 00000000..877c4178 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_StoneDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6f2c45b99f75dde086eb872b2e45382345d76c9c4b06dbb3005f4bfef98cf7 +size 143629 diff --git a/Content/FantasyBundle/Materials/MI_StoneWall.uasset b/Content/FantasyBundle/Materials/MI_StoneWall.uasset new file mode 100644 index 00000000..b0965c2d --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_StoneWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdde0b63a902748caf707cd206f7e9817a687f1e662d9a8a809877d82bfac7f +size 113994 diff --git a/Content/FantasyBundle/Materials/MI_StoneWallBlend01.uasset b/Content/FantasyBundle/Materials/MI_StoneWallBlend01.uasset new file mode 100644 index 00000000..93849384 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_StoneWallBlend01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4c9671d9fccb34329543ab273b023fabbe386a53da2d1ed43ef53b3a0c825c +size 116641 diff --git a/Content/FantasyBundle/Materials/MI_TombStones01.uasset b/Content/FantasyBundle/Materials/MI_TombStones01.uasset new file mode 100644 index 00000000..e9db15a0 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_TombStones01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:031e685989e14d997729b36cd60ca5c8979cc2dfa006f3b332711c0d40b4cbe3 +size 140964 diff --git a/Content/FantasyBundle/Materials/MI_TombStones02.uasset b/Content/FantasyBundle/Materials/MI_TombStones02.uasset new file mode 100644 index 00000000..c8e20947 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_TombStones02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8171f8d1185bb6910bb9f7e41980495193a392ce359076bbc647c948bc29fe7 +size 140692 diff --git a/Content/FantasyBundle/Materials/MI_TombStones03.uasset b/Content/FantasyBundle/Materials/MI_TombStones03.uasset new file mode 100644 index 00000000..987ff10f --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_TombStones03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb2b4921d1ec6f6f8a865786b362c6f853ed740e4305d01a70141eeedae43989 +size 138637 diff --git a/Content/FantasyBundle/Materials/MI_UnderPlate.uasset b/Content/FantasyBundle/Materials/MI_UnderPlate.uasset new file mode 100644 index 00000000..cce62cec --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_UnderPlate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8042cb104ada05f0b21b45fa32ddc384b07444c9982008d6321e8a8fa7d288 +size 134024 diff --git a/Content/FantasyBundle/Materials/MI_WallArch.uasset b/Content/FantasyBundle/Materials/MI_WallArch.uasset new file mode 100644 index 00000000..b82931e4 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallArch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f1808108f2eff2123bc5e0ccea5f8a820ef3535ca55273c52e5d57cec5175c +size 145932 diff --git a/Content/FantasyBundle/Materials/MI_WallStones01.uasset b/Content/FantasyBundle/Materials/MI_WallStones01.uasset new file mode 100644 index 00000000..943eeaa6 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStones01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77b8809ef213547fe97642d192b782e9adeb019fa733c40311c5d42fa2079e1 +size 147054 diff --git a/Content/FantasyBundle/Materials/MI_WallStones02.uasset b/Content/FantasyBundle/Materials/MI_WallStones02.uasset new file mode 100644 index 00000000..f0652a11 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStones02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7eec898f7774866b01389c8bc4005b2d2cd14ac6c50d48ee17e48d4c1d0bf95 +size 152256 diff --git a/Content/FantasyBundle/Materials/MI_WallStones03.uasset b/Content/FantasyBundle/Materials/MI_WallStones03.uasset new file mode 100644 index 00000000..27fd0df8 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStones03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ca5bb3ebffc1087f5194c4148031ec92ee2a36d2e550b773fc588bd66d2fe3b +size 147143 diff --git a/Content/FantasyBundle/Materials/MI_WallStones04.uasset b/Content/FantasyBundle/Materials/MI_WallStones04.uasset new file mode 100644 index 00000000..152f1017 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStones04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff5df30002bf89ae5dfa324ca1d0597d59c3ef08c8b95a79f57ae5a4b4a4ab41 +size 151539 diff --git a/Content/FantasyBundle/Materials/MI_WallStonesBlend02.uasset b/Content/FantasyBundle/Materials/MI_WallStonesBlend02.uasset new file mode 100644 index 00000000..3b303596 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStonesBlend02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5163777549c729d60fc2db3d29c3c70f929757f9dd283aea65ad442218c3a0a2 +size 157977 diff --git a/Content/FantasyBundle/Materials/MI_WallStonesBlend03.uasset b/Content/FantasyBundle/Materials/MI_WallStonesBlend03.uasset new file mode 100644 index 00000000..e385d2d5 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStonesBlend03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b19ea0ce161af261205a22b57d7ea009e2cfd0dfb8ab91e4af02389a357fc +size 158668 diff --git a/Content/FantasyBundle/Materials/MI_WallStonesMoss01.uasset b/Content/FantasyBundle/Materials/MI_WallStonesMoss01.uasset new file mode 100644 index 00000000..32f0a4a5 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStonesMoss01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e4888dff630e84d71e70b0219efc8a8700643cd09f850d3d1d827ba7438d6e +size 153634 diff --git a/Content/FantasyBundle/Materials/MI_WallStonesMoss02.uasset b/Content/FantasyBundle/Materials/MI_WallStonesMoss02.uasset new file mode 100644 index 00000000..cc200491 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WallStonesMoss02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238f8234d32887c4bf08dc87ec3ece1e729debc91762630d1b9ff49b57c048f5 +size 154759 diff --git a/Content/FantasyBundle/Materials/MI_WoodDetails.uasset b/Content/FantasyBundle/Materials/MI_WoodDetails.uasset new file mode 100644 index 00000000..c231d7bb --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WoodDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff840ff705dc52abfcdbad1ecd44ac962a50ce62218e4ca3f152ebcc5c44412 +size 105718 diff --git a/Content/FantasyBundle/Materials/MI_WoodDetails_White.uasset b/Content/FantasyBundle/Materials/MI_WoodDetails_White.uasset new file mode 100644 index 00000000..06a58d78 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WoodDetails_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3187349ea40698001f5d107c77705c3b212edac3857d48cca93cedf021684845 +size 102544 diff --git a/Content/FantasyBundle/Materials/MI_WoodMetalsTiles.uasset b/Content/FantasyBundle/Materials/MI_WoodMetalsTiles.uasset new file mode 100644 index 00000000..064281f0 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WoodMetalsTiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983319fac693c2c861f2f2fded81ec2ca08fda814acbe1e8290f726a29f511a3 +size 141475 diff --git a/Content/FantasyBundle/Materials/MI_WoodTile.uasset b/Content/FantasyBundle/Materials/MI_WoodTile.uasset new file mode 100644 index 00000000..ac5d1ad4 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WoodTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb3ce1eccf1831c46a0113de6e7b74ee7e63ed8ea3c629b3b93305946312b7a +size 102972 diff --git a/Content/FantasyBundle/Materials/MI_WoodTile_White.uasset b/Content/FantasyBundle/Materials/MI_WoodTile_White.uasset new file mode 100644 index 00000000..128a4b51 --- /dev/null +++ b/Content/FantasyBundle/Materials/MI_WoodTile_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c94f622add25b7dda2b29a8972cb6b05eeac15112e10a62600e2868ed83252a3 +size 106247 diff --git a/Content/FantasyBundle/Materials/M_4wayChaos.uasset b/Content/FantasyBundle/Materials/M_4wayChaos.uasset new file mode 100644 index 00000000..94f2f514 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_4wayChaos.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a1aa2d8c81870a941c0c39022fd7531bdff292d0c2b94269ad52d902b52348 +size 107995 diff --git a/Content/FantasyBundle/Materials/M_Bricks.uasset b/Content/FantasyBundle/Materials/M_Bricks.uasset new file mode 100644 index 00000000..f08bcb57 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04e8f240aff1e8b5d494c4b529b3f2d4277c660b6e7de386b6a74f35a13ae03 +size 143053 diff --git a/Content/FantasyBundle/Materials/M_CastleGate.uasset b/Content/FantasyBundle/Materials/M_CastleGate.uasset new file mode 100644 index 00000000..80c1581d --- /dev/null +++ b/Content/FantasyBundle/Materials/M_CastleGate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3b98136d2bf1cf8a062b9b4dc848f3e4f5af0dad1ad69a6fe2a68b28bc0f9f +size 109252 diff --git a/Content/FantasyBundle/Materials/M_CastleLandscape.uasset b/Content/FantasyBundle/Materials/M_CastleLandscape.uasset new file mode 100644 index 00000000..bfd2f72d --- /dev/null +++ b/Content/FantasyBundle/Materials/M_CastleLandscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8a4944910dc871c280429f37b485f81d9d53baca729511c657c47d4999c8b5 +size 123279 diff --git a/Content/FantasyBundle/Materials/M_CastleMasterBlend.uasset b/Content/FantasyBundle/Materials/M_CastleMasterBlend.uasset new file mode 100644 index 00000000..9020e305 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_CastleMasterBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e784c9a4f7899fdca1f623d0c7c128a33552cf539cd92240ba114a6ce858a8d3 +size 177273 diff --git a/Content/FantasyBundle/Materials/M_CastleStairs01.uasset b/Content/FantasyBundle/Materials/M_CastleStairs01.uasset new file mode 100644 index 00000000..967a1249 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_CastleStairs01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b4d533a825098d1bc004621cc65ba9356efe33bafaf332bbb1b330106aca403 +size 142715 diff --git a/Content/FantasyBundle/Materials/M_Caustics.uasset b/Content/FantasyBundle/Materials/M_Caustics.uasset new file mode 100644 index 00000000..2d2008a8 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Caustics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2f121d3bcda6ffd4667f7706f84a7893ef12cd8cd502c76c7ba7718ec798b5 +size 84187 diff --git a/Content/FantasyBundle/Materials/M_Dust_Particle.uasset b/Content/FantasyBundle/Materials/M_Dust_Particle.uasset new file mode 100644 index 00000000..79d21ef3 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Dust_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3ce077beb467d2ebf2ab7bb1f15d7262127b90a606802bfa9782c34f81ecaf +size 68166 diff --git a/Content/FantasyBundle/Materials/M_Fabric.uasset b/Content/FantasyBundle/Materials/M_Fabric.uasset new file mode 100644 index 00000000..7578f66f --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87b0335e0f064916c9430961b0336c169054dc9a299505c7c5911fdc275a690 +size 124678 diff --git a/Content/FantasyBundle/Materials/M_FabricAnimated.uasset b/Content/FantasyBundle/Materials/M_FabricAnimated.uasset new file mode 100644 index 00000000..1e85d32e --- /dev/null +++ b/Content/FantasyBundle/Materials/M_FabricAnimated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85b3768814bd7630ed430a6b74afc72e21070c578261e1e7b1d4db85be8eb01e +size 157642 diff --git a/Content/FantasyBundle/Materials/M_Glow.uasset b/Content/FantasyBundle/Materials/M_Glow.uasset new file mode 100644 index 00000000..34388655 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24eb33bfbdc6e3b37194dd7e790b9ae17ae9380bd661158455a1da62aac5885c +size 70199 diff --git a/Content/FantasyBundle/Materials/M_Grass.uasset b/Content/FantasyBundle/Materials/M_Grass.uasset new file mode 100644 index 00000000..0c2c620d --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba42dd118e7a09e41ff23cbf477438689d69ade454c6fc122bfbca3bb5275747 +size 102621 diff --git a/Content/FantasyBundle/Materials/M_Grass01.uasset b/Content/FantasyBundle/Materials/M_Grass01.uasset new file mode 100644 index 00000000..d8b68f0e --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Grass01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1038840dee8a14ee16e27e8c9325e5e9f6de24647b615a52b14073d410c5a5 +size 136048 diff --git a/Content/FantasyBundle/Materials/M_GrassAnimated02.uasset b/Content/FantasyBundle/Materials/M_GrassAnimated02.uasset new file mode 100644 index 00000000..8dd79f64 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_GrassAnimated02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeaad58a23d1f8fa185e3c29017be3c16be5153e0dc972d744e934b94001a638 +size 153883 diff --git a/Content/FantasyBundle/Materials/M_Grey.uasset b/Content/FantasyBundle/Materials/M_Grey.uasset new file mode 100644 index 00000000..ca2bf5d9 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Grey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe0a6c37ba6512ae12bce9bc101b8959f07bb3c2a88e96c38436350adbe716d +size 94733 diff --git a/Content/FantasyBundle/Materials/M_GroundDirt01_Decal.uasset b/Content/FantasyBundle/Materials/M_GroundDirt01_Decal.uasset new file mode 100644 index 00000000..474f0f4e --- /dev/null +++ b/Content/FantasyBundle/Materials/M_GroundDirt01_Decal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bb214c1f72534e96d704fd4920d428d201418a2f40cab0c0325ce90d7334db +size 130138 diff --git a/Content/FantasyBundle/Materials/M_HouseWallBase.uasset b/Content/FantasyBundle/Materials/M_HouseWallBase.uasset new file mode 100644 index 00000000..8911e423 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_HouseWallBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4989e4b400a795b3bfd7ad776b2226013e1beeb87cd37143b361739996641393 +size 104590 diff --git a/Content/FantasyBundle/Materials/M_HouseWallColor.uasset b/Content/FantasyBundle/Materials/M_HouseWallColor.uasset new file mode 100644 index 00000000..3c4b798c --- /dev/null +++ b/Content/FantasyBundle/Materials/M_HouseWallColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70f4b3c328149639de979e38d97d84a76ab46de67e6473b866e42ff7bd91e2b +size 108623 diff --git a/Content/FantasyBundle/Materials/M_HouseWallDisplace.uasset b/Content/FantasyBundle/Materials/M_HouseWallDisplace.uasset new file mode 100644 index 00000000..2462b425 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_HouseWallDisplace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c1f4b8052c2ad693a040a8fc9c670bc3a1f16cf58da0c4321fb9e2d50cd534 +size 107522 diff --git a/Content/FantasyBundle/Materials/M_Landscape.uasset b/Content/FantasyBundle/Materials/M_Landscape.uasset new file mode 100644 index 00000000..c806df05 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Landscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4240f4399a7b1a90776455171db70e64e3b3ff8118fe76801e8b2f93e8172dd +size 86743 diff --git a/Content/FantasyBundle/Materials/M_Landscape4033.uasset b/Content/FantasyBundle/Materials/M_Landscape4033.uasset new file mode 100644 index 00000000..fc2086fe --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Landscape4033.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6d0d38134365ad00f96b6b23213cb1d61062f0893d5be535083cffe6c39349 +size 119591 diff --git a/Content/FantasyBundle/Materials/M_LeakingDecal01.uasset b/Content/FantasyBundle/Materials/M_LeakingDecal01.uasset new file mode 100644 index 00000000..430b1d7a --- /dev/null +++ b/Content/FantasyBundle/Materials/M_LeakingDecal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c8c291a1390a5dba4285e4d2e2a180c5084f5da4e046c5236e14ab4bee5b84 +size 97635 diff --git a/Content/FantasyBundle/Materials/M_MasterBlend.uasset b/Content/FantasyBundle/Materials/M_MasterBlend.uasset new file mode 100644 index 00000000..0446e663 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_MasterBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb4f0090620bd2390a5e67df746cdbfca75f0c40f761bf5002c6b25cc98004b +size 135343 diff --git a/Content/FantasyBundle/Materials/M_Pillar01_Master.uasset b/Content/FantasyBundle/Materials/M_Pillar01_Master.uasset new file mode 100644 index 00000000..84ea8e5e --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Pillar01_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d9fbf5ef27613681ae970f27081a99313d5a7422e92a73338360f5680b875ac +size 137499 diff --git a/Content/FantasyBundle/Materials/M_Puddle01.uasset b/Content/FantasyBundle/Materials/M_Puddle01.uasset new file mode 100644 index 00000000..8605ddd9 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Puddle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1d6207251376cf8a034607538c9e09a1e5da801a69da0bfc324593fee91124 +size 104457 diff --git a/Content/FantasyBundle/Materials/M_RiverWater01.uasset b/Content/FantasyBundle/Materials/M_RiverWater01.uasset new file mode 100644 index 00000000..83c27983 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_RiverWater01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6363826d3ff81fd7ec4ac13e152e23b2acb04ad725483904a6fe832f283ea79c +size 131139 diff --git a/Content/FantasyBundle/Materials/M_RockDetailed.uasset b/Content/FantasyBundle/Materials/M_RockDetailed.uasset new file mode 100644 index 00000000..0681c891 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_RockDetailed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972a07e0880f4c58f71b6f283590806dae82dd650bc3dc8239c0a1eaa47745ff +size 127602 diff --git a/Content/FantasyBundle/Materials/M_Sarcophagus_Master.uasset b/Content/FantasyBundle/Materials/M_Sarcophagus_Master.uasset new file mode 100644 index 00000000..d0a9e7ae --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Sarcophagus_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0589a40b1bd422c7f7a47a5d470945a7fe45da1557e8f977af58d81b9c0ce5f +size 144059 diff --git a/Content/FantasyBundle/Materials/M_ShowroomFloor.uasset b/Content/FantasyBundle/Materials/M_ShowroomFloor.uasset new file mode 100644 index 00000000..6f36300e --- /dev/null +++ b/Content/FantasyBundle/Materials/M_ShowroomFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b16fb4a289382f5d3d482c363397c0e45a61cae3c39c2ca996f7fd4085de42 +size 77960 diff --git a/Content/FantasyBundle/Materials/M_WallLeaves.uasset b/Content/FantasyBundle/Materials/M_WallLeaves.uasset new file mode 100644 index 00000000..e3cdba3d --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallLeaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce333a0d1a1657bdf23dd2f3ebe14caf658f930f2664a956af235a26de2eab89 +size 147980 diff --git a/Content/FantasyBundle/Materials/M_WallPaintings01.uasset b/Content/FantasyBundle/Materials/M_WallPaintings01.uasset new file mode 100644 index 00000000..44e74221 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallPaintings01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c3e178cc1439beb1adf7c94c051acd13951931d3c1ae5576d8af50aafb06f +size 107151 diff --git a/Content/FantasyBundle/Materials/M_WallPaintings02.uasset b/Content/FantasyBundle/Materials/M_WallPaintings02.uasset new file mode 100644 index 00000000..06e4b8be --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallPaintings02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01e48d79d77ecc689ed331ef4e8bb144177d5d0f8ad54a5de119148742690d8 +size 125261 diff --git a/Content/FantasyBundle/Materials/M_WallPaintings03.uasset b/Content/FantasyBundle/Materials/M_WallPaintings03.uasset new file mode 100644 index 00000000..8eaf970f --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallPaintings03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb4b43297207bde3c1c1d2b939b9050e71c131799f85326ae1f43a3be9bf4f6 +size 115875 diff --git a/Content/FantasyBundle/Materials/M_WallPaintings04.uasset b/Content/FantasyBundle/Materials/M_WallPaintings04.uasset new file mode 100644 index 00000000..a47ca75c --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallPaintings04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97899f08d55e74ffc72aa489bc8c48e5e2fc32821ef15c8b329138c5ff270199 +size 104774 diff --git a/Content/FantasyBundle/Materials/M_WallPaintings05.uasset b/Content/FantasyBundle/Materials/M_WallPaintings05.uasset new file mode 100644 index 00000000..c2a5ca05 --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallPaintings05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422195e91cdcca13fbcc2f64c551b84352d6a1e68fb745cbb11f00043b48f657 +size 113252 diff --git a/Content/FantasyBundle/Materials/M_WallPaintings06.uasset b/Content/FantasyBundle/Materials/M_WallPaintings06.uasset new file mode 100644 index 00000000..ae1ef47f --- /dev/null +++ b/Content/FantasyBundle/Materials/M_WallPaintings06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7910f24275689ab868a805fcb61a508f7bbd7c6fcbe7681e408c4e81fc17e3ef +size 97882 diff --git a/Content/FantasyBundle/Materials/M_Wood01.uasset b/Content/FantasyBundle/Materials/M_Wood01.uasset new file mode 100644 index 00000000..7a3de69a --- /dev/null +++ b/Content/FantasyBundle/Materials/M_Wood01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16eefc55d4d2367b13073cb9e643ea3e6f09f2e554e760a67de8f5a48af6db96 +size 152706 diff --git a/Content/FantasyBundle/Meshes/FT_Grass01.uasset b/Content/FantasyBundle/Meshes/FT_Grass01.uasset new file mode 100644 index 00000000..fda90c50 --- /dev/null +++ b/Content/FantasyBundle/Meshes/FT_Grass01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ea6ca03b8ed2e7aa0562eeaf4f7325180a0650c8b162ee39b48308ee1c782c +size 91530 diff --git a/Content/FantasyBundle/Meshes/FT_Grass02.uasset b/Content/FantasyBundle/Meshes/FT_Grass02.uasset new file mode 100644 index 00000000..97553fe9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/FT_Grass02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6d57020693e6a2b89120876b6747d36124de647c82b4753c4218e02c6d30ee +size 88111 diff --git a/Content/FantasyBundle/Meshes/FT_Grass03.uasset b/Content/FantasyBundle/Meshes/FT_Grass03.uasset new file mode 100644 index 00000000..62669d68 --- /dev/null +++ b/Content/FantasyBundle/Meshes/FT_Grass03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b8b21df9e8daeeb4bac96ee808a2a0a470ac6d976a51617d052f62daa9c16f +size 84604 diff --git a/Content/FantasyBundle/Meshes/SM_Barrel01.uasset b/Content/FantasyBundle/Meshes/SM_Barrel01.uasset new file mode 100644 index 00000000..f772c7c3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Barrel01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95d66f47836e18e4c3c17d72e6057a27e9e806cfb45a5ea1d59a2e2a41788d36 +size 195276 diff --git a/Content/FantasyBundle/Meshes/SM_Barrel02.uasset b/Content/FantasyBundle/Meshes/SM_Barrel02.uasset new file mode 100644 index 00000000..d288155f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Barrel02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d76d73fc61c115c9a8566f90a1795b52d79ae7dbd0bd530f059b6121532755 +size 266327 diff --git a/Content/FantasyBundle/Meshes/SM_Barrel03.uasset b/Content/FantasyBundle/Meshes/SM_Barrel03.uasset new file mode 100644 index 00000000..f4b0b3cc --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Barrel03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d02b992b45b746cdbdf474f940974ab8eee437a876100217e4aff9a4201b62 +size 253039 diff --git a/Content/FantasyBundle/Meshes/SM_Barrel04.uasset b/Content/FantasyBundle/Meshes/SM_Barrel04.uasset new file mode 100644 index 00000000..23da4d69 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Barrel04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512090c5a5cdd1847122470f6a32d5c5398998cfae30cee18247bc93feca2ef0 +size 202632 diff --git a/Content/FantasyBundle/Meshes/SM_BrickWallCave.uasset b/Content/FantasyBundle/Meshes/SM_BrickWallCave.uasset new file mode 100644 index 00000000..5e127295 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_BrickWallCave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c648ad5f1bd0eac949ed2238c8bf56086427a3fc39800812d15ef3c130162759 +size 124986 diff --git a/Content/FantasyBundle/Meshes/SM_Bridge01.uasset b/Content/FantasyBundle/Meshes/SM_Bridge01.uasset new file mode 100644 index 00000000..b1e6c71c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Bridge01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2191672912eb865ab977d185892b802bc81421735f0e239ace30f4c5d8aef7 +size 229017 diff --git a/Content/FantasyBundle/Meshes/SM_Bridge02.uasset b/Content/FantasyBundle/Meshes/SM_Bridge02.uasset new file mode 100644 index 00000000..d33a1046 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Bridge02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e887ac390bfe220a652d06decaf8194c94ac57dab6655a62227f68aef5538bc +size 218571 diff --git a/Content/FantasyBundle/Meshes/SM_Bridge03.uasset b/Content/FantasyBundle/Meshes/SM_Bridge03.uasset new file mode 100644 index 00000000..afc5d62c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Bridge03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4dd022a6ec41afdd48abd9783825ef943bae2ba117400c0f21e46300c39c81 +size 222804 diff --git a/Content/FantasyBundle/Meshes/SM_BridgeCave.uasset b/Content/FantasyBundle/Meshes/SM_BridgeCave.uasset new file mode 100644 index 00000000..94e426da --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_BridgeCave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519933fa13438c70b321746ac2139ad6a616c5fc3d2bb06fdf14ac0027e27a5f +size 204863 diff --git a/Content/FantasyBundle/Meshes/SM_BridgePart01.uasset b/Content/FantasyBundle/Meshes/SM_BridgePart01.uasset new file mode 100644 index 00000000..454df7df --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_BridgePart01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ab05a08f15ed892808af652950d484c1536f0946a5be723ec8a59a663953ad +size 195732 diff --git a/Content/FantasyBundle/Meshes/SM_BridgePart02.uasset b/Content/FantasyBundle/Meshes/SM_BridgePart02.uasset new file mode 100644 index 00000000..fd9f4027 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_BridgePart02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6796ba1e9e4eec324e7173cdcbdf045037ede8e49eb6d21d75bfa98d8f379bf +size 129015 diff --git a/Content/FantasyBundle/Meshes/SM_Cannon01.uasset b/Content/FantasyBundle/Meshes/SM_Cannon01.uasset new file mode 100644 index 00000000..4e4d7752 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Cannon01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476fbcbaaea3764b821e754fa7cc925721a879152f567b83ac9f7807f5be52e8 +size 405187 diff --git a/Content/FantasyBundle/Meshes/SM_Cannon02.uasset b/Content/FantasyBundle/Meshes/SM_Cannon02.uasset new file mode 100644 index 00000000..5cf5ced9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Cannon02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7a0754df1e9fa587fe1c2b6a091c9ab23544d4c668a71e7ef4ed57d6506759 +size 184632 diff --git a/Content/FantasyBundle/Meshes/SM_Cannon03.uasset b/Content/FantasyBundle/Meshes/SM_Cannon03.uasset new file mode 100644 index 00000000..90f6ded4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Cannon03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f980a322d133d670dbd52de1188b2928fd4ac8ca5a6e9a354cfdc3ba37fcbfa +size 320297 diff --git a/Content/FantasyBundle/Meshes/SM_Cannon04.uasset b/Content/FantasyBundle/Meshes/SM_Cannon04.uasset new file mode 100644 index 00000000..e8f8c122 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Cannon04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce60d3806f73d1408c12ab7936f5b527c4e7bd767e1b55d06c2dc9ba73cd4ca9 +size 146229 diff --git a/Content/FantasyBundle/Meshes/SM_Canopy01.uasset b/Content/FantasyBundle/Meshes/SM_Canopy01.uasset new file mode 100644 index 00000000..dd5db4e8 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Canopy01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80195d0837ab30cf8ad29f909f97c8c6371d11740c262c61c2a543a810b66ad1 +size 158261 diff --git a/Content/FantasyBundle/Meshes/SM_Canopy02.uasset b/Content/FantasyBundle/Meshes/SM_Canopy02.uasset new file mode 100644 index 00000000..5c6d4af4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Canopy02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5c7f770570a4976c47628d1a40730ef3b1bcbd30d47dc4ab236aafc19b3b05 +size 149386 diff --git a/Content/FantasyBundle/Meshes/SM_Canopy03.uasset b/Content/FantasyBundle/Meshes/SM_Canopy03.uasset new file mode 100644 index 00000000..db3a7567 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Canopy03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1d69f8765e5d1d0b30dbb6b543968356e6f318d5935b4da4add2accac29c3 +size 109137 diff --git a/Content/FantasyBundle/Meshes/SM_Canopy04.uasset b/Content/FantasyBundle/Meshes/SM_Canopy04.uasset new file mode 100644 index 00000000..137858c6 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Canopy04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3588370e8fff19fef96a9725a74ca008a7c65fa5dc5e9449f63a5c1ff299eba3 +size 114141 diff --git a/Content/FantasyBundle/Meshes/SM_Canopy05.uasset b/Content/FantasyBundle/Meshes/SM_Canopy05.uasset new file mode 100644 index 00000000..6280c47a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Canopy05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20553f8f2c21257bac083096e2883de73b3068950effb9ce71909590152a8676 +size 106636 diff --git a/Content/FantasyBundle/Meshes/SM_Capping01.uasset b/Content/FantasyBundle/Meshes/SM_Capping01.uasset new file mode 100644 index 00000000..7fef58fe --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Capping01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f007d8d2aa66fcad377d97c182d7ef6f825e5835c87cb4c2fd019e037a2b89d5 +size 172690 diff --git a/Content/FantasyBundle/Meshes/SM_CastleBridge6m2.uasset b/Content/FantasyBundle/Meshes/SM_CastleBridge6m2.uasset new file mode 100644 index 00000000..68a4608f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleBridge6m2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09f6d31c56d5ad15c4d0ea8b55d720a6576d4692407abc62670ad1ced24b406 +size 123480 diff --git a/Content/FantasyBundle/Meshes/SM_CastleCorner.uasset b/Content/FantasyBundle/Meshes/SM_CastleCorner.uasset new file mode 100644 index 00000000..1cd61002 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleCorner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2171cecf6f698aad35b161897755fb8d0c47c3c4c0b3fe2fdb8f8fda74b39878 +size 106107 diff --git a/Content/FantasyBundle/Meshes/SM_CastleCorner6m02.uasset b/Content/FantasyBundle/Meshes/SM_CastleCorner6m02.uasset new file mode 100644 index 00000000..b4b40165 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleCorner6m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:375c99433bff9abfed2a33e0d99a4575e5d4c2cb8cd1c3a8201adead85e1823a +size 122190 diff --git a/Content/FantasyBundle/Meshes/SM_CastleCorner6m03.uasset b/Content/FantasyBundle/Meshes/SM_CastleCorner6m03.uasset new file mode 100644 index 00000000..7bdcf976 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleCorner6m03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0919d0cf8c6384930d81d4e90d3c0e6afd06cec104a176ed05f8529966c422 +size 121010 diff --git a/Content/FantasyBundle/Meshes/SM_CastleGate.uasset b/Content/FantasyBundle/Meshes/SM_CastleGate.uasset new file mode 100644 index 00000000..274d3e84 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleGate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2521d128f0876a7242cc77e292326627bd40ee575f391ef113f9f985100146ab +size 114206 diff --git a/Content/FantasyBundle/Meshes/SM_CastleStairs3m.uasset b/Content/FantasyBundle/Meshes/SM_CastleStairs3m.uasset new file mode 100644 index 00000000..7d856450 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleStairs3m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1fc451132b5e984b52fd4f10a92e3fc588c4704ef3853dc9b7b5b0c9a178a9 +size 107203 diff --git a/Content/FantasyBundle/Meshes/SM_CastleStairs3m01.uasset b/Content/FantasyBundle/Meshes/SM_CastleStairs3m01.uasset new file mode 100644 index 00000000..ba6f00d4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleStairs3m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057b812de53f844a6c2e892f988d59e05cd338ded861a4873ceefb8e947dcf64 +size 97714 diff --git a/Content/FantasyBundle/Meshes/SM_CastleStairs3m02.uasset b/Content/FantasyBundle/Meshes/SM_CastleStairs3m02.uasset new file mode 100644 index 00000000..abae8408 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleStairs3m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0076c542125327ed48807790a1d7704ee13e86d55a181df1efb41fc82ef4318 +size 97686 diff --git a/Content/FantasyBundle/Meshes/SM_CastleStairs3m03.uasset b/Content/FantasyBundle/Meshes/SM_CastleStairs3m03.uasset new file mode 100644 index 00000000..72984cf1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleStairs3m03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d9e43609cbeb0f83131a41883bf9bda036dfa973b63df1f2195eb31a10cd47 +size 110932 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWall1m.uasset b/Content/FantasyBundle/Meshes/SM_CastleWall1m.uasset new file mode 100644 index 00000000..3c9c7ff2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWall1m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbf3280b5d5bbfdfcdda44d6273cb9de6e98b7201d6c4b471e203580a36d3ac +size 101283 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWall3m01.uasset b/Content/FantasyBundle/Meshes/SM_CastleWall3m01.uasset new file mode 100644 index 00000000..1a58287e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWall3m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829d15c9f73c1f5c59cc0fdb44c8bb03bf0771cce02e18c2642386cceff1cab3 +size 114408 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWall3m02.uasset b/Content/FantasyBundle/Meshes/SM_CastleWall3m02.uasset new file mode 100644 index 00000000..0917349f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWall3m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfba808fdf02fd5b3894db8915d2b33347f293a6abc202fa2708942d87e2cf7 +size 107753 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWall3m03.uasset b/Content/FantasyBundle/Meshes/SM_CastleWall3m03.uasset new file mode 100644 index 00000000..2e566aa4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWall3m03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174a62cd881d80f47a244280948cf5f4f6322c1ef7e70d3d4fe0191f4dae48ac +size 119528 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWall3m04.uasset b/Content/FantasyBundle/Meshes/SM_CastleWall3m04.uasset new file mode 100644 index 00000000..2bf43f6c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWall3m04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c80376befeb300be1d321b9bf7aed0f1d717d4b1a857afce0811607ec18babb +size 121842 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWall6m.uasset b/Content/FantasyBundle/Meshes/SM_CastleWall6m.uasset new file mode 100644 index 00000000..ab38f331 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWall6m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c49eb5a0e0347ecab61d5bab33f32d451f5617916b1fb80efd3ec9a2e31c73f +size 118467 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWallCorner3m.uasset b/Content/FantasyBundle/Meshes/SM_CastleWallCorner3m.uasset new file mode 100644 index 00000000..1eba3982 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWallCorner3m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee47eed69d79334eab689f4d76c29cb2960894342aa8ee240e649a0a2ba84725 +size 115486 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWallCorner6m01.uasset b/Content/FantasyBundle/Meshes/SM_CastleWallCorner6m01.uasset new file mode 100644 index 00000000..d8744893 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWallCorner6m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e65ae5362cb676bebb6d3f9e65b9771adb7c4e678ad2a5d5819089171e3bd2 +size 120137 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWindow01.uasset b/Content/FantasyBundle/Meshes/SM_CastleWindow01.uasset new file mode 100644 index 00000000..2b8e037e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWindow01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2bb3ee468ba72786b1a4a4da2896f1db35e2d2635377fb433c1bc804c6410da +size 101107 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWindow02.uasset b/Content/FantasyBundle/Meshes/SM_CastleWindow02.uasset new file mode 100644 index 00000000..5c1fe185 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWindow02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b94ceb7d1e2ea679d86b40d0d77f20e45b03d679bc521617b7d6b4516e2acd +size 103345 diff --git a/Content/FantasyBundle/Meshes/SM_CastleWindow03.uasset b/Content/FantasyBundle/Meshes/SM_CastleWindow03.uasset new file mode 100644 index 00000000..fbff5485 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_CastleWindow03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d0f93a8252cf8f083f30f7927de1afcd1377614bad3a855947102fbdb81739 +size 97546 diff --git a/Content/FantasyBundle/Meshes/SM_Ceiling.uasset b/Content/FantasyBundle/Meshes/SM_Ceiling.uasset new file mode 100644 index 00000000..edb2b144 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:366179d4f2d71d5d430a30f47ab63c9fde4634bfc148670c3e84f9208a9504f1 +size 235332 diff --git a/Content/FantasyBundle/Meshes/SM_Chain01.uasset b/Content/FantasyBundle/Meshes/SM_Chain01.uasset new file mode 100644 index 00000000..a25334fd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Chain01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6af5eb16be8d501ddcb5064f8b7e4059c7e2296bf2be9c0df74ded7e3773179 +size 129281 diff --git a/Content/FantasyBundle/Meshes/SM_ChimneyLarge01.uasset b/Content/FantasyBundle/Meshes/SM_ChimneyLarge01.uasset new file mode 100644 index 00000000..09393966 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_ChimneyLarge01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96ac89f89cdf2b1c61f5df63b00390a950bda3408bf6e56d5c4fb1d41513888 +size 205956 diff --git a/Content/FantasyBundle/Meshes/SM_ChimneyLarge02.uasset b/Content/FantasyBundle/Meshes/SM_ChimneyLarge02.uasset new file mode 100644 index 00000000..6751620c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_ChimneyLarge02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbdb72db6618977a933cf261cbaf51aadcec38f16393f2c56896a1a6ac867dc +size 170557 diff --git a/Content/FantasyBundle/Meshes/SM_ChimneyLarge03.uasset b/Content/FantasyBundle/Meshes/SM_ChimneyLarge03.uasset new file mode 100644 index 00000000..1f9a21db --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_ChimneyLarge03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef82aba1a1764b4d88c855f942d1a2eabb615cf45c9435d699058ae4791fb37c +size 147382 diff --git a/Content/FantasyBundle/Meshes/SM_Door01.uasset b/Content/FantasyBundle/Meshes/SM_Door01.uasset new file mode 100644 index 00000000..3e2b44f0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Door01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4728b891a65d5036c728a968d0d8ab7d7b378229245f546bf7c0ff02e3f41aef +size 107664 diff --git a/Content/FantasyBundle/Meshes/SM_Door02.uasset b/Content/FantasyBundle/Meshes/SM_Door02.uasset new file mode 100644 index 00000000..e5fa8eef --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Door02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47268614de3ba1f727a21678a05bf7379531cb2016d669bcc02a9751a9cb4667 +size 107323 diff --git a/Content/FantasyBundle/Meshes/SM_Door03.uasset b/Content/FantasyBundle/Meshes/SM_Door03.uasset new file mode 100644 index 00000000..7df82aa1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Door03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66452c5ea982ac2c0cbf3ee14bdfc79ff820c8e008c76ab850cc72f6c8893d1a +size 113749 diff --git a/Content/FantasyBundle/Meshes/SM_DoorFrame01.uasset b/Content/FantasyBundle/Meshes/SM_DoorFrame01.uasset new file mode 100644 index 00000000..1969744e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_DoorFrame01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da6b685adb2b9af42269b3c6d2f956dc05fbf59f6d354b73a822e538dbc88fda +size 106655 diff --git a/Content/FantasyBundle/Meshes/SM_DoorFrameCastle01.uasset b/Content/FantasyBundle/Meshes/SM_DoorFrameCastle01.uasset new file mode 100644 index 00000000..721b016d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_DoorFrameCastle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbc8b8daf9e655d6a810e74742b8fd3f5ab5543217355ceb28bb4069e8bb836 +size 115224 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar01.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar01.uasset new file mode 100644 index 00000000..d5c87653 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f820dce5c31a0ea8b8797a5fa4f7cf11d80469194c97b0212c50e83dc2f16b +size 159219 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar02.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar02.uasset new file mode 100644 index 00000000..4f841436 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d6b8655d688432ed096c819672a38de5f00444a3ca399db00ea9663a3f3043 +size 363267 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar03.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar03.uasset new file mode 100644 index 00000000..693e31b1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d89f492e962b16c86dc210550b9c0435feab839718c6c4c634cd0e7ed0c9665 +size 463654 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar04.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar04.uasset new file mode 100644 index 00000000..447bdc6d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dceee5653507d71e4fd43edbf878ed27eba7aa435757327c858169cdf99cbf4 +size 498975 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar05.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar05.uasset new file mode 100644 index 00000000..139ae935 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40f0ce500ca8726a1465596edf4d09ea921ff0237041e2b0bdb22bec15388005 +size 525507 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar06.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar06.uasset new file mode 100644 index 00000000..799f2b5f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d3bc1bda7f5639ef8c32fd601973524772009424c06ba8539cd7b3ff47344d +size 673861 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar07.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar07.uasset new file mode 100644 index 00000000..51e94848 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfeddddfd38db91054e5645dc62723eca466f9525f4b1294dec6302bd5d83890 +size 537561 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceLargePillar08.uasset b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar08.uasset new file mode 100644 index 00000000..5da926aa --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceLargePillar08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946573eed29ddafd3365dd601645004e48441c44f31db3a8b9ea4fc4e71d25d9 +size 427917 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceRock.uasset b/Content/FantasyBundle/Meshes/SM_EntranceRock.uasset new file mode 100644 index 00000000..5f727c06 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923387ac246548eb372fba8891e577b8ba682a586be6694178eddc232fe0abac +size 293418 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceWall01.uasset b/Content/FantasyBundle/Meshes/SM_EntranceWall01.uasset new file mode 100644 index 00000000..0f74019d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f9b912c86f03bba5d2fcce78e13116bbad5b0b56a3f358baaaf4fb5203988f +size 307771 diff --git a/Content/FantasyBundle/Meshes/SM_EntranceWall02.uasset b/Content/FantasyBundle/Meshes/SM_EntranceWall02.uasset new file mode 100644 index 00000000..6506131b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_EntranceWall02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02bef6b5864f297965aa42b3bb3bcbb9ab0af6b1ab21508a4b715d83a7173914 +size 265981 diff --git a/Content/FantasyBundle/Meshes/SM_Fabric.uasset b/Content/FantasyBundle/Meshes/SM_Fabric.uasset new file mode 100644 index 00000000..ac55f1e9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a284b157d7ab8603a4dbfc3beacf20b7504f07b885e02699a45af39be67dd74 +size 177520 diff --git a/Content/FantasyBundle/Meshes/SM_Fabric01.uasset b/Content/FantasyBundle/Meshes/SM_Fabric01.uasset new file mode 100644 index 00000000..15bb7bb9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Fabric01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8a5e61648add26d0ae21d0ff6db523dfc3f9cb290ba4d561edebc64e83a9bd0 +size 306579 diff --git a/Content/FantasyBundle/Meshes/SM_Fabric02.uasset b/Content/FantasyBundle/Meshes/SM_Fabric02.uasset new file mode 100644 index 00000000..6be4bd6c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Fabric02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b926f9ccea0fa5cfd838978798676ff6d8412df378714a858616511c9dd323e3 +size 359382 diff --git a/Content/FantasyBundle/Meshes/SM_Fabric03.uasset b/Content/FantasyBundle/Meshes/SM_Fabric03.uasset new file mode 100644 index 00000000..bff5d45d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Fabric03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb363f47d7f2241469183a61c3feb1ed7e810f9036bb70d20665a85687a3fa4d +size 152237 diff --git a/Content/FantasyBundle/Meshes/SM_FabricCastle01.uasset b/Content/FantasyBundle/Meshes/SM_FabricCastle01.uasset new file mode 100644 index 00000000..12da9a3b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FabricCastle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d3e1c2982c9523c40305339a549b1d7082471c0412ff380af20e756395c0d30 +size 514089 diff --git a/Content/FantasyBundle/Meshes/SM_FabricCastle02.uasset b/Content/FantasyBundle/Meshes/SM_FabricCastle02.uasset new file mode 100644 index 00000000..f69f0586 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FabricCastle02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70348baca694a064e8ca008f417b51d997bc8a63abaaa3b4d03ee4815f08e3dc +size 340620 diff --git a/Content/FantasyBundle/Meshes/SM_FabricCastle03.uasset b/Content/FantasyBundle/Meshes/SM_FabricCastle03.uasset new file mode 100644 index 00000000..e5233919 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FabricCastle03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34f406185212d6c9698d6ae2a17c840760a018f6df1fdf4b25b5fafe6b3f847 +size 294276 diff --git a/Content/FantasyBundle/Meshes/SM_FenceWall01.uasset b/Content/FantasyBundle/Meshes/SM_FenceWall01.uasset new file mode 100644 index 00000000..71dfbed7 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FenceWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fea263e19cdc33411bf1b0d0014ad8d5a6a9d534ca7fd1784f2a81001ba747 +size 133783 diff --git a/Content/FantasyBundle/Meshes/SM_FenceWall02.uasset b/Content/FantasyBundle/Meshes/SM_FenceWall02.uasset new file mode 100644 index 00000000..7925e97b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FenceWall02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d9b1f079c1257b231ac1dfb32237cf3224772b875b4f12837a85ffeb84a43 +size 133972 diff --git a/Content/FantasyBundle/Meshes/SM_FenceWall03.uasset b/Content/FantasyBundle/Meshes/SM_FenceWall03.uasset new file mode 100644 index 00000000..f961ff6d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FenceWall03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81045ed3988e6b07362401f8a2bd7c3b14937ed2fd06f38cc7a41881c4d64cd8 +size 123298 diff --git a/Content/FantasyBundle/Meshes/SM_FenceWall04.uasset b/Content/FantasyBundle/Meshes/SM_FenceWall04.uasset new file mode 100644 index 00000000..7d2d7cf1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FenceWall04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423808f7bd6226f4fbd72d7a6e31e2dcbc3511b3801090763139605496c8d11a +size 164518 diff --git a/Content/FantasyBundle/Meshes/SM_FenceWall05.uasset b/Content/FantasyBundle/Meshes/SM_FenceWall05.uasset new file mode 100644 index 00000000..cac5cc51 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FenceWall05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75f44f35b7a225e4a99845decad5d844b1a8f3e28e64a7e89d383be52dd38e30 +size 160429 diff --git a/Content/FantasyBundle/Meshes/SM_FenceWall06.uasset b/Content/FantasyBundle/Meshes/SM_FenceWall06.uasset new file mode 100644 index 00000000..0c6af025 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FenceWall06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d780fa632ead030aca045c27552f393b549186c16d576da18228424b937740ca +size 131911 diff --git a/Content/FantasyBundle/Meshes/SM_Flag01.uasset b/Content/FantasyBundle/Meshes/SM_Flag01.uasset new file mode 100644 index 00000000..904031d2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Flag01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42138be7cb5f2e8f893b29d68345a3f5dd5b8c5c0b7a535fb1d24f3b877ae878 +size 406569 diff --git a/Content/FantasyBundle/Meshes/SM_Flag02.uasset b/Content/FantasyBundle/Meshes/SM_Flag02.uasset new file mode 100644 index 00000000..d5752821 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Flag02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a462f4c7c582bca081a2ca92c045c4101b23378a3fd8f46496cc299f7a212a +size 179922 diff --git a/Content/FantasyBundle/Meshes/SM_FlagCastle01.uasset b/Content/FantasyBundle/Meshes/SM_FlagCastle01.uasset new file mode 100644 index 00000000..4176a5bd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FlagCastle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6969f88e7d4f1a15f022a8ab863e7c6ca0cf77f6e79425a9413c54b32bf2b9f5 +size 214466 diff --git a/Content/FantasyBundle/Meshes/SM_FlagPole01.uasset b/Content/FantasyBundle/Meshes/SM_FlagPole01.uasset new file mode 100644 index 00000000..f6b70577 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FlagPole01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f57b41d412ee5f890abc1365eda7163d342debb00650d6a0cb498c339d48b8 +size 107194 diff --git a/Content/FantasyBundle/Meshes/SM_FlagPole02.uasset b/Content/FantasyBundle/Meshes/SM_FlagPole02.uasset new file mode 100644 index 00000000..c53ed319 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FlagPole02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f58143a231620d9a80b2a58912946787850c9a46bf87e15cd9967b2e8848c8c +size 110076 diff --git a/Content/FantasyBundle/Meshes/SM_Floor01.uasset b/Content/FantasyBundle/Meshes/SM_Floor01.uasset new file mode 100644 index 00000000..3ed51932 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Floor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:296490dff715718eb60c38e5da677db25c2f976cd45cb84247d2cd2ccbb2f3a5 +size 100737 diff --git a/Content/FantasyBundle/Meshes/SM_Floor01Cave.uasset b/Content/FantasyBundle/Meshes/SM_Floor01Cave.uasset new file mode 100644 index 00000000..ca6c33af --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Floor01Cave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:961c6f324b812e014cf22ee188612527f7eb9e7d9c92c469f33e25b3969225f0 +size 142670 diff --git a/Content/FantasyBundle/Meshes/SM_Floor02.uasset b/Content/FantasyBundle/Meshes/SM_Floor02.uasset new file mode 100644 index 00000000..f800250b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Floor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778cac430171488ee2a0436b6133acea22d90bb12e6f464593f4787d3ec700e5 +size 96932 diff --git a/Content/FantasyBundle/Meshes/SM_Floor02Cave.uasset b/Content/FantasyBundle/Meshes/SM_Floor02Cave.uasset new file mode 100644 index 00000000..9b6a1a58 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Floor02Cave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a098be7608010e5570d134fbe31e6c7ca9095833561cda64fb47bc0fcba4821 +size 486168 diff --git a/Content/FantasyBundle/Meshes/SM_Floor03.uasset b/Content/FantasyBundle/Meshes/SM_Floor03.uasset new file mode 100644 index 00000000..2e57b0f8 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Floor03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84601a52545cd13faae68ddbfc4d2de191deb0963b26652f2631a5406e2038de +size 97326 diff --git a/Content/FantasyBundle/Meshes/SM_Floor04.uasset b/Content/FantasyBundle/Meshes/SM_Floor04.uasset new file mode 100644 index 00000000..48c092ba --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Floor04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eb04912d37b21689b5d2f6615f5c50fe6449f5fe30b7ec5a2e0728d95376eec +size 103699 diff --git a/Content/FantasyBundle/Meshes/SM_FloorCastle01.uasset b/Content/FantasyBundle/Meshes/SM_FloorCastle01.uasset new file mode 100644 index 00000000..a5a554cb --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FloorCastle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c445be03d377c2f39b972264e59a49b2f2781fdb108cfda13200090c137b1dce +size 109131 diff --git a/Content/FantasyBundle/Meshes/SM_FloorCastle02.uasset b/Content/FantasyBundle/Meshes/SM_FloorCastle02.uasset new file mode 100644 index 00000000..a0573d78 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FloorCastle02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a01ba3b4e10a2174398613dfe37ca7bbbdde8db5bf2937fe4c80e9de5144191 +size 106025 diff --git a/Content/FantasyBundle/Meshes/SM_FloorCastle03.uasset b/Content/FantasyBundle/Meshes/SM_FloorCastle03.uasset new file mode 100644 index 00000000..c8585652 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FloorCastle03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f427db2d0dc364297ce6455d7ae2263c5d76a94229668185e0c37c7ff9789e +size 104120 diff --git a/Content/FantasyBundle/Meshes/SM_FloorStones01.uasset b/Content/FantasyBundle/Meshes/SM_FloorStones01.uasset new file mode 100644 index 00000000..c517261f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FloorStones01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658f9981d2bb1f1f8057463fe61ba1522aa8c1ac4ff2e8d0a42b8531aff7b5a8 +size 105691 diff --git a/Content/FantasyBundle/Meshes/SM_Flower01.uasset b/Content/FantasyBundle/Meshes/SM_Flower01.uasset new file mode 100644 index 00000000..9e8bb12e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Flower01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89dcfb8d21883e108bc8c38a31f928aadd5777358aa004d564f6f44f4f30fedd +size 91963 diff --git a/Content/FantasyBundle/Meshes/SM_FrontPlate.uasset b/Content/FantasyBundle/Meshes/SM_FrontPlate.uasset new file mode 100644 index 00000000..6b2c863b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_FrontPlate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068b1e19a123c12eb0993ce4f0ff5d705ad97284d33d1de3032fda8592e1340a +size 141932 diff --git a/Content/FantasyBundle/Meshes/SM_Grass01.uasset b/Content/FantasyBundle/Meshes/SM_Grass01.uasset new file mode 100644 index 00000000..668eaae7 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Grass01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a15e774276a299564eb53775172a63930e2f287d43237070b41cd2f82265b0 +size 105863 diff --git a/Content/FantasyBundle/Meshes/SM_Grass02.uasset b/Content/FantasyBundle/Meshes/SM_Grass02.uasset new file mode 100644 index 00000000..b4c7599e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Grass02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314595c358d43f07810dadbeccc23db656f596695af82451b11a62574d190fce +size 103840 diff --git a/Content/FantasyBundle/Meshes/SM_Grass03.uasset b/Content/FantasyBundle/Meshes/SM_Grass03.uasset new file mode 100644 index 00000000..9cf625dc --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Grass03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb3eaae26fa867f1968b7053b6abda92615c6ac3087d64654e0b1d2c6469e7b +size 97696 diff --git a/Content/FantasyBundle/Meshes/SM_Grass04.uasset b/Content/FantasyBundle/Meshes/SM_Grass04.uasset new file mode 100644 index 00000000..7cfecb8f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Grass04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880d3c89c2ae419787ad71f57d256f9e35ae1e678cf003da348a816a682fc2ef +size 142743 diff --git a/Content/FantasyBundle/Meshes/SM_GrassCastle01.uasset b/Content/FantasyBundle/Meshes/SM_GrassCastle01.uasset new file mode 100644 index 00000000..65aa5f25 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GrassCastle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7167e4eee39d3380bde8f730c2c236a2ec926fc6db4bd42eaf8e7e76b861c761 +size 110666 diff --git a/Content/FantasyBundle/Meshes/SM_GrassCastle02.uasset b/Content/FantasyBundle/Meshes/SM_GrassCastle02.uasset new file mode 100644 index 00000000..bd176235 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GrassCastle02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a23793af3d8b4a3475d35dbe218c20833de73a159af08131e1f625927a1f74 +size 118507 diff --git a/Content/FantasyBundle/Meshes/SM_GrassCastle03.uasset b/Content/FantasyBundle/Meshes/SM_GrassCastle03.uasset new file mode 100644 index 00000000..af75c297 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GrassCastle03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892d8acff1ad2494e56e47bf09fdf81cfa3e353b7b1d8181db6a56a606d8ee76 +size 120283 diff --git a/Content/FantasyBundle/Meshes/SM_GroundPlate01.uasset b/Content/FantasyBundle/Meshes/SM_GroundPlate01.uasset new file mode 100644 index 00000000..7e8f6a83 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GroundPlate01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8be104bcb3a860fceea84237209b50924cb44afcad8b81f637dd54ada15a2b1 +size 129794 diff --git a/Content/FantasyBundle/Meshes/SM_GroundPlate02.uasset b/Content/FantasyBundle/Meshes/SM_GroundPlate02.uasset new file mode 100644 index 00000000..c4f58c7f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GroundPlate02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d127c8673878da3cf7da7a2324ab675c38b9514ceabaf7610e020af5cd1d406e +size 125152 diff --git a/Content/FantasyBundle/Meshes/SM_GroundPlate03.uasset b/Content/FantasyBundle/Meshes/SM_GroundPlate03.uasset new file mode 100644 index 00000000..d207642d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GroundPlate03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e0ee8f331e825eb4fa0acb2358fc0ced5cc3955973fd5f33bd36c73ca615cd1 +size 133487 diff --git a/Content/FantasyBundle/Meshes/SM_GroundPlate04.uasset b/Content/FantasyBundle/Meshes/SM_GroundPlate04.uasset new file mode 100644 index 00000000..896aef95 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GroundPlate04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ab0661a7c977ea0667b84b71fd787acd0989297567dfac54c85b350876f977 +size 117008 diff --git a/Content/FantasyBundle/Meshes/SM_GroundPlate05.uasset b/Content/FantasyBundle/Meshes/SM_GroundPlate05.uasset new file mode 100644 index 00000000..d4773b49 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_GroundPlate05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abc7f21b2773426cc562153d25588dedc3864038c63a1158cbdb2648c60f282 +size 199150 diff --git a/Content/FantasyBundle/Meshes/SM_HexagonRock01.uasset b/Content/FantasyBundle/Meshes/SM_HexagonRock01.uasset new file mode 100644 index 00000000..d7307d61 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HexagonRock01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64dcbe60878eb51be013c30265cb833d3a64fa7c3accf687571c8e9c6091de8a +size 142359 diff --git a/Content/FantasyBundle/Meshes/SM_HexagonRock02.uasset b/Content/FantasyBundle/Meshes/SM_HexagonRock02.uasset new file mode 100644 index 00000000..85a72d3e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HexagonRock02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26852c85a5263002bb4bdb638391fc611eb4cfcc2be48db4c582cfda39da1d8e +size 155602 diff --git a/Content/FantasyBundle/Meshes/SM_Hood.uasset b/Content/FantasyBundle/Meshes/SM_Hood.uasset new file mode 100644 index 00000000..cb6220ad --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Hood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c6a9a2635aa2fe27f34e15e71b41271cf02089528257c641df25d3f08ebbdf +size 206323 diff --git a/Content/FantasyBundle/Meshes/SM_House1stFloor01.uasset b/Content/FantasyBundle/Meshes/SM_House1stFloor01.uasset new file mode 100644 index 00000000..e9761cd8 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_House1stFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88f5cd2afc9f388b0927308693241e4ffc9364631ba89e21d0c13b43ec7c354 +size 207101 diff --git a/Content/FantasyBundle/Meshes/SM_House1stFloor02.uasset b/Content/FantasyBundle/Meshes/SM_House1stFloor02.uasset new file mode 100644 index 00000000..dbc6bb6e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_House1stFloor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d32838083e0e48443ec4c5fd269bcd744f474142499a9574c123f1bd0c5bab9 +size 312557 diff --git a/Content/FantasyBundle/Meshes/SM_House1stFloor03.uasset b/Content/FantasyBundle/Meshes/SM_House1stFloor03.uasset new file mode 100644 index 00000000..f6f5dc36 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_House1stFloor03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f51e90eaf733fb93ceed23a9b8de053a94e7c2b1585a1158b958ff546b69630 +size 213858 diff --git a/Content/FantasyBundle/Meshes/SM_House1stFloor04.uasset b/Content/FantasyBundle/Meshes/SM_House1stFloor04.uasset new file mode 100644 index 00000000..479f86ea --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_House1stFloor04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac30135fd4a56ac88e4767cb99edbce83aab6db0383e172697583107b74a991 +size 210715 diff --git a/Content/FantasyBundle/Meshes/SM_House1stFloor05.uasset b/Content/FantasyBundle/Meshes/SM_House1stFloor05.uasset new file mode 100644 index 00000000..ac9ce50a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_House1stFloor05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2801baedd236bda64386a79dac9e3095df9e9784bce901fba14f7876ab8609f7 +size 203495 diff --git a/Content/FantasyBundle/Meshes/SM_House2dFloor01.uasset b/Content/FantasyBundle/Meshes/SM_House2dFloor01.uasset new file mode 100644 index 00000000..833d46a2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_House2dFloor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94041587defbe13b07f8d71a287ce671a1f3e0dd882e67ced0f46e7c62ddf67a +size 277213 diff --git a/Content/FantasyBundle/Meshes/SM_HouseBase01.uasset b/Content/FantasyBundle/Meshes/SM_HouseBase01.uasset new file mode 100644 index 00000000..990501e3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseBase01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fba1a9d2a12a6905bf66ee71dd7045b8123f7be42cded32119e86b8fb15c32d +size 133609 diff --git a/Content/FantasyBundle/Meshes/SM_HouseChimney.uasset b/Content/FantasyBundle/Meshes/SM_HouseChimney.uasset new file mode 100644 index 00000000..4a1dc340 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseChimney.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55cdcd12ffebdf57028447886e915021d1fbdb2a85f0269daee104c4fa8f98d0 +size 107362 diff --git a/Content/FantasyBundle/Meshes/SM_HouseRoof01.uasset b/Content/FantasyBundle/Meshes/SM_HouseRoof01.uasset new file mode 100644 index 00000000..925f8e49 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseRoof01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c0710437c0fee45f661545028d76c80f767be9372398273ffa9273109cdba2 +size 498996 diff --git a/Content/FantasyBundle/Meshes/SM_HouseRoof02.uasset b/Content/FantasyBundle/Meshes/SM_HouseRoof02.uasset new file mode 100644 index 00000000..886bc41d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseRoof02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6aa26f992647204e7bf7fe0259baf498d265de0dcf48565773031210bc01d1 +size 466206 diff --git a/Content/FantasyBundle/Meshes/SM_HouseRoof03.uasset b/Content/FantasyBundle/Meshes/SM_HouseRoof03.uasset new file mode 100644 index 00000000..d31fe095 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseRoof03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdbcd8e455fe0c2f512806910965109bdce9e438d6048acb2a7a06887b8eae5 +size 383087 diff --git a/Content/FantasyBundle/Meshes/SM_HouseRoof04.uasset b/Content/FantasyBundle/Meshes/SM_HouseRoof04.uasset new file mode 100644 index 00000000..4dfdf4ff --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseRoof04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43177d899e44dc5543fa4e056a71e03a07cd4141236450aee8127489974a193c +size 285563 diff --git a/Content/FantasyBundle/Meshes/SM_HouseRoof05.uasset b/Content/FantasyBundle/Meshes/SM_HouseRoof05.uasset new file mode 100644 index 00000000..0b98fee9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseRoof05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691cce2bb274bcbefc2f09d078fb074365e773f99f9f4cf5798c7a035c2982c0 +size 271305 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m01.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m01.uasset new file mode 100644 index 00000000..fbcaa057 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6947ad4a1ddf36b01b2eb177d05165257e6edc629a7d7b40b3fcb098354b9acc +size 136289 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m02.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m02.uasset new file mode 100644 index 00000000..1457d8a3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3b83e545dbf62d68ab054f1765d825d7001c97b78ad807acebbaf8165d698bb +size 128428 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m03.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m03.uasset new file mode 100644 index 00000000..03f430cd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a6ee5ae8605192857330362e61daaa29e89d40e5b7cb70abbb953890cc6585 +size 126099 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m04.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m04.uasset new file mode 100644 index 00000000..f2c07ce7 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7bcb5ad12c4092283d3650e131621e52e8eeb8c281815d48810db2ad171bb5f +size 165537 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m05.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m05.uasset new file mode 100644 index 00000000..0f988f3d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58761bc9f66313ad34859a9d5c882e4403856693faa6012f327bd65ec4c35644 +size 127591 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m06.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m06.uasset new file mode 100644 index 00000000..9394608b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099a9092c07acd301dd5e254c63040c5da83d8dcceb3a6a8f0327f6388051b66 +size 129945 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m07.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m07.uasset new file mode 100644 index 00000000..bd57263b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48f2a3a6362e53994f4ce929d8601c8c1a8f8227a14fb6d878d2770fd9a9c61 +size 169227 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall3m08.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall3m08.uasset new file mode 100644 index 00000000..c88f8233 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall3m08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82bd9400edb1bb6a541407651307c2bf8ef0bf11c7e78901cf5301e92ee82c21 +size 131079 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall6m01.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall6m01.uasset new file mode 100644 index 00000000..1d8ea1dd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall6m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2a0a71bafcde35602b8ebeb7c7ec8c58964df821b3881c6f5974d792bc3f3e +size 171967 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall6m02.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall6m02.uasset new file mode 100644 index 00000000..702030c7 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall6m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f12a7d06267679794497475484cd9c88b9d29430dd03427472a4ec0b8671194 +size 145943 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall6m03.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall6m03.uasset new file mode 100644 index 00000000..4211a6a4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall6m03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071eadc182ffa57a455f2d1d2378981ae5c837495a271aa50039432dd6d96990 +size 178880 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWall6m04.uasset b/Content/FantasyBundle/Meshes/SM_HouseWall6m04.uasset new file mode 100644 index 00000000..6e09bcc2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWall6m04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b43040b11e4342eaffc70c0e3e02e612f9536aba35a8143b831d10f89bed942c +size 150314 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWoodSupport01.uasset b/Content/FantasyBundle/Meshes/SM_HouseWoodSupport01.uasset new file mode 100644 index 00000000..9c8db9aa --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWoodSupport01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0900a33d6efa0bb6767d1e22c1e004b8cca4039c1c60962964bb9e3990add35b +size 101604 diff --git a/Content/FantasyBundle/Meshes/SM_HouseWoodSupport02.uasset b/Content/FantasyBundle/Meshes/SM_HouseWoodSupport02.uasset new file mode 100644 index 00000000..986fb996 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_HouseWoodSupport02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869d4c36ef5fec90aa20b091fb806ccfe659abacafd5f85beff39d1e2b049d69 +size 129239 diff --git a/Content/FantasyBundle/Meshes/SM_InteriorWall01.uasset b/Content/FantasyBundle/Meshes/SM_InteriorWall01.uasset new file mode 100644 index 00000000..b7e38bf3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_InteriorWall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c3bbb72bd0ef662a5f04b86f8295efbc0398f3f8f1d6e83f751b373db6165b +size 113541 diff --git a/Content/FantasyBundle/Meshes/SM_InteriorWall02.uasset b/Content/FantasyBundle/Meshes/SM_InteriorWall02.uasset new file mode 100644 index 00000000..d8dc0509 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_InteriorWall02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:241e4439aeb441f3be43b939f4da8da1b76025ef1dba77c990804d71226a982a +size 108349 diff --git a/Content/FantasyBundle/Meshes/SM_LargePillar.uasset b/Content/FantasyBundle/Meshes/SM_LargePillar.uasset new file mode 100644 index 00000000..e6c64118 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_LargePillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2cb1d12aa308113df346ac0b31af564c74e103c68c99dfd88578a3bb52152f +size 347992 diff --git a/Content/FantasyBundle/Meshes/SM_MetalCage01.uasset b/Content/FantasyBundle/Meshes/SM_MetalCage01.uasset new file mode 100644 index 00000000..cb8c9f89 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalCage01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397cf3608b0539496312d67c5425ca7412604362e9ab1f40f1a5e99f53bd6063 +size 198066 diff --git a/Content/FantasyBundle/Meshes/SM_MetalCage02.uasset b/Content/FantasyBundle/Meshes/SM_MetalCage02.uasset new file mode 100644 index 00000000..8661fc38 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalCage02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39037d544ac115abfa4ab509277b630a5bc323f91e6492af134b2cf76c864bad +size 191923 diff --git a/Content/FantasyBundle/Meshes/SM_MetalGate01.uasset b/Content/FantasyBundle/Meshes/SM_MetalGate01.uasset new file mode 100644 index 00000000..aa31b380 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalGate01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf3b629ed09e876ab11bbe1c4c2a14ff2333761d10e10a37317c912ce7cbaeb +size 170904 diff --git a/Content/FantasyBundle/Meshes/SM_MetalGate02.uasset b/Content/FantasyBundle/Meshes/SM_MetalGate02.uasset new file mode 100644 index 00000000..9ce3cdbb --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalGate02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a055191d05f1367db2393a2cbfb4ec6bd3b7df004cea37bbaa3356b95d874469 +size 144210 diff --git a/Content/FantasyBundle/Meshes/SM_MetalGate03.uasset b/Content/FantasyBundle/Meshes/SM_MetalGate03.uasset new file mode 100644 index 00000000..03660d37 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalGate03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72986f2ed8f4d538775912d7b6704c303e2fa016bef9eda8e494bd06a555fdd2 +size 178932 diff --git a/Content/FantasyBundle/Meshes/SM_MetalGate04.uasset b/Content/FantasyBundle/Meshes/SM_MetalGate04.uasset new file mode 100644 index 00000000..960a8067 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalGate04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf387896f7f9377e98b3005470b0669f796cde0034090035fdcef5162948124 +size 184948 diff --git a/Content/FantasyBundle/Meshes/SM_MetalGate05.uasset b/Content/FantasyBundle/Meshes/SM_MetalGate05.uasset new file mode 100644 index 00000000..e65bd433 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalGate05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f79b88d9c8281d89b9ed51b6fe73814fc6e7697b896608eb3a466ac2b36a84 +size 123414 diff --git a/Content/FantasyBundle/Meshes/SM_MetalPlate01.uasset b/Content/FantasyBundle/Meshes/SM_MetalPlate01.uasset new file mode 100644 index 00000000..ef2cecab --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalPlate01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfbe3351f67a3148a3178949a5bb7cd13aa0c5e473aa7a6a56f04c7a73f5774f +size 107352 diff --git a/Content/FantasyBundle/Meshes/SM_MetalPlate02.uasset b/Content/FantasyBundle/Meshes/SM_MetalPlate02.uasset new file mode 100644 index 00000000..6b9c14e8 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalPlate02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b64ca10577fb9e5501da3d3916c6a6f96c636837099130d81466806e6e8d2e3 +size 107564 diff --git a/Content/FantasyBundle/Meshes/SM_MetalPlate03.uasset b/Content/FantasyBundle/Meshes/SM_MetalPlate03.uasset new file mode 100644 index 00000000..90237889 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_MetalPlate03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5c11f82d0ff50e80fe273fc3dd73827e511d217ccdc877f26e8f58ae57568c +size 112408 diff --git a/Content/FantasyBundle/Meshes/SM_Pillar01.uasset b/Content/FantasyBundle/Meshes/SM_Pillar01.uasset new file mode 100644 index 00000000..15e14926 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Pillar01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b86b10dda798ff6578cd018f34297f367ae8e52846756e24a85c24d52f95c2f +size 285021 diff --git a/Content/FantasyBundle/Meshes/SM_Plank3m01.uasset b/Content/FantasyBundle/Meshes/SM_Plank3m01.uasset new file mode 100644 index 00000000..a265bb86 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Plank3m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909e5743016bacac5af812085b8923952af4af7c6c610c225c8c4abc94b9efa1 +size 91333 diff --git a/Content/FantasyBundle/Meshes/SM_Plank3m02.uasset b/Content/FantasyBundle/Meshes/SM_Plank3m02.uasset new file mode 100644 index 00000000..d31ee4d2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Plank3m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddaa6b2eb4c5309e9cd6594bb94a8250e7b9e45bde5a54cff5ec7e68ffe55919 +size 94032 diff --git a/Content/FantasyBundle/Meshes/SM_Planks.uasset b/Content/FantasyBundle/Meshes/SM_Planks.uasset new file mode 100644 index 00000000..eeb4a01b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Planks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:646b08a5ef7802a05df99a92e02fe6327c330bf56ea768bf54745f4886e25b7e +size 99698 diff --git a/Content/FantasyBundle/Meshes/SM_Rock01.uasset b/Content/FantasyBundle/Meshes/SM_Rock01.uasset new file mode 100644 index 00000000..9350e224 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rock01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a2b765e253d3cb87bc60866ac0bfd33a53c154c08a5dceafdc3802a982e79b8 +size 245558 diff --git a/Content/FantasyBundle/Meshes/SM_Rock01Cave.uasset b/Content/FantasyBundle/Meshes/SM_Rock01Cave.uasset new file mode 100644 index 00000000..0aafe273 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rock01Cave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77549256b747dc9cf170db83f8d2790852f56c6817de20ba694f53d00e7e4fc7 +size 538372 diff --git a/Content/FantasyBundle/Meshes/SM_Rock02.uasset b/Content/FantasyBundle/Meshes/SM_Rock02.uasset new file mode 100644 index 00000000..21802e6f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rock02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d642906086319447d26d584acdb54aeb9b718ef74693e24260ee9d750f00bb01 +size 178606 diff --git a/Content/FantasyBundle/Meshes/SM_RockCastle01.uasset b/Content/FantasyBundle/Meshes/SM_RockCastle01.uasset new file mode 100644 index 00000000..295331b1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_RockCastle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff0e37e53593ebd899808899db700afc4603b44dc618883eadc3465fc24f37d +size 400330 diff --git a/Content/FantasyBundle/Meshes/SM_RockCastle02.uasset b/Content/FantasyBundle/Meshes/SM_RockCastle02.uasset new file mode 100644 index 00000000..ffd72c37 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_RockCastle02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61df3a6969309770dbf84537cadbdd399e9dbe941a94eccb729877961b3e1c5d +size 479098 diff --git a/Content/FantasyBundle/Meshes/SM_Rope.uasset b/Content/FantasyBundle/Meshes/SM_Rope.uasset new file mode 100644 index 00000000..4b2ed988 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rope.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf39d399638f342b7119c70fe5783f9b9e5a1561cfda369586117cd4304e5af +size 99624 diff --git a/Content/FantasyBundle/Meshes/SM_Rope01.uasset b/Content/FantasyBundle/Meshes/SM_Rope01.uasset new file mode 100644 index 00000000..9616fb13 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rope01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983a94797f29c60ee1aa9e88dc8f96505b8e02fd41efe2425e55d926f7d96f1b +size 108992 diff --git a/Content/FantasyBundle/Meshes/SM_Rope02.uasset b/Content/FantasyBundle/Meshes/SM_Rope02.uasset new file mode 100644 index 00000000..78d58a0a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rope02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac75f79b91d2b979b303434b27b3811a91e0d79f3d0a1920e5b305c909d64972 +size 112208 diff --git a/Content/FantasyBundle/Meshes/SM_Rope03.uasset b/Content/FantasyBundle/Meshes/SM_Rope03.uasset new file mode 100644 index 00000000..5afe7bc6 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rope03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3b4d6f10700ef81b6bae8e14e8db1ab883f57c3f52d0c45c2dad390dccd5e1 +size 112510 diff --git a/Content/FantasyBundle/Meshes/SM_Rope04.uasset b/Content/FantasyBundle/Meshes/SM_Rope04.uasset new file mode 100644 index 00000000..05727af0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rope04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258bb97f317d676b47d61fc1e91a6ebbcabce43e813d994eb3c6474fcee6dc5f +size 138192 diff --git a/Content/FantasyBundle/Meshes/SM_Rope05.uasset b/Content/FantasyBundle/Meshes/SM_Rope05.uasset new file mode 100644 index 00000000..c5b63440 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Rope05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b64089c3f7078ae3d238a4cf63a1312014f3382eca857ebe33b14292b5625a0 +size 106445 diff --git a/Content/FantasyBundle/Meshes/SM_RopeCatle01.uasset b/Content/FantasyBundle/Meshes/SM_RopeCatle01.uasset new file mode 100644 index 00000000..bf359886 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_RopeCatle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742e165180d20f495cf1dd74ead4da7f8269d97b879f87cc0bb4c92b6eb4a0a2 +size 199424 diff --git a/Content/FantasyBundle/Meshes/SM_RoundStones.uasset b/Content/FantasyBundle/Meshes/SM_RoundStones.uasset new file mode 100644 index 00000000..b210bf45 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_RoundStones.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fa7a7fb220a2c5360a9ec463709ea070a6a7a6830b5bb77f2eea17117be704 +size 285064 diff --git a/Content/FantasyBundle/Meshes/SM_Sarcophagus.uasset b/Content/FantasyBundle/Meshes/SM_Sarcophagus.uasset new file mode 100644 index 00000000..b20df717 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sarcophagus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cc0013f277b498929275cdb67eb66e61945e489a2bcf4011a4e27c2a51d979 +size 828085 diff --git a/Content/FantasyBundle/Meshes/SM_SarcophagusBottom.uasset b/Content/FantasyBundle/Meshes/SM_SarcophagusBottom.uasset new file mode 100644 index 00000000..96d621a1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_SarcophagusBottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d8b42138a29e5dcafdda6813b6628579d54a45758b6b726ef84d280b53c5ba +size 656761 diff --git a/Content/FantasyBundle/Meshes/SM_SarcophagusOpen.uasset b/Content/FantasyBundle/Meshes/SM_SarcophagusOpen.uasset new file mode 100644 index 00000000..ceadc103 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_SarcophagusOpen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1618b2525eaaa7b47f7da3763ed3de714a9a3e1bf68dd5249e3d2d6700ac2bd6 +size 728084 diff --git a/Content/FantasyBundle/Meshes/SM_SarcophagusTop.uasset b/Content/FantasyBundle/Meshes/SM_SarcophagusTop.uasset new file mode 100644 index 00000000..ea09f5b6 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_SarcophagusTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1afb54c6f1e04dee3dd0de22a29ff6dc6840111ca68616dedbf1a252bcd67e4 +size 206129 diff --git a/Content/FantasyBundle/Meshes/SM_SeverPiece.uasset b/Content/FantasyBundle/Meshes/SM_SeverPiece.uasset new file mode 100644 index 00000000..f1572b74 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_SeverPiece.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3d7fcfd152cf11fcd4e0028e2929b1cb360f2648b81a0718c24c19f9213647 +size 105392 diff --git a/Content/FantasyBundle/Meshes/SM_Showroom01.uasset b/Content/FantasyBundle/Meshes/SM_Showroom01.uasset new file mode 100644 index 00000000..52ecb83e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Showroom01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62bd1729fb236b9467d238e1bf29ed7f0b1a8e400de83d576308f8249ea6fa36 +size 93054 diff --git a/Content/FantasyBundle/Meshes/SM_Showroom02.uasset b/Content/FantasyBundle/Meshes/SM_Showroom02.uasset new file mode 100644 index 00000000..4fe17a8e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Showroom02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76ed8ff8910e72fac428a320bc534e679034f6dbb99d27ed0e11a09a2326ee0 +size 91769 diff --git a/Content/FantasyBundle/Meshes/SM_Sign01.uasset b/Content/FantasyBundle/Meshes/SM_Sign01.uasset new file mode 100644 index 00000000..a017b2a1 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca5d4a0614d399a2475a7ef6be590ae23b775fa00b87b2b634d6278f7f7deb54 +size 138121 diff --git a/Content/FantasyBundle/Meshes/SM_Sign02.uasset b/Content/FantasyBundle/Meshes/SM_Sign02.uasset new file mode 100644 index 00000000..a7c7f500 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5154a8dc40212ef24b2897dbd425f306f9234910143ff120b0bbcf823beff54f +size 83030 diff --git a/Content/FantasyBundle/Meshes/SM_Sign03.uasset b/Content/FantasyBundle/Meshes/SM_Sign03.uasset new file mode 100644 index 00000000..c76fdd9e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c9a540b972a3192bb03f24db457cf77d491df9c820b3f5db98c5a5e4fd3e2c +size 83341 diff --git a/Content/FantasyBundle/Meshes/SM_Sign04.uasset b/Content/FantasyBundle/Meshes/SM_Sign04.uasset new file mode 100644 index 00000000..a52d5b61 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47df5ca0b0a189b77efaed9a66301a8f03fd2ed9d1f169340a021d41f78f81fe +size 89462 diff --git a/Content/FantasyBundle/Meshes/SM_Sign05.uasset b/Content/FantasyBundle/Meshes/SM_Sign05.uasset new file mode 100644 index 00000000..63dea9b0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612ed3b3ec20b8307bcdf117da4890852e1c8ef8ac9aa7a50125a01e2fe1da01 +size 112549 diff --git a/Content/FantasyBundle/Meshes/SM_Sign06.uasset b/Content/FantasyBundle/Meshes/SM_Sign06.uasset new file mode 100644 index 00000000..098200dd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd69f95b7c1203c53161509980bf4d32e832a1a0e0e0008eeebac64dadb14b5 +size 135900 diff --git a/Content/FantasyBundle/Meshes/SM_Sign07.uasset b/Content/FantasyBundle/Meshes/SM_Sign07.uasset new file mode 100644 index 00000000..89eeb9d4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Sign07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879191b353ad2343bd76ca68f3d08445a6d82ba0cd77951e9c5e402ac8b28e49 +size 125257 diff --git a/Content/FantasyBundle/Meshes/SM_Spike.uasset b/Content/FantasyBundle/Meshes/SM_Spike.uasset new file mode 100644 index 00000000..ba3b6416 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Spike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7c3e17f5a9d1e1272b2f772eb89bfac8e4c715672714c20fd26fc7dd079916 +size 103232 diff --git a/Content/FantasyBundle/Meshes/SM_Stairs01.uasset b/Content/FantasyBundle/Meshes/SM_Stairs01.uasset new file mode 100644 index 00000000..b8c81e04 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stairs01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04714461f6153afe798db1b4b6738b2bc4f6c7f45ec673f06d73a8ed8ed8f7fc +size 181218 diff --git a/Content/FantasyBundle/Meshes/SM_Stairs02.uasset b/Content/FantasyBundle/Meshes/SM_Stairs02.uasset new file mode 100644 index 00000000..821e8ae0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stairs02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9acdf829e0d3972168c18cb69b94428d8cc96324235a907c558410333a99a2a +size 256105 diff --git a/Content/FantasyBundle/Meshes/SM_Stairs03.uasset b/Content/FantasyBundle/Meshes/SM_Stairs03.uasset new file mode 100644 index 00000000..9367c814 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stairs03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313b118276d58ce8aca19cde42689a191a4dd297d1177c5953c96c2c533c0cc1 +size 299680 diff --git a/Content/FantasyBundle/Meshes/SM_StairsBox01.uasset b/Content/FantasyBundle/Meshes/SM_StairsBox01.uasset new file mode 100644 index 00000000..49ea519e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StairsBox01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b851bca4cb1a6d6b6fedbc8dabff02f4dde69351edf1c0a76443d711e781fd +size 605656 diff --git a/Content/FantasyBundle/Meshes/SM_StairsBox02.uasset b/Content/FantasyBundle/Meshes/SM_StairsBox02.uasset new file mode 100644 index 00000000..25a43205 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StairsBox02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e811e25c2e14b35e4a0f9505a15925310a29c165087e88ad7de52fc486e5c2ab +size 408227 diff --git a/Content/FantasyBundle/Meshes/SM_StairsBox03.uasset b/Content/FantasyBundle/Meshes/SM_StairsBox03.uasset new file mode 100644 index 00000000..d3fd1908 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StairsBox03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68541ce2b4b5fa97283f1418da790d5bc9d61a43841050586561b22b55c13846 +size 375172 diff --git a/Content/FantasyBundle/Meshes/SM_StairsCave.uasset b/Content/FantasyBundle/Meshes/SM_StairsCave.uasset new file mode 100644 index 00000000..9a805e98 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StairsCave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab2fa798f2e011e3380a6098ef7ceaff1a2be9a1b83a35c3b6be07430711993 +size 390003 diff --git a/Content/FantasyBundle/Meshes/SM_StairsDoubleCave.uasset b/Content/FantasyBundle/Meshes/SM_StairsDoubleCave.uasset new file mode 100644 index 00000000..cef1eeb4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StairsDoubleCave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0012ae28fba824447fecbe73016af92f4e78ee4fac143fe4564fb100061a375 +size 647517 diff --git a/Content/FantasyBundle/Meshes/SM_StairsHalfCave.uasset b/Content/FantasyBundle/Meshes/SM_StairsHalfCave.uasset new file mode 100644 index 00000000..fdec5cab --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StairsHalfCave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9576bcd53cb7f83ed995f3b27a3be332ce62b9b08c5ddc2d467871e68cf09b90 +size 225295 diff --git a/Content/FantasyBundle/Meshes/SM_Stone01.uasset b/Content/FantasyBundle/Meshes/SM_Stone01.uasset new file mode 100644 index 00000000..cc3304b9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b5ab09a26e5126dba3e95b459842a1ee19a1e7679ae51cec237463e68df992 +size 124267 diff --git a/Content/FantasyBundle/Meshes/SM_Stone02.uasset b/Content/FantasyBundle/Meshes/SM_Stone02.uasset new file mode 100644 index 00000000..e9d6c26e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75024760a28db0926893c40ea9259d3fe2917540a181ea43febbb67c89a0b8f8 +size 120717 diff --git a/Content/FantasyBundle/Meshes/SM_Stone03.uasset b/Content/FantasyBundle/Meshes/SM_Stone03.uasset new file mode 100644 index 00000000..768ee5c4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2cef0e0c79c74ccb66815b4e2b9ac5c30ad3f563fc8f03718bcaedd70564484 +size 121246 diff --git a/Content/FantasyBundle/Meshes/SM_Stone04.uasset b/Content/FantasyBundle/Meshes/SM_Stone04.uasset new file mode 100644 index 00000000..f89a4ec8 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01779aaf6569a109c47df68e40dd1be81a7a957eaaea043ac2ab847d381a3cc3 +size 115764 diff --git a/Content/FantasyBundle/Meshes/SM_Stone05.uasset b/Content/FantasyBundle/Meshes/SM_Stone05.uasset new file mode 100644 index 00000000..dcf52c77 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d359ae093854b74d1cf78e3ea752ca06da08ff4ad3a5253eae64719133563553 +size 117839 diff --git a/Content/FantasyBundle/Meshes/SM_Stone06.uasset b/Content/FantasyBundle/Meshes/SM_Stone06.uasset new file mode 100644 index 00000000..9029e5a4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9ed58e1784f4ef9c125470f2410589531fe33a72520aa83fd8e3f0c6f6524f +size 121130 diff --git a/Content/FantasyBundle/Meshes/SM_Stone07.uasset b/Content/FantasyBundle/Meshes/SM_Stone07.uasset new file mode 100644 index 00000000..f8e47620 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a581d4052482fac340178786d53137e1b322aa3d422b6f51ca6ae6d32af513 +size 114985 diff --git a/Content/FantasyBundle/Meshes/SM_Stone08.uasset b/Content/FantasyBundle/Meshes/SM_Stone08.uasset new file mode 100644 index 00000000..e9899e1f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5287ff3c36fa6a0e08e2a9f9c5544749dccf44582c94cef4b5697a017b4706 +size 118450 diff --git a/Content/FantasyBundle/Meshes/SM_Stone09.uasset b/Content/FantasyBundle/Meshes/SM_Stone09.uasset new file mode 100644 index 00000000..6450b662 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d566118843745d9d7da3f21a8f301dde4e6af443ad59096739b85e71c5235a +size 118297 diff --git a/Content/FantasyBundle/Meshes/SM_Stone10.uasset b/Content/FantasyBundle/Meshes/SM_Stone10.uasset new file mode 100644 index 00000000..106f9b56 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755f77a8b9e49186ed0987b9a188e1f9ae3038005379ec2236443d576e228fdc +size 117844 diff --git a/Content/FantasyBundle/Meshes/SM_Stone11.uasset b/Content/FantasyBundle/Meshes/SM_Stone11.uasset new file mode 100644 index 00000000..42733c4b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fce8241d6624d5ccdd97a7979bddb488a623c71a022d482e38c56eb752a441 +size 132816 diff --git a/Content/FantasyBundle/Meshes/SM_Stone12.uasset b/Content/FantasyBundle/Meshes/SM_Stone12.uasset new file mode 100644 index 00000000..d5b72975 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f97164ab7e02a34e7fae4b57e64301643967f119e63255d10153be6660f8c7 +size 133758 diff --git a/Content/FantasyBundle/Meshes/SM_Stone13.uasset b/Content/FantasyBundle/Meshes/SM_Stone13.uasset new file mode 100644 index 00000000..325b92c5 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a92227cbd1a1b24a0fd4412ef4f45324ae93171e8257db70032782528b3cf80 +size 131840 diff --git a/Content/FantasyBundle/Meshes/SM_Stone14.uasset b/Content/FantasyBundle/Meshes/SM_Stone14.uasset new file mode 100644 index 00000000..5565f645 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2388ffab5a863e1fec6e272fb5d3e6a556cab295cad9159b7133e3f237b2ac51 +size 137298 diff --git a/Content/FantasyBundle/Meshes/SM_Stone15.uasset b/Content/FantasyBundle/Meshes/SM_Stone15.uasset new file mode 100644 index 00000000..62517ae2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Stone15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786444fa96800062e2ac7d445648cee82e5a12df63e7816c79e1318c9cee904a +size 146831 diff --git a/Content/FantasyBundle/Meshes/SM_StoneBorder01.uasset b/Content/FantasyBundle/Meshes/SM_StoneBorder01.uasset new file mode 100644 index 00000000..afb6dda7 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneBorder01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4161220e2b7ec72bb6bdd97ca793ec2b15798a57b4d739ccd31e1339faddd834 +size 105105 diff --git a/Content/FantasyBundle/Meshes/SM_StoneBorder02.uasset b/Content/FantasyBundle/Meshes/SM_StoneBorder02.uasset new file mode 100644 index 00000000..63a6231b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneBorder02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e0a6b36482922fbfb18d23f57ced396c036c06695419d72e3e153402e81763 +size 100829 diff --git a/Content/FantasyBundle/Meshes/SM_StoneWallBorder3m01.uasset b/Content/FantasyBundle/Meshes/SM_StoneWallBorder3m01.uasset new file mode 100644 index 00000000..b8707303 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneWallBorder3m01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b3723f82b91981eed7d632dc9b51c6390bd1e463bbbff6eb2d459d295fedc6 +size 87872 diff --git a/Content/FantasyBundle/Meshes/SM_StoneWallBorder3m02.uasset b/Content/FantasyBundle/Meshes/SM_StoneWallBorder3m02.uasset new file mode 100644 index 00000000..5d4ddf15 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneWallBorder3m02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebcacc16838c8f6a9a2d0e09cd246eaed8b689852d17cc00e837e6a9377605c +size 87852 diff --git a/Content/FantasyBundle/Meshes/SM_StoneWallBorder6m.uasset b/Content/FantasyBundle/Meshes/SM_StoneWallBorder6m.uasset new file mode 100644 index 00000000..82704694 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneWallBorder6m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f0455433d640e1e4e5194e7934dc89f1d007c50bf9994ed05d437b1595af43 +size 92844 diff --git a/Content/FantasyBundle/Meshes/SM_StoneWallSingle01.uasset b/Content/FantasyBundle/Meshes/SM_StoneWallSingle01.uasset new file mode 100644 index 00000000..ee1dc13c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneWallSingle01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da00238647bf3100fdb56e00d1143eae66c09a2121a5f79ad843fe299c675e40 +size 92611 diff --git a/Content/FantasyBundle/Meshes/SM_StoneWallSingle02.uasset b/Content/FantasyBundle/Meshes/SM_StoneWallSingle02.uasset new file mode 100644 index 00000000..8b6d8e44 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneWallSingle02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64121ed242688493ae0fa1fca4246703210f5f7ef9b185d391a02597e54e79db +size 93628 diff --git a/Content/FantasyBundle/Meshes/SM_StoneWallSingle03.uasset b/Content/FantasyBundle/Meshes/SM_StoneWallSingle03.uasset new file mode 100644 index 00000000..519cfd96 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StoneWallSingle03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b092dfdd9977f14b8f646a8ecc5b28bd49d90a7026584250c5854ddf37f98a81 +size 97408 diff --git a/Content/FantasyBundle/Meshes/SM_StreetLight01.uasset b/Content/FantasyBundle/Meshes/SM_StreetLight01.uasset new file mode 100644 index 00000000..7512e243 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StreetLight01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:750d772438ca9c18cec1e9057edb6da53c16c25801fa7be524ec2fdf5521a016 +size 159604 diff --git a/Content/FantasyBundle/Meshes/SM_StreetLight02.uasset b/Content/FantasyBundle/Meshes/SM_StreetLight02.uasset new file mode 100644 index 00000000..5eeaeb92 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StreetLight02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435de708e308fab131dbfb55aa6b6a0341839c79d908ef711fa3134564d4c340 +size 117827 diff --git a/Content/FantasyBundle/Meshes/SM_StreetLight03.uasset b/Content/FantasyBundle/Meshes/SM_StreetLight03.uasset new file mode 100644 index 00000000..dd50530e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StreetLight03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52409ce49a9904f3bf89e4f87fdd96c6e109a3903ff8ca36376e8c6a371f94d7 +size 144920 diff --git a/Content/FantasyBundle/Meshes/SM_StreetLight04.uasset b/Content/FantasyBundle/Meshes/SM_StreetLight04.uasset new file mode 100644 index 00000000..a509076a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_StreetLight04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65f90c743c20709dad2d86b9fd22bf906a0eb9878351b8cd611f438b5296917 +size 112907 diff --git a/Content/FantasyBundle/Meshes/SM_TestPlatform.uasset b/Content/FantasyBundle/Meshes/SM_TestPlatform.uasset new file mode 100644 index 00000000..666c49d4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TestPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31028781a325de25445df796cbbee0789b9c99dc100160f44377a87bd7c3f81e +size 97915 diff --git a/Content/FantasyBundle/Meshes/SM_TileGround4m.uasset b/Content/FantasyBundle/Meshes/SM_TileGround4m.uasset new file mode 100644 index 00000000..3df21cea --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TileGround4m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacca8b858aa7882d747075ec11f0047c2edeb0db0bbe5c290d295b10b77a2ca +size 122738 diff --git a/Content/FantasyBundle/Meshes/SM_TileGround8m.uasset b/Content/FantasyBundle/Meshes/SM_TileGround8m.uasset new file mode 100644 index 00000000..7718f8b6 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TileGround8m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44bff4e154d606db634e87d4e391babb373bcb66255b994b0bfcfe38484ba095 +size 106383 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone01.uasset b/Content/FantasyBundle/Meshes/SM_TombStone01.uasset new file mode 100644 index 00000000..c012b367 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59ea771560c368f2d4a652f2205ca641020a3914d458b6487a5efdbbbff3487 +size 149736 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone02.uasset b/Content/FantasyBundle/Meshes/SM_TombStone02.uasset new file mode 100644 index 00000000..589e11c4 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45c265d4919c569883c73a55af6c33ccb85321e1265f8ea3128530164a12d1f +size 139412 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone03.uasset b/Content/FantasyBundle/Meshes/SM_TombStone03.uasset new file mode 100644 index 00000000..4aea98fc --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582f22f2e12d7002fae33037a9978c9741de5de42d79fb79cc6cca0f72c50cd3 +size 146635 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone04.uasset b/Content/FantasyBundle/Meshes/SM_TombStone04.uasset new file mode 100644 index 00000000..896e5151 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49066d4132a324be68e585d4f8ffa7b45a2feaad0c8e8da73e7ce4db8291d598 +size 136360 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone05.uasset b/Content/FantasyBundle/Meshes/SM_TombStone05.uasset new file mode 100644 index 00000000..c187420c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b6b659a293f67933bdca65cc66cf9e76f8307e5a82d1f860bdc81c06237996 +size 141470 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone06.uasset b/Content/FantasyBundle/Meshes/SM_TombStone06.uasset new file mode 100644 index 00000000..f5682e4c --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6021f6215c5756a094014428d16484e6f7998c07b2588fc3f54cc907e9868c33 +size 152491 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone07.uasset b/Content/FantasyBundle/Meshes/SM_TombStone07.uasset new file mode 100644 index 00000000..048126b2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7261f9fdaab832fec4f760946c7824d11bf3dcbf3623e000cb1c19ba5e2f810d +size 209926 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone08.uasset b/Content/FantasyBundle/Meshes/SM_TombStone08.uasset new file mode 100644 index 00000000..4d8dde38 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83599be6df73f630989cdc0ccc320b90d7912918defbe81f8e0a114507995ac7 +size 143092 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone09.uasset b/Content/FantasyBundle/Meshes/SM_TombStone09.uasset new file mode 100644 index 00000000..4580b064 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc14d62976859a7b7c3e09ba96c1e97eb88429039ab9c9dcb6d5dba0a3524c5d +size 158352 diff --git a/Content/FantasyBundle/Meshes/SM_TombStone10.uasset b/Content/FantasyBundle/Meshes/SM_TombStone10.uasset new file mode 100644 index 00000000..964fc879 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_TombStone10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098cd7e700d0cc7828d4dfef6c360b075c3159bc959318be9f8707fed5aae4a2 +size 151187 diff --git a/Content/FantasyBundle/Meshes/SM_Torch01.uasset b/Content/FantasyBundle/Meshes/SM_Torch01.uasset new file mode 100644 index 00000000..d69e79a2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Torch01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be267a97b85e1426d1e442b89dbefceb772687e60f1cd3131502b1d48cbce614 +size 183837 diff --git a/Content/FantasyBundle/Meshes/SM_Torch02.uasset b/Content/FantasyBundle/Meshes/SM_Torch02.uasset new file mode 100644 index 00000000..82b886a2 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Torch02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442f29e775896dd630992c4514c3f3e98d07068230c57d2e7fbbec96bad6f423 +size 212536 diff --git a/Content/FantasyBundle/Meshes/SM_Torch03.uasset b/Content/FantasyBundle/Meshes/SM_Torch03.uasset new file mode 100644 index 00000000..8886c3a9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Torch03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f22e777dcaa4d7ad00b793da49314ef99f214fbf49df1c1c8737c5fa17b5ec +size 137851 diff --git a/Content/FantasyBundle/Meshes/SM_UnderWall.uasset b/Content/FantasyBundle/Meshes/SM_UnderWall.uasset new file mode 100644 index 00000000..7a7d3c5e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_UnderWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2a6954907807c3e0726f673a24378c97f194865fe707724d3e6e176c611f49 +size 243132 diff --git a/Content/FantasyBundle/Meshes/SM_Wagon01.uasset b/Content/FantasyBundle/Meshes/SM_Wagon01.uasset new file mode 100644 index 00000000..1942d2f9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wagon01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d3ba33ed5a1b4dddc49abdbb7d976d6b4a9e59c505122fcbaec5709e4d8411 +size 267302 diff --git a/Content/FantasyBundle/Meshes/SM_Wagon02.uasset b/Content/FantasyBundle/Meshes/SM_Wagon02.uasset new file mode 100644 index 00000000..b4e090d3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wagon02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d149e7e65c3dcfb78fa592711a2eb6a72e9235858d319a6f87571fc5744e0446 +size 205564 diff --git a/Content/FantasyBundle/Meshes/SM_Wagon03.uasset b/Content/FantasyBundle/Meshes/SM_Wagon03.uasset new file mode 100644 index 00000000..bf55be4d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wagon03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64d908914434b7a638c29fd9061411925367580ee1621b962752ff5aedb4722 +size 295925 diff --git a/Content/FantasyBundle/Meshes/SM_WagonWheel01.uasset b/Content/FantasyBundle/Meshes/SM_WagonWheel01.uasset new file mode 100644 index 00000000..f2fb382f --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WagonWheel01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb99c68b9fad72e83231d7c00937c5457fd766e137ffbb5bb60a4b784eee139 +size 134485 diff --git a/Content/FantasyBundle/Meshes/SM_WagonWheel02.uasset b/Content/FantasyBundle/Meshes/SM_WagonWheel02.uasset new file mode 100644 index 00000000..61e30b45 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WagonWheel02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29fc33acfa05768fc6e29bddddbe5bc15d499298b92a9d8ea0ba3f6cd5c23751 +size 168947 diff --git a/Content/FantasyBundle/Meshes/SM_Wall01.uasset b/Content/FantasyBundle/Meshes/SM_Wall01.uasset new file mode 100644 index 00000000..f4a746ca --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3220a667104cef65de82660b0b3e8c1c3ecfbca136564aa9fef8deda8a1f16da +size 137246 diff --git a/Content/FantasyBundle/Meshes/SM_Wall02.uasset b/Content/FantasyBundle/Meshes/SM_Wall02.uasset new file mode 100644 index 00000000..91842eb7 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d679641200c4240171712b557d207c6b617c2a2838131f16e9a8c1b2885265 +size 603971 diff --git a/Content/FantasyBundle/Meshes/SM_Wall03.uasset b/Content/FantasyBundle/Meshes/SM_Wall03.uasset new file mode 100644 index 00000000..3fe073d0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbe7102dc173dee1a6d2c1953ad96cce90beec9999f70c1fad05ed24016c5c3 +size 670594 diff --git a/Content/FantasyBundle/Meshes/SM_Wall04.uasset b/Content/FantasyBundle/Meshes/SM_Wall04.uasset new file mode 100644 index 00000000..c9946bbd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78aa174553bde2f40a4384646ea401749649890c0e74627f091a112e32b0c25 +size 409409 diff --git a/Content/FantasyBundle/Meshes/SM_Wall05.uasset b/Content/FantasyBundle/Meshes/SM_Wall05.uasset new file mode 100644 index 00000000..e717c572 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d532d329f7c66ee587e640fbd9458578f961e707269dce01303bbb2617b23ef +size 299042 diff --git a/Content/FantasyBundle/Meshes/SM_Wall06.uasset b/Content/FantasyBundle/Meshes/SM_Wall06.uasset new file mode 100644 index 00000000..f127e415 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d9aff6b7ed3560581b81458c9f78859140d89fdbcb1f50b8dda91134adf46b +size 720437 diff --git a/Content/FantasyBundle/Meshes/SM_Wall07.uasset b/Content/FantasyBundle/Meshes/SM_Wall07.uasset new file mode 100644 index 00000000..28fe4013 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bbda4635a57f007e1139ab5d7b71957a7f8497898bb0bf3525e6eeb0edb943b +size 708887 diff --git a/Content/FantasyBundle/Meshes/SM_Wall08.uasset b/Content/FantasyBundle/Meshes/SM_Wall08.uasset new file mode 100644 index 00000000..0cdab858 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be12cd46592dce4ccc759c7dd0a13feaae07b66fb5e1c4a20895e2d49ae5fe0 +size 757736 diff --git a/Content/FantasyBundle/Meshes/SM_Wall09.uasset b/Content/FantasyBundle/Meshes/SM_Wall09.uasset new file mode 100644 index 00000000..9a5b4471 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60264d2f576291ab04634fca84b6c66e1662fb918c2ca3458721e51ea26030b +size 564570 diff --git a/Content/FantasyBundle/Meshes/SM_Wall10.uasset b/Content/FantasyBundle/Meshes/SM_Wall10.uasset new file mode 100644 index 00000000..c1ebdd84 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9ee1e2f23ee367c876fd6e5d4607f4ea4c265c8e3bcb437f0443db6b994ee6 +size 541575 diff --git a/Content/FantasyBundle/Meshes/SM_Wall11.uasset b/Content/FantasyBundle/Meshes/SM_Wall11.uasset new file mode 100644 index 00000000..ef26e471 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Wall11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f9096fa2dba181c721b27daf67979935016c05c2e52532282723bc50c2c62aa +size 547218 diff --git a/Content/FantasyBundle/Meshes/SM_WallArch01.uasset b/Content/FantasyBundle/Meshes/SM_WallArch01.uasset new file mode 100644 index 00000000..b092f6de --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallArch01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e044e6a9f14472b7e21b2d7b7efcde81296df9a231505e968253e01583d388 +size 344907 diff --git a/Content/FantasyBundle/Meshes/SM_WallArch02.uasset b/Content/FantasyBundle/Meshes/SM_WallArch02.uasset new file mode 100644 index 00000000..b4ff20a9 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallArch02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e12f2c847b4c15fdf6b725ba14d8ce4116a1fc70d1bfbb6d5909efb44c3cacb +size 327381 diff --git a/Content/FantasyBundle/Meshes/SM_WallArch03.uasset b/Content/FantasyBundle/Meshes/SM_WallArch03.uasset new file mode 100644 index 00000000..3557254e --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallArch03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d5862815f942204ce437de22d54e40edc1f2d28cfa17ceb1f56d852a922f829 +size 334387 diff --git a/Content/FantasyBundle/Meshes/SM_WallArch04.uasset b/Content/FantasyBundle/Meshes/SM_WallArch04.uasset new file mode 100644 index 00000000..baaa8afd --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallArch04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edb31fb54ce9f579636b3c96fd4a52388cd82115cf518398cf2a7b6ab1aec08c +size 647693 diff --git a/Content/FantasyBundle/Meshes/SM_WallArch05.uasset b/Content/FantasyBundle/Meshes/SM_WallArch05.uasset new file mode 100644 index 00000000..2f1aa5f0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallArch05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85e31c85f2bbc1f7719be18f5cb8ab0ea1a8cfdc1f4768d4699f2443d427ef7a +size 592410 diff --git a/Content/FantasyBundle/Meshes/SM_WallArch06.uasset b/Content/FantasyBundle/Meshes/SM_WallArch06.uasset new file mode 100644 index 00000000..47c6eff0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallArch06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2144f7000ea2009f93dbb8f552ae783576ca8d5695b7ab0036075eb6f785d45a +size 372315 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves01.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves01.uasset new file mode 100644 index 00000000..e3feee13 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef203c842887033183360ff32c49dd60e6cc7f698747413c6d3582b6c7f7cbd7 +size 139707 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves02.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves02.uasset new file mode 100644 index 00000000..0d1841a3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4ac7efc09d93054df6aabff75827b4c8dfc02738e027faf42103e6ca5dca4a +size 132839 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves03.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves03.uasset new file mode 100644 index 00000000..4d0c5592 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353df8874304b336b25c67821528592309b9de46c4ea199b393b4a8d4500cc2d +size 138956 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves04.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves04.uasset new file mode 100644 index 00000000..87f08883 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d8e0658ef9fba60583955d085534e730a2a62fb8b48b25e7c3187c47617cf6 +size 155256 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves05.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves05.uasset new file mode 100644 index 00000000..0e445492 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d646d3a0206d69ca5e089deedfd30eefb52c037fe99986f05181497d51e82a8 +size 114970 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves06.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves06.uasset new file mode 100644 index 00000000..aff4a771 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eeb185ccacbe4b6db47e530f3ddf9381b12cdf9dc35c896ee520bad80f0a9a1 +size 117246 diff --git a/Content/FantasyBundle/Meshes/SM_WallLeaves07.uasset b/Content/FantasyBundle/Meshes/SM_WallLeaves07.uasset new file mode 100644 index 00000000..0a12e243 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WallLeaves07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190ad49bb02ea1667f829938ca6711e6501c7bcd445f033eb2691d88ec5ba20f +size 87072 diff --git a/Content/FantasyBundle/Meshes/SM_Washtub.uasset b/Content/FantasyBundle/Meshes/SM_Washtub.uasset new file mode 100644 index 00000000..530f835a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Washtub.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92a7d981363700efa6dc36dac020c798e4e6810a8ee6f9e2959184c050c0cbf +size 99660 diff --git a/Content/FantasyBundle/Meshes/SM_Window01.uasset b/Content/FantasyBundle/Meshes/SM_Window01.uasset new file mode 100644 index 00000000..7c043031 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Window01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914c1aab6f5665fcf16e1a1a1d2e304a9adbbbff8d668a93f4b7ba0f5acbd3e2 +size 103372 diff --git a/Content/FantasyBundle/Meshes/SM_Window02.uasset b/Content/FantasyBundle/Meshes/SM_Window02.uasset new file mode 100644 index 00000000..5cb1afd6 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Window02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e45f12cf20490ddb7b3bffda0a69dff888435116241d019db92fbfbf4ad3d8 +size 114239 diff --git a/Content/FantasyBundle/Meshes/SM_Window03.uasset b/Content/FantasyBundle/Meshes/SM_Window03.uasset new file mode 100644 index 00000000..d5c93c97 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Window03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cfecb1520aac9b314596d99c3bb14a611defe6cf85669470e7e21114608a0d +size 113583 diff --git a/Content/FantasyBundle/Meshes/SM_Window04.uasset b/Content/FantasyBundle/Meshes/SM_Window04.uasset new file mode 100644 index 00000000..c97dd29a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_Window04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea5684b959d42cf7a2955e60ab1ae1f0b8a9932e08a1b5a56766bd55d06e7cf +size 94296 diff --git a/Content/FantasyBundle/Meshes/SM_WoodBeam3m.uasset b/Content/FantasyBundle/Meshes/SM_WoodBeam3m.uasset new file mode 100644 index 00000000..2562f47b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodBeam3m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf6e6fc9d0acdbc5a59c1f2e165f9c4947f537fa971d1ff184c640043f53e69 +size 101870 diff --git a/Content/FantasyBundle/Meshes/SM_WoodChunks01.uasset b/Content/FantasyBundle/Meshes/SM_WoodChunks01.uasset new file mode 100644 index 00000000..da268071 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodChunks01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcb238071b7e19325d01d8ed407c9f973b51f4dd5f4f6c9795d00393048c04d +size 119476 diff --git a/Content/FantasyBundle/Meshes/SM_WoodChunks02.uasset b/Content/FantasyBundle/Meshes/SM_WoodChunks02.uasset new file mode 100644 index 00000000..0ac8b691 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodChunks02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56aae9017b0d74803f7f28edc9773666bb812a05d10221a0f123de7597b881a5 +size 109321 diff --git a/Content/FantasyBundle/Meshes/SM_WoodChunks03.uasset b/Content/FantasyBundle/Meshes/SM_WoodChunks03.uasset new file mode 100644 index 00000000..32e6764a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodChunks03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e45212ec5e169d28f604318454995a8cb4e6def53b0170f1ac736f6f1df4b7 +size 92983 diff --git a/Content/FantasyBundle/Meshes/SM_WoodChunks04.uasset b/Content/FantasyBundle/Meshes/SM_WoodChunks04.uasset new file mode 100644 index 00000000..4e6aed9a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodChunks04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af72ed3feae019090c1fcea665e04a818c31ced95bed988c3b65a92e77410f53 +size 86849 diff --git a/Content/FantasyBundle/Meshes/SM_WoodChunks05.uasset b/Content/FantasyBundle/Meshes/SM_WoodChunks05.uasset new file mode 100644 index 00000000..b94a584d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodChunks05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfadbd89f946bc1982e6d19426ea4de5b05cc089fcb286ab6652088cfb732093 +size 87985 diff --git a/Content/FantasyBundle/Meshes/SM_WoodFence01.uasset b/Content/FantasyBundle/Meshes/SM_WoodFence01.uasset new file mode 100644 index 00000000..660feede --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodFence01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d91277ac037459f6d21ee1ff2d82c0bc22287e3bc4ecc7297590b6e6851f5ad1 +size 112202 diff --git a/Content/FantasyBundle/Meshes/SM_WoodFence02.uasset b/Content/FantasyBundle/Meshes/SM_WoodFence02.uasset new file mode 100644 index 00000000..b0c88ed8 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodFence02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df50ad7f397cbde157a1b776119740f2f56217f91b35c2b79ecc7397d7e78397 +size 113587 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank01.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank01.uasset new file mode 100644 index 00000000..c82ffdd3 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b144f3388c0272a660a0f82e021242821892c3f06cfd2f333de48e9874a33c41 +size 129459 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank02.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank02.uasset new file mode 100644 index 00000000..8fa54209 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:732bd9e84242bcca12da15dec38295e2b7b63e417258ee55298d6aa6fbfa339a +size 221971 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank03.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank03.uasset new file mode 100644 index 00000000..87b49a37 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e28aab8dff27a1018a41e2abc3dd2e471c69a26fa795351360687beac3efbe +size 137731 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank04.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank04.uasset new file mode 100644 index 00000000..b476cad6 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3581d1489b00b4027734315178bb4ad19b2c0fea11e8b1b0189f602ed1af6142 +size 121631 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank05.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank05.uasset new file mode 100644 index 00000000..f4836fbe --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd56898bb36422725e398797a26ad62b97e9ee5680979895d67d4d5e71445646 +size 225723 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank06.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank06.uasset new file mode 100644 index 00000000..d85f9266 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b5adb1378bf893e4bd671e39979611da989181fdb5ce77e7b249bc6c65318c +size 105268 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank07.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank07.uasset new file mode 100644 index 00000000..c444168b --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb2bdf27f7b1c82f974369b3fdf1966442cfa20e9cb4dc8693d0695e91a146b +size 109344 diff --git a/Content/FantasyBundle/Meshes/SM_WoodPlank08.uasset b/Content/FantasyBundle/Meshes/SM_WoodPlank08.uasset new file mode 100644 index 00000000..0a87a4af --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodPlank08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fed021f87fbeaad2c4a61f3c81114c5cd21e27f1d20efaaa65237cc312f4564 +size 105198 diff --git a/Content/FantasyBundle/Meshes/SM_WoodStairs01.uasset b/Content/FantasyBundle/Meshes/SM_WoodStairs01.uasset new file mode 100644 index 00000000..d73d7b35 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodStairs01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf3719e6b04c256b1b251121ec131422833eb836505d5c7a1d075a66af11ce7 +size 116789 diff --git a/Content/FantasyBundle/Meshes/SM_WoodStairs02.uasset b/Content/FantasyBundle/Meshes/SM_WoodStairs02.uasset new file mode 100644 index 00000000..aad35bb0 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodStairs02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025545e25fc7fb0eef98b762c6ea09a81c5ef9f5033903edfa79be775acd66e0 +size 111568 diff --git a/Content/FantasyBundle/Meshes/SM_WoodStairs03.uasset b/Content/FantasyBundle/Meshes/SM_WoodStairs03.uasset new file mode 100644 index 00000000..1907d345 --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodStairs03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dc532d8f921a0025eafbe5fbe42dd5065df849da930c396dc59333f178e495 +size 108172 diff --git a/Content/FantasyBundle/Meshes/SM_WoodenDoor01.uasset b/Content/FantasyBundle/Meshes/SM_WoodenDoor01.uasset new file mode 100644 index 00000000..7a91e93d --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodenDoor01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed0b7d0f28da111170cd867ca0808022aa88bbab166335a2e76c1a74d24752b1 +size 134517 diff --git a/Content/FantasyBundle/Meshes/SM_WoodenDoor02.uasset b/Content/FantasyBundle/Meshes/SM_WoodenDoor02.uasset new file mode 100644 index 00000000..84d622aa --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodenDoor02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809cc16e506435e9cb3c7a5837f43e7bcd91602678a6304a506efa929aee6d23 +size 136678 diff --git a/Content/FantasyBundle/Meshes/SM_WoodenPier01.uasset b/Content/FantasyBundle/Meshes/SM_WoodenPier01.uasset new file mode 100644 index 00000000..81a5184a --- /dev/null +++ b/Content/FantasyBundle/Meshes/SM_WoodenPier01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f0c749983b153c30f1e9bfc92c7cf64391bbde5e82dd338fc99a971ca9b0be +size 110072 diff --git a/Content/FantasyBundle/Particles/P_Ambient_Dust.uasset b/Content/FantasyBundle/Particles/P_Ambient_Dust.uasset new file mode 100644 index 00000000..58ba5ced --- /dev/null +++ b/Content/FantasyBundle/Particles/P_Ambient_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9373cc4d92cc3a67fcaff4f782aba0ec993f44d48f5a5d5782b58b7546532ad9 +size 56548 diff --git a/Content/FantasyBundle/Sequences/FlythroughSequence.uasset b/Content/FantasyBundle/Sequences/FlythroughSequence.uasset new file mode 100644 index 00000000..43ff65d9 --- /dev/null +++ b/Content/FantasyBundle/Sequences/FlythroughSequence.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2257b429e95719218611812a6e5b4e6126572db8e0bb2fc171e26a00f6a211 +size 69760 diff --git a/Content/FantasyBundle/Textures/T_Bricks_BC.uasset b/Content/FantasyBundle/Textures/T_Bricks_BC.uasset new file mode 100644 index 00000000..deb356a8 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bricks_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:652540c231d3fc1e9b5148ac4b3bac91fc2814c089d86af72bf6d0221de9b36a +size 8695453 diff --git a/Content/FantasyBundle/Textures/T_Bricks_DP.uasset b/Content/FantasyBundle/Textures/T_Bricks_DP.uasset new file mode 100644 index 00000000..9f392560 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bricks_DP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e3670dfe19ce0104c49ce783d4af7dfb8bbde759587ecf997a1a681fc27a14d +size 1621044 diff --git a/Content/FantasyBundle/Textures/T_Bricks_N.uasset b/Content/FantasyBundle/Textures/T_Bricks_N.uasset new file mode 100644 index 00000000..b3a30af7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bricks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08012b4da240fdb257769f423ac4f0c4e9d41f4c3064235a889f074696221071 +size 10183512 diff --git a/Content/FantasyBundle/Textures/T_Bricks_ORM.uasset b/Content/FantasyBundle/Textures/T_Bricks_ORM.uasset new file mode 100644 index 00000000..595ecdbd --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bricks_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb201e526da9320a3712c97f88ce3a03fb25b66fc5ce9cb9bfedaaddc9a2ff3 +size 6305672 diff --git a/Content/FantasyBundle/Textures/T_Bridge_BC.uasset b/Content/FantasyBundle/Textures/T_Bridge_BC.uasset new file mode 100644 index 00000000..743df7db --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bridge_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513cffc6d623bed4a3e4bc900477a9a54ec022967167d5e78d37eca143041882 +size 30269572 diff --git a/Content/FantasyBundle/Textures/T_Bridge_N.uasset b/Content/FantasyBundle/Textures/T_Bridge_N.uasset new file mode 100644 index 00000000..82ff27ef --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bridge_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7330cdb8f166759193cea8b76da1f8ffc11c9115514f67a881847bae9b8a420 +size 31648864 diff --git a/Content/FantasyBundle/Textures/T_Bridge_ORM.uasset b/Content/FantasyBundle/Textures/T_Bridge_ORM.uasset new file mode 100644 index 00000000..a3cee006 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Bridge_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeb8f66af08e1d648c650ec1ba519a4fffcc2586894fa46bfd9c55a9a23bd79 +size 19331345 diff --git a/Content/FantasyBundle/Textures/T_CastleBorder_BC.uasset b/Content/FantasyBundle/Textures/T_CastleBorder_BC.uasset new file mode 100644 index 00000000..b22b7f6d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleBorder_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d2ded540be106c6d998512d5ef5a1be0b5c34cccc7c4e5c49e186bfc340a585 +size 25989798 diff --git a/Content/FantasyBundle/Textures/T_CastleBorder_N.uasset b/Content/FantasyBundle/Textures/T_CastleBorder_N.uasset new file mode 100644 index 00000000..d3cb891a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleBorder_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cb820614ca1538c13ff99b69d5d3d596407095748d326fc65452813c118fd4 +size 47999190 diff --git a/Content/FantasyBundle/Textures/T_CastleBorder_ORM.uasset b/Content/FantasyBundle/Textures/T_CastleBorder_ORM.uasset new file mode 100644 index 00000000..2526d363 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleBorder_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd300727a2077986ad1be4e0ec22aebc92ebaf302be6a2987fbe652c4069d15e +size 22885982 diff --git a/Content/FantasyBundle/Textures/T_CastleStairs_BC.uasset b/Content/FantasyBundle/Textures/T_CastleStairs_BC.uasset new file mode 100644 index 00000000..ab8a27a9 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleStairs_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0db2ea8e63a43819fb56f87f8c7698d3ce988c35715a9497ac432add912f40 +size 32191597 diff --git a/Content/FantasyBundle/Textures/T_CastleStairs_N.uasset b/Content/FantasyBundle/Textures/T_CastleStairs_N.uasset new file mode 100644 index 00000000..92386d2e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleStairs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620338afcdd10790a0d017590c1c3d4a618a5c0d34f6ddd043d0c3d931d40133 +size 34415382 diff --git a/Content/FantasyBundle/Textures/T_CastleStairs_ORM.uasset b/Content/FantasyBundle/Textures/T_CastleStairs_ORM.uasset new file mode 100644 index 00000000..c72a2008 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleStairs_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcb3b6f8eaf20eebf855efd830e87a52346ff3d2b09dd1bd89badf73792539bb +size 20525014 diff --git a/Content/FantasyBundle/Textures/T_CastleWallDetails_BC.uasset b/Content/FantasyBundle/Textures/T_CastleWallDetails_BC.uasset new file mode 100644 index 00000000..381862da --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWallDetails_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc53166cabeb2ecb0cadec060f54ff7ae59755c4b9f0d092b9a6931e5ffda0c +size 24731160 diff --git a/Content/FantasyBundle/Textures/T_CastleWallDetails_N.uasset b/Content/FantasyBundle/Textures/T_CastleWallDetails_N.uasset new file mode 100644 index 00000000..0b4ee2a0 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWallDetails_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f600aedde4c4c43a7b5b068c5833e1044e4c8e031bfa7c91c9985894751440b9 +size 39401010 diff --git a/Content/FantasyBundle/Textures/T_CastleWallDetails_ORM.uasset b/Content/FantasyBundle/Textures/T_CastleWallDetails_ORM.uasset new file mode 100644 index 00000000..6c897f3c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWallDetails_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270969678e7c122df9606fbf55b5a9840480fee47fb26f6a1dec112df9d3c3a6 +size 16844649 diff --git a/Content/FantasyBundle/Textures/T_CastleWall_BC.uasset b/Content/FantasyBundle/Textures/T_CastleWall_BC.uasset new file mode 100644 index 00000000..416cf360 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWall_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a137b3d5443ae364c8c316770dfc84dea66578131bd840f90f30826a601b1f +size 35743679 diff --git a/Content/FantasyBundle/Textures/T_CastleWall_Displ.uasset b/Content/FantasyBundle/Textures/T_CastleWall_Displ.uasset new file mode 100644 index 00000000..42bdc717 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWall_Displ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a81db7676f397712e82fdc85bfbfc069c74d2e9aacee9f468851733c37c76a2 +size 7284514 diff --git a/Content/FantasyBundle/Textures/T_CastleWall_N.uasset b/Content/FantasyBundle/Textures/T_CastleWall_N.uasset new file mode 100644 index 00000000..bf9257a0 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3824927c13d15d04411a2275dbe67b80e22b9e788cc9a8d2cd2af5efaf1678ef +size 50974396 diff --git a/Content/FantasyBundle/Textures/T_CastleWall_ORM.uasset b/Content/FantasyBundle/Textures/T_CastleWall_ORM.uasset new file mode 100644 index 00000000..4e55831f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_CastleWall_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db2ed2b566d19bab364af8a7b6d242ab7e58fc749c9f0efed9dd0d996647984a +size 23580371 diff --git a/Content/FantasyBundle/Textures/T_Caustics_BC.uasset b/Content/FantasyBundle/Textures/T_Caustics_BC.uasset new file mode 100644 index 00000000..a421849c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Caustics_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66d01043197cba31e71b19db2e7826c3eba797bf5318a6bfe889e9becbad8f0 +size 759519 diff --git a/Content/FantasyBundle/Textures/T_Ceiling_BC.uasset b/Content/FantasyBundle/Textures/T_Ceiling_BC.uasset new file mode 100644 index 00000000..1059d3e9 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Ceiling_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc3268a6918857bed092d915b1a57a3776199475e5322567772a96b6f30498f +size 3628744 diff --git a/Content/FantasyBundle/Textures/T_Ceiling_N.uasset b/Content/FantasyBundle/Textures/T_Ceiling_N.uasset new file mode 100644 index 00000000..4abe4a5b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Ceiling_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9315454cb81575487fd0daa9a431c76d0afe8b631617aba77f4ccecdb0e0eac +size 3281437 diff --git a/Content/FantasyBundle/Textures/T_Ceiling_ORM.uasset b/Content/FantasyBundle/Textures/T_Ceiling_ORM.uasset new file mode 100644 index 00000000..6c359c64 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Ceiling_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:906c6cd74ab3251a04b06539c1d66376e9bd57f33dfb79831cf39d4ac25aa626 +size 2267641 diff --git a/Content/FantasyBundle/Textures/T_Dirt01_MSK.uasset b/Content/FantasyBundle/Textures/T_Dirt01_MSK.uasset new file mode 100644 index 00000000..f59d2df0 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Dirt01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ae60ca31e7892706aee460b53c8919cfe5ec571d146ff2e544242c32dd059d +size 877243 diff --git a/Content/FantasyBundle/Textures/T_Doors_BC.uasset b/Content/FantasyBundle/Textures/T_Doors_BC.uasset new file mode 100644 index 00000000..411f9d17 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Doors_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e44c61759d2c1522bbf7181524e4f841fba2610e0b8f8964077321c9290ea26 +size 29216034 diff --git a/Content/FantasyBundle/Textures/T_Doors_N.uasset b/Content/FantasyBundle/Textures/T_Doors_N.uasset new file mode 100644 index 00000000..bd6d9c1e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Doors_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d4c50ce17ba08ee1ac4aeed7dd6d02eae12c903ab87aa991190f50e33a37e4 +size 35251755 diff --git a/Content/FantasyBundle/Textures/T_Doors_ORM.uasset b/Content/FantasyBundle/Textures/T_Doors_ORM.uasset new file mode 100644 index 00000000..d8f0106a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Doors_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5b0cb70a9d675dd2cc95ef215bdb2b8b039ea208c1d3b9d844c0507f6c2803 +size 22677346 diff --git a/Content/FantasyBundle/Textures/T_Dust_Particle_D.uasset b/Content/FantasyBundle/Textures/T_Dust_Particle_D.uasset new file mode 100644 index 00000000..e71cf3e2 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Dust_Particle_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321debcb5132dba97732e8123264954c35913dc42a206e3cd5931313db474b9b +size 34305 diff --git a/Content/FantasyBundle/Textures/T_EntranceRock_BC.uasset b/Content/FantasyBundle/Textures/T_EntranceRock_BC.uasset new file mode 100644 index 00000000..40c2215f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceRock_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3025daf4d8e85479d9212fbae917034f6d011b5534b786f29b034c2bda9e7c24 +size 30615574 diff --git a/Content/FantasyBundle/Textures/T_EntranceRock_N.uasset b/Content/FantasyBundle/Textures/T_EntranceRock_N.uasset new file mode 100644 index 00000000..de5b6095 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceRock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974edb55dd5615137f39adc90f91f135756c16fb21d6f7d9baee4434e8a9e555 +size 45516357 diff --git a/Content/FantasyBundle/Textures/T_EntranceRock_ORM.uasset b/Content/FantasyBundle/Textures/T_EntranceRock_ORM.uasset new file mode 100644 index 00000000..0064a47f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceRock_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9882d8e2bfe75102aa0609a3301c34da6a9c62aef6ae35df84d2d60a0791960 +size 28604742 diff --git a/Content/FantasyBundle/Textures/T_EntranceWall01_BC.uasset b/Content/FantasyBundle/Textures/T_EntranceWall01_BC.uasset new file mode 100644 index 00000000..63d3d5c7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceWall01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:921b057707b439dc1e35c5ec113c778698192f87455f28c0a80ae37d8efb2704 +size 28641804 diff --git a/Content/FantasyBundle/Textures/T_EntranceWall01_N.uasset b/Content/FantasyBundle/Textures/T_EntranceWall01_N.uasset new file mode 100644 index 00000000..546d3368 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceWall01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d547afd4d924d07a134e3d79353a5049e20a9c260e4f4fd06573c88b1fbfd937 +size 43218936 diff --git a/Content/FantasyBundle/Textures/T_EntranceWall01_ORM.uasset b/Content/FantasyBundle/Textures/T_EntranceWall01_ORM.uasset new file mode 100644 index 00000000..bd0eef85 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceWall01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779cb9f3ef399f218e8814b4f85ea986d2e5075b95ae1df8b754589c2e83774f +size 18457191 diff --git a/Content/FantasyBundle/Textures/T_EntranceWall02_BC.uasset b/Content/FantasyBundle/Textures/T_EntranceWall02_BC.uasset new file mode 100644 index 00000000..c5a51f2b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceWall02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b467cbac4db8e6955e059fac367d1c4a840f79f884936b4459c6335fa53c195c +size 25068662 diff --git a/Content/FantasyBundle/Textures/T_EntranceWall02_N.uasset b/Content/FantasyBundle/Textures/T_EntranceWall02_N.uasset new file mode 100644 index 00000000..b0fd0f31 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceWall02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb81ca40a2eb1dee8f0b5398ed4937ff8c0a45757fbb592f80b41470e8db41c1 +size 39190461 diff --git a/Content/FantasyBundle/Textures/T_EntranceWall02_ORM.uasset b/Content/FantasyBundle/Textures/T_EntranceWall02_ORM.uasset new file mode 100644 index 00000000..06f948a7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_EntranceWall02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c3b8adc5c24e0cf6e6f78cb3535549df4840ab506d2f1a06d686b8fbda0fc7 +size 18744052 diff --git a/Content/FantasyBundle/Textures/T_Fabric01_BC.uasset b/Content/FantasyBundle/Textures/T_Fabric01_BC.uasset new file mode 100644 index 00000000..af99d87c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9432663f3a530587c3692c3ab0ef6f660461488b204aba305b5240e12bfc0a +size 28856846 diff --git a/Content/FantasyBundle/Textures/T_Fabric01_N.uasset b/Content/FantasyBundle/Textures/T_Fabric01_N.uasset new file mode 100644 index 00000000..365f6c07 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e73baf158388b0c6f0800944c1bf71b67ef7b947965aab8e9c2e8a5cac5cac +size 40706758 diff --git a/Content/FantasyBundle/Textures/T_Fabric01_ORM.uasset b/Content/FantasyBundle/Textures/T_Fabric01_ORM.uasset new file mode 100644 index 00000000..a6709fbe --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014b5f2ba57397b2e7ffe6e38638c5a2b862f79c5ba872545ab7720d7b428dee +size 19378993 diff --git a/Content/FantasyBundle/Textures/T_Fabric02_BC.uasset b/Content/FantasyBundle/Textures/T_Fabric02_BC.uasset new file mode 100644 index 00000000..0a936bde --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6a6793e7033368c4e4a96999969b711caf6c3ab068e5539f1930ad5fda56503 +size 26297899 diff --git a/Content/FantasyBundle/Textures/T_Fabric02_N.uasset b/Content/FantasyBundle/Textures/T_Fabric02_N.uasset new file mode 100644 index 00000000..c278f82b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afc7b65e4298a5ceaf85a1ae99bfde8d99d19d76fac475a3b6777b6f9d90b438 +size 42409094 diff --git a/Content/FantasyBundle/Textures/T_Fabric02_ORM.uasset b/Content/FantasyBundle/Textures/T_Fabric02_ORM.uasset new file mode 100644 index 00000000..6b7aef59 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe2fc90ebc8f9de0e5bb42ede2e1cccd421f524225b4bca124b678b445f5ba3 +size 25115888 diff --git a/Content/FantasyBundle/Textures/T_Fabric_BC.uasset b/Content/FantasyBundle/Textures/T_Fabric_BC.uasset new file mode 100644 index 00000000..25fccb68 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b770b7b7a5950b1e9cb268e0fd6cd8f226ea810325cd315984020b81d38415d3 +size 3441528 diff --git a/Content/FantasyBundle/Textures/T_Fabric_MSK.uasset b/Content/FantasyBundle/Textures/T_Fabric_MSK.uasset new file mode 100644 index 00000000..ec423766 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ea91420e497dae425282790f2d3faa03eacf11a7d719859ff15a9d68705400 +size 1595845 diff --git a/Content/FantasyBundle/Textures/T_Fabric_N.uasset b/Content/FantasyBundle/Textures/T_Fabric_N.uasset new file mode 100644 index 00000000..9a3eea5a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c881d365a8dc4bce79fb817b1d87fd1d2a8594cad182ab7b2cad0bcf27ade963 +size 2230919 diff --git a/Content/FantasyBundle/Textures/T_Fabric_ORM.uasset b/Content/FantasyBundle/Textures/T_Fabric_ORM.uasset new file mode 100644 index 00000000..84036616 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Fabric_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2a0c39f8d5abed1943bfe6207b192cd88bbcfdd77d7c78c760ae0ec55b491d +size 2120739 diff --git a/Content/FantasyBundle/Textures/T_Floor_BC.uasset b/Content/FantasyBundle/Textures/T_Floor_BC.uasset new file mode 100644 index 00000000..78c0a940 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Floor_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2203464323bfe36000c0f338049334153dd750952d0e55aa65d69b51a3dd3a93 +size 3486481 diff --git a/Content/FantasyBundle/Textures/T_Floor_N.uasset b/Content/FantasyBundle/Textures/T_Floor_N.uasset new file mode 100644 index 00000000..5ae20f20 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Floor_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a9a48361c82ce7d2a6010ecba12a8a06669c78a2b82e3fdc660445900e1c37 +size 2127786 diff --git a/Content/FantasyBundle/Textures/T_Floor_ORM.uasset b/Content/FantasyBundle/Textures/T_Floor_ORM.uasset new file mode 100644 index 00000000..da0b5d5c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Floor_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed0423696f534c1c7daf99362bdb3ff82e8fb2c449e8fd9f1faedf481be4f10 +size 1939446 diff --git a/Content/FantasyBundle/Textures/T_FrontPlate_BC.uasset b/Content/FantasyBundle/Textures/T_FrontPlate_BC.uasset new file mode 100644 index 00000000..685b0409 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_FrontPlate_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d295317ac1353c67a3e30dd794abff8709d307b4eccc495d52166650228ba1 +size 4757934 diff --git a/Content/FantasyBundle/Textures/T_FrontPlate_N.uasset b/Content/FantasyBundle/Textures/T_FrontPlate_N.uasset new file mode 100644 index 00000000..f6958db6 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_FrontPlate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85df2912bc165a4b69e5ce06bc85ffa575297b9993d26844517d93e719d70233 +size 4474040 diff --git a/Content/FantasyBundle/Textures/T_FrontPlate_ORM.uasset b/Content/FantasyBundle/Textures/T_FrontPlate_ORM.uasset new file mode 100644 index 00000000..d0325dd8 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_FrontPlate_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964845f2a40fda6703bacc0cc162753fb3dbe8c429e76a91b2e78746913eb8e8 +size 2987438 diff --git a/Content/FantasyBundle/Textures/T_Grass01_BC.uasset b/Content/FantasyBundle/Textures/T_Grass01_BC.uasset new file mode 100644 index 00000000..2fa7b122 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Grass01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5184c19b017121c08c50d2b664123b75b38834d9751de25165c71512314f1ec9 +size 8780647 diff --git a/Content/FantasyBundle/Textures/T_Grass01_N.uasset b/Content/FantasyBundle/Textures/T_Grass01_N.uasset new file mode 100644 index 00000000..8205f684 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Grass01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0616c51e3582a90decdb731a6da311a78c8a64700f77445ca022e16504d6685b +size 8895947 diff --git a/Content/FantasyBundle/Textures/T_Grass01_ORM.uasset b/Content/FantasyBundle/Textures/T_Grass01_ORM.uasset new file mode 100644 index 00000000..32733c95 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Grass01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a37785b43b57c504edb946183dc3cfda67fa43b1d72ed93cbcb27efd9d14b3e6 +size 9012639 diff --git a/Content/FantasyBundle/Textures/T_Grass_BC.uasset b/Content/FantasyBundle/Textures/T_Grass_BC.uasset new file mode 100644 index 00000000..677d2b28 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Grass_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cc7154c5b9ed1c2207103f49025da97a723141c3870ce13bbf56181f3cea39b +size 720109 diff --git a/Content/FantasyBundle/Textures/T_Grass_N.uasset b/Content/FantasyBundle/Textures/T_Grass_N.uasset new file mode 100644 index 00000000..bd841a63 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Grass_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b874952420d353b8994f8d9d14c24f3ffc5175e5987db43ec56fcbe99bdd65e4 +size 566943 diff --git a/Content/FantasyBundle/Textures/T_Grass_R.uasset b/Content/FantasyBundle/Textures/T_Grass_R.uasset new file mode 100644 index 00000000..4e68c079 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Grass_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d0a1952317238be65f5f2c68dc3402d0f826bd0a46c4d89a8eab21c06113d96 +size 436567 diff --git a/Content/FantasyBundle/Textures/T_GroundDirt01_BC.uasset b/Content/FantasyBundle/Textures/T_GroundDirt01_BC.uasset new file mode 100644 index 00000000..a08a2c84 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundDirt01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9c97195bd72a4fee9050c60add81c3e61de2f2154a08763e0000a50214e50c +size 5458876 diff --git a/Content/FantasyBundle/Textures/T_GroundMud_BC.uasset b/Content/FantasyBundle/Textures/T_GroundMud_BC.uasset new file mode 100644 index 00000000..7ad3f737 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundMud_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64806943d29876c6aeb116307b5776223e2e8cfae6c2758e457eadde79ad0ba3 +size 8036616 diff --git a/Content/FantasyBundle/Textures/T_GroundMud_N.uasset b/Content/FantasyBundle/Textures/T_GroundMud_N.uasset new file mode 100644 index 00000000..bc1a07a6 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundMud_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d686f3adb846b7cc9de28a2b9ecb16d96ec655dba9335caec2bb9e5600e4c8 +size 8545738 diff --git a/Content/FantasyBundle/Textures/T_GroundMud_ORM.uasset b/Content/FantasyBundle/Textures/T_GroundMud_ORM.uasset new file mode 100644 index 00000000..27fbfad3 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundMud_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1b8fa042dedd399754b0986a36e367727729965ae7f3c52481cb604606ef55 +size 7725695 diff --git a/Content/FantasyBundle/Textures/T_GroundPlates_BC.uasset b/Content/FantasyBundle/Textures/T_GroundPlates_BC.uasset new file mode 100644 index 00000000..222dbc77 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundPlates_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52001439bb9203a5de423faad262029293fcdf15005e37bef357cdc3c0e0154b +size 36225965 diff --git a/Content/FantasyBundle/Textures/T_GroundPlates_N.uasset b/Content/FantasyBundle/Textures/T_GroundPlates_N.uasset new file mode 100644 index 00000000..2841f2b4 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundPlates_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c716ff3d4cabd8218eddb1abb92a3ba24f78c0517c62ef8d7afdfca29b88896 +size 33731322 diff --git a/Content/FantasyBundle/Textures/T_GroundPlates_ORM.uasset b/Content/FantasyBundle/Textures/T_GroundPlates_ORM.uasset new file mode 100644 index 00000000..6ab124a7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundPlates_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4399fc90ba7f996bed1f9b3ea64459a4325b87a88eb476fd7f8a25aa40e7d425 +size 19924974 diff --git a/Content/FantasyBundle/Textures/T_GroundStones_BC.uasset b/Content/FantasyBundle/Textures/T_GroundStones_BC.uasset new file mode 100644 index 00000000..a30b0443 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundStones_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3091088d57c025c9264f107736e4d11ab607ac0e3f84af63312f499af286bb2f +size 28758057 diff --git a/Content/FantasyBundle/Textures/T_GroundStones_Displ.uasset b/Content/FantasyBundle/Textures/T_GroundStones_Displ.uasset new file mode 100644 index 00000000..d681b31a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundStones_Displ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6779f4abff4b89cd4ddef0d638ecd9d4e63df17f007bd23f32cc9125ffdc3cb9 +size 2114321 diff --git a/Content/FantasyBundle/Textures/T_GroundStones_N.uasset b/Content/FantasyBundle/Textures/T_GroundStones_N.uasset new file mode 100644 index 00000000..ec353754 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundStones_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d15b47afd0bce8594f65d88f4714adfd458d5b33be371f91a01098a92cd676 +size 46351352 diff --git a/Content/FantasyBundle/Textures/T_GroundStones_ORM.uasset b/Content/FantasyBundle/Textures/T_GroundStones_ORM.uasset new file mode 100644 index 00000000..04c0ea6a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundStones_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f952cc24ea08a64df218d43fe28f763da2cffc00beacb2dc5462d9831c7979 +size 21923297 diff --git a/Content/FantasyBundle/Textures/T_GroundTiles01_BC.uasset b/Content/FantasyBundle/Textures/T_GroundTiles01_BC.uasset new file mode 100644 index 00000000..eef28065 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundTiles01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d08471e1d838cd343587cffa622a5abe74fd970a0d5f7ad4e261eb4f49317ca +size 8624286 diff --git a/Content/FantasyBundle/Textures/T_GroundTiles01_N.uasset b/Content/FantasyBundle/Textures/T_GroundTiles01_N.uasset new file mode 100644 index 00000000..4dc90999 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundTiles01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06f56c2e0a08b45ca717c8f6323a57898226db74994415a0ee2fae38520d218 +size 8616837 diff --git a/Content/FantasyBundle/Textures/T_GroundTiles01_ORM.uasset b/Content/FantasyBundle/Textures/T_GroundTiles01_ORM.uasset new file mode 100644 index 00000000..4ab078e2 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_GroundTiles01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8459c829b2b0f73d89c53d8489ae63b0368e61d61b34aaa09c28533407f645 +size 7749993 diff --git a/Content/FantasyBundle/Textures/T_HexagonRock_BC.uasset b/Content/FantasyBundle/Textures/T_HexagonRock_BC.uasset new file mode 100644 index 00000000..8836707b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HexagonRock_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a5a6235f6c3de3ff68d5746cdb6bc43848c22ce7f3867246e4a33fa226cf2a +size 33813535 diff --git a/Content/FantasyBundle/Textures/T_HexagonRock_N.uasset b/Content/FantasyBundle/Textures/T_HexagonRock_N.uasset new file mode 100644 index 00000000..ac43865f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HexagonRock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8e6526aedd572660917617a3aec8449c8bbcf672d639b9aa5e826475dc8796 +size 47532097 diff --git a/Content/FantasyBundle/Textures/T_HexagonRock_ORM.uasset b/Content/FantasyBundle/Textures/T_HexagonRock_ORM.uasset new file mode 100644 index 00000000..2c54fce2 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HexagonRock_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812aa24adab621636d841258a16ef26e234234d981218f6235ec9f5dd69d1c4f +size 16886389 diff --git a/Content/FantasyBundle/Textures/T_Hood_BC.uasset b/Content/FantasyBundle/Textures/T_Hood_BC.uasset new file mode 100644 index 00000000..af2373bf --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Hood_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44b733b4021f2a7496759ce6dd1656a79c4b8d047b650d5d536c55b6b7a3c39 +size 28658417 diff --git a/Content/FantasyBundle/Textures/T_Hood_N.uasset b/Content/FantasyBundle/Textures/T_Hood_N.uasset new file mode 100644 index 00000000..1179b4e1 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Hood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b482c85b392fe922f8093f773f30591e1f46f3f179b66c0636faae087e9596 +size 40051928 diff --git a/Content/FantasyBundle/Textures/T_Hood_ORM.uasset b/Content/FantasyBundle/Textures/T_Hood_ORM.uasset new file mode 100644 index 00000000..868eb8c1 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Hood_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4220c42473f3293cb7ababd68ea1fef32590d624692f5b7cc6c10620098f44c4 +size 19142135 diff --git a/Content/FantasyBundle/Textures/T_HouseWall_BC.uasset b/Content/FantasyBundle/Textures/T_HouseWall_BC.uasset new file mode 100644 index 00000000..600e0a9f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HouseWall_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebda70e8c079ca494b81ae269cbdb8a70998b77b7989151b3901079fe598408 +size 31284815 diff --git a/Content/FantasyBundle/Textures/T_HouseWall_Displ.uasset b/Content/FantasyBundle/Textures/T_HouseWall_Displ.uasset new file mode 100644 index 00000000..e631011c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HouseWall_Displ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4aad95b098f5dbb3b1c119d8fb80b3fbe869a9c7022a8676164d984dd9a99d +size 8136531 diff --git a/Content/FantasyBundle/Textures/T_HouseWall_N.uasset b/Content/FantasyBundle/Textures/T_HouseWall_N.uasset new file mode 100644 index 00000000..3048395b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HouseWall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbabf405c6c18a446f62f1e0e5815ad925d4eeff901511d549e16fae6950de06 +size 39348450 diff --git a/Content/FantasyBundle/Textures/T_HouseWall_ORM.uasset b/Content/FantasyBundle/Textures/T_HouseWall_ORM.uasset new file mode 100644 index 00000000..46fb9ccc --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HouseWall_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c17b5cc184148c567f6821a57c9fa56afd62f81cfd0666648fe2c380a995a934 +size 18758904 diff --git a/Content/FantasyBundle/Textures/T_HouseWalls_MSK.uasset b/Content/FantasyBundle/Textures/T_HouseWalls_MSK.uasset new file mode 100644 index 00000000..84e19eb9 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_HouseWalls_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e0fa6628a3ec56491c8b945f36741b896dea9a656556c8b1048a885b7f2399 +size 11126430 diff --git a/Content/FantasyBundle/Textures/T_Landscape_BC.uasset b/Content/FantasyBundle/Textures/T_Landscape_BC.uasset new file mode 100644 index 00000000..aba6edb7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Landscape_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea97500f39e9bb5ed9b1f3b513a358bdc09cf7458e0841027a2f504c22860fc +size 42061995 diff --git a/Content/FantasyBundle/Textures/T_Landscape_MSK.uasset b/Content/FantasyBundle/Textures/T_Landscape_MSK.uasset new file mode 100644 index 00000000..f3b50412 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Landscape_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0137fe3a0b9aee06ab3a0e499f3db7d486b1d32391faacd8bcc2654a9ceda6c4 +size 27248434 diff --git a/Content/FantasyBundle/Textures/T_Landscape_N.uasset b/Content/FantasyBundle/Textures/T_Landscape_N.uasset new file mode 100644 index 00000000..ff8cd7b0 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Landscape_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbb9c4a57f21db870fc0bd1c849ce5d3da17129e56504d293c060c21fa9d225 +size 47243256 diff --git a/Content/FantasyBundle/Textures/T_LargePillar_BC.uasset b/Content/FantasyBundle/Textures/T_LargePillar_BC.uasset new file mode 100644 index 00000000..cf2fd76c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_LargePillar_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44ce815aaa0ccf00130624e1584fcf043c608d2269c84493c4f27db84ed7b7b +size 30466339 diff --git a/Content/FantasyBundle/Textures/T_LargePillar_N.uasset b/Content/FantasyBundle/Textures/T_LargePillar_N.uasset new file mode 100644 index 00000000..285cf1a9 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_LargePillar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4bba0c3b43053e1057f02f934f60e95e65bdca390110e65b4a64c0692a16606 +size 44107597 diff --git a/Content/FantasyBundle/Textures/T_LargePillar_ORM.uasset b/Content/FantasyBundle/Textures/T_LargePillar_ORM.uasset new file mode 100644 index 00000000..0ff5a63a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_LargePillar_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a49c346368c4797bc576ff4956ed43229714712a3d78417ff52fc0ea0436054 +size 18620879 diff --git a/Content/FantasyBundle/Textures/T_LeakingDecal01_MSK.uasset b/Content/FantasyBundle/Textures/T_LeakingDecal01_MSK.uasset new file mode 100644 index 00000000..eeac38dd --- /dev/null +++ b/Content/FantasyBundle/Textures/T_LeakingDecal01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150de0540101046c73a79b15e00b65e7dddc1990074de9e88d3d8bc6c90a7b87 +size 1097077 diff --git a/Content/FantasyBundle/Textures/T_LeakingDecal02_MSK.uasset b/Content/FantasyBundle/Textures/T_LeakingDecal02_MSK.uasset new file mode 100644 index 00000000..78cfb3f2 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_LeakingDecal02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30223f7c1c3cb672524477e5bec4ab2e53701257de770a15baab7aa40cb4e33 +size 1663751 diff --git a/Content/FantasyBundle/Textures/T_LeakingDecal_MSK.uasset b/Content/FantasyBundle/Textures/T_LeakingDecal_MSK.uasset new file mode 100644 index 00000000..7a88efff --- /dev/null +++ b/Content/FantasyBundle/Textures/T_LeakingDecal_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba39ac784bfb63ee9743d8c384ea89031836287b1599c8bbbadfd58263b40f8b +size 242040 diff --git a/Content/FantasyBundle/Textures/T_MudGreen_BC.uasset b/Content/FantasyBundle/Textures/T_MudGreen_BC.uasset new file mode 100644 index 00000000..9681b03d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_MudGreen_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e47480ed3b35816a46b2a0dd6ff600a8922e126ab302b1bca5495793610f56 +size 32391284 diff --git a/Content/FantasyBundle/Textures/T_MudGrey_BC.uasset b/Content/FantasyBundle/Textures/T_MudGrey_BC.uasset new file mode 100644 index 00000000..c37b1033 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_MudGrey_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db5dfc655054cddc6c9941c823415f0d0ce31ddac985f086f5e124ffedbcbf2 +size 23856087 diff --git a/Content/FantasyBundle/Textures/T_Mud_BC.uasset b/Content/FantasyBundle/Textures/T_Mud_BC.uasset new file mode 100644 index 00000000..6e1c8065 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Mud_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab94529dc981714db2b608a5fadac5ded4290cfd2f703a39d6c6b20901e3f51e +size 31683564 diff --git a/Content/FantasyBundle/Textures/T_Mud_N.uasset b/Content/FantasyBundle/Textures/T_Mud_N.uasset new file mode 100644 index 00000000..cc6beb80 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Mud_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3cc5b84ad438a4bb49dddde82c86857c5b6fbd45a27eb3f06763dfb294d9e4 +size 52608595 diff --git a/Content/FantasyBundle/Textures/T_Mud_ORM.uasset b/Content/FantasyBundle/Textures/T_Mud_ORM.uasset new file mode 100644 index 00000000..5426e87c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Mud_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a576aaf164f00c09c6daadff69796858078dad93a56d5d2eb65efb553cbbb208 +size 22444659 diff --git a/Content/FantasyBundle/Textures/T_Panorama02_HDR.uasset b/Content/FantasyBundle/Textures/T_Panorama02_HDR.uasset new file mode 100644 index 00000000..4c2b4055 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Panorama02_HDR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85907c0521db7d240624a00f8175614e9aa807005b84f78e9758bc1e14f4b044 +size 506120 diff --git a/Content/FantasyBundle/Textures/T_Panorama04_HDR.uasset b/Content/FantasyBundle/Textures/T_Panorama04_HDR.uasset new file mode 100644 index 00000000..fcac7006 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Panorama04_HDR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fced3e7d9139cae75a6f44b4809397e9995ca108ec2d4d2a4f74d1c80e43045a +size 1533397 diff --git a/Content/FantasyBundle/Textures/T_Panorama04_HDRI.uasset b/Content/FantasyBundle/Textures/T_Panorama04_HDRI.uasset new file mode 100644 index 00000000..1542f550 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Panorama04_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60011aafbd0ccb2ac2d1939e616eeeffdc158854852b93ce7b9f3d91b18efe8a +size 1533262 diff --git a/Content/FantasyBundle/Textures/T_Panorama05_HDRI.uasset b/Content/FantasyBundle/Textures/T_Panorama05_HDRI.uasset new file mode 100644 index 00000000..2a747b49 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Panorama05_HDRI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f2024301c2a6f69b61cf241c1846f21d37d5f25fbfba68c290c2969b7abea6 +size 1224310 diff --git a/Content/FantasyBundle/Textures/T_Pillar01_BC.uasset b/Content/FantasyBundle/Textures/T_Pillar01_BC.uasset new file mode 100644 index 00000000..cbf7bd0b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Pillar01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64af37a8a6b534d27e0c67f440497754dbad8c0d591ed03560b34d73a1a4e54c +size 15708853 diff --git a/Content/FantasyBundle/Textures/T_Pillar01_N.uasset b/Content/FantasyBundle/Textures/T_Pillar01_N.uasset new file mode 100644 index 00000000..a56687d7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Pillar01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148ec9d89c5fa5e916ff4ca60723a58e72f7b0a3877e496db5f678d93b6f8009 +size 19023363 diff --git a/Content/FantasyBundle/Textures/T_Pillar01_ORM.uasset b/Content/FantasyBundle/Textures/T_Pillar01_ORM.uasset new file mode 100644 index 00000000..4f3859d5 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Pillar01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b12bbfc68a0183952f3931d3e890f369be80daa2a03a55d64fae3a33a2a6eb7 +size 10562292 diff --git a/Content/FantasyBundle/Textures/T_Plaster_BC.uasset b/Content/FantasyBundle/Textures/T_Plaster_BC.uasset new file mode 100644 index 00000000..e383d22a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Plaster_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6da8917e6a832de64e53ae871074634705b3119362713c1098ee3ed3cc5afa +size 4596914 diff --git a/Content/FantasyBundle/Textures/T_Plaster_N.uasset b/Content/FantasyBundle/Textures/T_Plaster_N.uasset new file mode 100644 index 00000000..595bffb1 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Plaster_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306b3af8f9b792bd2faab0c03f129abae8e2007ac2a56b6e086d4ab6539c8ada +size 11211035 diff --git a/Content/FantasyBundle/Textures/T_Plaster_ORM.uasset b/Content/FantasyBundle/Textures/T_Plaster_ORM.uasset new file mode 100644 index 00000000..918c2f68 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Plaster_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87c43a7d7ceada93acd63018dfc19603df3903d1c1517530776e68006b83b618 +size 4671621 diff --git a/Content/FantasyBundle/Textures/T_Puddle01_MSK.uasset b/Content/FantasyBundle/Textures/T_Puddle01_MSK.uasset new file mode 100644 index 00000000..a5173042 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Puddle01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744cc09159ca28170b7455766c23684551e537aea3d0aaaece8c283dd74c0f78 +size 1633574 diff --git a/Content/FantasyBundle/Textures/T_Puddle02_MSK.uasset b/Content/FantasyBundle/Textures/T_Puddle02_MSK.uasset new file mode 100644 index 00000000..064694ab --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Puddle02_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e5932dbfdd201793381bdbbe02d62004a92e3189771600b458821386e3d3fe +size 978037 diff --git a/Content/FantasyBundle/Textures/T_RiverWater_N.uasset b/Content/FantasyBundle/Textures/T_RiverWater_N.uasset new file mode 100644 index 00000000..3d194711 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RiverWater_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd053f598145d2fee62aaaf62d11fa3099ca7a4cae87d11b4f6accebc02b556c +size 753816 diff --git a/Content/FantasyBundle/Textures/T_Rock01Cave_N.uasset b/Content/FantasyBundle/Textures/T_Rock01Cave_N.uasset new file mode 100644 index 00000000..767b0a82 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01Cave_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8928c3439064e31c9e7c61a9ad49fd14f595d235500ce1a227be0d9f51456df2 +size 42541771 diff --git a/Content/FantasyBundle/Textures/T_Rock01_A.uasset b/Content/FantasyBundle/Textures/T_Rock01_A.uasset new file mode 100644 index 00000000..ec93962a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d54208b42096b444c4860f710b4ea9c4dfcec8584870ac999df75ad5eea5a34 +size 41879507 diff --git a/Content/FantasyBundle/Textures/T_Rock01_AO.uasset b/Content/FantasyBundle/Textures/T_Rock01_AO.uasset new file mode 100644 index 00000000..da379e93 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8491c3111b7c2a2c522e8fe99462990ab53c476a73d8b4853cac77a5c0c2cc35 +size 13842987 diff --git a/Content/FantasyBundle/Textures/T_Rock01_BC.uasset b/Content/FantasyBundle/Textures/T_Rock01_BC.uasset new file mode 100644 index 00000000..8d4c5c60 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b00fc41132f7b853820dd6d7479480d9ac3c68209af5b461d828902658de77 +size 24432577 diff --git a/Content/FantasyBundle/Textures/T_Rock01_N.uasset b/Content/FantasyBundle/Textures/T_Rock01_N.uasset new file mode 100644 index 00000000..96e4fe18 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00c3c4eecb67f5e553871213e612147d1e2128157c37de0d1890af57ba823d8 +size 35032875 diff --git a/Content/FantasyBundle/Textures/T_Rock01_ORM.uasset b/Content/FantasyBundle/Textures/T_Rock01_ORM.uasset new file mode 100644 index 00000000..a5c5e84b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea4f82f45881e7f0fa3813bb6af54ca521e00906f25bf883bbc64aab819f53f +size 20482277 diff --git a/Content/FantasyBundle/Textures/T_Rock01_R.uasset b/Content/FantasyBundle/Textures/T_Rock01_R.uasset new file mode 100644 index 00000000..9f60cd7b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock01_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0f3dd3555e2e8b91578b1c45b3000bfb1661692a96c06f3b8b3dcb8f0f72660 +size 21775617 diff --git a/Content/FantasyBundle/Textures/T_Rock02_BC.uasset b/Content/FantasyBundle/Textures/T_Rock02_BC.uasset new file mode 100644 index 00000000..053a4188 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea91a6cc118008e825d1b1b197b15910d41724d4b334b6784da5aaa9d5d5759c +size 27572936 diff --git a/Content/FantasyBundle/Textures/T_Rock02_N.uasset b/Content/FantasyBundle/Textures/T_Rock02_N.uasset new file mode 100644 index 00000000..624390c8 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cee6fd6432f37e42350a85ad45a74221712b74cf44bd8b7f2663c8ac0a780f +size 28037618 diff --git a/Content/FantasyBundle/Textures/T_Rock02_ORM.uasset b/Content/FantasyBundle/Textures/T_Rock02_ORM.uasset new file mode 100644 index 00000000..8d633b35 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Rock02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebe958f50194fec63fd14443ae04151eeb2087bc1cd3c3ddc6ecd5784e2246a +size 19440916 diff --git a/Content/FantasyBundle/Textures/T_RockCastle01_BC.uasset b/Content/FantasyBundle/Textures/T_RockCastle01_BC.uasset new file mode 100644 index 00000000..1ed4402e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RockCastle01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fb42be4e587acdff3c29ac74feda00fa494705d3b5f30e1c552f05705ce0de +size 33233219 diff --git a/Content/FantasyBundle/Textures/T_RockCastle_N.uasset b/Content/FantasyBundle/Textures/T_RockCastle_N.uasset new file mode 100644 index 00000000..d8726453 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RockCastle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd20318ef43048fef4c05faceca3e9484b14be27dcaad609b8d93cd9f171c74 +size 33532562 diff --git a/Content/FantasyBundle/Textures/T_RockCastle_ORM.uasset b/Content/FantasyBundle/Textures/T_RockCastle_ORM.uasset new file mode 100644 index 00000000..752cd5e4 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RockCastle_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de536af909382a4ccbfd698a85895fd9eb9d7af9dc528cbc6c3ec4060aed21d8 +size 25238861 diff --git a/Content/FantasyBundle/Textures/T_RoofTilesGrey_BC.uasset b/Content/FantasyBundle/Textures/T_RoofTilesGrey_BC.uasset new file mode 100644 index 00000000..fd6954e3 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RoofTilesGrey_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71e9a916b14d65c4d53dbc12068c0fe4758d7103a742d2e03d8f8159e5da607 +size 26620834 diff --git a/Content/FantasyBundle/Textures/T_RoofTiles_BC.uasset b/Content/FantasyBundle/Textures/T_RoofTiles_BC.uasset new file mode 100644 index 00000000..a61e7676 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RoofTiles_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2507d6d40f1ff7916f717b7b1365b4eb9ab0ae8ee521d710b783d22045131e8d +size 9899992 diff --git a/Content/FantasyBundle/Textures/T_RoofTiles_MSK.uasset b/Content/FantasyBundle/Textures/T_RoofTiles_MSK.uasset new file mode 100644 index 00000000..6ea65fde --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RoofTiles_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca065fb316b96c7d04d2344ce88dbd0a5473b53e55681c88f4113b46d48c36b0 +size 21095761 diff --git a/Content/FantasyBundle/Textures/T_RoofTiles_N.uasset b/Content/FantasyBundle/Textures/T_RoofTiles_N.uasset new file mode 100644 index 00000000..f34ebbee --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RoofTiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f628b102833686ede93eced41b8b5553ecb26c286393cc00c9edee847ba8795 +size 11216342 diff --git a/Content/FantasyBundle/Textures/T_RoofTiles_ORM.uasset b/Content/FantasyBundle/Textures/T_RoofTiles_ORM.uasset new file mode 100644 index 00000000..cafc2cda --- /dev/null +++ b/Content/FantasyBundle/Textures/T_RoofTiles_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245ab038912562cbe1c4fde1a52fb7a7ac987b213ee9ba74da1c95bc6bc76a87 +size 6879577 diff --git a/Content/FantasyBundle/Textures/T_SandTiled01_BC.uasset b/Content/FantasyBundle/Textures/T_SandTiled01_BC.uasset new file mode 100644 index 00000000..8985cfc6 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SandTiled01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6bab2defd56c6df60be258af6ff80df0ac0941ee53f3bff94afd2b31eef0c9 +size 11399875 diff --git a/Content/FantasyBundle/Textures/T_SandTiled01_N.uasset b/Content/FantasyBundle/Textures/T_SandTiled01_N.uasset new file mode 100644 index 00000000..61305e35 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SandTiled01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f1c9918a04ddcc821861aec62054252c664e86b611321ef3282b5be526ce95 +size 11853364 diff --git a/Content/FantasyBundle/Textures/T_SandTiled01_ORM.uasset b/Content/FantasyBundle/Textures/T_SandTiled01_ORM.uasset new file mode 100644 index 00000000..50a0ab2e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SandTiled01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cbf040e49f55d3311e607f91862379e8f2b013101cba172e1ffca0afe97862f +size 6734081 diff --git a/Content/FantasyBundle/Textures/T_SandTiled_H.uasset b/Content/FantasyBundle/Textures/T_SandTiled_H.uasset new file mode 100644 index 00000000..31ba7483 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SandTiled_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec212a874dd7beded72f27c909fa80d1c96b03b111901822e7975a69daab20aa +size 5363523 diff --git a/Content/FantasyBundle/Textures/T_SarcophagusInside_BC.uasset b/Content/FantasyBundle/Textures/T_SarcophagusInside_BC.uasset new file mode 100644 index 00000000..17c109f8 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SarcophagusInside_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a81bd79b72dcab758d43f38cb588d4559852bca15bcfd8c8b98844d91c7942b +size 4696593 diff --git a/Content/FantasyBundle/Textures/T_SarcophagusInside_N.uasset b/Content/FantasyBundle/Textures/T_SarcophagusInside_N.uasset new file mode 100644 index 00000000..73a68a9e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SarcophagusInside_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b468ffabb72846d64b783a83ead68d54e50cd02f5fce814e44df7084ef56608f +size 2337747 diff --git a/Content/FantasyBundle/Textures/T_SarcophagusInside_ORM.uasset b/Content/FantasyBundle/Textures/T_SarcophagusInside_ORM.uasset new file mode 100644 index 00000000..732c32aa --- /dev/null +++ b/Content/FantasyBundle/Textures/T_SarcophagusInside_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d12bcfef69f83b035b9f11673923b8409ecb3000258014cbd4e6d566b733672 +size 3661135 diff --git a/Content/FantasyBundle/Textures/T_Sarcophagus_AO.uasset b/Content/FantasyBundle/Textures/T_Sarcophagus_AO.uasset new file mode 100644 index 00000000..ea42b52c --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Sarcophagus_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a440348374418dcc9b160b2fec7f30dcba8f71c565cbf17ec04ad0824b09427 +size 11743094 diff --git a/Content/FantasyBundle/Textures/T_Sarcophagus_BC.uasset b/Content/FantasyBundle/Textures/T_Sarcophagus_BC.uasset new file mode 100644 index 00000000..e502dd9d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Sarcophagus_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5eab014bcaf867035ac2204ca58999383cdc80e8297715a7c2825b3ed14e55 +size 36637781 diff --git a/Content/FantasyBundle/Textures/T_Sarcophagus_MT.uasset b/Content/FantasyBundle/Textures/T_Sarcophagus_MT.uasset new file mode 100644 index 00000000..62f995f5 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Sarcophagus_MT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bdc3003ae4b998a4d820d75b800cd293738d52b23ab7926c2b079eebdcb42e +size 3673 diff --git a/Content/FantasyBundle/Textures/T_Sarcophagus_N.uasset b/Content/FantasyBundle/Textures/T_Sarcophagus_N.uasset new file mode 100644 index 00000000..93623737 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Sarcophagus_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2aaa531e0177dd3eced51f6c585f17e144d09590e6554dad3abb850f73dd613 +size 37350711 diff --git a/Content/FantasyBundle/Textures/T_Sarcophagus_R.uasset b/Content/FantasyBundle/Textures/T_Sarcophagus_R.uasset new file mode 100644 index 00000000..a5453e5d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Sarcophagus_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d3c862a887cdba0a57cec315054948c89bd4ecebbde2449bab780f06fa8b27 +size 22389061 diff --git a/Content/FantasyBundle/Textures/T_ShowroomFloor02_BC.uasset b/Content/FantasyBundle/Textures/T_ShowroomFloor02_BC.uasset new file mode 100644 index 00000000..0414a786 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_ShowroomFloor02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d252dcd776a039fde397bdd1a77c09185e1ff826f5ef70d917ac8711490ffb +size 528247 diff --git a/Content/FantasyBundle/Textures/T_ShowroomFloor_BC.uasset b/Content/FantasyBundle/Textures/T_ShowroomFloor_BC.uasset new file mode 100644 index 00000000..374d1362 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_ShowroomFloor_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98028231ded0526e8e2ff012948a7c5d2597ee8f81ea95fb14d38dcc238be6ef +size 503107 diff --git a/Content/FantasyBundle/Textures/T_Signs_BC.uasset b/Content/FantasyBundle/Textures/T_Signs_BC.uasset new file mode 100644 index 00000000..ed130c4e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Signs_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f912e63db7bfed7680c5ab23c6aa419278b661ce81d4a0ac1ae7189598b802 +size 6289828 diff --git a/Content/FantasyBundle/Textures/T_Signs_N.uasset b/Content/FantasyBundle/Textures/T_Signs_N.uasset new file mode 100644 index 00000000..f6abd82d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Signs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843f28df9deb2eb006820cd660cee882bf62add1d89e0266a5638650e3a4a0d9 +size 7364186 diff --git a/Content/FantasyBundle/Textures/T_Signs_ORM.uasset b/Content/FantasyBundle/Textures/T_Signs_ORM.uasset new file mode 100644 index 00000000..b5e40001 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Signs_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8528c296fb16f744d8f5c457e85a5004c98b7994c1a59e082afd1593f0fdfb40 +size 4599737 diff --git a/Content/FantasyBundle/Textures/T_Stairs_BC.uasset b/Content/FantasyBundle/Textures/T_Stairs_BC.uasset new file mode 100644 index 00000000..7104b459 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Stairs_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9fd3153dcd35ff303b1ee54b2e351c1e6185312e7263a51a629da80eba50461 +size 7772541 diff --git a/Content/FantasyBundle/Textures/T_Stairs_N.uasset b/Content/FantasyBundle/Textures/T_Stairs_N.uasset new file mode 100644 index 00000000..c54d051e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Stairs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7be454a6d54312883a17b27397d8cb494866aff9365667a4f5b002cbd01932 +size 9032374 diff --git a/Content/FantasyBundle/Textures/T_Stairs_ORM.uasset b/Content/FantasyBundle/Textures/T_Stairs_ORM.uasset new file mode 100644 index 00000000..76e7130b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Stairs_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6df0ec9a883ff7b97ee1bb124a5539053ff052df7c028a3ae8f9dd19b94fab +size 5557620 diff --git a/Content/FantasyBundle/Textures/T_StoneBorderTiles01_BC.uasset b/Content/FantasyBundle/Textures/T_StoneBorderTiles01_BC.uasset new file mode 100644 index 00000000..9215949e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneBorderTiles01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e0bdee58a2a9500297d6f0d6216c5b4784dd6f79004da867e4fde7686afcf3 +size 9856492 diff --git a/Content/FantasyBundle/Textures/T_StoneBorderTiles01_N.uasset b/Content/FantasyBundle/Textures/T_StoneBorderTiles01_N.uasset new file mode 100644 index 00000000..8eba6795 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneBorderTiles01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3047deb1ef15d3ee790b17528881d40fc34095b1617c6d057fa32371c0c0c1cc +size 8367144 diff --git a/Content/FantasyBundle/Textures/T_StoneBorderTiles01_ORM.uasset b/Content/FantasyBundle/Textures/T_StoneBorderTiles01_ORM.uasset new file mode 100644 index 00000000..f4f29ece --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneBorderTiles01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab4f0bf1239a80fa5b40a84d9bbf2859729cb04131f571b153bf403a3be2385 +size 6464131 diff --git a/Content/FantasyBundle/Textures/T_StoneDetails_BC.uasset b/Content/FantasyBundle/Textures/T_StoneDetails_BC.uasset new file mode 100644 index 00000000..9ff5c9a2 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneDetails_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e45c6c930ed70b52d712f0e2fee9671ce78a08ad500740108b55ecc06a5c77 +size 32118542 diff --git a/Content/FantasyBundle/Textures/T_StoneDetails_N.uasset b/Content/FantasyBundle/Textures/T_StoneDetails_N.uasset new file mode 100644 index 00000000..5e8a6cc6 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneDetails_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa8c9d667648f42e3798eaf44f9e0cc209c58faedc71059ac7a61d173b235a05 +size 35798352 diff --git a/Content/FantasyBundle/Textures/T_StoneDetails_ORM.uasset b/Content/FantasyBundle/Textures/T_StoneDetails_ORM.uasset new file mode 100644 index 00000000..e8cd441f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneDetails_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd8e4c930d390988bacf3abd99852fa78493a2f9129db8e3e517a1585310e19 +size 24701651 diff --git a/Content/FantasyBundle/Textures/T_StoneWall_BC.uasset b/Content/FantasyBundle/Textures/T_StoneWall_BC.uasset new file mode 100644 index 00000000..6aca25bc --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneWall_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49c282a0a73a6de6d97c98239b83106ce92816f5411c53ab536bef877f34ccec +size 33872069 diff --git a/Content/FantasyBundle/Textures/T_StoneWall_Displ.uasset b/Content/FantasyBundle/Textures/T_StoneWall_Displ.uasset new file mode 100644 index 00000000..fb8791b7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneWall_Displ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c52d0829cb249a0deeb48588dcf8e5dae66e6350d66f8fb0e2848f99cbc0bc +size 6090230 diff --git a/Content/FantasyBundle/Textures/T_StoneWall_N.uasset b/Content/FantasyBundle/Textures/T_StoneWall_N.uasset new file mode 100644 index 00000000..1afb31cb --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneWall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6426512e38e507f90def4ba1bc2f027f637f8ffa62dd95175de525a374ad742 +size 53262532 diff --git a/Content/FantasyBundle/Textures/T_StoneWall_ORM.uasset b/Content/FantasyBundle/Textures/T_StoneWall_ORM.uasset new file mode 100644 index 00000000..0fbad276 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_StoneWall_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02216d283531b60635fb4ced1353e611523d21ecc6735609e34bf1e12861b706 +size 32177149 diff --git a/Content/FantasyBundle/Textures/T_TombStones01_BC.uasset b/Content/FantasyBundle/Textures/T_TombStones01_BC.uasset new file mode 100644 index 00000000..6c296834 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c873cc397e57838eb65c04904279be9c1ba8a3915032282ef01e4b234089b618 +size 30803429 diff --git a/Content/FantasyBundle/Textures/T_TombStones01_N.uasset b/Content/FantasyBundle/Textures/T_TombStones01_N.uasset new file mode 100644 index 00000000..96ab7c72 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9d934706b54e34e18308f14fc7ae9bde681d3284986b8867a09e97f10be0ed +size 32610352 diff --git a/Content/FantasyBundle/Textures/T_TombStones01_ORM.uasset b/Content/FantasyBundle/Textures/T_TombStones01_ORM.uasset new file mode 100644 index 00000000..6ef7ab80 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80b300cb78b08e4afa192cb605c23661924e4a71e1e7b42cd3eb5cbec662e13 +size 22313975 diff --git a/Content/FantasyBundle/Textures/T_TombStones02_BC.uasset b/Content/FantasyBundle/Textures/T_TombStones02_BC.uasset new file mode 100644 index 00000000..4155b7d2 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e403198627a22839cd815ce9d2499633e08a045755aab8122b3125ca57c13f93 +size 29725349 diff --git a/Content/FantasyBundle/Textures/T_TombStones02_N.uasset b/Content/FantasyBundle/Textures/T_TombStones02_N.uasset new file mode 100644 index 00000000..93800931 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5723b73eda54b58c57c57d40980ad2365ec1bd6eff613813747ec1019c56919a +size 32243398 diff --git a/Content/FantasyBundle/Textures/T_TombStones02_ORM.uasset b/Content/FantasyBundle/Textures/T_TombStones02_ORM.uasset new file mode 100644 index 00000000..08cd3ee4 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a39bdf0fd5ad83b6ec2258c79f1ef1afce1220e0f7718fd0e9e0b2dc2514f23 +size 21724333 diff --git a/Content/FantasyBundle/Textures/T_TombStones03_BC.uasset b/Content/FantasyBundle/Textures/T_TombStones03_BC.uasset new file mode 100644 index 00000000..32ea6407 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8932f2519fb9094df2b1b21e16025d8ad17e74c25f3f9e9c954f2f11d41f98 +size 29187861 diff --git a/Content/FantasyBundle/Textures/T_TombStones03_N.uasset b/Content/FantasyBundle/Textures/T_TombStones03_N.uasset new file mode 100644 index 00000000..e1d354d9 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521846eb18147f73f3d25e9af3eb80b3f7a3e34309b1d8e461c4499f02372307 +size 30420867 diff --git a/Content/FantasyBundle/Textures/T_TombStones03_ORM.uasset b/Content/FantasyBundle/Textures/T_TombStones03_ORM.uasset new file mode 100644 index 00000000..5858c97d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_TombStones03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560985e16ee0b86135c6f9dfebe24eb7290fc7b3f7cf8b008c0f8a6aed5aa322 +size 20792192 diff --git a/Content/FantasyBundle/Textures/T_UnderPlate_BC.uasset b/Content/FantasyBundle/Textures/T_UnderPlate_BC.uasset new file mode 100644 index 00000000..f07329e5 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_UnderPlate_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890298c75abc26c045c43eac83a3ddcbe03a2da72a28b583df83acfcc3314d00 +size 31495704 diff --git a/Content/FantasyBundle/Textures/T_UnderPlate_N.uasset b/Content/FantasyBundle/Textures/T_UnderPlate_N.uasset new file mode 100644 index 00000000..ffa84e2b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_UnderPlate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2009dc2233adabad73f60d30f3b0d9257b3e8c08d910e01726075c7311d3ebf +size 29042322 diff --git a/Content/FantasyBundle/Textures/T_UnderPlate_ORM.uasset b/Content/FantasyBundle/Textures/T_UnderPlate_ORM.uasset new file mode 100644 index 00000000..9ddb45d3 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_UnderPlate_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4038b3f981052215ab4b0a0174dc548f9fa80c87f766c1e938d9e22381025f3b +size 19198640 diff --git a/Content/FantasyBundle/Textures/T_WallArch_BC.uasset b/Content/FantasyBundle/Textures/T_WallArch_BC.uasset new file mode 100644 index 00000000..8abfafa7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallArch_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45e0d1ef6338639ef564ab7befff6dff90a65af40ea390c7689204c84976240 +size 30819054 diff --git a/Content/FantasyBundle/Textures/T_WallArch_N.uasset b/Content/FantasyBundle/Textures/T_WallArch_N.uasset new file mode 100644 index 00000000..79007e81 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallArch_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5332c4b39ee32a65ffbb7195500ba0ab7288c76e509fa7636ae2c0b6e3aa0d93 +size 30612307 diff --git a/Content/FantasyBundle/Textures/T_WallArch_ORM.uasset b/Content/FantasyBundle/Textures/T_WallArch_ORM.uasset new file mode 100644 index 00000000..3eba5d01 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallArch_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc857c0b6e41df2cad193e826ab3782bfb90e1b6042bb4fc852e8238bca3d1b +size 22517262 diff --git a/Content/FantasyBundle/Textures/T_WallLeaves01_BC.uasset b/Content/FantasyBundle/Textures/T_WallLeaves01_BC.uasset new file mode 100644 index 00000000..5040d4c8 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallLeaves01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:084915e8b57413b6ede6f7db2776255c19c9547f971c94ce0dffdf8579dad35e +size 6000434 diff --git a/Content/FantasyBundle/Textures/T_WallLeaves01_MSK.uasset b/Content/FantasyBundle/Textures/T_WallLeaves01_MSK.uasset new file mode 100644 index 00000000..2a146eef --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallLeaves01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdd4b7e04d272318e892d398182aeeff5959771c54bcf757b5aa0584d0d0cbb7 +size 80765 diff --git a/Content/FantasyBundle/Textures/T_WallLeaves01_N.uasset b/Content/FantasyBundle/Textures/T_WallLeaves01_N.uasset new file mode 100644 index 00000000..e7f4cfb1 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallLeaves01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e79085e9329d60f1d35311cd7b31c1790e760bb60bccd7dc6a6c0c0523d78da +size 2515434 diff --git a/Content/FantasyBundle/Textures/T_WallLeaves01_ORM.uasset b/Content/FantasyBundle/Textures/T_WallLeaves01_ORM.uasset new file mode 100644 index 00000000..03a0e95e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallLeaves01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeef9edbee7375dc66dbddbe00c7150aa318fc1693b01a802969fdcf767650d2 +size 4856518 diff --git a/Content/FantasyBundle/Textures/T_WallMoss_BC.uasset b/Content/FantasyBundle/Textures/T_WallMoss_BC.uasset new file mode 100644 index 00000000..97fd3e4d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallMoss_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac4a40baa50ccfb24f754a199fa981868cedcc270a6372e0ad99b2f6cc574ac +size 35705935 diff --git a/Content/FantasyBundle/Textures/T_WallMoss_N.uasset b/Content/FantasyBundle/Textures/T_WallMoss_N.uasset new file mode 100644 index 00000000..cf3f7983 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallMoss_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b26107509b6062a39cd2958781746b5605aa74ac4401e8ced71f60125f84c7e +size 34862921 diff --git a/Content/FantasyBundle/Textures/T_WallMoss_ORM.uasset b/Content/FantasyBundle/Textures/T_WallMoss_ORM.uasset new file mode 100644 index 00000000..b299aa44 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallMoss_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31860b40b8f59a736b90f97dcfa8d2c33337e81cb2952c51c51144341665bee7 +size 29669295 diff --git a/Content/FantasyBundle/Textures/T_WallPaintings01_BC.uasset b/Content/FantasyBundle/Textures/T_WallPaintings01_BC.uasset new file mode 100644 index 00000000..9acd697f --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallPaintings01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83d770dabfa92a87605ac048aa38b0e8b56c88dc15f0dc27b2c5b61e2cb89db +size 1443846 diff --git a/Content/FantasyBundle/Textures/T_WallPaintings02_BC.uasset b/Content/FantasyBundle/Textures/T_WallPaintings02_BC.uasset new file mode 100644 index 00000000..45d45ad6 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallPaintings02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1948f87881c70eeec25539b8ff752a66015b841c8c7dedcc49e51cd22180ad25 +size 1642093 diff --git a/Content/FantasyBundle/Textures/T_WallStones01_BC.uasset b/Content/FantasyBundle/Textures/T_WallStones01_BC.uasset new file mode 100644 index 00000000..e5e4ef80 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d595508a8b1058eeade0ff1bbb523de21e2b8169d0d30dd10121af257a181f +size 39780926 diff --git a/Content/FantasyBundle/Textures/T_WallStones01_H.uasset b/Content/FantasyBundle/Textures/T_WallStones01_H.uasset new file mode 100644 index 00000000..2e67e650 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones01_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebca87890b38c0f4ff841c712645237e6eb969a1e21ca9197e5651e47c56e2eb +size 12924460 diff --git a/Content/FantasyBundle/Textures/T_WallStones01_N.uasset b/Content/FantasyBundle/Textures/T_WallStones01_N.uasset new file mode 100644 index 00000000..ba3be248 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d6ef8bddd2920d3523956d1494fa7437a353dd0607742dfb7b06ff3d098a1a +size 49655172 diff --git a/Content/FantasyBundle/Textures/T_WallStones01_ORM.uasset b/Content/FantasyBundle/Textures/T_WallStones01_ORM.uasset new file mode 100644 index 00000000..09bdacbe --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55520ecbe19e6069cfb35fd46dcd65937710f8b0ea505b0d32220a1d61f8d57a +size 28632224 diff --git a/Content/FantasyBundle/Textures/T_WallStones02_BC.uasset b/Content/FantasyBundle/Textures/T_WallStones02_BC.uasset new file mode 100644 index 00000000..9293a1ab --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e77a37203bdda9ff28d09a32c46cb0b0c3b52cdb63876e4fbc7b87ccfd72fa +size 36932136 diff --git a/Content/FantasyBundle/Textures/T_WallStones02_H.uasset b/Content/FantasyBundle/Textures/T_WallStones02_H.uasset new file mode 100644 index 00000000..08b5dd7d --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones02_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc9089300955386df4f4358767f3b5567763d487f7054ed3c27267ade11da31 +size 13957337 diff --git a/Content/FantasyBundle/Textures/T_WallStones02_N.uasset b/Content/FantasyBundle/Textures/T_WallStones02_N.uasset new file mode 100644 index 00000000..8476a6df --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbf8e1043302201120a4bcfe07d136d91c391ad36f5832c7acd9cdc01d36a99 +size 48282632 diff --git a/Content/FantasyBundle/Textures/T_WallStones02_ORM.uasset b/Content/FantasyBundle/Textures/T_WallStones02_ORM.uasset new file mode 100644 index 00000000..1fe88379 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc5f134d35daaebf388c88f5dbefa165ce43fb5640f2f773b3b34e62ad2e751 +size 26037880 diff --git a/Content/FantasyBundle/Textures/T_WallStones03_BC.uasset b/Content/FantasyBundle/Textures/T_WallStones03_BC.uasset new file mode 100644 index 00000000..329f4d62 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones03_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd58d07ba62110e1eedf8d22b6373ea40d83248febf5541410fd2f9ab936f415 +size 37294290 diff --git a/Content/FantasyBundle/Textures/T_WallStones03_H.uasset b/Content/FantasyBundle/Textures/T_WallStones03_H.uasset new file mode 100644 index 00000000..79360ac4 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones03_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798bca443dfff9ea58af82a2d7446371aeae0b1d763918572d57c5c5a7a87a69 +size 9980141 diff --git a/Content/FantasyBundle/Textures/T_WallStones03_N.uasset b/Content/FantasyBundle/Textures/T_WallStones03_N.uasset new file mode 100644 index 00000000..6f597e40 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3872d1f1fc759f44033a629b96095a5045f801e29ed81f2f07b05a618bf2e063 +size 43027415 diff --git a/Content/FantasyBundle/Textures/T_WallStones03_ORM.uasset b/Content/FantasyBundle/Textures/T_WallStones03_ORM.uasset new file mode 100644 index 00000000..0cf51d14 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones03_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:090e0b3675abbbb6f4f45f981c91523c30256867ba14315645521fd7706d0230 +size 27739684 diff --git a/Content/FantasyBundle/Textures/T_WallStones04_BC.uasset b/Content/FantasyBundle/Textures/T_WallStones04_BC.uasset new file mode 100644 index 00000000..7a7c26e3 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones04_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ca25c3b356eb2a2745757511ee54dac628ec61708b65e1b909e1fbd2c4bec2 +size 36677564 diff --git a/Content/FantasyBundle/Textures/T_WallStones04_H.uasset b/Content/FantasyBundle/Textures/T_WallStones04_H.uasset new file mode 100644 index 00000000..8f8dd6f7 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones04_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4affd7a939f541506163e5364886322e6b407e6a03ac37b9c6abac6a0f4ebe10 +size 12287117 diff --git a/Content/FantasyBundle/Textures/T_WallStones04_N.uasset b/Content/FantasyBundle/Textures/T_WallStones04_N.uasset new file mode 100644 index 00000000..94e99e36 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49859e15bd2b50b1266aa928b2fe77976ab8876c867d5bd08372f63f52bcd97b +size 48286140 diff --git a/Content/FantasyBundle/Textures/T_WallStones04_ORM.uasset b/Content/FantasyBundle/Textures/T_WallStones04_ORM.uasset new file mode 100644 index 00000000..f0a8a66b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStones04_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623dcc136b53975365040ccb08544bd0e39237dc471b83a118d4976fbf8e73ee +size 26406083 diff --git a/Content/FantasyBundle/Textures/T_WallStonesMoss01_BC.uasset b/Content/FantasyBundle/Textures/T_WallStonesMoss01_BC.uasset new file mode 100644 index 00000000..67399611 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStonesMoss01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40620a6aa6e463fb90fc7966f7d393698399a7fd0f45aed583f2a65e997a4df5 +size 6622176 diff --git a/Content/FantasyBundle/Textures/T_WallStonesMoss01_N.uasset b/Content/FantasyBundle/Textures/T_WallStonesMoss01_N.uasset new file mode 100644 index 00000000..c61a7028 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStonesMoss01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2f51e6d3bb986c2ca3001cf81a7b91afecd26d2a632afe274cd81eaa9f27a8 +size 11803194 diff --git a/Content/FantasyBundle/Textures/T_WallStonesMoss01_ORM.uasset b/Content/FantasyBundle/Textures/T_WallStonesMoss01_ORM.uasset new file mode 100644 index 00000000..5e3e2c74 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStonesMoss01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d20c1043ef2c5fdf48050664f790cff0ee15bccb20ec0fc3d896dd1de2865be +size 7332255 diff --git a/Content/FantasyBundle/Textures/T_WallStonesMoss02_BC.uasset b/Content/FantasyBundle/Textures/T_WallStonesMoss02_BC.uasset new file mode 100644 index 00000000..9c849abe --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStonesMoss02_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:833708c525f4432fc371da32a8dc9a8ce2bc4ca2b599e843b18e2c286145346d +size 6834696 diff --git a/Content/FantasyBundle/Textures/T_WallStonesMoss02_N.uasset b/Content/FantasyBundle/Textures/T_WallStonesMoss02_N.uasset new file mode 100644 index 00000000..b10940bd --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStonesMoss02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39a84056d8ce13a9cfb5af14a0d22ce6e2ced569316edbb717cb5ccb5cdac686 +size 11429818 diff --git a/Content/FantasyBundle/Textures/T_WallStonesMoss02_ORM.uasset b/Content/FantasyBundle/Textures/T_WallStonesMoss02_ORM.uasset new file mode 100644 index 00000000..3f520b1e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WallStonesMoss02_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d9d60357dc6f8b25c0d1a6fe21521a9fbfb0ec293c111087475893a3a2558e +size 7466450 diff --git a/Content/FantasyBundle/Textures/T_Wood01_BC.uasset b/Content/FantasyBundle/Textures/T_Wood01_BC.uasset new file mode 100644 index 00000000..28588b6e --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Wood01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18a1c87ef29997692f4d753af4839d26110b18e64b4316100b778622111613db +size 4442145 diff --git a/Content/FantasyBundle/Textures/T_Wood01_N.uasset b/Content/FantasyBundle/Textures/T_Wood01_N.uasset new file mode 100644 index 00000000..90c2cfd5 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Wood01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7160f3915d633113568ea0040279217923836c8eb34301a2065223f789af6f91 +size 5369821 diff --git a/Content/FantasyBundle/Textures/T_Wood01_R.uasset b/Content/FantasyBundle/Textures/T_Wood01_R.uasset new file mode 100644 index 00000000..fca19b94 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_Wood01_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cef1ecfab5b754ad3e38aa1e55ca88624da1a3e0bb601cc43929874c5b4653f +size 2524856 diff --git a/Content/FantasyBundle/Textures/T_WoodDetails_BC.uasset b/Content/FantasyBundle/Textures/T_WoodDetails_BC.uasset new file mode 100644 index 00000000..99a2f8d1 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodDetails_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166f435578b0fa27429664e87520899d67a0a093c4bb287119447081b688825b +size 33550579 diff --git a/Content/FantasyBundle/Textures/T_WoodDetails_MSK.uasset b/Content/FantasyBundle/Textures/T_WoodDetails_MSK.uasset new file mode 100644 index 00000000..a58778be --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodDetails_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dda8bd2c4df6f26ea2e37db6c9e79d3c1d31d09cde966fdd374f9acf6fff649 +size 18634235 diff --git a/Content/FantasyBundle/Textures/T_WoodDetails_N.uasset b/Content/FantasyBundle/Textures/T_WoodDetails_N.uasset new file mode 100644 index 00000000..a32742e0 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodDetails_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a08850960f71648c5a4c905c6a3f10f99abac58c9d5febaaa930b4e1bc4d26 +size 31158811 diff --git a/Content/FantasyBundle/Textures/T_WoodDetails_ORM.uasset b/Content/FantasyBundle/Textures/T_WoodDetails_ORM.uasset new file mode 100644 index 00000000..ee1ab074 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodDetails_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d89c99817a3741ec95749f4ead96e0f854478102a3397389eda7d355c22a51e +size 14700605 diff --git a/Content/FantasyBundle/Textures/T_WoodMetalTiles_BC.uasset b/Content/FantasyBundle/Textures/T_WoodMetalTiles_BC.uasset new file mode 100644 index 00000000..c178a317 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodMetalTiles_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc6d3e0f49bdfa596f7e89985f47fe70139ca5c5ff5eba49cdd5bf650f462b3 +size 28791953 diff --git a/Content/FantasyBundle/Textures/T_WoodMetalTiles_N.uasset b/Content/FantasyBundle/Textures/T_WoodMetalTiles_N.uasset new file mode 100644 index 00000000..ff54b28b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodMetalTiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c750665e3cedeb945c3ea9b9cbf0b18be25d98e9ef1f54b3bc959f931d1e575 +size 38000378 diff --git a/Content/FantasyBundle/Textures/T_WoodMetalTiles_ORM.uasset b/Content/FantasyBundle/Textures/T_WoodMetalTiles_ORM.uasset new file mode 100644 index 00000000..5d06347b --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodMetalTiles_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faef40dd0a4b0fc88059f0ab427a5330f36ae852829f905c93149690392a5c9e +size 19070662 diff --git a/Content/FantasyBundle/Textures/T_WoodTiles01_BC.uasset b/Content/FantasyBundle/Textures/T_WoodTiles01_BC.uasset new file mode 100644 index 00000000..d6b7cc23 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodTiles01_BC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5076dd4f97d61485f0a167c588438a025e8f7ff6d1266d46285c9544b60c1a2 +size 30336047 diff --git a/Content/FantasyBundle/Textures/T_WoodTiles01_MSK.uasset b/Content/FantasyBundle/Textures/T_WoodTiles01_MSK.uasset new file mode 100644 index 00000000..da03bcc3 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodTiles01_MSK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b9b45f3846fc28733a7e6aec3840546860286252031d45033123497b327801 +size 16244882 diff --git a/Content/FantasyBundle/Textures/T_WoodTiles01_N.uasset b/Content/FantasyBundle/Textures/T_WoodTiles01_N.uasset new file mode 100644 index 00000000..7adadd9a --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodTiles01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aae7a07a4614c58824916f8b28c8c0e9e3e02ad6227077ddb24e3b1f18084f +size 27407877 diff --git a/Content/FantasyBundle/Textures/T_WoodTiles01_ORM.uasset b/Content/FantasyBundle/Textures/T_WoodTiles01_ORM.uasset new file mode 100644 index 00000000..4ce54ad9 --- /dev/null +++ b/Content/FantasyBundle/Textures/T_WoodTiles01_ORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d76f11fd814c962af79aef54c95f64c5d3d278ff388057beccb077015f494b +size 13178652 diff --git a/Content/FantasyBundle/Textures/Woods_low_substance_DefaultMaterial_Normal.uasset b/Content/FantasyBundle/Textures/Woods_low_substance_DefaultMaterial_Normal.uasset new file mode 100644 index 00000000..803a7861 --- /dev/null +++ b/Content/FantasyBundle/Textures/Woods_low_substance_DefaultMaterial_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f849544b88c5d7d79296f34ad3a0e660e197cdac8d4ab82ea3807e2d621338c8 +size 27407985 diff --git a/Content/MixamoCharacter/Ch21_1001_Diffuse.uasset b/Content/MixamoCharacter/Ch21_1001_Diffuse.uasset new file mode 100644 index 00000000..02e785ed --- /dev/null +++ b/Content/MixamoCharacter/Ch21_1001_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca091a83bbfad6283267aec4fe31c5254427c7824f14e415f764c30c4502f27a +size 16263188 diff --git a/Content/MixamoCharacter/Ch21_1001_Glossiness.uasset b/Content/MixamoCharacter/Ch21_1001_Glossiness.uasset new file mode 100644 index 00000000..9407e32c --- /dev/null +++ b/Content/MixamoCharacter/Ch21_1001_Glossiness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865be50fd8e09f1edd0ba4c1c8c46d85413e992ffd4cc327310219930407a969 +size 6119413 diff --git a/Content/MixamoCharacter/Ch21_1001_Normal.uasset b/Content/MixamoCharacter/Ch21_1001_Normal.uasset new file mode 100644 index 00000000..9be3fa10 --- /dev/null +++ b/Content/MixamoCharacter/Ch21_1001_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb0f5e925ca640ac3e1cf37bab5301c2c94da6cf3c41ef40183c286b1e7f394 +size 22773285 diff --git a/Content/MixamoCharacter/Ch21_1001_Specular.uasset b/Content/MixamoCharacter/Ch21_1001_Specular.uasset new file mode 100644 index 00000000..d9e44685 --- /dev/null +++ b/Content/MixamoCharacter/Ch21_1001_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b18708e099c9f4ea6975df8967e32ebf7be02584cdc06bccdedb885b36c73b +size 61894 diff --git a/Content/MixamoCharacter/Ch21_1002_Diffuse.uasset b/Content/MixamoCharacter/Ch21_1002_Diffuse.uasset new file mode 100644 index 00000000..574b2c0d --- /dev/null +++ b/Content/MixamoCharacter/Ch21_1002_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f66dab4a7b932b2accce342ded1e290d6f80e761bd8d09cb47295d70920ac1f +size 4410902 diff --git a/Content/MixamoCharacter/Ch21_1002_Normal.uasset b/Content/MixamoCharacter/Ch21_1002_Normal.uasset new file mode 100644 index 00000000..9a8b46a0 --- /dev/null +++ b/Content/MixamoCharacter/Ch21_1002_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a028068d336f42b5100db66a3501fd99634f00dc553e26e037f90521c99a5127 +size 4683352 diff --git a/Content/MixamoCharacter/Ch21_body.uasset b/Content/MixamoCharacter/Ch21_body.uasset new file mode 100644 index 00000000..f4295d55 --- /dev/null +++ b/Content/MixamoCharacter/Ch21_body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e332b7bf7a5c1fb008a0032e6912b438b6618cc7775828bfc73157f1ba5905 +size 14303 diff --git a/Content/MixamoCharacter/Ch21_hair.uasset b/Content/MixamoCharacter/Ch21_hair.uasset new file mode 100644 index 00000000..5163be67 --- /dev/null +++ b/Content/MixamoCharacter/Ch21_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e910bac09b779d395bfb68dde136c0c65cf80676559925b03d88f460a31b279 +size 9906 diff --git a/Content/MixamoCharacter/Crouching/Crouching_Turn_90_Left_skin_Anim_mixamo_com.uasset b/Content/MixamoCharacter/Crouching/Crouching_Turn_90_Left_skin_Anim_mixamo_com.uasset new file mode 100644 index 00000000..ede99201 --- /dev/null +++ b/Content/MixamoCharacter/Crouching/Crouching_Turn_90_Left_skin_Anim_mixamo_com.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c861522c6ec3d90a17ce7e40875db9fac01ffeb565c66db6ca2a43078983091d +size 267476 diff --git a/Content/MixamoCharacter/Crouching/Crouching_Turn_90_Right.uasset b/Content/MixamoCharacter/Crouching/Crouching_Turn_90_Right.uasset new file mode 100644 index 00000000..88242ea2 --- /dev/null +++ b/Content/MixamoCharacter/Crouching/Crouching_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18e8f35b1963d3569b91028c1bb525b392fea093bd6ee5ea291fc42e1a9c54c +size 258360 diff --git a/Content/MixamoCharacter/Crouching_Turn_90_Left_skin.uasset b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin.uasset new file mode 100644 index 00000000..26b13738 --- /dev/null +++ b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f40e5223a1ef6becd1787aa02839fef73d0b74f1a5a86bc799e5352b5c4b31 +size 9966819 diff --git a/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_Anim_Take_001.uasset b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_Anim_Take_001.uasset new file mode 100644 index 00000000..2ca1e8b0 --- /dev/null +++ b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_Anim_Take_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ec156b264dbf1155520313a2d61039492d65db357b91ffe203ef7d09fc5378 +size 99712 diff --git a/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_PhysicsAsset.uasset b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_PhysicsAsset.uasset new file mode 100644 index 00000000..d4f6b937 --- /dev/null +++ b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ff0928cd4b4dda7c07fb63a9c429c684d9bf587fcb635ef93639315cc693af +size 29097 diff --git a/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_Skeleton.uasset b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_Skeleton.uasset new file mode 100644 index 00000000..1dd7624d --- /dev/null +++ b/Content/MixamoCharacter/Crouching_Turn_90_Left_skin_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d496432d2ccc0b2dbb8112259c7276bb5a07c7de3bbed8baeaad5f9091512b1 +size 28606 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset b/Content/ParagonGrux/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset new file mode 100644 index 00000000..b4faac57 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50d2dc4fdae69888f4a6098594054c534ea1dd742c56b9ba9e34e8ed3ea0ef0 +size 131544 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset new file mode 100644 index 00000000..cd2bb7a2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872add3fdab484b7c3ef53cfe3beda507b2a232853807568f9fb4f6532e2b781 +size 243451 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset new file mode 100644 index 00000000..c9b31319 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ef34054c494a03c1eb5d3d3654c617443efcbbc5e090c4558d68f8d318a70f +size 190164 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_Global_GlowingEye.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_Global_GlowingEye.uasset new file mode 100644 index 00000000..287fbfd5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_Global_GlowingEye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c8894a89c28dc2e7d4fc554fae9ea79f47bb8181dac40766aeb66fec321136 +size 136838 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_TearDuct_2.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_TearDuct_2.uasset new file mode 100644 index 00000000..30539b9d --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_TearDuct_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aaf988d00e1cd45a0da6adae2084c1b523e2de11e373ee6785e002e4cf7108a +size 125286 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_TearLine.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_TearLine.uasset new file mode 100644 index 00000000..ea8411c8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Materials/M_TearLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc196704cd65e1837673ab45e7d13d7348830af0bc44075c981097c6115f5e38 +size 128392 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/EYE_NORMALS.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/EYE_NORMALS.uasset new file mode 100644 index 00000000..a3e38e36 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/EYE_NORMALS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f8c80ed8d4643d29acb89beda3d418728f3d8ff5f5ab6ad2d7aa7c336b4a88 +size 274079 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/EpicQuadPanorama_CC.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/EpicQuadPanorama_CC.uasset new file mode 100644 index 00000000..5c96d790 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/EpicQuadPanorama_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a001de22f408304228db7a869243c5883090e3ea2e03fa57a36d32b599d0d87 +size 72373307 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/EyeInner_Profile.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/EyeInner_Profile.uasset new file mode 100644 index 00000000..73a11bbd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/EyeInner_Profile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb984af61cca2485c44b22a47976cf2da4490fbba3e41804215f35e35c34876d +size 2371 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/Eye_Tearduct__normals2.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/Eye_Tearduct__normals2.uasset new file mode 100644 index 00000000..8ea55070 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/Eye_Tearduct__normals2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72055a15a66d3e484438dc7a13970a584c1983e890b956cd140150dad143898 +size 372884 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset new file mode 100644 index 00000000..9b7fa10f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4797403aa770a10233d8651b3fb9ea94a19ae9691f5e618c48ee7d4de4df5c +size 60057 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_2.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_2.uasset new file mode 100644 index 00000000..56daafc7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae51b067b26ce1335caa7b8325b0670cce277c8d7f1aa3a8966df170c6d14185 +size 394940 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeMidPlaneDisplacement_Example.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeMidPlaneDisplacement_Example.uasset new file mode 100644 index 00000000..c63051c3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeMidPlaneDisplacement_Example.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:575a1390e773d8d1de144223d9d4364aa891b89a4237f156eca33ae00bb5cf68 +size 428747 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset new file mode 100644 index 00000000..a91c1690 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6797b73a2a7242b9be8ec973c73cba73877e2896c676e0f956c5ade9e00aeb53 +size 100063 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_2.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_2.uasset new file mode 100644 index 00000000..917118cc --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8d73e70c7508da7bc69f397a93cb6dcc015abe358c6bae1d89779c73f0d83c +size 4028362 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Eye_Wet_Normal.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Eye_Wet_Normal.uasset new file mode 100644 index 00000000..094704fd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Eye_Wet_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118e72bf0d611998f843f1afff99a45f73ba7493a9abf8aee4c02916ceb58c53 +size 1089822 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Grux_Eye_Albino_D.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Grux_Eye_Albino_D.uasset new file mode 100644 index 00000000..7c807219 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Grux_Eye_Albino_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44decaa18314434c3156b0f844ce6f3ece7c2b79f55bed974f208507caa42ab +size 4961770 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Sphere_EYE_NORMALS.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Sphere_EYE_NORMALS.uasset new file mode 100644 index 00000000..6c319c1e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Sphere_EYE_NORMALS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c390d01b7ed196b9db8d18568b9d6d571a18afbee58e04ad0c8b43bace56b1 +size 809478 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset new file mode 100644 index 00000000..491306c1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b2aa8f070069c937233e3ef70dd82a1a0bdfb79cc8cda0fb9c1ed294a726b1 +size 1007628 diff --git a/Content/ParagonGrux/Characters/Global/Eyes/Textures/TearDuctSubsurfaceProfile.uasset b/Content/ParagonGrux/Characters/Global/Eyes/Textures/TearDuctSubsurfaceProfile.uasset new file mode 100644 index 00000000..1ac8b2e8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Eyes/Textures/TearDuctSubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db6ab3ec51e16ff00e58116be0c16e14244c5c9cae98954882391da6d8dbb1ea +size 2573 diff --git a/Content/ParagonGrux/Characters/Global/FX/Textures/Flares/T_Grux_Corona_D.uasset b/Content/ParagonGrux/Characters/Global/FX/Textures/Flares/T_Grux_Corona_D.uasset new file mode 100644 index 00000000..a9592987 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/FX/Textures/Flares/T_Grux_Corona_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b6034e1a78976d45ceb8a989247174ba94b0a1fa7be8cb4c6808c7727b51de +size 2155975 diff --git a/Content/ParagonGrux/Characters/Global/FX/Textures/Gradients/Masks/T_gradient_stasis.uasset b/Content/ParagonGrux/Characters/Global/FX/Textures/Gradients/Masks/T_gradient_stasis.uasset new file mode 100644 index 00000000..47907196 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/FX/Textures/Gradients/Masks/T_gradient_stasis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cc4bcbfc712287ee16b5a52d0450a4a6c1a2b251c368906a1474376c9a5e3a +size 37317 diff --git a/Content/ParagonGrux/Characters/Global/FX/Textures/Tile/Cloud/T_Clouds_01.uasset b/Content/ParagonGrux/Characters/Global/FX/Textures/Tile/Cloud/T_Clouds_01.uasset new file mode 100644 index 00000000..2d102225 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/FX/Textures/Tile/Cloud/T_Clouds_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a728fee71dc14cc2485c00d82b335220dcdd7852b82d3d1852e62d99833abfd2 +size 512497 diff --git a/Content/ParagonGrux/Characters/Global/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset b/Content/ParagonGrux/Characters/Global/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset new file mode 100644 index 00000000..fe79e85c --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f3a9a8bbe3a841ddccd503e7555e645654379d37d93b4f8e267e6170ad398e +size 9683647 diff --git a/Content/ParagonGrux/Characters/Global/FX/Textures/Water/T_Caustics_2.uasset b/Content/ParagonGrux/Characters/Global/FX/Textures/Water/T_Caustics_2.uasset new file mode 100644 index 00000000..a4b7a8e6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/FX/Textures/Water/T_Caustics_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e28aeb0b43e09d28c1943333138ac81ddea4e8bd3f93c3efd124e06d5e114a1 +size 135026 diff --git a/Content/ParagonGrux/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset b/Content/ParagonGrux/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset new file mode 100644 index 00000000..b641618a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6423e89f07dc53e98112b683610de262fad06fd96a9a7803e87e74daafa4b2 +size 77020 diff --git a/Content/ParagonGrux/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset b/Content/ParagonGrux/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset new file mode 100644 index 00000000..0f65ea89 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7351085618a120d1c4c807c68d1c145c0b2879848638130f2e6d3f0f8afc8bc4 +size 320914 diff --git a/Content/ParagonGrux/Characters/Global/Hair/SharedHairContent/Dye_MaskGradients/T_Gradient.uasset b/Content/ParagonGrux/Characters/Global/Hair/SharedHairContent/Dye_MaskGradients/T_Gradient.uasset new file mode 100644 index 00000000..457e4e25 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/SharedHairContent/Dye_MaskGradients/T_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:733dafde503fe59978c44a75eb66b06b66ba9115b09e3745b811df2fd2187880 +size 13670 diff --git a/Content/ParagonGrux/Characters/Global/Hair/T_Fire_Tiled_D.uasset b/Content/ParagonGrux/Characters/Global/Hair/T_Fire_Tiled_D.uasset new file mode 100644 index 00000000..6df13373 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b6ba01b02aa2a189c707eb825c74a1b0b395b342e6da95d5280bd71106f3ca +size 603097 diff --git a/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset new file mode 100644 index 00000000..8bd59e0a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bff8dd0e8e8bf4d020b0bf18807f364706de1c1a4b6c5b2e3925d9648e6cee3 +size 782980 diff --git a/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset new file mode 100644 index 00000000..d1f0418a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7abb18ca7eb7d7c5af9450ea9b2b722a19e6a129c172aaee757b3f64473d16 +size 2919803 diff --git a/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset new file mode 100644 index 00000000..c825ff93 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88c158123ed6999e89a298fc76532a95be1805188f5e55500917e1c7687e7cbf +size 1939039 diff --git a/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset new file mode 100644 index 00000000..b0cf2935 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056453ed0e1a08156bc709b3ff99923d082ae830a3ad8cd13353d9572172b507 +size 2767314 diff --git a/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset new file mode 100644 index 00000000..7a815be7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31bd18487c3194302e5be9d841e6d87a5e1d5d71097a954172ea7e2d2a942ea9 +size 2315218 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/HitFlash.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/HitFlash.uasset new file mode 100644 index 00000000..3642ff1e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51ab5227b1fac26ed028eafd0dbc90d13dc1f182abade2a4119c239504ca5f9 +size 82989 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..c87f0668 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4805c06a4edcb0b04773604701bd5fc916e2e229d17ab14b94b9062ffc1c5e +size 68279 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..e71e00fc --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f6bf0e51c0520f9a47f07c2227dc26f7def477070ef07fc84ac36c11d518fa0 +size 80020 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterMoltenEmissive.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterMoltenEmissive.uasset new file mode 100644 index 00000000..4b963713 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterMoltenEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a629b779e9ab77552a40d7f76fed0b7bf51f51d032cd540c6a2e21a652ffe2ca +size 122453 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterSkinAO.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterSkinAO.uasset new file mode 100644 index 00000000..98eb0b0e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_CharacterSkinAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d0395c723df3953dff8e97086a7ed24263674bafeb48d58e365ebf3f3b0ea2 +size 84170 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..39668955 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd878f3308f7b51934ab20446733dadef9b677197574d938e85bc1f61f1b43f +size 70613 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ClothShading.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ClothShading.uasset new file mode 100644 index 00000000..41b794d9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ClothShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9b17e15e6e3c02a58dfd57a63d4994241b4ed563a81c58b3e5fb456967ae11 +size 62801 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..f424b67d --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3443dbf57bf019bfa9e9c6cc4cbebd9381ed28f8da64c5387dc665bbb08d063c +size 140879 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Fiber_Shadow.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Fiber_Shadow.uasset new file mode 100644 index 00000000..a85ebb65 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Fiber_Shadow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbea0dc730efb2d3504d4d82a4867813a48b0092275f34d2d26c5d4a20eb72a1 +size 76428 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset new file mode 100644 index 00000000..27e39616 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8345f8cb45e32d622d2bb32bea0e62c7c1b5aad4a043d83d3d65cf57b6f7112a +size 113276 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset new file mode 100644 index 00000000..044687b1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c091ffcd027bfcff9f807f8d89fdbcff2337e968a19279ee2ae7b636d7ea77 +size 45481 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..e9736356 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff55727bbda96e820168110d0349f3d7b4841f7cf10dc2efb29c6308602785c3 +size 128635 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 00000000..f5c2bcdf --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9271b8dd257c90a81fd4560751e3dae74673221cfff451f4bd712a37a9a86c +size 121143 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset new file mode 100644 index 00000000..06f132b9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a719b7f81b17c97c91029d0f6b93dc879632ada59680f2ae6f9b6ecf3351ab7 +size 74391 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_RimLight.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_RimLight.uasset new file mode 100644 index 00000000..5d6ab7c8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_RimLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db4a2bccc3c695342e96eaeabd2a17285d574e2c1e46b1aa850668334a5f4059 +size 66281 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..4f1c3939 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf461760dc30ae5e96ef097874b3fdddd39fff5cc5cc78b5a392cceb54860ae0 +size 139048 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset new file mode 100644 index 00000000..05462517 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73d6e2dae304f117862e0a50435f87b019b7a2957244679972fcea3c2515a0f2 +size 45159 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..53842146 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1d9091dd088d71d58d4bce1b957439c35223f21a263661ff92285fa13847eb +size 49592 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..1aa763cf --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad58622825392ba45d231eaea37551b954dee05c44062ba8a5a9d79b3d1424a +size 50311 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..d9402f94 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4c94c9d787af0b744d8199ef3f74974619b19bf3064511e0a541e3bd67d72c +size 78262 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..00b53c1e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d4f22e5e18046a990844569663a0914257b0abb4993005c48e1535195c7642 +size 86937 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..683c10a2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cb1c6d8143ef091a8528298f471d1d5dd562a821f1329996f71679ce1fe8df +size 18534 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise01.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..b494e49f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f834e494aaf19a0f92cecc528c7785e6acd56336cacffca89bb869579f4780 +size 3758096 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..2e49d0b7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eee90868da2a6c5bf9c42f5df777dda50de37e5c2275082964c3d9028aa9890 +size 1830803 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise03.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..6a690351 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1d844fcb2cb92f595f467036a436f11d0e83ef4c221f4f8766cd1b852c78bf +size 3156405 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_Cave_Noise_14.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_Cave_Noise_14.uasset new file mode 100644 index 00000000..37a801fd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_Cave_Noise_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73b3065fab30b974a2429ea501662a874f3fe79b2d1ddf9132e86bc21079f95 +size 5886771 diff --git a/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_TilingNoise14.uasset b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_TilingNoise14.uasset new file mode 100644 index 00000000..e01e2ded --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialFunctions/Textures/T_TilingNoise14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5374587916988450aa5e26c2eb352da382b861667538f3d88059cf98c9855b3c +size 5868970 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset new file mode 100644 index 00000000..76ffeffa --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:592001beeae53dffc6e28c22be3309e47ddf2cafde132d588688f36069883eb0 +size 131855 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Canvas_White.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Canvas_White.uasset new file mode 100644 index 00000000..8a8e53f0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Canvas_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf248567468fc07643a7a8b045c0eaa60a2a505a552305f2a83840782ae8b84 +size 116005 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset new file mode 100644 index 00000000..6ab2cef3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f545c78d991deaef55d099cdc262b459740870fcc07758cd4208f3251540f5 +size 142893 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Fabric_SmoothTech01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Fabric_SmoothTech01.uasset new file mode 100644 index 00000000..6cf79b79 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Fabric_SmoothTech01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798f79ec3faba674314f54040412bcd0c42ef43d7e5066a5c08f55fe6ea36d77 +size 118966 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_NylonStrap.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_NylonStrap.uasset new file mode 100644 index 00000000..159316b0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_NylonStrap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c933e7e533ee06d7376ad2c5c9672332f243767e0f3b4eb6365f359c9210585b +size 121048 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Velvet_Thick.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Velvet_Thick.uasset new file mode 100644 index 00000000..f759e5da --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/ML_Velvet_Thick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f5972a3b472c5215b29696f75786d52554b8c0b957783a99799f084a6ad829 +size 124361 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset new file mode 100644 index 00000000..e1d52db4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee9583b05367cd88a958dcfdf664b60cd456d2759ea4a78fe75e85ed5cc1759 +size 13972589 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset new file mode 100644 index 00000000..cd322687 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004a43f725e1761433dcf8a701f7da4c8d91a920b6c3b0af816f40ee0eb7fb9d +size 13291685 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset new file mode 100644 index 00000000..427f3f93 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42de4dcf9d4d6b6c20714170ae3cb302b75516121d331b742744d7e2d806163b +size 2690124 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset new file mode 100644 index 00000000..ab6d5996 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba5e0ae52366f6260280c2b00605c1cbd88034d18138dbd1440530e2e2a7e636 +size 3091875 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset new file mode 100644 index 00000000..e1392990 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad87de1c62e7438065f154d8d4be34b0fd018eba4dd18b46f684f70ba70d2559 +size 752177 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_MASKS.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_MASKS.uasset new file mode 100644 index 00000000..3e61f979 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_MASKS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d974b9c252c31faaea7f4333ab7009d94d51f0fe15a5150ac8df69fdf4a3808 +size 11612425 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_N.uasset new file mode 100644 index 00000000..52f07143 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d3c804b6b906b7f8185adb36b3223c8246e1a02062683d1097621b9d72cdea +size 13833311 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Whool2_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Whool2_N.uasset new file mode 100644 index 00000000..b88dbf29 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_Whool2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6375b8e60a2df01df72fe68f32be3ab87af2553c1c796e483a4ba49c75f688a5 +size 21964992 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_noisemask.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_noisemask.uasset new file mode 100644 index 00000000..a3897e9a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_noisemask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d3a5428b537010129e36f8d896c9942b6bcd462aab9f6cfa30a885a9b383ff +size 1509826 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_nylonstap_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_nylonstap_D.uasset new file mode 100644 index 00000000..32ca97e6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_nylonstap_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdad8ad7efce3c42c417b747b8eda91dcc40c4770df21a13a80bbed2e4e18a51 +size 3033730 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_nylonstap_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_nylonstap_N.uasset new file mode 100644 index 00000000..dd955a63 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Fabric/T_nylonstap_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba0f9fcd94f8455a08e4449afd2a90cee6f5c3a410524efe1e798a8e651e734 +size 3024153 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/ML_Moss.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/ML_Moss.uasset new file mode 100644 index 00000000..b88a9cf7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/ML_Moss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262558154d90f42696e35d559f1b5fe846def9ae2437ec95b9bc6068e776e2f5 +size 153957 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/T_MossMesh_Ground_Mipfix.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/T_MossMesh_Ground_Mipfix.uasset new file mode 100644 index 00000000..b643e01b --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/T_MossMesh_Ground_Mipfix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff64a05bc128cc6c2fe52497dc3a2079bd3fe5c215002c3f93ea7f8ed88b78bc +size 13481739 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/T_MossMesh_Ground_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/T_MossMesh_Ground_N.uasset new file mode 100644 index 00000000..c9ff1cf5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Foliage/T_MossMesh_Ground_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b884af9dd085c67cf378741fdfcefb7f63b83f024f62807f6b4a07e56d233fe +size 11831607 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_BrownDesat.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_BrownDesat.uasset new file mode 100644 index 00000000..0a6dd93f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_BrownDesat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e39a7c1c612df5b4ba092f9eb1940710c1a16d324552efeea3cb41d351f931 +size 143346 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset new file mode 100644 index 00000000..2399379d --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab11737208d5faa8aeb4b31a6107357439167b2199923806005ad991f6f6393 +size 128446 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset new file mode 100644 index 00000000..ba556755 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7238a4b1b9fc9443df841e2df6ecd2f5bbafdb622e26b85d00c59889df60835d +size 125762 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Worn_Under_Leather01_Staned.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Worn_Under_Leather01_Staned.uasset new file mode 100644 index 00000000..fbed47fd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/ML_Worn_Under_Leather01_Staned.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dded5de3a68ba806eb9a041060d9f8878576f0bf4958499a004fea21eda8477c +size 136036 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Dark_Leather2_desat.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Dark_Leather2_desat.uasset new file mode 100644 index 00000000..034e006c --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Dark_Leather2_desat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2bb63e452f2875387d073323b4755e6dd7a725cdfd5e89a356cd3a1d9dd701 +size 10746530 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset new file mode 100644 index 00000000..e603ed7a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b6cd7cd13f4507e169ac5143df2bbf5e0b6c85625ce4c2bd8889df71e5458e8 +size 9554613 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset new file mode 100644 index 00000000..77f5e727 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e774b14739b76fe8618e6f00f36866d69a37c5a4fcd315cd9f872a0210630451 +size 11749613 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_Brown.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_Brown.uasset new file mode 100644 index 00000000..11701d74 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e57b355534f62d689703096f13ee9d312565a58ff6b9f5a5cc60bd594fd2a1 +size 14387794 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset new file mode 100644 index 00000000..699a76d0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a767f5d0ae28c1f7fb8204a6f29879ee9acea53dc0f7d973f3a689daa34b668 +size 11773494 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset new file mode 100644 index 00000000..18217445 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3dca8d049714d85c00a77b1eb55e975574db800a81797e2ed43c8b32c8d106d +size 7692166 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_UnpleasentGrime_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_UnpleasentGrime_D.uasset new file mode 100644 index 00000000..0f66c039 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Leather/T_UnpleasentGrime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578e8412c39d3cb7b3381310e96f903642f8caf37e2ce14ccda710cc24f36ee7 +size 9774706 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_ColorCorrection.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_ColorCorrection.uasset new file mode 100644 index 00000000..f2303bae --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_ColorCorrection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef92da7ba1e5706e3776288f2013f142247d450da0a063300cb616071c5e9b6 +size 50538 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_FlatBlack.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_FlatBlack.uasset new file mode 100644 index 00000000..d41b4f76 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_FlatBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbdb6b92ff9681d40d7cfb42a0d78f81791188b9b2d52b5a4ebcd053f6b83f82 +size 45567 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_FlatColor.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_FlatColor.uasset new file mode 100644 index 00000000..c425c1e0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_FlatColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84feaf510c5e30fab6133beab51979f0b9fa9a9814d45c1b77829fd320e65714 +size 45925 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_TacticiaULTEye.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_TacticiaULTEye.uasset new file mode 100644 index 00000000..79387028 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML_TacticiaULTEye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4d1af252efc7855bd7e6f070e230c71e8c5f5833efbbf81699a7d2a9563261 +size 110570 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..72afb10b --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0836f26776cc997a8f9d4ced2c57163bb79d4c56abb8f134c7d605f4fe095ee6 +size 79321 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Bronze.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Bronze.uasset new file mode 100644 index 00000000..9802e1b2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a2b1c928a51a563ded1ecd634115f7f9d2373b33912e937b928a36987b23208 +size 114184 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset new file mode 100644 index 00000000..eb5bf87e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2014e90e4aa8e94fa17d6acbd3ae8c92ffd5e637293ccc6416acc99c93f9cc00 +size 131903 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset new file mode 100644 index 00000000..081bc440 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b17a3fd4a4500424416ef80beaa93b8a64feaf97d1eb6aa396318042f0b4407 +size 124620 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset new file mode 100644 index 00000000..2a0c4b2a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:740aa3a4e29c296e5ac9d3759d87883dcc9d86238bfb35200b6cb18d8dd32b14 +size 134321 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset new file mode 100644 index 00000000..cea14ce8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Precious_Metal_Old.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915a2f2effe4826aa70c0d576da21965f5d89e534f8771e69d2a93fe7ac60d75 +size 131928 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored.uasset new file mode 100644 index 00000000..7800ee0f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d466fa6f0c35751eaf7eee510302a0f75319c3aae91705335fea4c7e579efd3a +size 118223 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Rust02.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Rust02.uasset new file mode 100644 index 00000000..49d660da --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Rust02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb96c8a91b62c825d326681d031553ebc776a5934344caaba968804099130fb3 +size 117097 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset new file mode 100644 index 00000000..c5d436ab --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c895a8d6f7a9d231fe5e13b08490e34dfcf024877636ee3e143da1c7809bb159 +size 116164 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset new file mode 100644 index 00000000..9854a13c --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f97926ffd45c76dcacb2d8f2ab32f19dcc240ab6588e355bde437e783b10c9f +size 115103 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_SteelShiny.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_SteelShiny.uasset new file mode 100644 index 00000000..397482ef --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_SteelShiny.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195bd2607a8740008cb9ff542aefac72461e17b38174bb371fb97b5ebeebf036 +size 124594 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Steel_rough.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Steel_rough.uasset new file mode 100644 index 00000000..a30ba4f0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_Steel_rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c496c9114cb0437b8c3465a4578917f3c07c299a959654659568216a55bd00a5 +size 116610 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 00000000..5bd15264 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e9a3b6e945f0f028efa270d2b014765aa466b7f0fec2c4fa646a79496e63dab +size 132888 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_AnisoStructure_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_AnisoStructure_N.uasset new file mode 100644 index 00000000..8a3a4878 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_AnisoStructure_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3753668833d3cf4a46e2f27bec6352d1ca8feaa0f066df7b6986fa5b330a1a4 +size 379427 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 00000000..82d10242 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26d5fbc68619654896e472807ffc1016b3fb063ad5b7952346b159e788c1425f +size 3478 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 00000000..7900c4dd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa18c813b5dc55b7752ddbc3f8b948772590d2efe53ab52a4e1e9201ba9fd52 +size 8175036 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset new file mode 100644 index 00000000..9fa85305 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c770738647d7529eb3b2e17ae04be399280d8f94e6b2dbfbb1fe49055e8fc3f2 +size 21451516 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset new file mode 100644 index 00000000..62de57d7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22aca5a56b1645c108b9f5d18ba24a19f82fc4e3ce77dbc3a353cb2819cabb84 +size 14592224 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Gadget_Machine_Base_RGB.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Gadget_Machine_Base_RGB.uasset new file mode 100644 index 00000000..d1d5fa86 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Gadget_Machine_Base_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3923dbe987c85b16c647b1105ecbd6bd9a92bf4ccb7a5661f649457a2b2e38 +size 21128841 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_IronRust_Tile_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_IronRust_Tile_D.uasset new file mode 100644 index 00000000..2e771f5c --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_IronRust_Tile_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0932a639d1b7a5b8ddb3442c8c010d704a71c68e9bb7c9d0eb97a3e22bf31e34 +size 45268454 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_IronRust_Tile_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_IronRust_Tile_N.uasset new file mode 100644 index 00000000..3beedf9b --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_IronRust_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b916d1ac548f511d0bf517b5b002b91d2455e388607423935385c4460638f1c3 +size 40934507 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_LightMetal02.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_LightMetal02.uasset new file mode 100644 index 00000000..1ed0e391 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_LightMetal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4a0d55dbc2c4865a653331922c55661398a02a1e4425b2275a6857626fcd28 +size 11509005 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset new file mode 100644 index 00000000..8137eada --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb50d44b17d349c8d623749907632022bab16fe05c2c1f178482b72a14b24ab +size 8750704 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..54619a50 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102ebe7d7843dcb08e414fcdfbb740140979fa9ba2bdf07f244600ee8dc9aed2 +size 4449156 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset new file mode 100644 index 00000000..49647714 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9917e24f601ff30fc3edc9a12c1c3096ebf1fe70f6b955a17434c5e18dde35 +size 3715310 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset new file mode 100644 index 00000000..f7fad2d4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a551deaf736842077c0bc6d2105282a26054a6db788c54e151da2708b0881e1 +size 4502750 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset new file mode 100644 index 00000000..5785582e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Metal_Precious_Old_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5dbd12f412346b4946636f2651ffdc893ec40cbcd0701fd01f2f244a889195a +size 7213489 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Price_Body_Color_Overlay.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Price_Body_Color_Overlay.uasset new file mode 100644 index 00000000..cb37f437 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Price_Body_Color_Overlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac23a74c1566d0dc9f09fd052549b9f3df07d66e70c204c60e3cb0e8086ea884 +size 986264 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset new file mode 100644 index 00000000..914cc561 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e86aac3f8125c6ed98a26fa39054fc1a13b20c81d0b56fd46d228330db1b2c +size 8154703 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset new file mode 100644 index 00000000..b0d802a5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:effdbd03e36b6cfad32318742a0e3e9c48c564144b25093b17bb2085c62f5222 +size 7110540 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset new file mode 100644 index 00000000..4e3b407a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4f85991562cce247b98e06f8504941232864eaf4d83e8504153981747d01f9 +size 10947130 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset new file mode 100644 index 00000000..bdceab48 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98312139939854c8af4bb7650e7325ca6bfba78192ac74d66d83fd6a17c8b81 +size 3625917 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N2.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N2.uasset new file mode 100644 index 00000000..17a8f347 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b1bd1429f1736c65f5025ccf1d776ff94c672b86750d4387db686482d008292 +size 6000785 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..f951eba4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd92f1b169e39f7eced639d7e248a46caa870e9efa23f890c6045201ed7a10b +size 49626159 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_metal02.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_metal02.uasset new file mode 100644 index 00000000..5c746974 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Metal/T_metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:586ad31080527fe40d94b8676eaa70da7f434258d081d3026ebd4c392790523b +size 6880261 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset new file mode 100644 index 00000000..f87f1632 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02_OverMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8867e3ced4312a0e8999529bb3242a4394d96b42a31c360411fae12e9c58d2 +size 125423 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset new file mode 100644 index 00000000..150eb42e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e174e70de838817edad74a37679cfa202080e5ba1ca6d5069c75dc69bf7ab2fa +size 5076740 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/MF_Slate.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/MF_Slate.uasset new file mode 100644 index 00000000..c56178dc --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/MF_Slate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f848b2b986dc5739646f8f8ebf6d21d356476109cc821daecacef376bd60f34b +size 125221 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/ML_Gem_Translucent.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/ML_Gem_Translucent.uasset new file mode 100644 index 00000000..203325ce --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/ML_Gem_Translucent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07b9a1b4639f0abbccec1083f12288af0f814f75458f73114814b4d56d6ccb55 +size 145334 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Gem_Translucent_01_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Gem_Translucent_01_N.uasset new file mode 100644 index 00000000..ee4ef3bf --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Gem_Translucent_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ae8de4c09de06ca6133f8cda12b43dd2cb684ed4cdc01e9de22a5896719a39 +size 4923557 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Gem_Translucent_01_RGBA.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Gem_Translucent_01_RGBA.uasset new file mode 100644 index 00000000..afa2e30f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Gem_Translucent_01_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ea9cb1880764faa8ffef78530e1c1b3a6f201a36b387098755220a59d49fa73 +size 7141905 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_SlateTextureTile_000_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_SlateTextureTile_000_D.uasset new file mode 100644 index 00000000..c976b23a --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_SlateTextureTile_000_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84d38d649564d0eaac1a7f4928377212961e7c0fbddb7a555303f7ae2dad9ff7 +size 9730048 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_SlateTextureTile_000_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_SlateTextureTile_000_N.uasset new file mode 100644 index 00000000..aac78fee --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_SlateTextureTile_000_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2270362deb70a28f3e37f1b81fc0fca9707a31db1af502eb75bfc09f0a7fa760 +size 9489317 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Weathered__Detail001_Mask.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Weathered__Detail001_Mask.uasset new file mode 100644 index 00000000..462939dd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rock/T_Weathered__Detail001_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e8a9f9b451e95213a702f51573acfa3fce9792a24e2a050afccfb856c86a09 +size 13164102 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset new file mode 100644 index 00000000..8d3e2532 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db01c3b0e9e1b932b535f8a5eeab0f6467e77edde5e1ba1cad5bccce281fae1 +size 123733 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 00000000..efe7ad7c --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7966843c141524249d25459db28b852ccc3041e1eeef2d1155f3a9549560a364 +size 3858 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset new file mode 100644 index 00000000..31041282 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ad1990347a12f37ad3c52b2cfa1de27ba39505d4db14b5dca235f00599eb8d +size 6118225 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset new file mode 100644 index 00000000..8fb56546 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1808333bf3c73cc80db3e631dbffa813f1296b2ca00b3c05476716c957426f07 +size 8827598 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 00000000..63fbc4d4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6898dba390d87bfb5ebbd3d812967e1d5da0775150c3ab24587e7350e79c3cfb +size 6505807 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset new file mode 100644 index 00000000..7921e744 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac8e2815c094020e502cfda094860be9c412377cb93286fae6e998578ee64c39 +size 131944 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/ML_RawBone.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/ML_RawBone.uasset new file mode 100644 index 00000000..bfa5a88b --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/ML_RawBone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911feec6d67dc02cc8c9c3f91993da88ebbbb4d11836e7b8125d40c80227c405 +size 136829 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_Bone_Noise.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_Bone_Noise.uasset new file mode 100644 index 00000000..1e179a38 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_Bone_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763bab25ca6325c5bb91de890f98e7b477f28e33ddfb54514567c87c9756cf65 +size 2410971 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..16daa1f7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44137d262ade5e85ecc8b79ed93cb5c6b0eb5fc1246ad12238ca85b110552b50 +size 9735926 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_TilingBone.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_TilingBone.uasset new file mode 100644 index 00000000..e07ab983 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_TilingBone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214f59d42f0467de2805703c61bbdac01ce6a96cba3acc47de3889d77adb9c9d +size 2069055 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset new file mode 100644 index 00000000..ef90366f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e7aca4822b38c4c32bce82be226f7f1fd9fc886fa348185daf1a2fe6efef70 +size 2862297 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset new file mode 100644 index 00000000..eb2b7542 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3276f6599b1de7d9eada17e81451d06d894faa17f889e3038710d1c9a4863bd +size 82311 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/ML_MagmaBurning2.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/ML_MagmaBurning2.uasset new file mode 100644 index 00000000..a77c3886 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/ML_MagmaBurning2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3758ba449fcc8c149a5b1b48d44c2ba40c08863cdcc6c271c024903786affb72 +size 182750 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/ML_Mud.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/ML_Mud.uasset new file mode 100644 index 00000000..3166e8ca --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/ML_Mud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747df93952a21d034a1d415b7fc964a4c5b055efe7ca8c7d06bb254ca18134a8 +size 128599 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Blurry_Snow_Rock_Normal_01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Blurry_Snow_Rock_Normal_01.uasset new file mode 100644 index 00000000..580313f5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Blurry_Snow_Rock_Normal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:546388261a3091fafee18f4e1ecc1c6b834218ca5edaa5e5b80028ceb369ffbb +size 1726401 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Grux_Eye_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Grux_Eye_D.uasset new file mode 100644 index 00000000..812899c4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Grux_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604d7179da8745f464c0a625214095061b7a87daf7f17f4957e042cb9a5ae5ac +size 3803214 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaFloor_02_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaFloor_02_D.uasset new file mode 100644 index 00000000..95a31942 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaFloor_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38eb8bd7e7aa0c8dcd534d0b566056f755186f2b82f91565271ba073b0a249c9 +size 10062722 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaFloor_02_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaFloor_02_N.uasset new file mode 100644 index 00000000..90602737 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaFloor_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e075040960c1f275cffa80d130e1f428ee4fc4dd55f5de4df71cb318d0fb6c28 +size 10876747 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaSurface_04_D.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaSurface_04_D.uasset new file mode 100644 index 00000000..ff0156d2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_LavaSurface_04_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08291071620630b54ef175c1f53a6ef841fffc64d68a7a72606dad2414e4d059 +size 5208177 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_MicroCrackle_M.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_MicroCrackle_M.uasset new file mode 100644 index 00000000..ab1a5c89 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_MicroCrackle_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ee9c537efbe249f8f580bf74dd1af0077ead3577c671f238e02aa3c1786fb4 +size 4774702 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_MicroCrackle_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_MicroCrackle_N.uasset new file mode 100644 index 00000000..cb4591f1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_MicroCrackle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b521adfd7ec63fd057bbed3131ce051b19ed06ec5876525fb0432da46823170 +size 11397652 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset new file mode 100644 index 00000000..7c112b4b --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19fd9ee0f891b1117783422e7900e60525ba5010ff5f9a9a796aa4c6fc31322 +size 40927100 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Smoke_01.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Smoke_01.uasset new file mode 100644 index 00000000..a57a9d69 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_Smoke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d7abdf0d518d0242651ca40685a8cf2bfda908bfd04353b1f74a906933361a +size 2010889 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset new file mode 100644 index 00000000..c93c1a8f --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02620d17df921c3f20a5b5d0c218c1fa4c86a3ea2bb7ec7e33995cae63b048df +size 32406718 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SwirlNoise.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SwirlNoise.uasset new file mode 100644 index 00000000..00eda852 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Special/T_SwirlNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3082f009ae517a494b639fcdf3a87648a6a999e1756fbcee86aff52b46cd3224 +size 702208 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_DuckTape.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_DuckTape.uasset new file mode 100644 index 00000000..7580f5fb --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_DuckTape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c257a7fb86b2e5ef2f9bd408b53606ceeb53a0db6bb8a2edfc1ad96337866594 +size 95500 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_FlatPaint.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_FlatPaint.uasset new file mode 100644 index 00000000..e7774ffd --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_FlatPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39a27ab5b7019efa72b79f57515851eaa59ccdb8b44f3750645144dfd9578c7 +size 104165 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset new file mode 100644 index 00000000..16b55eef --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483cfc56e295b32a66899688c54c5133ebf47dacdb82c331f41953ade6d3d6bd +size 121480 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_LatexClearCoat_2.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_LatexClearCoat_2.uasset new file mode 100644 index 00000000..93cb0483 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_LatexClearCoat_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b51809b340dc6cc28733a14e0d067e50ead665924a8689d700026a726231991 +size 146519 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset new file mode 100644 index 00000000..5c76ab93 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af69c477cd7c0c8284aa1bfc9d3cfbad8e4c20e5dca04a69d956cd9b6f587e5d +size 105056 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/T_LatexTech_MASKS.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/T_LatexTech_MASKS.uasset new file mode 100644 index 00000000..48965ca3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/T_LatexTech_MASKS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9de98a0b3cb0830318a8115f2875e8917ee4d42a05e23c25a242f1a10b4a78 +size 1636261 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern05_N.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern05_N.uasset new file mode 100644 index 00000000..6dbfb107 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern05_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabd5431270f783764719f38fbe5ce7de7b360fa5898000819cdec99c2f8660a +size 678037 diff --git a/Content/ParagonGrux/Characters/Global/MaterialLayers/T_TestML_Mask.uasset b/Content/ParagonGrux/Characters/Global/MaterialLayers/T_TestML_Mask.uasset new file mode 100644 index 00000000..7317c90e --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/MaterialLayers/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d11414529e50748c503f25d0148c48270081514b87d92c30022f5897ebb1852 +size 12130 diff --git a/Content/ParagonGrux/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonGrux/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..dc6117d2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aa25aa3e6d21c93f94f2a4a36cbfdf9c61686dd45420232fb8c7b1af3276d4a +size 6937 diff --git a/Content/ParagonGrux/Characters/Global/T_Black_Linear.uasset b/Content/ParagonGrux/Characters/Global/T_Black_Linear.uasset new file mode 100644 index 00000000..f9fc2303 --- /dev/null +++ b/Content/ParagonGrux/Characters/Global/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3438240b59084e627e84293ba46bde351420b1e7ed719247016743f5c475915f +size 3161 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/AnimationTestMap.umap b/Content/ParagonGrux/Characters/Heroes/Grux/AnimationTestMap.umap new file mode 100644 index 00000000..7a21408c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/AnimationTestMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaaad9029f0abbb5b59efc67459f0b8032a98c60ae8a7c7b9d8189b520b3e4c3 +size 1951475 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CC.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CC.uasset new file mode 100644 index 00000000..b740c930 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd5edb6281326433e9e553529e52b78567acdad9cff1b077fee04ba6dee2dcc +size 116138 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CD.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CD.uasset new file mode 100644 index 00000000..c1531dc0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b148dc8e1276948abf6ce006403b060b372461c373aa039ea7c00a53fd4a63ee +size 116391 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CU.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CU.uasset new file mode 100644 index 00000000..b0a70730 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ad9db8202990580edb6b7190e287a446be57f5fab29cabbde37946b697bc4d +size 116529 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBC.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBC.uasset new file mode 100644 index 00000000..ca57768f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856563d69393ea82dc333132f648501a07d699300b1f61aaa9db5c771192bbe6 +size 116218 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBD.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBD.uasset new file mode 100644 index 00000000..04f81551 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819fdb8fb357d46338eec05ec35ec8357a5bb0f8b7c40fca062ac826e175ec9d +size 116217 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBU.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBU.uasset new file mode 100644 index 00000000..bb3384b6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924bd377660bfb0137f63b29afcd890dfc13a0f33bc293d302d898ca0c29c699 +size 116449 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LC.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LC.uasset new file mode 100644 index 00000000..5b36e307 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c1c85f1604376c5f10a05bf5edbf7c943cc5d9c705ca2316518bd47d823fd0d +size 116946 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LD.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LD.uasset new file mode 100644 index 00000000..440092c8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69f3178a45d164be83178defd0dabfa174d7739ba25f73528e51f0e66c53d97b +size 116968 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LU.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LU.uasset new file mode 100644 index 00000000..217d0adf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c0f801b1da27eff37f1aa26f3e20493de3a05601042bac0a4c1df87f8860d2a +size 117230 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBC.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBC.uasset new file mode 100644 index 00000000..b3c3c3de --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d504ea2956b25b8923cf837867f9018f6d4b4438dafec190da4fd2ec015736 +size 116291 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBD.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBD.uasset new file mode 100644 index 00000000..3cc588af --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b59099fd3a54813301c0721593596ccbc5df6613cc0a96f7f0425448cb6e07 +size 115750 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBU.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBU.uasset new file mode 100644 index 00000000..89fbe9fe --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf8301bf4f8e97f6ece0f2846b21451d75a90007959a68cdf24172942077798 +size 116473 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RC.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RC.uasset new file mode 100644 index 00000000..9b49b16f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72eb26f37de0e86d7bc05f084ec491b39877b3d4b557b211e25a5b0c9151299f +size 116580 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RD.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RD.uasset new file mode 100644 index 00000000..628cdbe8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e06d98fffb4cb3b978c1fd619cbde8983b391f1395a7c80e50bcc0e07580f1 +size 116367 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RU.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RU.uasset new file mode 100644 index 00000000..ade5021c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8fecc8d9237d36e7cbedb2f425e092b3b6a7c03e86cd568cfd6d4fd1eb5c69 +size 116701 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_Base_AO_BS.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_Base_AO_BS.uasset new file mode 100644 index 00000000..e630dc8a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AimOffsets/Idle_Base_AO_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9c5b874915f39bfd61038fe3eb1699995a348c8fd03cd2bee4fe83278e7ee4 +size 104665 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AnimBP_Grux_Rigging.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AnimBP_Grux_Rigging.uasset new file mode 100644 index 00000000..499d2d15 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/AnimBP_Grux_Rigging.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3014251942ec300a4b8f4c9cce00c313397be3197ad203be225b1d0579f53e +size 416979 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Attack_Melee_Air.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Attack_Melee_Air.uasset new file mode 100644 index 00000000..796751a1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Attack_Melee_Air.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b260a15e6ba9185d4f3a96341d5e00c81eeb447b50a533f5e51105f26840a2d1 +size 140848 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/BaseHero_Locomotion_BS.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/BaseHero_Locomotion_BS.uasset new file mode 100644 index 00000000..f2d32d21 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/BaseHero_Locomotion_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb533d4be93258da70913c1e176afc87edeb80220bf3dec56c235ded85728658 +size 109225 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/BaseHero_Locomotion_TravelMode_BS1D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/BaseHero_Locomotion_TravelMode_BS1D.uasset new file mode 100644 index 00000000..404e5250 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/BaseHero_Locomotion_TravelMode_BS1D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12e8d95dd5bea74c3f98e6dac52102c2abf018a8fea9e2c25ae2ba2c8bbbb1b1 +size 101779 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Grux_MeleeStrafe_BS1D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Grux_MeleeStrafe_BS1D.uasset new file mode 100644 index 00000000..380fa21a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Grux_MeleeStrafe_BS1D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8f6ef499b2a6927986af4567bc057bb4699b4405b1ad83b2323f72931a0a13 +size 102615 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Idle2Run.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Idle2Run.uasset new file mode 100644 index 00000000..98c78a96 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Idle2Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85eaf8d351afff35482391ffd8288da50a0c129c4b51096a9e15ac3ae24e70aa +size 102279 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Idle2RunStrafes.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Idle2RunStrafes.uasset new file mode 100644 index 00000000..524c9aca --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Idle2RunStrafes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de248cd0ea23d9b3897b2a302df43f3fb4e6e9f7f2650933d84476e36dee45c8 +size 107260 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Run_Strafe1D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Run_Strafe1D.uasset new file mode 100644 index 00000000..a6e8081d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Blendspaces/Run_Strafe1D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0c6882a05a9f23cf37b7b6f6972ab5682bc064c2335e3a3bef852740dc5d93 +size 103620 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Bound.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Bound.uasset new file mode 100644 index 00000000..adb27983 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Bound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657a444474cd387f0178d967945b44b18037aec005a92f506a01f6fcc8bb6135 +size 117351 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Cast.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Cast.uasset new file mode 100644 index 00000000..cddd832f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1bd8ac29e6abc45db1d3caf9d87743de2e1d3452143e07360d5e7ecad3867b0 +size 140236 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Death_A.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Death_A.uasset new file mode 100644 index 00000000..07b534ad --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59daf06b0ca313a7b4c2a682d0a90ec061223843da7d1b1e54ef27d2f78304c +size 351235 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Death_B.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Death_B.uasset new file mode 100644 index 00000000..718db05e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Death_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6188364ea8a0b99e2a69986784b6f4bf7369a4efc0d1fc4396091660b27e98ec +size 344296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/DoublePain.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/DoublePain.uasset new file mode 100644 index 00000000..0e8178e5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/DoublePain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:043cf01c6913403dc5b652245043d0a3b1f39506a103128ea52d56d5888b0195 +size 141733 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ears_Still.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ears_Still.uasset new file mode 100644 index 00000000..6029e63e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ears_Still.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee705b027310fe46dca211288260b445a41914f0e435a51400105bfa55ed384 +size 115909 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_BackScratch_T3.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_BackScratch_T3.uasset new file mode 100644 index 00000000..f803530f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_BackScratch_T3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1aae6d97054059133411ee5cb5432a3c167cca2dc91d59d8868eeb49e39ed0 +size 439226 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_BackScratch_T3_RubyGrux.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_BackScratch_T3_RubyGrux.uasset new file mode 100644 index 00000000..655a0d62 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_BackScratch_T3_RubyGrux.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3db4c1013507325e0a7be0754f557a6c82949d0ecd9e0d81695767b3f7e53c +size 445736 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Master_BattleCry_T3.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Master_BattleCry_T3.uasset new file mode 100644 index 00000000..0767db57 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Master_BattleCry_T3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ac6bf67079d0a7cf8c31ee7e7b814334de826eb5d1fb5b88e179aa51dd91dd +size 373719 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk.uasset new file mode 100644 index 00000000..5fd03254 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e52fb3b2e633c50b5806e2e56aca0edc61e1e19d8a12a11733f2816b155590 +size 350033 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Intro.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Intro.uasset new file mode 100644 index 00000000..babc3d1d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Intro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8231dd64df30db871e2b7ce9a943f6228500fee2b95e2b5e1530f516ac5b99b3 +size 169238 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Loop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Loop.uasset new file mode 100644 index 00000000..870c7cb9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9dd67b538c707919e2579eab1218b18be992b40bd19f56822259e88cac8267 +size 232358 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Outro.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Outro.uasset new file mode 100644 index 00000000..a86e86af --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Skywalk_Outro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:978a261066d61a6324292867f3438654dfb542628fac82ed5a548fbaa444ca75 +size 186008 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Taunt_FootSlide_T1.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Taunt_FootSlide_T1.uasset new file mode 100644 index 00000000..a7b0a727 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Emote_Taunt_FootSlide_T1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55fa749f4bdff22260442447476a62c5ccf4bc2b378823ea25b82f3150f49b7 +size 261584 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/FrontEndPose.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/FrontEndPose.uasset new file mode 100644 index 00000000..aaa9969c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/FrontEndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a397dea93d6e924d7b301a34945dccacee894cdb913d08f90cbf6fc02faa61 +size 954711 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Gruxx_Ultimate_Noise_Additive.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Gruxx_Ultimate_Noise_Additive.uasset new file mode 100644 index 00000000..efce0937 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Gruxx_Ultimate_Noise_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6126e5fc7cdb379a0c2c5b15a1815878f4741c39eb9ca4a91335367290b170f +size 136654 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Back.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Back.uasset new file mode 100644 index 00000000..a01015a8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92d943dfbfa7ba58cb01722fc3a64d3eb378663cb9f4790a1c92ee3f21a6444 +size 138313 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Front.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..b8fa10c6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f951c63179a20da14fc89c45d2c9a47e11663e731d5c334bf372c63f00c8cd +size 134486 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Left.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Left.uasset new file mode 100644 index 00000000..b52a4bfc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b969d1692ca7ac74e3ab951a34f4ed4443cca48ffea1dd7b44170ee9dc6f1d27 +size 136962 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Right.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Right.uasset new file mode 100644 index 00000000..1556843a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe0e672a0bf1862ef2a33af312f6ab72f1700d5db185aba6362b2eeb38afc60 +size 136997 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Idle.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Idle.uasset new file mode 100644 index 00000000..aa411413 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9a7316bb648a209fee48ea906ce20ddbb5dca941662dd57bcaf80db62770fb3 +size 955262 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Bwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Bwd.uasset new file mode 100644 index 00000000..213ef4cc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb815c38696d8eea8d0a5959ac3ba416580781c1595ed0792439ece29ff8f8d +size 156505 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Bwd_Pivot180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Bwd_Pivot180.uasset new file mode 100644 index 00000000..f4f9c1ed --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Bwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb94422278e78e3a447d2e6a15101d36fe0cdf2b973e8ef4c4829431812963df +size 150979 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Fwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..ea2b4573 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7398582e00f712c730ee36ba4df7569016a4895e8f9f337844e1e88775685c29 +size 157609 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Fwd_Pivot180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Fwd_Pivot180.uasset new file mode 100644 index 00000000..da7db25c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Fwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341029893f34286c55454e2e1b868b8d63706b7de94e130cfce664c931f5d883 +size 143508 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft.uasset new file mode 100644 index 00000000..c2f22366 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f558bdb3af7e1049870fe099fda90a272a8d4a349de0e340b6f681e071fbf6 +size 156277 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft_Combat.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft_Combat.uasset new file mode 100644 index 00000000..72c9c054 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft_Combat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5217ceff27c90b56185703e6c86313be7018edcfd679ca5bba3af5e314fb7f74 +size 156905 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft_Pivot180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft_Pivot180.uasset new file mode 100644 index 00000000..3ac496ec --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Lft_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d794d8ceba8d7d0bbe39df1688f162562f3b680d1ddfe88d5542d84f5953565 +size 148999 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rgt.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rgt.uasset new file mode 100644 index 00000000..811c371b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rgt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4428e90c0020f884aabfafbdd6c003ce8bd957f5f8fe8d248b929e39a8fed17 +size 157207 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rgt_Combat.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rgt_Combat.uasset new file mode 100644 index 00000000..0d4c71d8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rgt_Combat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95863a34a2725ceaa3ba78b12e38ba2d0bcb6cde69a0b619c31a6c5c52a0d143 +size 157615 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rt_Pivot180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rt_Pivot180.uasset new file mode 100644 index 00000000..34634d4b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jog_Rt_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0371559f6c6020990811048f13ee9b8d95a4cfcc9321357eaaa9f6ff1279e99 +size 155902 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/JumpApex.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/JumpApex.uasset new file mode 100644 index 00000000..1aad14b9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/JumpApex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47574fd156d55411765c7c3f2921ace0693c1b4df9bc8a99e83476d5d896c201 +size 116938 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Fall.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Fall.uasset new file mode 100644 index 00000000..03212b8e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Fall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009e8e55424e2b3374dab846feddf755bfea9fbc70ea193b23a380516df43f22 +size 146739 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Land.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Land.uasset new file mode 100644 index 00000000..6ef9e273 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aaa057cd8e8b839ea39100ba76718ce069621dd34804a7e4cd5ed55b04749f1 +size 138816 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Land_Additive.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Land_Additive.uasset new file mode 100644 index 00000000..e9d055b4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Land_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb89b9e960032fa329bbb538bdbfdf1ba62f6f907b0ebdd7d7468f9b7a1b327 +size 139344 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Loop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Loop.uasset new file mode 100644 index 00000000..de4543b1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2452e950d49d94504d481c456401cf31ec0580f0d5c8554e17077cc14b38fc1c +size 146684 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Mid.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Mid.uasset new file mode 100644 index 00000000..c7c4dd39 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Mid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847d1b416828eb49d3c476d39ec4d177489cbfd596773fc52d6b50332bcc843d +size 123906 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Start.uasset new file mode 100644 index 00000000..b4dbf580 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:098a88033acbdee25d173f99876dc6e23f049a79fe8144619badb5efe07a7349 +size 126207 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Up.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Up.uasset new file mode 100644 index 00000000..6720112c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Jump_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc422ca8f2b404fcfa46fd9ce5b675538ba8b12ac8380f78f543bf41c11363e6 +size 125341 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Back.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Back.uasset new file mode 100644 index 00000000..622517a9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ae274297c4fdc798e5a3751b9b6765cd430f9e7bf442e5780d0f0719e37a203 +size 145267 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Back_Bwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Back_Bwd.uasset new file mode 100644 index 00000000..16d04b40 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Back_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6a8f7c653bc667893f272c753cd3078b01e178da912b017e2e80fb61ebf557 +size 158135 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Up.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Up.uasset new file mode 100644 index 00000000..1f5ef87f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Knock_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c9a1f0cb2abc080259e037d5b5d122ad8d2f1b04ee2afdfb331b68caffa38c +size 160576 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LaunchPad.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LaunchPad.uasset new file mode 100644 index 00000000..d1c98c25 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LaunchPad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31d2674f69f336a4bae631a2940bf536c89b3cbac7d31ab539636ea57d650364 +size 192904 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LevelStart.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LevelStart.uasset new file mode 100644 index 00000000..ea30bb3f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3de0897e62ea2fe312b741d646a8da03ce283bbf4e764a7bca51eecf2ab634 +size 352466 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LevelStart_Montage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LevelStart_Montage.uasset new file mode 100644 index 00000000..b82fca1c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/LevelStart_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a5fa13594b6d595ad4f1bd02c5ebdfbccf26939bb4e61cf369b6f85221aae1 +size 104957 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_FourStrikes.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_FourStrikes.uasset new file mode 100644 index 00000000..50252fee --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_FourStrikes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1f197b6696bf3f405ff73db0bdadaae1bbc52aa7a7b081520e5d26b7eda3e9 +size 183524 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_FourStrikes_Montage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_FourStrikes_Montage.uasset new file mode 100644 index 00000000..0138962b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_FourStrikes_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49cd2f1d093768722ca9ad27d4c1b9be6ce0fda13cdbb9c72792b3cdba479b5d +size 104242 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA.uasset new file mode 100644 index 00000000..65d9fdaa --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466414e5df9e287829329feb9f1121398a9f1e092b19400886256c74388fd6df +size 256366 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Fast.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Fast.uasset new file mode 100644 index 00000000..3109b962 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34c7561b49c8bd3575c4ce75848b48f31203a01c512bd6e60171359cc32b728 +size 200607 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Fast_Montage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Fast_Montage.uasset new file mode 100644 index 00000000..94e0f006 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Fast_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcede032f59101c02b43856cf521f6f8b11cca01e5e5be920d08e671eacfcd69 +size 101997 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Montage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Montage.uasset new file mode 100644 index 00000000..fba5fde0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6180a443c55c1653cff0a0deb0c283bf5267d463e0ddf3a621af6fc832ab30ed +size 102439 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Recovery.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Recovery.uasset new file mode 100644 index 00000000..a0039b61 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LA_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74577a51d0ed44dc7fdb8efce33bba8eb409a0af31da8c1349a97a7835ab9018 +size 136058 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LB.uasset new file mode 100644 index 00000000..3f2ed127 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_LB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e107d7dea7a90e5e3b7b44fefad24cde8ec6bd4b7e63190e1cf59cf01db4a4 +size 142587 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA.uasset new file mode 100644 index 00000000..eb37f1d8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54ee455ebbb5af7bb43d73b5a5c68a657f6c01a8ec78f3c71631736e8c49697b +size 267915 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Fast.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Fast.uasset new file mode 100644 index 00000000..b1268f11 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0516df8f693c417eb5d75ae45f1b164b42b0e20fb48480f20839717faabf2f +size 215799 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Fast_Montage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Fast_Montage.uasset new file mode 100644 index 00000000..d131468d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Fast_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d219fb6daccd7d4913d444d9acb2cb7519d61518065ff4941bca7c42426d885e +size 101889 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Montage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Montage.uasset new file mode 100644 index 00000000..07b8aa9a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49f40ec3932923757c5eb7baf07fbbf9a4744421a6337966c7a9607885acca93 +size 101409 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Recovery.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Recovery.uasset new file mode 100644 index 00000000..bf9bc17c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5dbe7bd7ed0bd6935524da1a1ee406ac7575014202a36f1df100441774d1dc +size 138128 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Recovery_Moving.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Recovery_Moving.uasset new file mode 100644 index 00000000..2d9b8d19 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RA_Recovery_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f275ffaeb0cf7bb0a14928d0866173e26fefda796677db44b92e292a14e212 +size 132420 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RB.uasset new file mode 100644 index 00000000..f4fced7c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_RB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7da2e9cad926d8cc7f90f612740029b15cdd2de88cca819ce7a2c22355f676d +size 127971 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_Start.uasset new file mode 100644 index 00000000..84019682 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/PrimaryAttack_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97cc8de1b9b4f193c9cd732f546ec0678a81b540bde1210a4782d3322d44b38e +size 121804 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Recall.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Recall.uasset new file mode 100644 index 00000000..54bbb1e3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c999b23382606e6b379f1b1fb3c9fc5b62e986f323a6e830caba1509719a9c0b +size 436744 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Respawn.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Respawn.uasset new file mode 100644 index 00000000..9eabb714 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Respawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d8d8b004116b4b1e15315930693fe8fe59ead6dcc4f88830ac0f04434f77bf +size 137319 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd.uasset new file mode 100644 index 00000000..a2dba78c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2f608f973b20e2b0b65f73e07ab87fa7fffe716a89678064961b71a267b997 +size 156505 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd_Start.uasset new file mode 100644 index 00000000..2aa04f23 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeaa596b58ee2ef1cfb501d0d898fa98d2b5adc883b97f55e38111aa63b63fab +size 150014 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd_Stop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd_Stop.uasset new file mode 100644 index 00000000..1fde0ef3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c36c13a647d990031ecf31fc78fe610694e0e6f9c6d254b5130cae846acb273 +size 130787 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd.uasset new file mode 100644 index 00000000..e9bd636d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f297b1260d60607b561aaa4db0e8fe77ed88a2751943f073c611093d6f3c31e6 +size 157609 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd_Start.uasset new file mode 100644 index 00000000..ac115844 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5f5e59ffbab2f8cebb9c25734fb1c3b4fa2588306d03032fe129611e6ae055 +size 143262 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd_Stop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd_Stop.uasset new file mode 100644 index 00000000..c4478909 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff11c01cb6b7a2260ed1a1a94c705d02ad957acb486c780728da642efb514ad +size 129003 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft.uasset new file mode 100644 index 00000000..71c83eb9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7ad4f0f1f311ca6f6b8de3f6ccad1903acf0c53baa7fbe7631f07f750fa6c7 +size 156277 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft_Start.uasset new file mode 100644 index 00000000..05151176 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b524d62f542a8ca3fd7721ab04c712075acfc3f729b358ef40055470050d313 +size 143083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft_Stop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft_Stop.uasset new file mode 100644 index 00000000..6fb8c816 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Lft_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7f14001303947b4fefbc026b2b215bd027f65d12fb4cae87fe287c5433fdd4 +size 133908 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt.uasset new file mode 100644 index 00000000..cde6694d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbbe7ce8183962e726f5e35f05bf26804159801bd17316761e5e67dac321730 +size 157201 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt_Start.uasset new file mode 100644 index 00000000..e72387ac --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451a1dd82c466414abcaec70124faddaf5fe41ef80e211f2f16e0c064a322456 +size 160259 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt_Stop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt_Stop.uasset new file mode 100644 index 00000000..36a3be56 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Run_Rt_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:286cc2de20f5464518743755216aef15e4e5f2b4f5f945c0bb6151c3f0dba1af +size 134797 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/SelectScreen_Emote.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/SelectScreen_Emote.uasset new file mode 100644 index 00000000..0e93ce17 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/SelectScreen_Emote.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4808822369b5e330da91a4dbce3bf3c553dce9090aec2f4ad205347aa5b1b28 +size 270788 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stampede.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stampede.uasset new file mode 100644 index 00000000..d8565abb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stampede.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0021a565cdd4aac5f64cfe80fa6852e6a3e82125dbd59fc2c25ce18aafa327f6 +size 127200 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stampede_Knockup.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stampede_Knockup.uasset new file mode 100644 index 00000000..7d2249d4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stampede_Knockup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad575eb72e366cc89daee99fa812bc3a55b1708b47212a3e25aa87425a961d6 +size 166214 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stun_Idle.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stun_Idle.uasset new file mode 100644 index 00000000..7db1f9f5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Stun_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ecea4de6cb66d9974f0e10d07f0d35008b74afae47e29c45a4a612d224398d +size 252218 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd.uasset new file mode 100644 index 00000000..63ab98c0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f060a2f13e69dff075abf566602894153ad6406c89cc68ccc653022097e7492 +size 146337 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd_Pivot180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd_Pivot180.uasset new file mode 100644 index 00000000..71f50488 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9137684e6dbfe7b9893b180494f5d514172b3123cf0c4c87115921d3921f4397 +size 139067 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd_Stop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd_Stop.uasset new file mode 100644 index 00000000..6447cdf2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001e799b1f7c527b0b4c276428fc809055f13cd0ffc847c2bbb40945b357adbd +size 144845 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd.uasset new file mode 100644 index 00000000..85e335b0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8067c0ad46f40bd0acbb84a83e7afae7323c408eff9f518647e29c3b01ac37f0 +size 146618 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd_Pivot180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd_Pivot180.uasset new file mode 100644 index 00000000..28b87446 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d56433034dd7604a508ac5d67dfab408fc753c74348fabe5e7b830f835edc55 +size 188825 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd_Stop.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd_Stop.uasset new file mode 100644 index 00000000..6ee41515 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a580764b90dc0a7277cb3db4fd37f68a05686a96283bc3ba89d7479b735c89 +size 145788 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Idle.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Idle.uasset new file mode 100644 index 00000000..609c9040 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b86424b17028d869e135e11470b6e40ab45e72b1c322f1806fd41aa8c6eb86 +size 379952 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Lft.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Lft.uasset new file mode 100644 index 00000000..ab3d8e51 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Lft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67d1aff0b9c63d3cd0c609f730ba27b39d2aac7502ccd4337c1a306b4fcf3c9 +size 146876 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Rgt.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Rgt.uasset new file mode 100644 index 00000000..5d9c59ac --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Rgt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8f2b1fc0c16c095408ab4c71a4ffd3d9f7ad1a470fe9abcb12471e6e7f114b6 +size 147516 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Start.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Start.uasset new file mode 100644 index 00000000..6a22c371 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6b7696204bff1a1103fbf91e1c6b26bd624d86c6c37e3f43a8e0aa1473da49 +size 139509 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Start_MSA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Start_MSA.uasset new file mode 100644 index 00000000..8f54019b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/TravelMode_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44e00460013ff04a389dafed57a9c2a0363df3d50620357f0c70755ff7cd92d2 +size 139634 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_135.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_135.uasset new file mode 100644 index 00000000..965a0e07 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_135.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0046a6cacfe06dd721abb9226f711251b0645edfe438ff25943a657133f219 +size 144034 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_180.uasset new file mode 100644 index 00000000..47647586 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85ce932d21073e4090a5a3bd1c7b6f5e0af1f8d600ce238d51e38bb6f03437e9 +size 144822 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_90.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_90.uasset new file mode 100644 index 00000000..db555cf0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Left_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dbc41a49796d1f9c97fe2344a897d9b7e7f23823b1bb3726dce0ec650e91aa +size 144567 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_135.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_135.uasset new file mode 100644 index 00000000..f3b76e51 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_135.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affa753539e5d76fbcfa3fbfa93758ea043026581aecd4f30f59b83ff4db2d62 +size 143508 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_180.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_180.uasset new file mode 100644 index 00000000..2d04bd4b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3413cf29c677dfaa434f510f27bd9ddeb6f3648ee0637282df719c65ffb934dc +size 143960 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_90.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_90.uasset new file mode 100644 index 00000000..1eeae51a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Turn_Right_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf2b0e5ca99a94d04ba06cabd28fe60d639a11e77cd4d683fecc9a6f085e1f9 +size 144123 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ultimate_Roar.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ultimate_Roar.uasset new file mode 100644 index 00000000..45a2530b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ultimate_Roar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2383fcc7d73a894804b4ef0c2c56bc4dd245fbdd101ffb3f1a3e17aa7414d6ad +size 157711 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ultimate_Roar_MSA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ultimate_Roar_MSA.uasset new file mode 100644 index 00000000..5217e6e7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Animations/Ultimate_Roar_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96df7dc16c2f0d3e83d21632e7cb1b32288825d708e9ad98c59d8dc8b06e97a4 +size 157922 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/GruxPlayerCharacter.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/GruxPlayerCharacter.uasset new file mode 100644 index 00000000..493438f2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/GruxPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4c54f2947a1f0777017c4651c9c319e8a1a6d22b8d13b5537a5835629e554f +size 180552 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Grux_AnimBlueprint.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Grux_AnimBlueprint.uasset new file mode 100644 index 00000000..28bba168 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Grux_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e223a8edf70df8a74639fcf28f3acaa163bb59c0aafdb12f957bb2f9e4032e +size 597210 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Functions/mf_GruxEmissive_TorsoGlow.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Functions/mf_GruxEmissive_TorsoGlow.uasset new file mode 100644 index 00000000..5ba8fd25 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Functions/mf_GruxEmissive_TorsoGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5165868bdbc801514a50ff78a3c178a62f61c701f2856b39dfddca4b6094c288 +size 67860 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Functions/mf_GruxEmissive_Weapons.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Functions/mf_GruxEmissive_Weapons.uasset new file mode 100644 index 00000000..80106861 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Functions/mf_GruxEmissive_Weapons.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54130930583066122232e7a0c34c2c0e72a210d2f6e0e5b5155c398fccfc203c +size 53436 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Grux_SS_Profile.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Grux_SS_Profile.uasset new file mode 100644 index 00000000..ed823436 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/Grux_SS_Profile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89270ac536f23ff390f02689b237dba557a294d6a12e1e605d973db1b3bd8c1a +size 2679 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_Eye.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_Eye.uasset new file mode 100644 index 00000000..86a8427c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_Eye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe33fcba34e36f179243c9367088f5f22ed1f36e6c97a56d49af22152402e7c7 +size 127301 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_Head.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_Head.uasset new file mode 100644 index 00000000..466107a8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e8e3026a96db2f76eb0a11083803c7f5cb7ca8080f5a7f6f06d13ae7c3080d +size 151763 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_LegsHands.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_LegsHands.uasset new file mode 100644 index 00000000..acbfb44f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/MI_Grux_LegsHands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3382ea87ed5605221cd348cddf3fa5bff09fbac2ce1f0ea84907401ceb240b9b +size 146744 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/M_Grux_Accessory.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/M_Grux_Accessory.uasset new file mode 100644 index 00000000..cbc48d53 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/M_Grux_Accessory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67222aa650e0895a1ac00c130f4f5e0ff96ad2362163fdcb6a8ce45c30619b90 +size 192089 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Materials/M_Grux_Torso.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/M_Grux_Torso.uasset new file mode 100644 index 00000000..6d803c28 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Materials/M_Grux_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a92c5aee447abbd5ab03c38084d410030f81b02e7a532f145ce202c6d057bf9 +size 205945 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux.uasset new file mode 100644 index 00000000..402d7e3e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caacc2eb265251e44898cbed1b4d4df952abd244d30aa4cf058666e023953279 +size 13299789 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_CylShadows.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_CylShadows.uasset new file mode 100644 index 00000000..e3d9d1e8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_CylShadows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb289c437c9c25d88645e84e3afa16231e9dfd85b2138653a073dadec5cc89f6 +size 114890 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_Extents.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_Extents.uasset new file mode 100644 index 00000000..74f6a93e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_Extents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7359d98df9afa91acfe5c2c71bf4e00a08fff9551ab215777f3989e2e82ca5a +size 12533 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_Skeleton.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_Skeleton.uasset new file mode 100644 index 00000000..e51c9d97 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Grux_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712a87757400c6d70d6339e34fb925ba838cc8478d6d37218d0055953f0c8dcd +size 68885 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Paragon_Proto_Retarget.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Paragon_Proto_Retarget.uasset new file mode 100644 index 00000000..732adf69 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Meshes/Paragon_Proto_Retarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76a495126c03e8581a19697a3694d1e2202283cc3e77c7e0b86c8d16c631269f +size 68562 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/MI_Grux_Head_Halloween.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/MI_Grux_Head_Halloween.uasset new file mode 100644 index 00000000..c071b97a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/MI_Grux_Head_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed1535325951f3501c3ad437a588b47b90226890c3844d42bb88dd001e88ed0 +size 158791 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/MI_Grux_LegsHands.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/MI_Grux_LegsHands.uasset new file mode 100644 index 00000000..f291c7ee --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/MI_Grux_LegsHands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a008cc0ab07af7b4a2dd9d6c4f0289afd8ed682b72e902d7ffd8911b7c30c271 +size 140478 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/M_Grux_Accessory_Halloween.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/M_Grux_Accessory_Halloween.uasset new file mode 100644 index 00000000..7eee0e40 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/M_Grux_Accessory_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:562890679c350c5d9c2700cedd4155dc509ae23fedb795df0c2b1c71d2786543 +size 196391 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/M_Grux_Torso_Halloween.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/M_Grux_Torso_Halloween.uasset new file mode 100644 index 00000000..3131f887 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Materials/M_Grux_Torso_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee1a377b42524b8200894d416b9b9a29cfa13ae0fa94b17f95c11d7ecf7374f +size 210291 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Meshes/GruxHalloween.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Meshes/GruxHalloween.uasset new file mode 100644 index 00000000..fa71f81d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Meshes/GruxHalloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27da76d9f1407c30aa9216e416f45856c3f7c55723a4e2df3290fb0febba9bb +size 13300222 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_Grux_Head_Mask01_v3.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_Grux_Head_Mask01_v3.uasset new file mode 100644 index 00000000..71512762 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_Grux_Head_Mask01_v3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d337e23939c2639dc9fc7b840e52648901e0131935b36f2f48e8b4bacb0790f5 +size 18176679 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_Grux_Torso_Mask01_V3.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_Grux_Torso_Mask01_V3.uasset new file mode 100644 index 00000000..397cfdd6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_Grux_Torso_Mask01_V3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3aa20ec809499d47091425ad69f8f377e75d4031e532b16fde511244c01be0 +size 17198057 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M00_Head_skin00_Base_Color.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M00_Head_skin00_Base_Color.uasset new file mode 100644 index 00000000..8d577179 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M00_Head_skin00_Base_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5904b0e6bae721f8ac375542c0c88191797a7ad9c7b526c9306dee4dfc58fbc +size 7944746 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M01_torso_skin01_Base_Color.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M01_torso_skin01_Base_Color.uasset new file mode 100644 index 00000000..1f7004d7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M01_torso_skin01_Base_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b990ff432cc8fcceb270e884439834867373cffdd86946f860e10e9b85cd908 +size 1967522 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M02_Legs_skin02_Base_Color.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M02_Legs_skin02_Base_Color.uasset new file mode 100644 index 00000000..20c80591 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/Halloween/Textures/T_M02_Legs_skin02_Base_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b7c41b6135215ecb12dbfb59dc48460b11d034798826766d77138b295b9f51 +size 154706 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_Eye.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_Eye.uasset new file mode 100644 index 00000000..422b4986 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_Eye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c81bf56b077f16287882857e38ea24da46affef5f9e8483d630e4fdc076088a4 +size 150443 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_Head.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_Head.uasset new file mode 100644 index 00000000..aa968557 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856d5ff6ea72cde6629f10d7f65b532a8bf791f0403d41a2da91de9dcd71a007 +size 166687 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_LegsHands.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_LegsHands.uasset new file mode 100644 index 00000000..ebde758f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/MI_Grux_LegsHands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bdb73f9dbd54d1c663e075aa3bdcc218a484516a6ac097d26fb3a241d95f99 +size 156345 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/M_Grux_Accessory.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/M_Grux_Accessory.uasset new file mode 100644 index 00000000..7d2bc50e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/M_Grux_Accessory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17436bf4371d5cd10b46c55ca9a8e366a7ed53eeeda04b019c4518c1cd26f3fc +size 196801 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/M_Grux_Torso.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/M_Grux_Torso.uasset new file mode 100644 index 00000000..fe1813a2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Materials/M_Grux_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14faa32569940682403dc028d5bdaf24e6f132d1bbc9c10c7224d189e9f3e57 +size 225150 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Meshes/GruxWarchief.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Meshes/GruxWarchief.uasset new file mode 100644 index 00000000..8de6e7b0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Meshes/GruxWarchief.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf237eba50d56d81bd99e4fff4009127af4568e92fead5b6c6c33777f4f29573 +size 13300673 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Accessory_TribalMASK.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Accessory_TribalMASK.uasset new file mode 100644 index 00000000..ef5234b2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Accessory_TribalMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f17d0acf7fe136c3ce31166486ad9166e37e8dd25fe0014f4d952e1b08bf35 +size 372256 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Head_TribalMask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Head_TribalMask01.uasset new file mode 100644 index 00000000..61cb0915 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Head_TribalMask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7ac01091b756b4502e6a9b1fc2b65697f420c5b7f4bf4f2529be8f12665214 +size 21168011 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Torso_TribalMask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Torso_TribalMask01.uasset new file mode 100644 index 00000000..e7906bcb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Torso_TribalMask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4608ebfd3e154d6e5117b1f0065f25fe2a0f28297b20963558081f01f5a9825e +size 20305459 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_TribalLegshandsMask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_TribalLegshandsMask01.uasset new file mode 100644 index 00000000..16e99942 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_TribalLegshandsMask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348b0dbd5b6033a304aa1758076c66adeb213e5ea88b5fac45c82c8ff47fbf11 +size 17720309 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Accessories_MASK.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Accessories_MASK.uasset new file mode 100644 index 00000000..30d3cd32 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Accessories_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e46716a165372080f7145f41e018f0c78a01d581997b0e47e73d062c69f879d +size 22008615 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Full_M00_Head_skin00_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Full_M00_Head_skin00_N.uasset new file mode 100644 index 00000000..98228261 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Full_M00_Head_skin00_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eaaa6575da52ce38fa2d9773f224cb1ed18d66400ffc73c1bb28a5f239b564f +size 21155179 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Head_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Head_D.uasset new file mode 100644 index 00000000..ab87f60e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Head_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1720331ef05174b44eddb9efa1cd97441dbe50a9fefc6dba48dd697aa06e1de +size 28552270 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Legs_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Legs_D.uasset new file mode 100644 index 00000000..48e35848 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Legs_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2818f1f83a0cddf0dfea9c89fb91e7773a935c7d75664586990bce9d76309843 +size 23687790 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint1_M.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint1_M.uasset new file mode 100644 index 00000000..8621b242 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e3be07299f3e6edbadfe30930335dbe12f6937d913f229ed2c015ec225770c +size 2309572 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint2_M.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint2_M.uasset new file mode 100644 index 00000000..388e403d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a01c70f1c01e8dfbd83022b632deffb120057dadd358ca9f77a50278d0257f +size 790085 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint3_M.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint3_M.uasset new file mode 100644 index 00000000..9e5b1064 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Paint3_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778fcad899be823d256f3430d691ca13fe1db527a7d88082740cc90281b5f232 +size 3328905 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Torso_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Torso_D.uasset new file mode 100644 index 00000000..b5cf7706 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_Tribal_Torso_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe01938bfe0feb7aef94b358cf0e2e6168ac05544362bfcf4396424429c6140 +size 29500846 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_accessory_Tribal_Mask2.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_accessory_Tribal_Mask2.uasset new file mode 100644 index 00000000..268095b9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1/War_Chief/Textures/T_Grux_accessory_Tribal_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2a0da40657dc61d01ba3d3133b91f331c886bea766eb8c9d88b16db0ef96eb +size 21119707 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/MI_Grux_Chestplate_Eye.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/MI_Grux_Chestplate_Eye.uasset new file mode 100644 index 00000000..d14d7e31 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/MI_Grux_Chestplate_Eye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d891c4e4f7bc1af34203f2132916bfc78bd3d8c504d4e1f7c5318b8ab0bba94 +size 120071 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Accessory.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Accessory.uasset new file mode 100644 index 00000000..fc5a0019 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Accessory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e25f0ea527dd3683499c2d178c69c7dcc25cbbdcb64b77075297dd63c6f333f2 +size 225499 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Demo.uasset new file mode 100644 index 00000000..ec04f7ba --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367cc6e3126bdf6ccc454f45c74af54426f5fc867f97e526393dd62719f394f5 +size 200060 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Torso.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Torso.uasset new file mode 100644 index 00000000..ce792dd0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98147e51fe5c12844973dfdfe1068defa8ef96023b3f5b131b0c5c790674155 +size 210854 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_head.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_head.uasset new file mode 100644 index 00000000..10a02fe8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75f04f58138b2afe626dcb46c5b5810c86421c6ef11e9eb3b5268b398e35c58 +size 214986 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_legshands.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_legshands.uasset new file mode 100644 index 00000000..5ac87b45 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Material/M_Grux_Chestplate_legshands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5d8247dd8d7c717a0731ab111feffbffbf073eb47e9e1c7f8fea6dd439def2 +size 185132 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Meshes/GruxChestplate.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Meshes/GruxChestplate.uasset new file mode 100644 index 00000000..37acc299 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Meshes/GruxChestplate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00c3451e6207939a8eb670312a2092c678a449e6c4fe6702da197b7d9cd67de +size 12481675 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_Chestplate_Normal_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_Chestplate_Normal_Demo.uasset new file mode 100644 index 00000000..6ef0713a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_Chestplate_Normal_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c2d0622facaf4367321f23bbeea2c4bf12d226745b75a482ddfb164c66344a +size 12901947 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_Chestplate_Occlusion_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_Chestplate_Occlusion_Demo.uasset new file mode 100644 index 00000000..e9af16f0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_Chestplate_Occlusion_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a5770e00350ae1096fb8541ddeeb3d96df848bb3770a606d30e3c8f0f66369 +size 7660318 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskA.uasset new file mode 100644 index 00000000..205f9749 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf9ad44bfba73dc913939e47c35db9b18635ad6d8f6a472c4c20268bc320a9b +size 828638 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskB.uasset new file mode 100644 index 00000000..6d7fd5e7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7796a39abbaf66ba2a43cb62483b299c8008d4039f67acdb5cff4228bae6919 +size 3004179 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskC.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskC.uasset new file mode 100644 index 00000000..9548fa5d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd3e7d4c0429ab3a648b9eeb3a35006ce24b44f09d0c5570282c7c99ea1a0ee +size 296077 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskD.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskD.uasset new file mode 100644 index 00000000..e9122b1c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Accessory_MaskD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451691232647c4fb050727699842e8ae4eb1c2253387d961cea9fc400555ac55 +size 12940855 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Head_MaskA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Head_MaskA.uasset new file mode 100644 index 00000000..460bc208 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Head_MaskA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70deafe193a8d6a62c6655e4a8e36196539a9e4eb57f5cc58cc68134d054ebae +size 17197468 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Head_MaskB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Head_MaskB.uasset new file mode 100644 index 00000000..266f83e3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Head_MaskB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201a798d93b43060efe03ff8101b282ef8f5b2b510fa2a72a3cb216ca6d3155b +size 8333404 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_TorsoSkin_MaskA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_TorsoSkin_MaskA.uasset new file mode 100644 index 00000000..5ff68762 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_TorsoSkin_MaskA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37af96e2447d5a8bb496a5f91ddd59a7a416cbf081e7cd658bfba6bc163ccb0 +size 30762784 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_TorsoSkin_MaskB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_TorsoSkin_MaskB.uasset new file mode 100644 index 00000000..e0f927ea --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_TorsoSkin_MaskB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dffb4fb9cadc3c074996fe03155ab7e1b92f3336d845a637c35cc56cf069fcd +size 13713471 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Torso_MaskA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Torso_MaskA.uasset new file mode 100644 index 00000000..ba1ef2f6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Torso_MaskA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f57abb3df27d902167f909a84dbe62c015312550a65bb3c6a2fde1fc3beed5 +size 5994308 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Torso_MaskB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Torso_MaskB.uasset new file mode 100644 index 00000000..8a635a68 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_Torso_MaskB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e890f448d9c0eebcb35675fc75d5b63b4e0a27b27e61a13552714225a6cbdb8 +size 966443 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_hand_MaskA.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_hand_MaskA.uasset new file mode 100644 index 00000000..6aca72fb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_1_5/Chestplate/Textures/T_GruxshestPlate_hand_MaskA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc87be79bfa341bd1b2ab48e58efc2dba13432cc1556a150172097000782db88 +size 3481178 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/FX/T_Tile_Lava_crack.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/FX/T_Tile_Lava_crack.uasset new file mode 100644 index 00000000..c6372d37 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/FX/T_Tile_Lava_crack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c853e246bdb8704fe04defa18c07b169f8e45cdc51d060eef69ebf5d2055a3b4 +size 603597 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/MF_NormalMapBoost.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/MF_NormalMapBoost.uasset new file mode 100644 index 00000000..de5b6fb3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/MF_NormalMapBoost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d674697c23c203d5598ecf2565edcc5366f4c30dd950a11a18fe04fa2e70259c +size 71344 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Accessory.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Accessory.uasset new file mode 100644 index 00000000..c58e1560 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Accessory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32d666f295e5d4c35a4dcf99c1616f2840b8d26b777de7933d067d488df4f219 +size 229870 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_HeadTorso.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_HeadTorso.uasset new file mode 100644 index 00000000..3ae05e8a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_HeadTorso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e358d189e41f8f6b3886222f723a490bf4c9fe44d0a25512eed626780f9fa6e +size 224468 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs1.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs1.uasset new file mode 100644 index 00000000..6b3d6bad --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54d40eea5f5e67e3199529605c3f69727fb8adb214be849ac6544d9c990c52b +size 201894 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs2.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs2.uasset new file mode 100644 index 00000000..3391aeab --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688b98f6d9ab55d8ad29b47c402f7513967f16e888caae77e219f97542eced55 +size 153784 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_LimbsCloth.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_LimbsCloth.uasset new file mode 100644 index 00000000..8696ecfb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_LimbsCloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a24edecc5ca38c7d076cb0587c584485b50ad67d2bdb5f95bd19fd44a8ff57b +size 145039 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs_Cloth.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs_Cloth.uasset new file mode 100644 index 00000000..390be5bc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Limbs_Cloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326cc37a33920326c74488ac70b5c59783a0a9abc75f4267cd77c6ff55a66cf2 +size 203670 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Skin.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Skin.uasset new file mode 100644 index 00000000..ecba54cf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_Grux_MBeetle_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d941b43d106026f4210feabb93f0632bc13cd18bc2605b618ad99cacdeb66f54 +size 208068 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_testMagma.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_testMagma.uasset new file mode 100644 index 00000000..0ddaa1bb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/M_testMagma.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc6f45f244f508d2a59d6672e67c49048cff7fe369f7e5ad1c7e3cfb6ec9a1af +size 188754 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Accessory_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Accessory_RGB.uasset new file mode 100644 index 00000000..c0be7f56 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Accessory_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77a28ef69916dabbe74fd20986da625eb43448a4c6619d806bf4d50a243ff0f +size 26392577 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_HeadChest_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_HeadChest_N.uasset new file mode 100644 index 00000000..53f44dbb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_HeadChest_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3de7f3a6d8f196ab05055d7d7309e4f1afe58876c51b7b2601b0b9adeb240eb +size 27338930 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_HeadChest_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_HeadChest_RGB.uasset new file mode 100644 index 00000000..f9a318ba --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_HeadChest_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60527298e2633f21c68e63a89233714688045673bb50da64a9d82287442d92bd +size 35791180 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_M.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_M.uasset new file mode 100644 index 00000000..ec5fba8a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696dd26e25d32e56a384262846a8fc56360a2c2995e7af0b66db545cfdd22bee +size 13057751 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_N.uasset new file mode 100644 index 00000000..65ef6094 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de017b9e92e65da03b977fbba34915c59e1c52db884ea08b957509fa478c9fc +size 22165241 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_RGB.uasset new file mode 100644 index 00000000..af31cc86 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd0fcbc248338ad986dd3d16b6d7345a496d29354e9607234c7b5f33a91246d +size 35318040 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_TM.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_TM.uasset new file mode 100644 index 00000000..ebe8d9bc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Materials/T_Grux_MBeetle_Limbs_TM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fe706b735efc8e87a2e93862adea88abc3b7e3e7c3607ef05b619683e3c7cb +size 16264 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Meshes/GruxMolten.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Meshes/GruxMolten.uasset new file mode 100644 index 00000000..fc42f2f5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Meshes/GruxMolten.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dde7ed693113b96709a50e1372449d6397abba6cd820b4a0076af530092ed2 +size 18625356 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Accessory_Mask03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Accessory_Mask03.uasset new file mode 100644 index 00000000..f0881129 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Accessory_Mask03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c66b047d7960bf1e13d4f8f69ea493cd8e269f76548af574feda9afc0cea0ab +size 589939 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Accessory_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Accessory_N.uasset new file mode 100644 index 00000000..433f53d0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Accessory_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79a19df8cd8d3fc80d23cce8bd344061a0ed6d16985633fd1126dd3540722d7 +size 15315822 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_HeadChest_MASK01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_HeadChest_MASK01.uasset new file mode 100644 index 00000000..da0cab38 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_HeadChest_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058a388cc20a0a88a019321c799c7000abf4d248dc8792091ec099401c26941f +size 271894 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_HeadChest_Mask03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_HeadChest_Mask03.uasset new file mode 100644 index 00000000..65638710 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_HeadChest_Mask03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44c4134bc7a38fe03d021e54e84516d2bd13d53d749d33309aa9362ced7b84d3 +size 19295 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Limbs1_MASK01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Limbs1_MASK01.uasset new file mode 100644 index 00000000..76d1cb4b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_Grux_V001_Limbs1_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3098aa5ef04fdbf7650c24ad06c3ddf689aefcc0eb7cc1a5681045bcc45d5824 +size 209381 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_WaterFlow_Tiling01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_WaterFlow_Tiling01.uasset new file mode 100644 index 00000000..0fd813ba --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Molten/Textures/T_WaterFlow_Tiling01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9d0e86e056d09a1069e6269474a21f1aafeb600ba33d2d8c558f730d026042 +size 283489 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Accessories_Red.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Accessories_Red.uasset new file mode 100644 index 00000000..7c29347e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Accessories_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ebe9693b993be8cca27e261d44910b6db7fd30d42cfdf225a9ef69c488fae10 +size 190655 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_HeadTorso_Red.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_HeadTorso_Red.uasset new file mode 100644 index 00000000..0a33288e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_HeadTorso_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9955d0a1d6b8b91701c202a9101f861110d48c7f3cf0e1075ae313a6d7685917 +size 203257 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Limbs1_Red.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Limbs1_Red.uasset new file mode 100644 index 00000000..a83e0654 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Limbs1_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba93ca76599e12f86fcec67588247ff870c7f3f8a3fe26bace656759dbc7c75d +size 199301 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Limbs2_Red.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Limbs2_Red.uasset new file mode 100644 index 00000000..89526f13 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Limbs2_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cabdb2b2dfead03799c33e814db7ee4f33d84d1f5c77dffb31ccb1e5eac966b +size 129622 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_LimbsCloth_Red2.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_LimbsCloth_Red2.uasset new file mode 100644 index 00000000..8abc7e6e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_LimbsCloth_Red2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2484655bf873571e8151d39fcf79faa0e787cd8c5b9f7c933604b2539e49852b +size 145052 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Skin_Red.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Skin_Red.uasset new file mode 100644 index 00000000..ceb86e02 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Materials/M_Grux_Beetle_Skin_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69dfa2478bd78106f4659335b50f6bfed197ca5ac1d67f5c209a07db1a203639 +size 196691 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Meshes/GruxBeetleRed.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Meshes/GruxBeetleRed.uasset new file mode 100644 index 00000000..60c919d8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Meshes/GruxBeetleRed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79fd0ec1ec9263788f1f92abe8d34495b06e0790becec5300882937584400832 +size 18625050 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_Beetle_Weapon_LOD0LightMap.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_Beetle_Weapon_LOD0LightMap.uasset new file mode 100644 index 00000000..5b550cae --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_Beetle_Weapon_LOD0LightMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03867fd171a0668b69085a2e4446e2aaab1ec0463f5feef748ec5bbeaeb01e3a +size 1232722 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_MASK01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_MASK01.uasset new file mode 100644 index 00000000..51d60694 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e55a0f2453d52f7023c166a5dd28e2afc0b28c3c909e6fb7b98f07d075d1980 +size 313606 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_MASK02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_MASK02.uasset new file mode 100644 index 00000000..95051cb0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ad0c8091816f8e647197227cbfc89251d9576a87148978230b455d98481b67b +size 131584 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_N.uasset new file mode 100644 index 00000000..016e3b61 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dcd520363882361b252b5e7e1e692431cb82dd79f2b86fdc8b511288ad3e79 +size 14810250 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_RGB.uasset new file mode 100644 index 00000000..c6ceafbf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Accessory_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31586322b68d2b69c4ae9d61ec12665994f317a38b99d764e573fa5613b244fc +size 21824331 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_MASK01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_MASK01.uasset new file mode 100644 index 00000000..6ee8eef8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac2f77edb54a3ac2e79f40ca3cb95dbcc63315117b80ee574c82121b7d85e3d +size 321429 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_MASK02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_MASK02.uasset new file mode 100644 index 00000000..d9bd6511 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2c9b362e11f74e9f0889be4dae11acc5e30333c01b48efdaf4285be6d4184d +size 192163 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_Mask03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_Mask03.uasset new file mode 100644 index 00000000..4bfe5a75 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_Mask03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efda48e22f4d1d0bd85b10d164d78aff8cb9280a3d008b327a01d9fd92135aa +size 86302 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_N.uasset new file mode 100644 index 00000000..d2befa1c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b77e1e653c9f3a208d4fde21cf88de69b936a5428b4d2705b8fbdc0c95e7a3c +size 15077607 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_RGB.uasset new file mode 100644 index 00000000..b5891e62 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_HeadChest_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d43db901888b442d1b254d09efdb5d7e1304c4f4721ac20f53a835a67c3b734 +size 21183501 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_MASK01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_MASK01.uasset new file mode 100644 index 00000000..87b443ef --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d860f6ef5a70a250cd9c8732aec4fefb10364ec2cc32f4f0570ff2633cf1f43 +size 204213 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_MASK02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_MASK02.uasset new file mode 100644 index 00000000..09a299ff --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628ebb0cd8b51e89e77d5917706ddd5a173653a354e197d195702e2d11f584d9 +size 84641 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_N.uasset new file mode 100644 index 00000000..6c2ff324 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11cd660907d422e0ba53c5630c3546dd4f29fc7f2a1368e4249acecb56f76ab4 +size 18857440 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_RGB.uasset new file mode 100644 index 00000000..831e1a5a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs1_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5bb66ed7e8b5641cd5238ad88cfd7c373dec6c20804349dcdeff25155ce5aa +size 19140752 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_MASK01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_MASK01.uasset new file mode 100644 index 00000000..a241af23 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3b7aaad91be17e1e5072702d1e8e9cf98ea4a71f144f7b48d50b945f50df78 +size 166829 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_N.uasset new file mode 100644 index 00000000..a87be2df --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e728d9e82e7554a522c87bf76795da42a8d1ec139bd3e7add3d912cea3ce25ce +size 17856739 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_RGB.uasset new file mode 100644 index 00000000..b6e11062 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Limbs_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c120caa03befff28a01ec0e04cf8640e89be77b5b9996158fc281c5e52c05148 +size 14371510 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Skin_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Skin_D.uasset new file mode 100644 index 00000000..908b19d3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Skin_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d441b86dc4aaa0294c53b61180738ef5d48bd8c7be4a2d23dad666bd09393e57 +size 31753629 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Skin_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Skin_N.uasset new file mode 100644 index 00000000..fa584b8e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Beetle_Red/Textures/T_Grux_V001_Skin_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e92679b9b5ff0cc4d6689d2f7b6ca512c187b6da0221d1cf26545e55503cc1ae +size 26738865 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/Grux_Qilin_SS_Profile.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/Grux_Qilin_SS_Profile.uasset new file mode 100644 index 00000000..51938f08 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/Grux_Qilin_SS_Profile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5b48fbb7e2dd57f08aa18753ae7022d8ecf03a66060eced248b2f32db3b7a2 +size 3171 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/MIC_Hair_Demo_Qilin.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/MIC_Hair_Demo_Qilin.uasset new file mode 100644 index 00000000..24337847 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/MIC_Hair_Demo_Qilin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a873d3c905467a61e98b193e673280cb5d8411f22671e5200fa109bc469ce24 +size 166544 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/ML_SteelU_Aged_Bronze_3.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/ML_SteelU_Aged_Bronze_3.uasset new file mode 100644 index 00000000..a8c28f1b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/ML_SteelU_Aged_Bronze_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdb239179d5fc0e3d72ed62c4fbd92807854265964fae38df9e018994926f06 +size 136255 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/ML_SteelU_Copper4.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/ML_SteelU_Copper4.uasset new file mode 100644 index 00000000..f3595d4c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/ML_SteelU_Copper4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecb27cf4fe7031c38f436ccab22f1c06b2f4095a0fbbda121633430ce2e0767 +size 131579 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Eye.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Eye.uasset new file mode 100644 index 00000000..c5a9b9f8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Eye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed918182e7edf00d9c125d8b760c33856b6e466636f7a51358610ac8b1d7904 +size 119185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Gauntlets.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Gauntlets.uasset new file mode 100644 index 00000000..7ec6f605 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Gauntlets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2760c582955111fc8698f3b00ac6200bbbc98d03218741c39092cb223701a6 +size 185928 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Gear.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Gear.uasset new file mode 100644 index 00000000..472efe54 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Gear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ea4469ae91cfa04933910e61dcfa385f22c5163c72e7eed102ccecc58336a1 +size 215297 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Head.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Head.uasset new file mode 100644 index 00000000..70c11e04 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2adf4b80c2d5aa2220addfcfcbbfc06489e2ae47c177856e18b2f654a9eff1c8 +size 157342 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Hore.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Hore.uasset new file mode 100644 index 00000000..2e34c9ef --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Hore.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81b47ea3ed13c5dbdcbbb938a2424fddf2f78859c8eb8c7f2a2029e46d315f3 +size 186810 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_LegsHands.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_LegsHands.uasset new file mode 100644 index 00000000..40c8497c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_LegsHands.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9072f0e954aeb8b8dd3ba87bbab492133ea9477e14a721ce96d9a3f914724675 +size 150946 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Torso.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Torso.uasset new file mode 100644 index 00000000..aa758b08 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb50525bf7f3271b3a5ca19010ba6367b252281cdb8793f782e1df215b133d53 +size 246207 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Weapon.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Weapon.uasset new file mode 100644 index 00000000..71971a08 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Materials/M_Grux_Qilin_Weapon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3044720dd731dcca51c820f4d8e21199ebf034c31828401fdbe6cc19f107dab7 +size 194363 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Meshes/GruxQilin.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Meshes/GruxQilin.uasset new file mode 100644 index 00000000..c44919d3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Meshes/GruxQilin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec1c5b1899fb0aa601476646e2e7f4d25726ae25310ed20e80aedaef745dcd1 +size 23865141 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Meshes/Grux_Qilin_Cloth_Collisions.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Meshes/Grux_Qilin_Cloth_Collisions.uasset new file mode 100644 index 00000000..84c7358b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Meshes/Grux_Qilin_Cloth_Collisions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06059efc8192443fa192e47daef67bb27584a931c5bb1ab438963ca999123428 +size 120187 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Diffuse_ice_hair.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Diffuse_ice_hair.uasset new file mode 100644 index 00000000..1dc9d28e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Diffuse_ice_hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29e64bbdf7f616fed8b84a9f8a5e8ec6f8eab17f728696004dbc9c08cb055e50 +size 23393403 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gauntlets_Mask.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gauntlets_Mask.uasset new file mode 100644 index 00000000..4f4c5662 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gauntlets_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e7464c864487eb7b8339abb4fd51d5c66b1e1a4796f79d9a764934269bbd63b +size 35589 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gauntlets_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gauntlets_RGB.uasset new file mode 100644 index 00000000..37ee61de --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gauntlets_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9f1bba5968e2e02c1027c5f3d844ec30d512afc2b33ab7771f6f32399e289b +size 15828580 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gear_Mask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gear_Mask01.uasset new file mode 100644 index 00000000..54d73eab --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gear_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c1c7ca674744014309ccbb00aed3925b77081082659f22b496120354a45887 +size 690222 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gear_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gear_RGB.uasset new file mode 100644 index 00000000..0dade3a8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Gear_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16308759b5e98c6ad43fa5726d1a701ae934d95ed701752317b90a7300d28eb7 +size 28184184 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Head_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Head_D.uasset new file mode 100644 index 00000000..78fb4ae7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Head_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34938f342c14583a145de08593dede760712492a6ec100aec74ba552f7609445 +size 34631926 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Hore_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Hore_RGB.uasset new file mode 100644 index 00000000..515c459b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Hore_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb1345094b41e2416bf058b7bc646e7c0e957553577ece6f001e1b8b339299 +size 21575423 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Leg_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Leg_D.uasset new file mode 100644 index 00000000..8321b06f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Leg_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b70d45910678337ef85de9f4ad51fce05011b3eb5f5f4654ecee7703b5a0572 +size 29000871 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Torso_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Torso_D.uasset new file mode 100644 index 00000000..37baecd8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Torso_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d215cf3656e0aa583d3429570aa9891083dd7f2337373afa688a531c903caee3 +size 25585729 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Weapon_Mask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Weapon_Mask01.uasset new file mode 100644 index 00000000..de46759a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Weapon_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb99b6e9cb3114354adfbf6e286fd12b039ae52cad31aaa6297aee675079665 +size 117862 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Weapon_RGB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Weapon_RGB.uasset new file mode 100644 index 00000000..466a941c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Grux_Qilin_Weapon_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e08e408eac83725bee4dea6ec0eb8493c8e83224e4f07ad4e754866d9eeb609 +size 22435776 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Hammer_Armour_Mask.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Hammer_Armour_Mask.uasset new file mode 100644 index 00000000..9998b7b5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Hammer_Armour_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f157723581bdc3ff557ee8415b974105d93ef9e1a8f893a3fe63904af4a9dc87 +size 27026811 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Body_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Body_Demo_N.uasset new file mode 100644 index 00000000..b9531523 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Body_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1134bd4f859b5b87ee3df642d24d62d9ff0f73b01719d11680344b2e3273c0b7 +size 15421265 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Body_SSS.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Body_SSS.uasset new file mode 100644 index 00000000..78312f8a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Body_SSS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b941f455de68ee889aaecff60e12992047236a6fb66fdca0eafd345658bf9979 +size 10483519 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Gauntlet_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Gauntlet_Demo_N.uasset new file mode 100644 index 00000000..03a7f25d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Gauntlet_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2666650e8b1cf298e1372aacdf9fde034c1c59eac23de53747d70a3b80ef4eb +size 7087639 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Gear_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Gear_Demo_N.uasset new file mode 100644 index 00000000..d2f895e4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Gear_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ab7a120709ddfaad516329f8274497c363000d05286d7183e131720aaa305a +size 19456313 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Alpha_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Alpha_Demo.uasset new file mode 100644 index 00000000..13d7bcb3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Alpha_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:457b7e36fc225ca97595b6e4ffc752f6441f2cf6b7020a9d2d05b963512eee07 +size 5553945 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Depth_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Depth_Demo.uasset new file mode 100644 index 00000000..64ec7eac --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Depth_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dbb9462fa50c3fe8569587e58ff31cac542bba93a06cd8763dabbd5a67e2ac +size 9013057 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_ID_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_ID_Demo.uasset new file mode 100644 index 00000000..3f77d3b7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_ID_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63200d096b3f436c3d3251f7458786ca41a012187400a9d005166e872fa4e7b +size 6196362 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Root_Demo.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Root_Demo.uasset new file mode 100644 index 00000000..0719dfaa --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Hair_Root_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525e753e2bde3645eeca80e19a9461bdf1e0ce8e85dd6d17e4e373c760e7555b +size 8864932 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Head_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Head_Demo_N.uasset new file mode 100644 index 00000000..e1502268 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Head_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e8309b8bb0900ef5286541162759c8cd9630aec8b76c35f7cfa72949161cbe +size 18488163 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Head_SSS.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Head_SSS.uasset new file mode 100644 index 00000000..b5047e57 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Head_SSS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e4adad9a904c44946f22b2d6d03ff8694fad6234bfad27bc462da367854649 +size 2133786 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Horns_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Horns_Demo_N.uasset new file mode 100644 index 00000000..447b4cde --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Horns_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e9b664242860af4f77b979166e658c359c014ec5fd94f3a9fecc6cfb69674a4 +size 11782659 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Legs_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Legs_Demo_N.uasset new file mode 100644 index 00000000..ee536f6b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Legs_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:909489fb9163dfaa7e1eda3947673a6326af949fdb4a937aa47e0764df65d31e +size 11703605 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Legs_SSS.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Legs_SSS.uasset new file mode 100644 index 00000000..2eee0849 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Legs_SSS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd97ff693454428eaad08bdca52e4acc94e294f136338aef305c7932f06e4e9 +size 10630567 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Weapon_Demo_N.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Weapon_Demo_N.uasset new file mode 100644 index 00000000..b3f00b40 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Weapon_Demo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839b970e992007abca93ca826f7d815e269e2d7aecc077964fc651af1fe3ccd4 +size 13784463 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Weapon_EmissMask_.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Weapon_EmissMask_.uasset new file mode 100644 index 00000000..37c9e42d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_Qilin_Weapon_EmissMask_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76801fbe933e44b9ea32f0ee0df6c10cf9299887d063d61814c5c5b3e5589d60 +size 3305451 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_SparrowHair_Flow.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_SparrowHair_Flow.uasset new file mode 100644 index 00000000..28261b5c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Skins/Tier_2/Grux_Qilin/Textures/T_SparrowHair_Flow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c118d8c1179ce2158acf927be68774915de47f164ea04578e3c23f44db4cf66c +size 410172 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueVoices/Grux.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueVoices/Grux.uasset new file mode 100644 index 00000000..c903f3f1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueVoices/Grux.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fceb31220b3653d4fc8ff68f48190698865f4ba7563903abae4d2b7c6c843755 +size 1241 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..25820552 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2143b880b361264331a2c33ca97c1bb2b7233d6630264bf3a630f745fa31262 +size 2725 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..b775d203 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88e8b7726a31ab1c1622843fc71f62b600c69ccd75651ac60f0c09cccebcb17b +size 2725 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..19518010 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_E_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49d957944c29ebb7bb802b5136f61c3506e8c7cedfe4b0a36f36747f4527738d +size 2733 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..7bba7440 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884829baaf4fb8d02660f13d6c134cce363eefd4f29810d071e67602f1f617c4 +size 2743 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..a0ec9dde --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfeb5fde8d68172e1bebc6456dabff5142c0e36f802d93cec932ec1e79765863 +size 2753 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..de215d88 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7972f6474c6dc38a778451157e278c54c3bbc08a4d139cf057823aec4f0b23a7 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LowMana_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LowMana_010_Dialogue.uasset new file mode 100644 index 00000000..860696f0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_LowMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5753ae5586501cdeac5a6cab73f24ea6c87cee4341129daabee358993332f300 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_No_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_No_010_Dialogue.uasset new file mode 100644 index 00000000..89226492 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_No_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cfa60678fd4fec99356d35f23c16701eb673e8a5423c0903cac27d53e24c1d +size 2675 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_OnCooldown_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_OnCooldown_010_Dialogue.uasset new file mode 100644 index 00000000..0c8b147b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_OnCooldown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f1106079f97029e9e0909241e01f513b4b8247e039da0d0780d086e5e49ce7 +size 2749 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..ccb66f6f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d6daa4165c0c90f7f587d6202808e915e579da491277441869fc2af9aed4dc +size 2739 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..8feafab2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d062c78fe080a431820e855f98b44487c6cff1ae9a56718e3bdf0cd8841f93f6 +size 2727 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..c8a209cf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Q_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c158d63c47298dd2ef12552553898923133c411ed3409e336008bf4b73ba107 +size 2729 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..0d08bc71 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042ff6c19979904d8316e1cc16d9bd9b411b527f30f7d4ed3c8c6fb16df884cd +size 2743 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..4e744352 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1c756604c1b391dbf14fbdaa3557a14428077bdb4a3e6b29ab88b9969b4e39e +size 2749 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..521aa76b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_RMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d10c148530df7c95e993710c71350c29f9fb720009301f73187b2c0a2e68f9b5 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_010_Dialogue.uasset new file mode 100644 index 00000000..d2240dae --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b8ada938ef2b8765e82a10a210cbae03ed497905ed8b6add684fe892b79d11 +size 2765 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_020_Dialogue.uasset new file mode 100644 index 00000000..2e3210e9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7eb13e750350126ae4d37080700fb760957e598c0d8e1af6d22035bafcd04b5 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_030_Dialogue.uasset new file mode 100644 index 00000000..5fb238d0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_ScoredCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:001283c58eae5d8e621c6cb3a1850e972f82aeda56a5b5b8a19f9c7ec620a214 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ally_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ally_010_Dialogue.uasset new file mode 100644 index 00000000..daa6371b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ally_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d813aaacc8e5130af0f98d8168c2ac968cc32bfb7e8de377e80650208f8fd44e +size 2789 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Enemy_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..0214b90a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec1dc208c7f4f9ac25d4ac8c43b520e39cebb1c5b6bac773b7ea42a5b75122e7 +size 2777 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_010_Dialogue.uasset new file mode 100644 index 00000000..5422eb89 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dacaeb116ea58c7f18e9944e1030b2768884415f9c5a499682944e68ef11aec +size 2805 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_020_Dialogue.uasset new file mode 100644 index 00000000..c8c9a714 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c3da53fd178333602e4d07095fcf0467b764236242f5a0dfea5fb95f91c53d +size 2799 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_030_Dialogue.uasset new file mode 100644 index 00000000..a8e162ea --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Ready_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1651ac94f602a8cab6798d60ee2afa396dcc4d6d97b31a8dd402ad30da93c01 +size 2781 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Self_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Self_010_Dialogue.uasset new file mode 100644 index 00000000..78502a69 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_Ultimate_Self_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec85e121e93368ab3ae279e3fc19f77b948adbfdbc3f8b294e8bba1aa8118aef +size 2791 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_UsedLastCharge_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_UsedLastCharge_010_Dialogue.uasset new file mode 100644 index 00000000..b152c222 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Ability_UsedLastCharge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9743aa1aff6d40568b4c9bfdb7475302c48176ef8bb79114f889908265fdfc4 +size 2785 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_010_Dialogue.uasset new file mode 100644 index 00000000..1bf7a302 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206fbb7dcf4ecb1f211ab5837cbf1d3de31ccaf13cb82335573b3e9b939a1110 +size 2767 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_020_Dialogue.uasset new file mode 100644 index 00000000..e2f0f357 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e4b3121cb992f6a10955da262732ce34f1f5da0cf5d6786bbe6ed97c263ade9 +size 2863 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_030_Dialogue.uasset new file mode 100644 index 00000000..e8c694da --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:524d56b6979bd2facfde3852178330c06b629fc1b4548b1396d9a4a1435729d3 +size 2713 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_040_Dialogue.uasset new file mode 100644 index 00000000..3e90e425 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b3b691432bd1d97aa5779f9eb218fc1a3637bba120a65ae7d9713b1284ff701 +size 2707 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_050_Dialogue.uasset new file mode 100644 index 00000000..79db90c2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Catchphrase_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661c3d3c5d7353a386a8139e3599eff52fbb2e5b21f4a82ad067c1efd48cf684 +size 2733 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_010_Dialogue.uasset new file mode 100644 index 00000000..b7f40bf4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dc6d08faf1c9e63b6069f0926d485a6b90c2db22d90036a959cbabbc658512 +size 2661 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_020_Dialogue.uasset new file mode 100644 index 00000000..84679ed2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b549cb8b156b358797e4d60cf5d7887cb27a477e07f10875ae0f607f6c16538d +size 2635 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_030_Dialogue.uasset new file mode 100644 index 00000000..42a5294b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Death_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5937539e7e030ac97382fdf76c36a4b8a08fd631449f7dd8f424523692415e19 +size 2655 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_010_Dialogue.uasset new file mode 100644 index 00000000..e920dbb1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623d4a8564f9ab170497d0e1d25f97683c7cc3313c0403d56d6725d95f24e45e +size 2671 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_020_Dialogue.uasset new file mode 100644 index 00000000..5766f1ce --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf620e5242b6e3a3fcab12d16409246b9777f7796415f8b1a72f6b238b0daac +size 2673 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_030_Dialogue.uasset new file mode 100644 index 00000000..9bf86b15 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5622b3c613aceb546b09521731797e810e76b88a7513a5002f111cfb748506f9 +size 2679 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_040_Dialogue.uasset new file mode 100644 index 00000000..c7775abf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0674e91daecf789ee208c8e7ffa9a84e2254b7ad102071aa1be6155a82510c9 +size 2683 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_050_Dialogue.uasset new file mode 100644 index 00000000..fa02835b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftLock_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51484c1487e42c8512825fe911fa2708941a8a729dd19019f44dcbb04fcb064e +size 2673 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_010_Dialogue.uasset new file mode 100644 index 00000000..28ccc854 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fef121056802741ea87dbccf167e58076531612f9d7396b3d0d5617dede609 +size 2717 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_020_Dialogue.uasset new file mode 100644 index 00000000..bcf855ec --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fffa0dcd6ee612ceea7d1d56d02357082addf1379e1f6e7eb914ad8e58e468 +size 2707 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_030_Dialogue.uasset new file mode 100644 index 00000000..3562256d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_DraftSelect_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd3d6bb184a28eedfdbca5efee342c107a3f65b09b15297f7a8a8177f56767b +size 2703 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_01_Dialogue.uasset new file mode 100644 index 00000000..805ab08c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4988f637f86a12e16e1787a69bd2697d631c5bd0baf5cf7c1ac6a6244b1654 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_02_Dialogue.uasset new file mode 100644 index 00000000..caac2b7e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054ad7c7ac718d154d9cc9dd312e78f99e0df3250348aef1c97a7f98caad664b +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_03_Dialogue.uasset new file mode 100644 index 00000000..2d9393b3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_E_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12404f0f977db3f99ac952eb0fee858a20c253386c2b5774397873840d0d1560 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_01_Dialogue.uasset new file mode 100644 index 00000000..4b5bb6a0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e51fb1c1d82962f48bec2d4e176b3f6543cb8480db9b197bd2e8e1f504afb5 +size 2251 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_02_Dialogue.uasset new file mode 100644 index 00000000..8613bad9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7390ddae59f6ad793a1104b65120ab496ecc55a08b55b67162018d048ebdc2da +size 2251 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_03_Dialogue.uasset new file mode 100644 index 00000000..5e6b8e74 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Primary_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2941700add9e41632b06ec1a5d7ce5b386be463ffba37cc0d60c86d616431795 +size 2251 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_01_Dialogue.uasset new file mode 100644 index 00000000..adaafd34 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c851c9bb2b1a08d26b296b72acdc00231d48867cf02a8746d5a34fb2a3e4e057 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_02_Dialogue.uasset new file mode 100644 index 00000000..1339a416 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24358712370bc7e6b4407374ae23b6c229e72f0e1eb24d2aa6b1c3693338f513 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_03_Dialogue.uasset new file mode 100644 index 00000000..49a4e7c6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Q_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b143ec1acb3c3fb0fe5c46016f4310115cab9bb27c3c2fa32f1d81790e696ae +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_01_Dialogue.uasset new file mode 100644 index 00000000..4d7031d2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38842ac433456291327a5a8cd970eee44f86e55fd06f87147dff1d710b52b157 +size 2227 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_02_Dialogue.uasset new file mode 100644 index 00000000..30677de4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f74ac7020d22962438c185f1b12a56f166dfc9f05a4e8b135d5f5c4f9f40e9 +size 2227 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_03_Dialogue.uasset new file mode 100644 index 00000000..71e854de --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_RMB_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e1de09a496a70a938d96b05279c2da8ebe44a186bd7aa09bf85bdf2d6c9637 +size 2227 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_01_Dialogue.uasset new file mode 100644 index 00000000..372cb64d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae0513c3800773d2c1b4b81712054b95a257a8adbbc9dd7fe69e92f46e97963 +size 2257 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_02_Dialogue.uasset new file mode 100644 index 00000000..193eb715 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9869675c88512577dc943ecae0a9781b7c58c2546be4a4f7624ac0d519092374 +size 2257 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_03_Dialogue.uasset new file mode 100644 index 00000000..fd0d5f7a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Ability_Ultimate_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb76348b25f149a6c67c86de3c762de3c2380cc11e3c634c20396863570bfa69 +size 2257 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_01_Dialogue.uasset new file mode 100644 index 00000000..3f21d420 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37bd63b59c79954bcfd90d42ec57a664b0feff48604de267de8841da4623560a +size 2197 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_02_Dialogue.uasset new file mode 100644 index 00000000..553a95a9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7d835fd73cc000639933d3fa79d4b3e338b8601982d2d4bb7f67a4565b0c7d +size 2197 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_03_Dialogue.uasset new file mode 100644 index 00000000..019e1640 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Attack_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c5563bea8185de3eac7a553131bbc7e7b97428620f4159a5c83caff984965b +size 2197 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_01_Dialogue.uasset new file mode 100644 index 00000000..c60ceb3b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0a9e206e96bd231535e40c9e9189c86d23d4ebd54100681dc4c59144a54e26 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_02_Dialogue.uasset new file mode 100644 index 00000000..f34fd5da --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:365f8ac13ee73e358652d2b4acae7904b9f435ac1a91ac66b5ca092b45bebb69 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_03_Dialogue.uasset new file mode 100644 index 00000000..ce9ea843 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Block_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b19148379e013f1a61b6f1e3a1b171b656aeb46c9681745eae0a462e0e2f65 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_BreathingLowHealth_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_BreathingLowHealth_01_Dialogue.uasset new file mode 100644 index 00000000..ea6da13d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_BreathingLowHealth_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f4c60eeb0304cb148c009c770ed94e6628455c0da6d47ef84254352808deed +size 2269 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_BreathingRun_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_BreathingRun_01_Dialogue.uasset new file mode 100644 index 00000000..d11ed34b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_BreathingRun_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f24f8b0cc2345144f2e625eb5a513e336e969914d41ec18a05ab9d03aeea63e7 +size 2233 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_01_Dialogue.uasset new file mode 100644 index 00000000..688e01b9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2743811ec3de6c22970e16408724a6cd974434043143c535ce7fda105804df1b +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_02_Dialogue.uasset new file mode 100644 index 00000000..48faf846 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcc2167e8d650a93af76343d7dd318a551468b9b9d9690e92a58ec8bfddbb263 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_03_Dialogue.uasset new file mode 100644 index 00000000..698e025e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Cheer_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19c4a40a15c83b0ff3c40bc1086430a30ba04b785d63f49485bcc8e7809a9b9 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_01_Dialogue.uasset new file mode 100644 index 00000000..0a01a933 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0b65305ebe4ae3338adedb281278d694d88ef3431743309402834d67b05f97 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_02_Dialogue.uasset new file mode 100644 index 00000000..ba3feb70 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97f8c1fac5599b54291b8055509eae24584daf2ed1d54eb10b1ff88f730b815 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_03_Dialogue.uasset new file mode 100644 index 00000000..e0144f00 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Death_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f55d6eff216618eb76b72857135be0f1ad697b2e4cec2d02221c6411b45fcc +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_01_Dialogue.uasset new file mode 100644 index 00000000..d4db72e4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e6fd31d7b68b86dcc98b8f2f5af92b030b43e266650ad7d8b524410b95aab3 +size 2227 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_02_Dialogue.uasset new file mode 100644 index 00000000..df007aa2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a7f2ca20ff6e78893b82c16f80d52a1dbb631ce6b7f941abc4c575fca76c0f +size 2227 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_03_Dialogue.uasset new file mode 100644 index 00000000..0dec3290 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Frustration_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95ef27d5bac192084bcd6f7cdb5c8833735c43a82058a822e507ffcfde98cee +size 2227 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..2f633142 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93e7a030f5e9b85ad591855a0758c017ca118bbb4ab3173577e781b5183b29e0 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..57c32aec --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2a8508b7cfaa53fec78453d925728307302a0b5284a1f0a25c815a6c62d034 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..b0c14844 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_JumpHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724fc0a7c0d3785afae4baebbedcbedf3ef537266a62f724a79cf618ad9fcb77 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_01_Dialogue.uasset new file mode 100644 index 00000000..4d01b6c3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8111a794d5d5ef1b913fd6ad18bc34ee234b3469325f652686905cf8acdf3e59 +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_02_Dialogue.uasset new file mode 100644 index 00000000..6e52af01 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724d3e9a716bc9c65064200c1704b5748461a09c03c5f4156b4a48ca7c95a6fd +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_03_Dialogue.uasset new file mode 100644 index 00000000..7de33333 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Jump_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7905e8ecda3e5945df630e9e5a228ee0fe22c89a9485f35e9b307a2b8f084b +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..2d8c8561 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0b16f4fbf325a5d9b3f7a1d507d33275e854b30d60264993f0c243271192878 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..f5e91fdc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830dd12b41a64857eff7a840e3a9f01063cd306429dcbd6d28ce63788d38d07e +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..4438bf9f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_LandHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4cf9a956912642279be69a86c932b1c6eac866b6c96d4633fa85e18fb294a89 +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_01_Dialogue.uasset new file mode 100644 index 00000000..6f92bbdd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688a88d90c42a0ffe6cd69c21485d3c44b57fff020e84a3b42ec189ddce1d9f7 +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_02_Dialogue.uasset new file mode 100644 index 00000000..81423e93 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0875f9e5d09b2fc4c8429bd879d473ee5aaf0b6d526253a458199953e8f1ec4d +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_03_Dialogue.uasset new file mode 100644 index 00000000..1bdf73f4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Land_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:930ee329bb4babecf222e5893b864ec2842154d309b17184c0cc60f6a6f3d5d6 +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_01_Dialogue.uasset new file mode 100644 index 00000000..b52ff068 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94714ea9d048c6c96ce5a7a859c9931ac17e7de303da1f5fa71ddbf345ffee5 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_02_Dialogue.uasset new file mode 100644 index 00000000..35ebf46b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c8928526099a3fa6cf3a8dd156c22dd81b8a30a9425c78b2d33fe7c07b6067 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_03_Dialogue.uasset new file mode 100644 index 00000000..b163ecd3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Laugh_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a13be9339ed6c01988d14efb3b317b2478a5cf543eb7c08a51802f24de6f3b +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..5c3cf227 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af82d7ad15b84b06f6c4add7440b99e1ff5b15c43421cb62c0fe36345abd1fa +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..2979b187 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4854bcb67dc6d79aca391046f1f2e1294c9b8b7f75e7d56b8dd46704ca2d375e +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..e3ab4da3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_PainHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7dd9f48ac3e6a97d39f96fd5ea0911b67e151c859b141d055f1942a506f3ed +size 2215 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_01_Dialogue.uasset new file mode 100644 index 00000000..576d4efb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:791154494f7c10a1a99674a19369bab5ce1c7f2d0d5d9c2190ad00e9fc890671 +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_02_Dialogue.uasset new file mode 100644 index 00000000..abc0913a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b4c075561b805b53355164dd84e5d3b1e7bb28cab551f9d3b6e78fd391906d +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_03_Dialogue.uasset new file mode 100644 index 00000000..e788bb25 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Pain_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:064a16787a3d068bb0d3734badb7b2c1920a0e886e4bf76bf48cb84d7d8d84aa +size 2185 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_01_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_01_Dialogue.uasset new file mode 100644 index 00000000..1ae88417 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8619ac03858fe104787e14f6afd9600f52a6a530db33ba56fba7b892a15225e +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_02_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_02_Dialogue.uasset new file mode 100644 index 00000000..67edf8d1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69c7abe23030663af6696f2749579240ff671d6443a072950c9eec910263e9f +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_03_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_03_Dialogue.uasset new file mode 100644 index 00000000..fa5136b8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Effort_Swing_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5effc279719200c8a0c93048522b92713a9814b4e7739725fe74746ab925e613 +size 2191 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_010_Dialogue.uasset new file mode 100644 index 00000000..20624539 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4485fa2acd83a3603535d04dd54c4caecc78fe1c4b7e033fc8b6edb0986b00a3 +size 2649 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_020_Dialogue.uasset new file mode 100644 index 00000000..db41922a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a01d1f8bfa6ea2e9ed902105dbb7a73fe3a9698c3f9ecfe3652ac0c288b22797 +size 2637 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_030_Dialogue.uasset new file mode 100644 index 00000000..041f426c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:078bd0984675a3c89ccd128efd7884da98a3d97e1440c66a3f6f4e80322ef892 +size 2635 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_040_Dialogue.uasset new file mode 100644 index 00000000..bec3b5bc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b84255b8be06a7599ceda3ba06d59afa7feb17cf54c04e435a6497fb45451eb0 +size 2641 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_050_Dialogue.uasset new file mode 100644 index 00000000..de39bbdf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd91592db010d14ff471237b56ec1ff768eab7691731c09beb9fa2e13f66c6e +size 2641 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_060_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_060_Dialogue.uasset new file mode 100644 index 00000000..6ee178f9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42317fbbf5ef1393bf3163ef52ce8f6203c6cfdc348b0a6516ab76f1e0f0440 +size 2649 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_070_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_070_Dialogue.uasset new file mode 100644 index 00000000..bd434efd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b1c5073b25993d79991d2863d9b391b4d0d52d1ed6ba885251845641d05f8c +size 2657 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_B_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_B_Dialogue.uasset new file mode 100644 index 00000000..cf3123ca --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_B_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb642c4e3afdbb1f654e520a21af2e722cf813ed718b6118ea3f57ba27bd9c9 +size 2657 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_C_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_C_Dialogue.uasset new file mode 100644 index 00000000..c468034f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_C_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a7614ce4229b3b7a8953b0d302df68067048bb82a2bc283e8c80184864c430f +size 2665 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_Dialogue.uasset new file mode 100644 index 00000000..77d0e803 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79da118218dea6c1f32f677b4a89581bbf284194d41086eac73dfc05e1f6fe55 +size 2649 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_090_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_090_Dialogue.uasset new file mode 100644 index 00000000..a3d13055 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466a018275502271a6ad3811ce05cbda8b1191ada6ba18526c94d41bbc8e260b +size 2645 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_100_B_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_100_B_Dialogue.uasset new file mode 100644 index 00000000..ce9491a2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_100_B_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d426d35ab74e1e8481a204317d760ebe86dfab606d1de9bcf04b71b99d29376 +size 2665 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_100_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_100_Dialogue.uasset new file mode 100644 index 00000000..3a5ed87e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062135916275d92d40040235b58e8f1d33f27d50f0719609a21d9e559854445a +size 2641 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_010_Dialogue.uasset new file mode 100644 index 00000000..b688e98f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8450b440278ec36e6c3edd5c0142e661a80fea75b1634a72dbb77f924d51b3 +size 2761 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_020_Dialogue.uasset new file mode 100644 index 00000000..442c0deb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc0c6b2804a1fc0e40cdec456c967a7cc344bc9fa58b435c8e57ffdde48972e +size 2761 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_030_Dialogue.uasset new file mode 100644 index 00000000..172aefd6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Emote_Taunt_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c250df94a7bcef009e676ae41f4e6f329b854c5857eb975045ef8f2740826b +size 2689 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_CriticalSave_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_CriticalSave_010_Dialogue.uasset new file mode 100644 index 00000000..e2450058 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_CriticalSave_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e21edb48c003f04096dd8c954e09f7a3ae8e109a4370375b03c9a7480d2556f +size 2825 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Critical_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Critical_010_Dialogue.uasset new file mode 100644 index 00000000..b7c4c1e1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Critical_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe465bf9ca9fce2881f5121c2a84e0364704a522fbc4fab11260f8acca7e1fe9 +size 2731 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Healed_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Healed_010_Dialogue.uasset new file mode 100644 index 00000000..ee6dbfd4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Healed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de7252dbc7b9f5b68e7693e15da505b4bb819aceb21139d273b7146928354e8 +size 2711 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Low_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Low_010_Dialogue.uasset new file mode 100644 index 00000000..3cc568d7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_Low_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89f277af2ed5cef9ea20882bc0f5d0790ed1a65a40f7106ab2ad59ae4761bf08 +size 2695 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_SufferedCrit_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_SufferedCrit_010_Dialogue.uasset new file mode 100644 index 00000000..c751fcec --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Health_SufferedCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43bc2f7f570e12c4b9a5c78ac830f2730dd7af365f2c1c3f25d1756fc9ebf23 +size 2747 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_010_Dialogue.uasset new file mode 100644 index 00000000..14b90e7a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d55854543df3a7e237e16cc90e2755356383e549f7cdddea4ca350e65919885 +size 2777 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_020_Dialogue.uasset new file mode 100644 index 00000000..45530821 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eda49197ea6c8541370fe21a892a6d31f4737053204d7c1f9a29fa87050f61b6 +size 2767 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_030_Dialogue.uasset new file mode 100644 index 00000000..621d37d8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_BoastResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efabe0ac2cd444438f9c2278cf8072619e894ccdba9bcc3e678daf8c46b866f3 +size 2755 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_010_Dialogue.uasset new file mode 100644 index 00000000..ae0d2ecd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa7272291cb8fda1e5d8725f72c095eb4405901590a49c60b333a01cd8ca99f +size 2709 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_020_Dialogue.uasset new file mode 100644 index 00000000..d66fd240 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5310d029469e0b32de1f97e0181c8671047064d46182033e26938a0d195a66 +size 2703 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_030_Dialogue.uasset new file mode 100644 index 00000000..0abfc4a2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Boast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5dd175ded727f5bece765edefa495e5e35dc11ae6f0c7219637937c34a5e93 +size 2715 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_010_Dialogue.uasset new file mode 100644 index 00000000..b3b07528 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ccfee992176c1745235777fb4c4010153daaef02ecc4ef134dc08c2f678ffab +size 2791 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_020_Dialogue.uasset new file mode 100644 index 00000000..188b8f26 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bb95c997e432235528357742259d2ad3a88b91913ea0d0e527616e3d493be9 +size 2781 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_030_Dialogue.uasset new file mode 100644 index 00000000..2d5598ce --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_QuestionResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5865e1a7e229983d8e4c25fb4c5a4ab3ec0aac33d94ebf83b11574c8e00b09c +size 2779 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_010_Dialogue.uasset new file mode 100644 index 00000000..f776e3b3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e032a01743bb2c5903de4159ba9107e48860f9b733c1d82bc8f39ba8766a859f +size 2713 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_020_Dialogue.uasset new file mode 100644 index 00000000..ebc0d396 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3716115c88d30fb2627f7966687a194826431fa77cc87a0d535961fa00246a +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_030_Dialogue.uasset new file mode 100644 index 00000000..28eb070d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Question_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30413de3793c1161205521b310f7bfa5af9263aac6ec260e0a69a5e8383416b3 +size 2737 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_010_Dialogue.uasset new file mode 100644 index 00000000..45b96fa6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d36597554d9b9cb8c75065fb87f683fa61a66656feaadbdc1d72fc85a3746e +size 2757 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_020_Dialogue.uasset new file mode 100644 index 00000000..02cb114e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd362e6eed5b6127c1a9507b66a3fd23e6e9389efd1fa2b6fcae52200f8618d4 +size 2729 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_030_Dialogue.uasset new file mode 100644 index 00000000..24768bce --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b83dc479eb597bf7a1fb865484cc3fb692223e7d595b3abec524a6f01b9886cb +size 2717 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_040_Dialogue.uasset new file mode 100644 index 00000000..37bd4ab8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Intro_Statement_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13591ee52fda1c779b779de7d5bf5e45910c8d5ffba4007bcb571045e323d9e +size 2757 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Assist_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Assist_010_Dialogue.uasset new file mode 100644 index 00000000..c66761b8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Assist_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47e7676d4cc6143489984f968c6e90013858535b7f9f3a1b875ef4b07cbb8f8 +size 2695 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..5e0aea7e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2461f726c19ba9fb96a8bfab88298e05e00a902fbc4bd99efd825d982002b7b7 +size 2677 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_020_Dialogue.uasset new file mode 100644 index 00000000..6a33dd71 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97cf8b0033c3a45d7e7fe4c1ba78f6f88816ef24f3b98ea5548dc85ee5fd7ea +size 2687 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_030_Dialogue.uasset new file mode 100644 index 00000000..9548a95c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65540dcfb7d1bddb988962613bdc5b290096ada3f4437796fc59eaa990d424ea +size 2689 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_040_Dialogue.uasset new file mode 100644 index 00000000..6043ea8f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e3d58a3e46a4ff0088243fb327bde020750b771a9c08400d32bc400d30ac73 +size 2681 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_050_Dialogue.uasset new file mode 100644 index 00000000..4622e630 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d596f481d5e5afee6f327b7f94dbf4838f9fa8bbcf3da27bcdbbe0eee808e24 +size 2681 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_060_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_060_Dialogue.uasset new file mode 100644 index 00000000..da88f105 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78993be2c5fdfff95e4bb1e9e7130a8cc6df2eb0055d24483f78d3dedc97734d +size 2717 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_070_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_070_Dialogue.uasset new file mode 100644 index 00000000..2ed8ab18 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Enemy_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0432bd7bb909dc1c1068e7f1cc2d93dd71bddb09be9c345f1678aeba25b30050 +size 2685 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_FirstBlood_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_FirstBlood_010_Dialogue.uasset new file mode 100644 index 00000000..05e73f29 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_FirstBlood_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3d7f92024b40ff7034c1f3bb8556bb0f69c8c1264df7ab34a9c9a5b78c04d02 +size 2721 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Revenge_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Revenge_010_Dialogue.uasset new file mode 100644 index 00000000..3a12161d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Revenge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8ddad4541ef6cec39ec34747564004e0f78ad9aa2941cfbd8308c27a7c7188 +size 2701 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_SameEnemy_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_SameEnemy_010_Dialogue.uasset new file mode 100644 index 00000000..ffdaa7b2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_SameEnemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a38fc732e67cf190f269fbf2affa2e34dc624b925e38dabc5ef0b2543b92b35 +size 2725 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Shutdown_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Shutdown_010_Dialogue.uasset new file mode 100644 index 00000000..8b062295 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Shutdown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab7690597af2db439a348175404904354fea1e6500d8cf79d940383757bfb9c +size 2719 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Streak_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Streak_010_Dialogue.uasset new file mode 100644 index 00000000..5e21a6ae --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Kill_Streak_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a88d5fc3244333d5c201be20fa2f564ad136237fe0268227622bf507b57e458 +size 2719 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_AbilityLevelConfirm_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_AbilityLevelConfirm_010_Dialogue.uasset new file mode 100644 index 00000000..7fd32a1e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_AbilityLevelConfirm_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15536901722d14ec9cf04a4a7b9067fd7b9dadb9191f87d74ec5dffc38f91942 +size 2797 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_AbilityLevelConfirm_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_AbilityLevelConfirm_020_Dialogue.uasset new file mode 100644 index 00000000..c41c00d5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_AbilityLevelConfirm_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d64b6c9f8b2d3d4333f60d722357c5d9a24040420576ed814b57ff373d726e +size 2797 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_BoughtItem_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_BoughtItem_010_Dialogue.uasset new file mode 100644 index 00000000..e6f2223c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_BoughtItem_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b0d6193325ecb04a7e605d30ba102c08b8d90afa832d8a3c24e2403bcf6f20 +size 2727 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_CardPoints_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_CardPoints_010_Dialogue.uasset new file mode 100644 index 00000000..bace9643 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_CardPoints_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fbe7f148b0dc69f7b3920b22369ea9d8215dacc9a4587db56135e290f91388 +size 2753 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_010_Dialogue.uasset new file mode 100644 index 00000000..79f7569c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513c07eeb1e1eeb3914af544213310ad3f53025d8e65f8cf03d371d393526ba1 +size 2731 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_020_Dialogue.uasset new file mode 100644 index 00000000..ea93dba6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2547a192d702b3d0879cbccdbbe025629ef8ee642f5e8cc4abf66d1305b59eea +size 2723 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_030_Dialogue.uasset new file mode 100644 index 00000000..ffd2a169 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Five_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c3c980c34bff6f13931ce56b052210741f3b72adb81213fe1a2116f5745672 +size 2739 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Up_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Up_010_Dialogue.uasset new file mode 100644 index 00000000..a29014a3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Up_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf519ff8902f7677fad07ec4798f7aff2e0f4b88782a227bacff166a57fd8c7 +size 2681 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Up_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Up_020_Dialogue.uasset new file mode 100644 index 00000000..43e43961 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Level_Up_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:712ba996e0d5f8a6e763a83ebf5964ec2754c19f1b47e463f2b4e941e3db4695 +size 2663 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Death_Narbash_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Death_Narbash_010_Dialogue.uasset new file mode 100644 index 00000000..a4314a8d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Death_Narbash_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7ab1e15d30abfc730ccf589c8a40fff2a9507ad029d443d585e0c59ea93925 +size 2749 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_010_Dialogue.uasset new file mode 100644 index 00000000..2a52a14c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f8f8b2702e14d0b40077044a808a2a81dd4a7e231a316a078ce756018a53d6 +size 2751 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_020_Dialogue.uasset new file mode 100644 index 00000000..d18e70b3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc93e2dc816c47582a3f4417f030d55679e4e0d99889b35a8efbe173a592d071 +size 2741 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_030_Dialogue.uasset new file mode 100644 index 00000000..35f9033e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Kill_Narbash_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6476e861a042fc8fb84eea798c24df7ebb49ef2f7286e7d4a10ecd45292d05 +size 2757 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_010_Dialogue.uasset new file mode 100644 index 00000000..598414c3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd38d500703f89000a3afcd6f812617d1dc3a16c455abda3f70068d34c5cc66 +size 2701 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_020_Dialogue.uasset new file mode 100644 index 00000000..5ca2f176 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce29a64a041e8639b232b9e455320a7c5ef50e368bc45aac86290b4e28dbf1e1 +size 2701 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_030_Dialogue.uasset new file mode 100644 index 00000000..239cc2dd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c5c062fb6cfecef05e0c1a5b438002b9ebd157a0630851cfe43ebad23783a1 +size 2697 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_040_Dialogue.uasset new file mode 100644 index 00000000..e4c0e024 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4fd60a901b97d8eac9df937fc42ff872182b5add88f3b6a145b36ce895d618 +size 2697 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_050_Dialogue.uasset new file mode 100644 index 00000000..13a9e201 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fb736612ba50af1e7925ceee47a285ead3bc82564fc73a75cf36f72411e991c +size 2699 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_060_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_060_Dialogue.uasset new file mode 100644 index 00000000..ff8d960b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd095070147b3bd9d900281623b77a34c7033a66f77abaffa278982615ad9af +size 2699 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_070_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_070_Dialogue.uasset new file mode 100644 index 00000000..24dca76c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c86daa834e41bd5066177ed638123b2705f03effaa10c08fe04360f00f023cf +size 2721 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_080_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_080_Dialogue.uasset new file mode 100644 index 00000000..25221433 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Lore_Narbash_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4654cef91dd2ee6472539c7ff293977ea410d6400c99cbbc6609b9e800b374e2 +size 2709 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_010_Dialogue.uasset new file mode 100644 index 00000000..487479f9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a648ab7f6fae7d131cb2c6cc481a3763da428b87efdafeb8ec6b7d00072c66 +size 2693 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_020_Dialogue.uasset new file mode 100644 index 00000000..5388460b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d3b9f764b2a5abaf05cb7539fe12187e3ffd7d9a5280e6d61484d834708842 +size 2703 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_030_Dialogue.uasset new file mode 100644 index 00000000..5f0898ce --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8084cd3957e9185bda981524932677f7cab048a4c2fec858d14c677ed24e80ef +size 2753 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_040_Dialogue.uasset new file mode 100644 index 00000000..cb82f024 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileDizzy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caa41ef56ec9f59c6e550fcca7196830025e8f888792721e0199187e844869f +size 2759 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_010_Dialogue.uasset new file mode 100644 index 00000000..13c547fc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27b2b28ad8f9553012221fdd5489c45c7d728b6129f30f1139d738e487e98be8 +size 2723 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_020_Dialogue.uasset new file mode 100644 index 00000000..285b586b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a80e4c92b2b852544c66ebd379f8402561d80cd9e61b0979a33904d36d0dd3f8 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_030_Dialogue.uasset new file mode 100644 index 00000000..f8b977bb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ab58232ea1e2941a9755644c8af3f1b0b4d72f7581c88d9523d393d4bdb352 +size 2849 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_040_Dialogue.uasset new file mode 100644 index 00000000..9485998c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfileIdle_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0027cc7bf8cf2692f29c18825876c9741354a824e8377acd8f1595062989bf21 +size 2965 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_010_Dialogue.uasset new file mode 100644 index 00000000..c48836c7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a977974efa633c466733f995030297904f5863927ee4aca0fd8d552ccec182c9 +size 2687 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_020_Dialogue.uasset new file mode 100644 index 00000000..381ec29e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb2befb8a35d3be062b4b0ac42b9f69751ca5f0ca00fc4d06fc0a922b463fca +size 2707 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_030_Dialogue.uasset new file mode 100644 index 00000000..ac236c94 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8171bedcd26cd0703703481a8355805155676d52d58f82b5c2c2d7d306c40dd +size 2773 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_040_Dialogue.uasset new file mode 100644 index 00000000..a0504b8a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149be97d25c9b036aa84a725d4a2f0be6f12d3034211bfa451c5b9d85352086e +size 2689 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_050_Dialogue.uasset new file mode 100644 index 00000000..b83f1adb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7083d6223e15f97d037ac4c0eff639b924ff8bf358e3fd1ac77b1f0de2bcb9c +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_060_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_060_Dialogue.uasset new file mode 100644 index 00000000..6df56032 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7ba2a9a2e78747cc11be0de36117b39f70770b831fc3773602ff60b2638998 +size 2861 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_070_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_070_Dialogue.uasset new file mode 100644 index 00000000..9eda9536 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_ProfilePoke_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9145f8ee452bf18cfa1322a2898dabb06b5f098fc7f803744194c59c06c59182 +size 2747 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Revive_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Revive_010_Dialogue.uasset new file mode 100644 index 00000000..f027583e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Revive_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb807213458b768fbe084071361c677d9ca8939857e1dbd6ce1a4674c76d987c +size 2667 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Revive_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Revive_020_Dialogue.uasset new file mode 100644 index 00000000..c58db2aa --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Revive_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711ed382db09aaa9be46217a3208bf831aa0e503d670cc942b88bae8860b39f8 +size 2687 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Ace_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Ace_010_Dialogue.uasset new file mode 100644 index 00000000..caaead0b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Ace_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1979e8903074ddde5edb6c27613b6c029b437e4b8d86f1c9806da96e23d437 +size 2723 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Buffed_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Buffed_010_Dialogue.uasset new file mode 100644 index 00000000..777a88bd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Buffed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3ac0b0cbd80d0ba8a14fd16a5d77c74554d42604d10311a8d95fd54b589fd7 +size 2721 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_010_Dialogue.uasset new file mode 100644 index 00000000..0f471c7b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856ebcb3ce2b79843ff122ee99d48991cce79d64e9b94e9f6ffc040a61e04d93 +size 2745 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_020_Dialogue.uasset new file mode 100644 index 00000000..a6d97617 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6bda2b90a2e6aba7f5dca371f483ddf5cb013d473e91044dfebe309e8b46da5 +size 2731 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_030_Dialogue.uasset new file mode 100644 index 00000000..f6331691 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Celebrate_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e112f7617e2a62c0603fa1fc54af6d7677ca7d9bce9a1dc7dbe8b93d8bddefc +size 2731 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Danger_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Danger_010_Dialogue.uasset new file mode 100644 index 00000000..71d7370a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Danger_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2250f1b2a472e39e85456b74bf496e069b959f4d5e9694828a48719119c7af +size 2719 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_010_Dialogue.uasset new file mode 100644 index 00000000..9856586a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1afb184db264ea24592c8cb9964777f17d127893fa454dac5e3eed140a1cace1 +size 2729 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_020_Dialogue.uasset new file mode 100644 index 00000000..7f2fa031 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee884a29a7e64fede91aea55c5690e3cf9e4f328d765bc261077aab75ece1ac +size 2705 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_030_Dialogue.uasset new file mode 100644 index 00000000..3c4a1bf3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Defeat_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc58ef6b2c2e3cdb04066dcd4b5ed308158e1463cc974a61a501b1dd75a4c64 +size 2721 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_010_Dialogue.uasset new file mode 100644 index 00000000..4fdbb76f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2563b57a31597815e0cede20eee45d30cb5de33840e8a8bc4ca41efd3764fb34 +size 2699 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_020_Dialogue.uasset new file mode 100644 index 00000000..55bac64d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:103fbc29967455dae8bee7a872eb2c7a17dce787293e1a451b14ea3a6b2bb460 +size 2699 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_030_Dialogue.uasset new file mode 100644 index 00000000..2acd4164 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Idle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3adcf69ce8a0de4f9053bb80f734bac853a258ebc7215239ef3646f3ea4e3bb5 +size 2697 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_OrbPrimeActivated_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_OrbPrimeActivated_010_Dialogue.uasset new file mode 100644 index 00000000..7822b2f2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_OrbPrimeActivated_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ceca8706f8a9745ec01fefdd9ef1e042b406d783ef8573acb639efd5c64d47d +size 2809 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_010_Dialogue.uasset new file mode 100644 index 00000000..d713901c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d960965f8391e2995d214bb0eb898a39ac88505a504b6012eb0e10cf8cda701e +size 2713 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_020_Dialogue.uasset new file mode 100644 index 00000000..525a886c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:583ff8f2d062bc59d2c5b0c071f1a60b0320577a8dd88df03ea71af67dc2485e +size 2723 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_030_Dialogue.uasset new file mode 100644 index 00000000..06c24381 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Recall_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3781b4fd7cf6d3f1a06695c0e118d81bd053e36c1b97ca9bc745d208dcf77b56 +size 2713 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_TeamDead_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_TeamDead_010_Dialogue.uasset new file mode 100644 index 00000000..5f8addb4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_TeamDead_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d45fb3ce98a1e1833bcbf268c46b5f580fd0e7d81a3bada68fe9f23b15d916 +size 2751 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_010_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_010_Dialogue.uasset new file mode 100644 index 00000000..54d36389 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c68ffac5aab0fee92d4b649369f54e038659f56d8f7a32bbf91d72bb8defca +size 2723 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_020_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_020_Dialogue.uasset new file mode 100644 index 00000000..9d0eb132 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30511d484cbde9d8f3b3627ab1bc119dee0b5d4867be47470a895b7783c1e6e5 +size 2713 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_030_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_030_Dialogue.uasset new file mode 100644 index 00000000..d5990b9a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9307b5f991ae9be5db04cacb9671e5c069bcbfbb6e8d5f5bbd0625b86d0148fe +size 2715 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_040_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_040_Dialogue.uasset new file mode 100644 index 00000000..67a2a988 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e5331e321d7146eb6637f59a639c5e494404949bd8ef5dc65c4ebcf2c1c489 +size 2759 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_050_Dialogue.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_050_Dialogue.uasset new file mode 100644 index 00000000..81f7e201 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/DialogueWaves/Grux_Status_Victory_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12292581636ff471620aaea5655052a487f3fda2f3b94b3859c95ac7a8fcfe66 +size 2749 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_E_Engage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_E_Engage.uasset new file mode 100644 index 00000000..cab0990c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_E_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370ecbec5131d9ee2ce55795e6253406acc9860c507f6640508c7df35bb23f06 +size 8129 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_LMB_Engage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_LMB_Engage.uasset new file mode 100644 index 00000000..a4fba0ce --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_LMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e3cdbaafa801ba2e512f886ff417deabbec8fdf9b097eb992e8c48a5ac14c6 +size 8149 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_LowMana.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_LowMana.uasset new file mode 100644 index 00000000..e489f85f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_LowMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a965029c7d0cefafe4a88b63a2c6bd26b455c040b0ede2be4a10f366d253abe6 +size 4298 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_No.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_No.uasset new file mode 100644 index 00000000..bba57da1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_No.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104cc944eb48289c2b8cd0ad83bc1fd7449d29aa259a0d5782d815e3aaadcc1c +size 4268 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_OnCooldown.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_OnCooldown.uasset new file mode 100644 index 00000000..3b604791 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_OnCooldown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f971c36de6da43a8f8b6f7d20620660dd62290641f2cb34e9fadff516399652a +size 4316 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Q_Engage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Q_Engage.uasset new file mode 100644 index 00000000..b3168a0d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Q_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df1b4382508faa610f97b77f4db99e045520d75ca4ae700bac81333cae46d3c +size 8129 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_RMB_Engage.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_RMB_Engage.uasset new file mode 100644 index 00000000..92b7c92b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_RMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c98f8f0e8a9856d1a8a8de560025836cb95cb152e779e04a2732a2a6d1f1f3 +size 8149 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_ScoredCrit.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_ScoredCrit.uasset new file mode 100644 index 00000000..71d664ea --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_ScoredCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49341e14d8ca01a44739cf558a3d6742f766906a85b49252ea0b12ca397d2cb +size 8149 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Ally.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Ally.uasset new file mode 100644 index 00000000..3c74ccd7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Ally.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f73f362595be18d69b6a66a08627669412a3d1f3aacee1f8c02f779a323aa1 +size 4334 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Enemy.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Enemy.uasset new file mode 100644 index 00000000..73ff8f95 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec4f4fd059f368d05b10e6368d8dde807bef92b2f45e9819d5b07e114e38110 +size 4340 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Ready.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Ready.uasset new file mode 100644 index 00000000..06454122 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d1c3ff1ddbeafabb2393de04c6462720d5894b6078ee6ce2c4b5dcbc915296 +size 8189 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Self.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Self.uasset new file mode 100644 index 00000000..85228aa9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_Ultimate_Self.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91bf98fd8659b3c5a8f195caceb01d3fc67e35e830974527c92829b2938c714a +size 4334 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_UsedLastCharge.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_UsedLastCharge.uasset new file mode 100644 index 00000000..a437b268 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Ability_UsedLastCharge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca652316fe835739d9ddf938dc2bb9b274bd623f9364d4de628f7c585b6a221 +size 4340 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Catchphrase_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Catchphrase_010.uasset new file mode 100644 index 00000000..eed8eb0b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714dab0dc82f85a22e5ce2c67871215790389fb72391596b9b1d756ec3e7f5b3 +size 10800 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Death.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Death.uasset new file mode 100644 index 00000000..0afdfd33 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cf0f5baa13a9a894cfa70fecc9d84d4c4f12a00ac7db1dee126dfad0a9f0ef +size 7990 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_DraftLock.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_DraftLock.uasset new file mode 100644 index 00000000..fe024ae6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_DraftLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21a70b0e79c1366e8770bb974945aa15eb12d2023eeef29e7ce49cabe5d2c21b +size 10755 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_DraftSelect.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_DraftSelect.uasset new file mode 100644 index 00000000..d695cf79 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_DraftSelect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c60ab3972454569bcb3e3fc4d25d04837bd4ce0805aba5230d2cdaf563b6b42 +size 8079 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_E.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_E.uasset new file mode 100644 index 00000000..dba7306b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb9118fd52e0798e6fd58e2b48c8c73b5294a0847d4c307e1170e272480e588 +size 8123 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Primary.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Primary.uasset new file mode 100644 index 00000000..4718897e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Primary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54a30de8627caf26e2e57fe2cae5481669955cd69b944792a4c9c484aacf593e +size 8183 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Q.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Q.uasset new file mode 100644 index 00000000..da5fd35e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d767d9bc14dcace55a98d4cd34f373b76a791071fd92d5c9d117dd9813d0b58d +size 8123 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_RMB.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_RMB.uasset new file mode 100644 index 00000000..ddb90224 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a25cf662e3f60249a001c6d7fc6e3a0feede36c4f51eb9a6b0587f0d0df4a97 +size 8143 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Ultimate.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Ultimate.uasset new file mode 100644 index 00000000..c7b407d6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Ability_Ultimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90113e33a1122fff343214671d316a2b560792c0d46933ce5389a5477cd6119d +size 8193 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Attack.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Attack.uasset new file mode 100644 index 00000000..89f2679a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6e2a274cd9bea3006f1675cd0474d7f2dab4974944964c4f951ccc7b15b505 +size 8093 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Block.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Block.uasset new file mode 100644 index 00000000..0d55ec60 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2a0d05a33618d0512e359ca87ba1d5d3a529bcec3874ac523587e1e03a1934c +size 8083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_BreathingLowHealth.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_BreathingLowHealth.uasset new file mode 100644 index 00000000..cc6ddf3f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_BreathingLowHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8328db8b4b7fd8ddde2d44e75fc487626600e96746f5b08ca4a41e3ddfc77cc +size 4356 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_BreathingRun.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_BreathingRun.uasset new file mode 100644 index 00000000..ee7fbde7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_BreathingRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc240fc614e2cb9bdf17966610873fd54cc8624677014e7462694fe6df4d377a +size 4320 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Cheer.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Cheer.uasset new file mode 100644 index 00000000..dadeeab7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Cheer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fe0073b754240ade2aff0ce59069ea565784b163068bed2f7b4cda00945c9c5 +size 8083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Death.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Death.uasset new file mode 100644 index 00000000..91262bae --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e692e283c74403f2de631a89c3aeeb5e27fc2ba8a059ddb9693e0a80a177b361 +size 8083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Frustration.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Frustration.uasset new file mode 100644 index 00000000..04f00b7a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Frustration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7691632d8927887b42290e9111aae207998ff859cab9f4f357197046ede27a +size 8143 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Jump.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Jump.uasset new file mode 100644 index 00000000..c5d814d5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ef4cd3ae3c255561bfb055babc9131ba6b6b0ae49a6275095abcfa56e7018c +size 8073 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_JumpHeavy.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_JumpHeavy.uasset new file mode 100644 index 00000000..9cb5b971 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_JumpHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea822df7ce6005d39166cc310952506846be198e59bf5ace6239a3df9bc06ec7 +size 8123 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Land.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Land.uasset new file mode 100644 index 00000000..57e8a973 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde1b61974920349ebf7fd736c9942d989a60104123640b75ce01ad4860737fd +size 8073 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_LandHeavy.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_LandHeavy.uasset new file mode 100644 index 00000000..c821259a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_LandHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520e75884bb783ca0dc55adb314c7cebf2ea4e1dc5f10dc9364385c08b808f12 +size 8123 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Laugh.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Laugh.uasset new file mode 100644 index 00000000..9e4e401d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c635a004482ead6d6b21779c0323523248aefbb432e46a1ff8ffd7f39cda63f +size 8083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Pain.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Pain.uasset new file mode 100644 index 00000000..3b1f6132 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Pain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00452276ce224c6f0fa23acd05b1a330994f24b1cd029c81c0fc2aa4701b93c +size 8073 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_PainHeavy.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_PainHeavy.uasset new file mode 100644 index 00000000..970f78b9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1d24ed8df872e18f03d430b412309b1f907065cf32e863ee4d687f3530ab33 +size 8123 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Swing.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Swing.uasset new file mode 100644 index 00000000..00546015 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Effort_Swing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11484190072584695b801b5532aa4a604f8509abcc798293ad5f6aefeae6c9b1 +size 8083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_010.uasset new file mode 100644 index 00000000..11923a12 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55288c6c6b23f9c6dda764c8ec0711c9ab78ef43e6c61f802cc3777763596d15 +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_020.uasset new file mode 100644 index 00000000..5652e7ed --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bbb85574229558a5d1689064fc54cd4387943419f7cd3de7147eb86fd025e5 +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_030.uasset new file mode 100644 index 00000000..985a8d56 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bd9886878bda3cc7f5b0c1f6d4265d503e60f65c7dec27a0b34b5196c7ccf2f +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_040.uasset new file mode 100644 index 00000000..ecfa21da --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c37838a25cb3dcf286075a23766c83546479c6a03d9fd5f266bce43f2a871ec2 +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_050.uasset new file mode 100644 index 00000000..e22c1a0b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bb7289b7ee5ba1e5c4c496efda383d03ffe5f914427091aec8a25c5cab412a +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_060.uasset new file mode 100644 index 00000000..7d71f6ab --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fdee6bdc8609abc6b471c8116ac8d6789c92671f73d7a4b301baa51eac4bb8 +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_070.uasset new file mode 100644 index 00000000..f2bb06b2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ffa81564d0d8ed3ca7821e8d2df37ffa98b9cdf05aff70b165b545d51e4864 +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080.uasset new file mode 100644 index 00000000..2c994e53 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ccfeb324a3b613f3f561a9f06631c7294f71cad845f0428d906a0f9d97778c +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080_B.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080_B.uasset new file mode 100644 index 00000000..7e9e7470 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e507435e922d4fc63e033c36c44f0a175cbf9df7a34f135824b4b27535180cab +size 4266 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080_C.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080_C.uasset new file mode 100644 index 00000000..44255933 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_080_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904274fb1095c35ba67ab5cf8192b4104fa20a6e99327d73cce52bd57a441364 +size 4266 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_090.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_090.uasset new file mode 100644 index 00000000..b869a96e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e73939a90d7fd31474e6a89fbf2b591fc1d1f5644bb722c47dbaf7731c3b62 +size 4254 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_100.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_100.uasset new file mode 100644 index 00000000..ed812821 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbffeaf8c1464d07fb6483a61eb9540ddfbcc4ea2da925643bff68d1c6de593 +size 4246 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_100_B.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_100_B.uasset new file mode 100644 index 00000000..6b784f1b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_100_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd776c3e9f5bda56c3332a4f7e55c47ba36847bee730b43ab455410049ef76d +size 4266 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_Taunt.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_Taunt.uasset new file mode 100644 index 00000000..14468854 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Emote_Taunt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885a192b4daf6adf35bfea0e44b5e82562dbabaf89cc8d573135c1bb3580b720 +size 8079 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Critical.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Critical.uasset new file mode 100644 index 00000000..a085fe34 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Critical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53807796a17a6019a37df1a9531bcc8307ca8c7e81bbce5d93e8dea7edca6ac8 +size 4298 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_CriticalSave.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_CriticalSave.uasset new file mode 100644 index 00000000..b80ac820 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_CriticalSave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5861bdcfc16e42d755b8aceafcdf2ad69aca71fe62a340f5ad3b5968940092e +size 4322 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Healed.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Healed.uasset new file mode 100644 index 00000000..08983da3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Healed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9067d3e66c5675f21474149b47c057a038ed4f69ce7c4e3f7b23ccfab488731f +size 4286 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Low.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Low.uasset new file mode 100644 index 00000000..2b63ac91 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_Low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbb5eef5051c1ae313d3c49cf8afe7bca25620cb792f342620179d7967834cd +size 4268 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_SufferedCrit.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_SufferedCrit.uasset new file mode 100644 index 00000000..9dc47cb7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Health_SufferedCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569849fa800c65ff3d69d5f92de3ae567776106c4917ef0d2b442a410f292b7f +size 4322 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Boast.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Boast.uasset new file mode 100644 index 00000000..072d64ef --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Boast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e11254476366b8bb8f28f1f9f414147e9cc643579c49e9e440b7e1a7c00a7 +size 8079 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_BoastResponse.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_BoastResponse.uasset new file mode 100644 index 00000000..b6082789 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_BoastResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df7d1f23b77543a2e63dbaec6e1975671a520f0d79062bbfdf974adb1860f65 +size 8159 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Question.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Question.uasset new file mode 100644 index 00000000..f4eff7e2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Question.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267e1a6be1121dd3fdf15a380923b6ee3e793a653d17b003ee57fc5df440ae03 +size 8109 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_QuestionResponse.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_QuestionResponse.uasset new file mode 100644 index 00000000..0aa2f691 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_QuestionResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc8871b077ec0183a76af17a3bf886c51dd61f656aa56d6f177244370919705 +size 8189 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Statement.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Statement.uasset new file mode 100644 index 00000000..04549491 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Intro_Statement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea704799a2f1609f12c45401ff603546f5569801924d6e52fb5e465f55c654a0 +size 9479 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Assist.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Assist.uasset new file mode 100644 index 00000000..e03f16fb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Assist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48624ea54d9ac5c7dee3e2b819a94d078d1c87327e9d157eda4e509e0e973341 +size 4274 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Enemy.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Enemy.uasset new file mode 100644 index 00000000..5690e177 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e095dd0ab5d28b957d4f98d7e745251795066907cb978eaed5ea96fd632eae +size 13469 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_FirstBlood.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_FirstBlood.uasset new file mode 100644 index 00000000..1d961213 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_FirstBlood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab4379878a533ed7fb38d4653839df2cfc5b9fbc2f3d7f9f54442cbc50aecac +size 4298 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Revenge.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Revenge.uasset new file mode 100644 index 00000000..7b694335 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Revenge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3471b41344ad7b3b6e952bdaf08d39b8889dfb5bc862e82da4fbf010380aeb20 +size 4280 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_SameEnemy.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_SameEnemy.uasset new file mode 100644 index 00000000..5ffa2023 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_SameEnemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97ab30e98a820c91f0f1622794f231e599f4e9709efb05fe5e6ca16f307b645 +size 4292 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Shutdown.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Shutdown.uasset new file mode 100644 index 00000000..0c82e6b6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Shutdown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62e659e78174f3f2875d425b40e1e681fb2febd753c9009bcd25307e66eff65 +size 4286 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Streak.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Streak.uasset new file mode 100644 index 00000000..0ede8015 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Kill_Streak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:346a5e252684a9794033312d20243c45bd19b3ec49687d884c35264b66d7ca54 +size 4274 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_AbilityLevelConfirm.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_AbilityLevelConfirm.uasset new file mode 100644 index 00000000..eefc7daf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_AbilityLevelConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d81c0e677c4435a2263c718247c5394b396a3407cb3b943ea309eef0e40b1f3 +size 6839 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_BoughtItem.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_BoughtItem.uasset new file mode 100644 index 00000000..0416aac4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_BoughtItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19167722a28446d3acb6e176c1911555adf177fc26360576f88b1ba91f0e204 +size 4304 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_CardPoints.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_CardPoints.uasset new file mode 100644 index 00000000..daf4f0e1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034100c726b0bdadabf9980423cad47fff640106013bfb7df0887bdee89c1b62 +size 4304 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_Five.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_Five.uasset new file mode 100644 index 00000000..19d81c7d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5446227a3707b789bfd106bf4f362dcdf5b0b5a0856bc59ce10fa73e16e275cc +size 8069 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_Up.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_Up.uasset new file mode 100644 index 00000000..67b3b7a3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b5808ecab10f4da5c04cae554982313fabe841568e22319f0395efb1c1d4eb +size 6703 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Death_Narbash.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Death_Narbash.uasset new file mode 100644 index 00000000..e715b484 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Death_Narbash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597dbbd1b90c735f7e98487d4a46b3873921be0be6cecad9c5effc13f2df10b7 +size 4316 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Kill_Narbash.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Kill_Narbash.uasset new file mode 100644 index 00000000..8c833055 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Kill_Narbash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338ad0b7ce7f4294be2d9566129a5cd36d2cdb0e8817fab8dc02d30cc4e8d90a +size 8139 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_010.uasset new file mode 100644 index 00000000..2ab3130c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de63d77a116434753707f77134daa0eb2e79e458baf31f8502e5c0f9dc519368 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_020.uasset new file mode 100644 index 00000000..bb79fefe --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24f5809274f71048cdbb950518c3a87e47cbf3ecb1425236d72625b0dfe203e +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_030.uasset new file mode 100644 index 00000000..4f56fba3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c25b5f120afa4a4f30b37682a3f53c27d6da6ed31fb93bab00d3eaae179cad +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_040.uasset new file mode 100644 index 00000000..292e3f4c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1d867c0dcc370b7a2947e1c076b261628b0d5c8077b248653e91a7674c476f +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_050.uasset new file mode 100644 index 00000000..3b03700d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb5610710e90677c2ff1add7adf114b474ee1fe1b9155b1747ad00fce69ab59 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_060.uasset new file mode 100644 index 00000000..c0e9f25b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515361d23cc880890a2b9073dfa2c0f95f72bbf2330d5497f87f9f1237503584 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_070.uasset new file mode 100644 index 00000000..3ef0b4b2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3fe1128f1bfdce254b18ef4c07fa78a223ce27d7c75ce9db875019320de477 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_080.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_080.uasset new file mode 100644 index 00000000..f1d75b46 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Lore_Narbash_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7784b11cf62f65527f1a751551c52a39a27a983d13866eb852c494cf04210329 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_010.uasset new file mode 100644 index 00000000..19cb8f44 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d7549312464dd892593a3a6c4dfa6a21a7360a0798800a94ee770106eec651 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_020.uasset new file mode 100644 index 00000000..7e445007 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c2a2a38f7a33728b424d5d3da164855ab48b0e4c28fe0a480fe59792438abe8 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_030.uasset new file mode 100644 index 00000000..07e36f93 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b6e21debc61b930b2942a8345e52d64b533d5671d46dcef84bf5803e97f5cd +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_040.uasset new file mode 100644 index 00000000..24ed594d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db289f515986c3b5a067cff5a87b8c60e10e6e88653129030b6870546d784a1 +size 4296 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_010.uasset new file mode 100644 index 00000000..71e2998d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4573aa3133d3c7e367b1b7028702dd0ebd9da5dd65aa9d56149f2f090af6e4d8 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_020.uasset new file mode 100644 index 00000000..394d6843 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8d6bf97e475e36ea5ae8d622f0a204044a4ca3fb3992c82a249abc5e2186fb +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_030.uasset new file mode 100644 index 00000000..2d9f6e52 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7389d8917185ed48ae53e8d8eeba978b8ede8bef00daf9e7dfdf4ecc064d9c91 +size 4291 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_040.uasset new file mode 100644 index 00000000..78f28239 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b87d42a384938e9e930c2c5bcb6c7611600dbf5a2c5b75b3fc8c95fdda504ece +size 4291 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_010.uasset new file mode 100644 index 00000000..76822357 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401c11bb3b6d10a63dc4cbdb0d4f3d576204f3e6dbd7ba8f479bef8d492ba146 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_020.uasset new file mode 100644 index 00000000..588459fd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4410c55292c19e9d885bc2dbcf1c69b1ce6d5915643ac2d2deebc5627048d38 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_030.uasset new file mode 100644 index 00000000..7d335c92 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5547c24e017a4e87fb4b386b1b1e2f29adff263fd2f2345dc42d989e3df48852 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_040.uasset new file mode 100644 index 00000000..1731efc2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9af74490ab025f717322cde537bba118d71ba7348a58e791489a9aa561ec62 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_050.uasset new file mode 100644 index 00000000..ca589c8a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd4617a207678d8e91b436a4f9b99ae174c5f2aa774ff9f503110897db01898 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_060.uasset new file mode 100644 index 00000000..614d0e54 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a32dea5ce88a6a6de4d5060701837906be8f272628b38d64661cce892d8aa46 +size 4291 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_070.uasset new file mode 100644 index 00000000..811d1ab4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c382915bfe774122a6dd9a6dd90a69e84614a44d5cfcc5d03f1dcd3dfec7435 +size 4290 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Revive.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Revive.uasset new file mode 100644 index 00000000..a3fdc9db --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Revive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce1b84c36851e3f7668d2ce132e36235ba19f08a82326824df1fc27bbc626e4 +size 6687 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Ace.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Ace.uasset new file mode 100644 index 00000000..c2bb2f67 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Ace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:595eb2d9f8861f6e22ed355cdfa41116d4e76601d5d06b73282c1f8a0f18bba8 +size 4268 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Buffed.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Buffed.uasset new file mode 100644 index 00000000..c41eebc1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2014bea70839fe46b039cb7a7203b8be9d85833dd81ad241bb58a025f683a019 +size 4286 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Celebrate.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Celebrate.uasset new file mode 100644 index 00000000..377c3649 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Celebrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8faa84c934707035cbcbb032f1d70aa672b3fc8c3067d9322a4155f74a8626f +size 8100 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Danger.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Danger.uasset new file mode 100644 index 00000000..361999cd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8107e9d45e565e9124ad74637a6f2b36f6d9e8659dec1ff578a721ae9df45abf +size 4286 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Defeat.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Defeat.uasset new file mode 100644 index 00000000..e0d3d00f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Defeat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf6ed8eb22b6da807c23cdacb8b59cbb8c1ea71b867d79f432ce9aa6912b266 +size 8099 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Idle.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Idle.uasset new file mode 100644 index 00000000..089f8537 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8108598348469ec1ff7e9725b48ec339784f56f921d343434fdd05569ace2055 +size 8079 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_OrbPrimeActivated.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_OrbPrimeActivated.uasset new file mode 100644 index 00000000..4bdb661f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_OrbPrimeActivated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee9943e5b7d64f52b9ef99731c8c2e4e764c24a50ecb9659080661c53088284a +size 4352 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Recall.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Recall.uasset new file mode 100644 index 00000000..1f8a891d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b6e29875b3a36f91707156035c9af3216ca33136692e84cabd4041cb6d7ff7 +size 8099 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_TeamDead.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_TeamDead.uasset new file mode 100644 index 00000000..9346a226 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_TeamDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bf5f5c53cae391928f8a029f416f2d08346de3685d98f4f87e785066c01b00a +size 4298 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Victory.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Victory.uasset new file mode 100644 index 00000000..aef38533 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundCues/Grux_Status_Victory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0e65e980e81706fe07c5a8b476902be6b2549a643eddbd535d86f2805b448a +size 10825 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_010.uasset new file mode 100644 index 00000000..f90ade2b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3d73da534d5c6392b23a3f6be54d87a97542cc01053799ffcd4e592e65204c +size 391466 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_020.uasset new file mode 100644 index 00000000..426fe941 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14eb57535c158bb5152c87f019e50aaae6a203aec3543bfa378584b3274be14 +size 397969 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_030.uasset new file mode 100644 index 00000000..4af7f3a6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_E_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19054314afb5035e12a250ea303271fe526155b0be249f2aa13ca380d9b51f7a +size 423170 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_010.uasset new file mode 100644 index 00000000..645d2ec0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0bc75b5d88e9c59b6a5609c03b3f92a7654e06b9492a8e88c6136983258b5f +size 271903 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_020.uasset new file mode 100644 index 00000000..acf93570 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1d4b4b44f2a1194b9d9d525878ed8242354541763af0eec78289d902df607f +size 366221 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_030.uasset new file mode 100644 index 00000000..c382046b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30f4a6d0c737cc204e2c6f6ed4cc7a7007337c1320b23cb35726e6b719b0b37 +size 345159 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LowMana_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LowMana_010.uasset new file mode 100644 index 00000000..1023d2e1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_LowMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c8889a8643ac547d2152d95408449b18ded1d490c2936658f30c3ae10c22ff +size 561064 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_No_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_No_010.uasset new file mode 100644 index 00000000..931d6a31 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_No_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a327ec0e3a64854fceb160f90d76b10e8afc28013f5dd1ddb0bda1880df2043d +size 317753 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_OnCooldown_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_OnCooldown_010.uasset new file mode 100644 index 00000000..c8f35a17 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_OnCooldown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22014fca431c545f829b136c2d506c8acfa2083260a095d363dc622a8c212c81 +size 483581 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_010.uasset new file mode 100644 index 00000000..732ca1cf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1470a31e44cc8ed975d51d40a07ad63bd09f989e1076ba3fe3d922ac26233384 +size 367232 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_020.uasset new file mode 100644 index 00000000..8a9b11b8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fb538f412f58c2b8c917429207b31abc19d1c7f85d9297da45a198c66780a6 +size 380769 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_030.uasset new file mode 100644 index 00000000..716225c0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Q_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e252a458bbaa4bea153a52e491c7aead7d5316f341cc6ea2d9f17499eaff87b +size 356497 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_010.uasset new file mode 100644 index 00000000..60a4f4c2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1debc1550b07e1b3fa5e3e9eb8de35b584ed876ced29e291d5419f8db89669 +size 542000 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_020.uasset new file mode 100644 index 00000000..0992e96b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bba049a31f03768e7d12777d273bd2b46fdd1cb9e287b6f6543f075ab00ad8 +size 499724 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_030.uasset new file mode 100644 index 00000000..91b1bfef --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_RMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b9c6ee06c7968bfa2b58d09a5f9e7b6aa30b194c126a76c8e5353cc1b30633 +size 278851 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_010.uasset new file mode 100644 index 00000000..cbb834d6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968b3bbf450167532ccaa368e808e22770360b436cff3fadbdcb77609fbc0fd1 +size 578833 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_020.uasset new file mode 100644 index 00000000..a4b35769 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65326ae920fa26ff32aa9a00a0eefe1b5e9770e4ec7cc0a6e92b43e603583255 +size 469205 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_030.uasset new file mode 100644 index 00000000..410ef22a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_ScoredCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8015814dc5be885e0399256ca022568387afde967e76f67606d48cc4ab36f292 +size 302923 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ally_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ally_010.uasset new file mode 100644 index 00000000..7d430f0e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ally_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:794364c1586cda64e8933783c118f5b92e6a56ad37bc0e57ba1c26224ac02aff +size 554866 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Enemy_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Enemy_010.uasset new file mode 100644 index 00000000..05eed879 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba775f7f1c0785305ee73a3b06c655851e219aaacda73ec49477dbe3e66e36c3 +size 380016 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_010.uasset new file mode 100644 index 00000000..e56e3ced --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f68057d91f076f78d00dffe8232d28fdcf4b3e9dd2ee110e0941f47215f44e +size 491388 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_020.uasset new file mode 100644 index 00000000..774dfad8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0daa0e390e8857eb9b67cb7b579794aab97cb130f35a93574e1f68c5ec0e5f6d +size 410628 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_030.uasset new file mode 100644 index 00000000..0ded74da --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Ready_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b9b0540949e2d14de747dba409f13b488410948d9103d1743aea341c6992f4 +size 444268 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Self_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Self_010.uasset new file mode 100644 index 00000000..d7a39ba3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_Ultimate_Self_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63886f68a130270e3763d7f9c99a66ec3b2ffa7b8a30e55164ade6f33eb3bbe1 +size 615136 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_UsedLastCharge_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_UsedLastCharge_010.uasset new file mode 100644 index 00000000..58fe175a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Ability_UsedLastCharge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bde783db94985bcff725ce3973af2c7b2e59581bca1fe1943a007ffd1e651b +size 365979 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_010.uasset new file mode 100644 index 00000000..53a13098 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a7c0298b6c1de221cab8ab1c9d73cc159a4f2289a253be594191c36186a69ca +size 1120913 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_020.uasset new file mode 100644 index 00000000..88db9e92 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df70a0d7e505cd24f010b8a650397727a5ed1f2b48a1b3fe1e705aeaf5f1767d +size 2106322 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_030.uasset new file mode 100644 index 00000000..16b7283d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8131756fe44a1deec83ed6432a3564c6644e6189182fbdb8de2375f903de1028 +size 831658 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_040.uasset new file mode 100644 index 00000000..3b81529f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e63567745edadd0034ecc6489f34d98bfab07fa8ae97e19f5c3b2ba5c4ee989 +size 482473 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_050.uasset new file mode 100644 index 00000000..9184af4a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Catchphrase_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fcfb34d932d8e61c4cafbb946620ddb388cd6588babe24c09f59349395d88ad +size 828171 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_010.uasset new file mode 100644 index 00000000..cf3af05e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f296b8d0c5a79a5db4d44a5e9af3456d55c1db3fec83d3c15284b427782fd088 +size 467522 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_020.uasset new file mode 100644 index 00000000..3012503d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975b5ce5d1f5bb0ff27c2a0406fda9c565b4b17836874336e46492d9c4769ad2 +size 400852 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_030.uasset new file mode 100644 index 00000000..50042929 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Death_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7066e366a51dbe8a1668565c7052173930268620cafad9dadf19e57a0d6ffcc +size 418108 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_010.uasset new file mode 100644 index 00000000..b6cf85fc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6655ecb1651fdd1e7b208cdb9d12e0ce9fa71f42f64559c3939ecea0d9c36d2 +size 301832 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_020.uasset new file mode 100644 index 00000000..1c76fcb6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a43c22694f3b545d3ca01133b264546152a830eab01f3474ebc5cff62966928 +size 357459 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_030.uasset new file mode 100644 index 00000000..4eb8adee --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ffde3539c3b619244198287b3135315a4149adf53630fd974894dab5ed1ead1 +size 315116 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_040.uasset new file mode 100644 index 00000000..7d1f2ac4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5135e651dd368cec710fc39fa26ee1d2a6b77d14fcbbe597ba2a97c221c4d03 +size 386531 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_050.uasset new file mode 100644 index 00000000..1b894e17 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftLock_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fd744bc3e11b383d1acdfc282517d0bbbe55ea3d6cf4dd3ad366958a2248e0 +size 437331 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_010.uasset new file mode 100644 index 00000000..1db5a647 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7d002962286ff7e834f79454ab96577cd5e201cfe7d730a276bcd90e0444e1 +size 627851 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_020.uasset new file mode 100644 index 00000000..71959103 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e62213ef27e94fba28cec97b56bec051d06783bed2a196aebfd486c75c9d27 +size 430135 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_030.uasset new file mode 100644 index 00000000..9008d664 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_DraftSelect_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc45a1babd55ebbd3c9f0aa17e09d0e8210f8c2e5357e22d016703be8fbbc0b +size 609463 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_01.uasset new file mode 100644 index 00000000..c99860fd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfce360d1b7527202ef4c264b1b6dfac39a6aea15ad167a092dfe0e54ce585c3 +size 650374 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_02.uasset new file mode 100644 index 00000000..30a43c8b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab6e340323ae3b67e959b0e5298d45ef64ac1cd8e2acacab4e07045ba683330 +size 701237 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_03.uasset new file mode 100644 index 00000000..0125ed26 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_E_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb5fb2ad4b95588140e9327ddc43ff1cc4814fd8a94e6ecb0f40f1481563249 +size 559260 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_01.uasset new file mode 100644 index 00000000..e5f34ee8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73c903a5bfd3ccb0cef4438446b211abcc0e0af814163b3b6d84171aa0e190b +size 246737 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_02.uasset new file mode 100644 index 00000000..39d15666 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e909b94a9f4e86efab6b592f72453cf528dad74a3f5344b8d52888cafe3c87 +size 252567 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_03.uasset new file mode 100644 index 00000000..33bdb20d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Primary_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab0fb8bff86fd3887d57600bdd7a35feb47c33b737f24d22f7c5ec2b74d8287 +size 208474 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_01.uasset new file mode 100644 index 00000000..a2d0d65a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98eb03cd9f25da8172385de98ffc99bbd9cf91e2fdd2ba09a193f4376efbac3 +size 830660 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_02.uasset new file mode 100644 index 00000000..3e80993e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:333386a86f24117bc818d4be49101d3b0a85e45d35ee849c190276247ebffd95 +size 777758 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_03.uasset new file mode 100644 index 00000000..0e8296cb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Q_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a8b316d55511813ceb46f88a98833781916d8ffa903a421d6c067993ddcd9f +size 729765 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_01.uasset new file mode 100644 index 00000000..5ecb1e54 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ad30aa89c23c5fdc39e27e87f708e9bc34bfe62e7f05a7f58822138329984c +size 491174 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_02.uasset new file mode 100644 index 00000000..068ca38e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b2c4cf708908b2c162845c8a4b1f9eed9864b9d64e25960637c69ecd200c63 +size 449551 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_03.uasset new file mode 100644 index 00000000..54e6531d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_RMB_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d66975ec9acc1840816fff1d0f49f4969b28917de6896fbffa0cdeec87386e8 +size 462989 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_01.uasset new file mode 100644 index 00000000..b31d0980 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e6ce2f306aad38c979cd01d4c3a140396510d61dd44e3ee1a552a4b867092b +size 549718 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_02.uasset new file mode 100644 index 00000000..a35b50ea --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dc1e163f21cacfcf29cc98f662b12bfd4cf272b348ded2c755d03f42ecfa8f +size 562145 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_03.uasset new file mode 100644 index 00000000..5fe8d8e6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Ability_Ultimate_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a088f359a0b275c67a24c8f993f3bcce1df7cd002370542c4e20f2b7ed3c71 +size 471068 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_01.uasset new file mode 100644 index 00000000..57e32c2c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7df628d809d35297674ff5d4854ea9a5374e08cd517508e890f52e9ae18f7d7 +size 381442 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_02.uasset new file mode 100644 index 00000000..bae127bf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a922c219a6a6445b715ad13894e264e7fd3d1286bca964f448e335ed9443f454 +size 362412 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_03.uasset new file mode 100644 index 00000000..0f8cd082 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2755d106242b9f014b65693323e91384f81d3cb2c3f48a6ff1d38da74e797ede +size 349831 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_01.uasset new file mode 100644 index 00000000..bbffd3ba --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57bf0c3ae0d3d6b38ac31460c774e246d870bbcbc9a773e4713b85452fe3c2d +size 195915 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_02.uasset new file mode 100644 index 00000000..e2a298f7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6689f126daf44f9f3c70e12fa5ad5ec3e910ee386a1e29f12ffe8dcd18bd2b +size 311020 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_03.uasset new file mode 100644 index 00000000..642e9e7c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Block_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af54b2276cda1bdcb49d981249685d447a539b80d091248ea798704fce72d3e9 +size 318786 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_BreathingLowHealth_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_BreathingLowHealth_01.uasset new file mode 100644 index 00000000..d8594ac0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_BreathingLowHealth_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dbbf42e8f7c7f5277fc52a6d7bb13ec80121716876dcea4d53fb9bcb1bca1a7 +size 1069249 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_BreathingRun_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_BreathingRun_01.uasset new file mode 100644 index 00000000..d98ae41f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_BreathingRun_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0400250678935c04feae2e7f4af19eb446d6fe54ab5485ccae84c717255e6ee +size 1875636 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_01.uasset new file mode 100644 index 00000000..2a1eef6d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef5263569ac0edcb3601008d6dd3498fe8f722ca9b566b5e7eb044f5352bb38 +size 331526 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_02.uasset new file mode 100644 index 00000000..50f741bd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0e7dcb114cd80e91686b5ecc3f24988beb8522d584386f80c6749707b3409a +size 412081 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_03.uasset new file mode 100644 index 00000000..e589f423 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Cheer_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b42fcdfc5622381b1d2bde90a473b63c588bc9563f51180a2d39c5cab88bbe +size 342234 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_01.uasset new file mode 100644 index 00000000..f6aa03de --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af4195c35701d756ca65c8d8b34bae93c93d3173410896d11b8da3ec8034fa6 +size 478465 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_02.uasset new file mode 100644 index 00000000..2b849d94 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d1e8171575a7c18b03300a95f49c1b15826cd581b8619f84f11d0edd7e439c +size 557654 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_03.uasset new file mode 100644 index 00000000..01691f1e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddfe687c19d0861fd501be0d4d45b28eb89baaab41690861e13739f47ac6c46 +size 536663 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_01.uasset new file mode 100644 index 00000000..55a1ae20 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3296af37ee9228740746a24b58c3b7e56b2888d3cce8c37b820ddd41d7281a0 +size 305262 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_02.uasset new file mode 100644 index 00000000..c39e82ae --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e502c4531b5ef6bed5309eb315f7ce95f3d125018def6b372e96879e1670507 +size 346592 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_03.uasset new file mode 100644 index 00000000..ca57a830 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Frustration_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4dd4adf8e771b1a510618a59b69c62b1cb922131edaf2544f0de508a1537aa +size 284462 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_01.uasset new file mode 100644 index 00000000..2b3d9bac --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f6415f64d5bda7aa7f17c7d1ea968b6ac0c473945eebb7cc002bd5ae13b9e1 +size 223211 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_02.uasset new file mode 100644 index 00000000..df9309e8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590a4642e6df8791f7de4cf397b30df52f88544efff9cacf8bec2ca9f05e31e1 +size 200706 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_03.uasset new file mode 100644 index 00000000..e757e97d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_JumpHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec05086859aaaa071e9ae44151ac71a3401c71ebbb5dbbaf4d16cba79f2d368 +size 214050 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_01.uasset new file mode 100644 index 00000000..ad338307 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9368536281c315cded7a486464f014d0ae71f2e0f014483ff72b183ebe15d4c +size 181398 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_02.uasset new file mode 100644 index 00000000..551f9615 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4736471e0cafade7f99e654cc492392d0849e878e9befe9748c3cbd0c9897783 +size 193665 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_03.uasset new file mode 100644 index 00000000..24b6a6fd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1aafa31974bbdf4637e4e9051261a1dccbe3295f15245faea1c5491a78affca +size 200835 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_01.uasset new file mode 100644 index 00000000..2a1c2751 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e14c21eed9a174b18d335d22b8a3a1d9c224ff51148f33f6bf7af3432383e9 +size 273718 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_02.uasset new file mode 100644 index 00000000..f460a44d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95785766d6d1470039096c0720cd7553b6afa0dec870da05c32798d834b5f53 +size 265986 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_03.uasset new file mode 100644 index 00000000..8ce5892e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_LandHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd8621929ad0bb81624b8e5b48745aaac9a4d35d823ae425d49de2cc8b0b8f0 +size 273742 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_01.uasset new file mode 100644 index 00000000..0b072225 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dddd77dfcf0a618c9bfbe4210627b5f6f1c12e969c85878c2bf00c835bee1e69 +size 274100 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_02.uasset new file mode 100644 index 00000000..822d726a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068fab1a8c0f51fc3b42ad40cebce6220fc0d7fb6c1add99285c0881fc491351 +size 288710 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_03.uasset new file mode 100644 index 00000000..893f73ee --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Land_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6470797ad1773d9acf01989b8632cb73bb47aa86c6a9c76e2aeac6e89eee2d2b +size 270337 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_01.uasset new file mode 100644 index 00000000..dd33a2fc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cc0ad9e947cf7942b0d3723874828e559c8fcb875dd59fe9c1b509a0561f47 +size 515182 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_02.uasset new file mode 100644 index 00000000..74db6de0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d3e4b437b163e8ce45c79c93ffe2b52aac8220e01a53f35e08dffe6432180b +size 366713 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_03.uasset new file mode 100644 index 00000000..b6a98e23 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506459dbd0e1f374f5345473b00727640a9ab1d5da09a2f3033da0674c10b418 +size 537398 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_01.uasset new file mode 100644 index 00000000..b6a500a5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa2bca18ae36ed503225a308e2f6a4f715e5130128f3771f4a1227362d891bb +size 279701 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_02.uasset new file mode 100644 index 00000000..e9c1556b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb90b1446960fd72858f94226b822c29199f25ec91054c0554d97788ae532997 +size 391935 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_03.uasset new file mode 100644 index 00000000..412ab433 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_PainHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a80c4bfdf25fa16d7dbe06696c53f2cd81db28f772eafaa13f82afc84bfec78 +size 343835 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_01.uasset new file mode 100644 index 00000000..4df57a7f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a4a66e548c6ff8cee18fe4fe5b1ff46f7e64d5b3afe7baf8d87178e385191c +size 198684 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_02.uasset new file mode 100644 index 00000000..2fce0e5e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ed21e9d9d6f97634b8246dfc787c720250db38b7cf8a6fa3bb4f526c1103f7 +size 278291 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_03.uasset new file mode 100644 index 00000000..09f619fe --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec6f10dcf01e7caa836f0b772c40b20837852a98dcd8be76476956e95f67ee4 +size 195068 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_01.uasset new file mode 100644 index 00000000..1f3ce341 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55905c67c617795a4e711e7fdb27ebe23b81e676d7d040622b0bdd01225be4c +size 245609 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_02.uasset new file mode 100644 index 00000000..102ecd1e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d23416aae07b2a474ed616d38bb0c08aca039baef404223b537d57fdafbfd0 +size 255264 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_03.uasset new file mode 100644 index 00000000..13fda0b3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Effort_Swing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d83c86636252c4475c2fd347fe936c5a09cdecbe9a5060fdbaa39c2b47af0b +size 271457 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_010.uasset new file mode 100644 index 00000000..7789a4cf --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d671e7f27b81c788f0e5508b2e1322a2e22de264ccf77278d444f93d5c9dc10 +size 288061 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_020.uasset new file mode 100644 index 00000000..856a027c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac450423eed9ffa8482ed95683edf65c375d51cbb0752a73a55a1163f24be25 +size 245789 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_030.uasset new file mode 100644 index 00000000..2a212812 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d77998598258d9926b8c8cbfab512e1e989b5e46c680db01253e13d82fc12a7 +size 312338 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_040.uasset new file mode 100644 index 00000000..c773bdd4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8901973797d672eacc1c66533741acba967f6c943e668fddee0b7c2844e1c06f +size 279599 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_050.uasset new file mode 100644 index 00000000..0bdb79e0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedb2ce57a6ef39eefe3066fa46928be3c76c0760da58ef55a4fc069847c21a9 +size 321225 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_060.uasset new file mode 100644 index 00000000..ceff14ff --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d9ae38d1ee62bd1825f9176efb6bfd9e019034326ebcab23f46848e71d2ac2 +size 524468 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_070.uasset new file mode 100644 index 00000000..b1606db0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fcfd90c607e556195425a1d82dae64126db2ea85248dfcd8af7b14d61a9266 +size 527665 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080.uasset new file mode 100644 index 00000000..f0082b74 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02882cd6d770b92e5cd1b3c44241d3cd1c4f6e435927659cb17c02a53d373642 +size 1406639 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080_B.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080_B.uasset new file mode 100644 index 00000000..cda302fc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c16da9d1347d7c9959b112159ee854117859fe5323c286c78bc3ab7be048216 +size 1303164 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080_C.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080_C.uasset new file mode 100644 index 00000000..2fe566cb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_080_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ff78685fde83da6dce1ea2ef8918f30c674f7e7fb18e0fbdcbeca8a4cb53e6 +size 1455000 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_090.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_090.uasset new file mode 100644 index 00000000..21fd2168 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f4960a0b4adfe80ed719dc2e124168d02c09c0c590a63d17cfe9221f8154437 +size 1126709 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_100.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_100.uasset new file mode 100644 index 00000000..a61c99ec --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e3d7f1270042a67d2ff7e3eb01c6107967ed27a6143759da2ca6fb3a936091 +size 933974 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_100_B.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_100_B.uasset new file mode 100644 index 00000000..cd23bac6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_100_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056642c36b8ec738e072e28a30ac9bcff203011d90abd8364164a70d68618194 +size 968170 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_010.uasset new file mode 100644 index 00000000..a025c4b9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279368611492797588b041fb1d459a8aa094436f2767b31956f4cb2171146668 +size 959302 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_020.uasset new file mode 100644 index 00000000..2c06e6a9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66606bd17bc2f2853951d8689d0342be03d9fa64c1c508a23c0cb0e6443abcd7 +size 868077 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_030.uasset new file mode 100644 index 00000000..0e97fd72 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Emote_Taunt_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7b43887d862bc339b7c1788b143097809178540a2764acaa61661d33c180df +size 841235 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_CriticalSave_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_CriticalSave_010.uasset new file mode 100644 index 00000000..5f4d2cc1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_CriticalSave_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff1bdb369e167e7b7324680ea99887bbe616bf78efb6857df6dffb64625e7ad2 +size 493098 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Critical_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Critical_010.uasset new file mode 100644 index 00000000..1df95644 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Critical_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42078a7ce5afd5162fca8ac0ee1e8b2056f8dc27a08ad174e964df3d28077650 +size 428730 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Healed_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Healed_010.uasset new file mode 100644 index 00000000..df2ca6cd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Healed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f901555b70ff9484a7c329c5af1e7d776a900afac094d61fb62c867dba20e151 +size 341458 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Low_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Low_010.uasset new file mode 100644 index 00000000..bb1eeb93 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_Low_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea29a2488417a85a565629dfbcc654dcbef78f83c326093d7d7d2953fea1187b +size 371187 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_SufferedCrit_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_SufferedCrit_010.uasset new file mode 100644 index 00000000..4a220a36 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Health_SufferedCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c872fc6c65ca865e802442f8d061ee331170f806a2a67795c9bf9bedba2095b +size 327836 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_010.uasset new file mode 100644 index 00000000..0b6cd0cb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e619b6b1ed1481698fff3d68627a4059bbfadbe225c3b7d0781b8d40e4055738 +size 531533 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_020.uasset new file mode 100644 index 00000000..bf183fdb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79472060dcd65d3030dbb3763d4a1812249210f32c1f7873244d546907ddc54e +size 628375 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_030.uasset new file mode 100644 index 00000000..ade5f2d0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_BoastResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71edc9fb01c9614a362a44adf0e9b34bfafe3d97675527a6d60ea5b784da1e70 +size 928849 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_010.uasset new file mode 100644 index 00000000..fae2b403 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfb397599c2f477956fd3a57d0894f873fbec142f9ea61562ae2c926715c66f +size 647751 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_020.uasset new file mode 100644 index 00000000..23e0bb95 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416e991a4a9d4009bd3956ce0c788e34adc3ab547773508966613e0a4f4cf93d +size 604428 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_030.uasset new file mode 100644 index 00000000..6903e01d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Boast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f036c25704d45e41329bd63beae16e9cb305e5dd764b3c5c15b0348d8fb917 +size 702281 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_010.uasset new file mode 100644 index 00000000..22394cee --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c8b43c753c55589e82f21cbd685572297322cbb4fc9ee00c80de54cbbb1e76 +size 352969 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_020.uasset new file mode 100644 index 00000000..d11b3303 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5739b6676586873e1de92ae82013f81fa1de87be555b231fa84b964e02fb32d7 +size 409436 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_030.uasset new file mode 100644 index 00000000..3933eef9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_QuestionResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abbb895d76d3fb5f73a8a3d1c294a6874128b9fa173f9a246d078aa25d5ade9 +size 657361 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_010.uasset new file mode 100644 index 00000000..436dd581 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e78db42ddbdf459598b966be49b805ad646112b7e407c52bd3db7212d3f86b +size 595459 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_020.uasset new file mode 100644 index 00000000..24d45073 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324a850f9d92a65cce5129d6be2e49d853c45bd87f37037836e267380cbe121f +size 384384 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_030.uasset new file mode 100644 index 00000000..ca261708 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Question_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1a3370d36c69901213c82377a606e1a1908b6e2e35a8c38faf0fd0cfcac367 +size 644035 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_010.uasset new file mode 100644 index 00000000..0321a932 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7b5e26f40bc60ba2f918be4ced4d7934e5e80971a304c1b1cc6615d43aa58e +size 813546 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_020.uasset new file mode 100644 index 00000000..ff2cb112 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032bb7b8c65021bca4e8333ff1b60172caf78518df159a771de690543bb55640 +size 376985 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_030.uasset new file mode 100644 index 00000000..2497eac3 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17fc348c705c67497f115abb0a4fa76536e20a9a6d51b11e9addd5d7d4378fb6 +size 402635 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_040.uasset new file mode 100644 index 00000000..668a9739 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Intro_Statement_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8ab09b0806e56b0c921f8b6bdb516ae05eff22bb403162928392c167f6cd84 +size 905087 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Assist_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Assist_010.uasset new file mode 100644 index 00000000..c9be7ff8 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Assist_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a0b83aab33d9785beb94dfb58e38203586917b2117f611f849e33313ebfef6 +size 354686 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_010.uasset new file mode 100644 index 00000000..d29131c5 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770de59135efc74d2460bb1c8e9706b9d19c735a226dabd81b81107083e57910 +size 402467 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_020.uasset new file mode 100644 index 00000000..9ddb5b34 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0834a6c86315e0485922528b2368fcd7009dfec3abca42e24b4b58a8f3bc59 +size 454809 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_030.uasset new file mode 100644 index 00000000..5de0e873 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0338d9556380f4b64adabd60f8b6d593c23f52e07c4ca1405818155d5684ae6 +size 468991 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_040.uasset new file mode 100644 index 00000000..2ff96748 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8d39b11bc231a1a3f371dba857d636d340055cff24abf8bb7823d2798419f8 +size 363358 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_050.uasset new file mode 100644 index 00000000..8817b6c0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060362558b924aa02f92354abaf695aa9356c4bc08772b44a924b9fc18eede4f +size 444268 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_060.uasset new file mode 100644 index 00000000..e85b0807 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75474f04b6623e5cffa8a90db98566e4743ec37486266a3bf978bbf45274683d +size 712171 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_070.uasset new file mode 100644 index 00000000..1314cc63 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Enemy_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6288cda70de1c5afcc67fee20005d0504a4cca4056c7fa4801ea87e73a2f2150 +size 417137 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_FirstBlood_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_FirstBlood_010.uasset new file mode 100644 index 00000000..943c07eb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_FirstBlood_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145f7c1c6d984c1ca19fa4e52ab0cd9bd639a7e0f4427790cfdc3e421cdaf335 +size 377544 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Revenge_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Revenge_010.uasset new file mode 100644 index 00000000..1ae48dea --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Revenge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bc149ca3e7a2c30d7a9d955f04e8d3fc9ac5be8af7eec3557fcbaca986cf98 +size 455666 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_SameEnemy_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_SameEnemy_010.uasset new file mode 100644 index 00000000..c720b0a1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_SameEnemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d765930aafb88c01c7da50feffbacc19b0279cac637ae3c7ccd6343d51d166 +size 439169 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Shutdown_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Shutdown_010.uasset new file mode 100644 index 00000000..816b6896 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Shutdown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee35858e2915bf14fa71e2bb8011657d7b290735816cd433a43ad448998ba581 +size 449074 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Streak_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Streak_010.uasset new file mode 100644 index 00000000..251443ae --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Kill_Streak_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7de09dde4ce24f60411b5de416c1fd20d237c77e848453cd336a49fff73bc68 +size 775334 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_AbilityLevelConfirm_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_AbilityLevelConfirm_010.uasset new file mode 100644 index 00000000..28321ead --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_AbilityLevelConfirm_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9aa515c5e3e9da1d61f1562c2aacf53c7350653536d50209e1fab059b0c89d0 +size 408021 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_AbilityLevelConfirm_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_AbilityLevelConfirm_020.uasset new file mode 100644 index 00000000..a61eb179 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_AbilityLevelConfirm_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d660b99db7405186405ef3e5d6962e0f7fad225e62d26a28779292700f1e75a +size 361428 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_BoughtItem_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_BoughtItem_010.uasset new file mode 100644 index 00000000..5294a275 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_BoughtItem_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e938ccee9689545c15a32308cdc074075941e30cd124cb09b95063af5c1e54 +size 550359 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_CardPoints_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_CardPoints_010.uasset new file mode 100644 index 00000000..7de35add --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_CardPoints_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1884f0e32f5b0cc5e2c34812f15e9a574e343bb241b02a7a2659784027fc4041 +size 619743 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_010.uasset new file mode 100644 index 00000000..68e9b589 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e463c0463c820da85bb69d16f416833cb02737e12c1613034dee6c3d6b8a584 +size 577820 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_020.uasset new file mode 100644 index 00000000..8eeec995 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0443def269fbf1882108cf29eac40a9f1c822f602ffebab8be4ccaf289bd4354 +size 549110 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_030.uasset new file mode 100644 index 00000000..0e78f3c4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Five_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d49787bc028f2ba52a040bcc14a43677997401012605ba7ff8c2235529c7bda +size 668255 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Up_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Up_010.uasset new file mode 100644 index 00000000..1935adf0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Up_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71c9fe3ff6baee078dc8ce769fe31827428d543ef16a6d89782fa660b29e24c +size 587529 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Up_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Up_020.uasset new file mode 100644 index 00000000..1d995653 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Level_Up_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5c2804f29b3211f3cbf7085f1e7c98b75658ddbb48765b85f6c663c71fa14da +size 430647 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Death_Narbash_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Death_Narbash_010.uasset new file mode 100644 index 00000000..8de2b2c0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Death_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53d9fddcda421ecd93c0c4fdb0c977731bd436fd06c27c0497a5ecab522eaf15 +size 352134 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_010.uasset new file mode 100644 index 00000000..e1562337 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c3ec67f4208af17d668f81ce89483582e15ef2d65317ba6b8e1948189a8b7d9 +size 578381 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_020.uasset new file mode 100644 index 00000000..a1afe17a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a3640e6d57123159c405ce08e9b0c284111edaf601aa16a4700011afdbf585 +size 489759 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_030.uasset new file mode 100644 index 00000000..6fa59669 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Kill_Narbash_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f0e60f29d20485c074a41e719b1c20380a20cbfd0ce654d5f2da84e2b8f4df +size 783831 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_010.uasset new file mode 100644 index 00000000..847c3858 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:328cae8564707e41144eaecd523d0c1b48cf95ff6914d24fb7a65428483152da +size 556603 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_020.uasset new file mode 100644 index 00000000..c25c1433 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c16f1626baefadfb13f8736d0700f0af171cc3bc683767442b9034ef6b41f1 +size 714929 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_030.uasset new file mode 100644 index 00000000..3c6639cc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0285622df587303137b1e080ebb16267aa30fe249d20e87947f0b50a21ef20fa +size 579255 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_040.uasset new file mode 100644 index 00000000..dc070e81 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777609d362335fcf524e34370870963cb0938e7745ac4788227c940008b62027 +size 628581 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_050.uasset new file mode 100644 index 00000000..9d622fb1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a1a41614d84c6352cca601b87f8b3212537fda222dd38f6444ab6d15c80ed +size 352759 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_060.uasset new file mode 100644 index 00000000..9aadd19f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6d898f9769b18cc2a314a14c715644f201271cb4b56a5f2e0bd254d0f6efd8 +size 434283 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_070.uasset new file mode 100644 index 00000000..290d5f2e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834e5693dc9a42a3e74a18ec20304f07108cfb7562bd8bbf023b8b445b2a9216 +size 573736 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_080.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_080.uasset new file mode 100644 index 00000000..c3cf6793 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Lore_Narbash_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb69a8857e53acf47ab1f0cc26e08714fedd90d757b1a3432baa24db5650fa8 +size 758238 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_010.uasset new file mode 100644 index 00000000..d17dd306 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9963ab7c4a17ec1d51fcc4cc3ced98c7a43a3cc0edc535e7f9ca4d0b0e008a1b +size 545913 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_020.uasset new file mode 100644 index 00000000..86d3cd74 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d062abdcef8f78088e36d5cd2d493ea5755e413511a45a08e5a2fd1be79861 +size 661088 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_030.uasset new file mode 100644 index 00000000..49ca5ebe --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3017a2eccefe4a614af9a4bcd7c8888e80dd660975cae884e547a406e90c9e45 +size 1148355 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_040.uasset new file mode 100644 index 00000000..f9ec4e9f --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:042fe0d1024795ee0664a9e4cb2b267c0297cadad74e6e4cf58878acc95daeeb +size 1378547 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_010.uasset new file mode 100644 index 00000000..c93d5daa --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749254133636760185dd701fc876718bc54da11b0578b36c41c0c89d79a5e5db +size 674229 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_020.uasset new file mode 100644 index 00000000..5a8aed3a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f62eb8c206a450501ca04be1b6734299d1f410e61cfd46e8700948eef7d6b0 +size 630726 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_030.uasset new file mode 100644 index 00000000..fc0d81d9 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c872d9090554ba5cfbcfb2e0e9000757fc0c4c3ffedc61d4c8cf92f2453312a +size 2213252 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_040.uasset new file mode 100644 index 00000000..6bb01559 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5561f1137f11c60a7d195e1530d4e2894604fbd96dd40f8f2a3652e3c2cde424 +size 3617203 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_010.uasset new file mode 100644 index 00000000..df0e5cb4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a8994b62add8e2fc0391bf02282eeca2148ab0f502702b7038a6bdba06b963 +size 291932 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_020.uasset new file mode 100644 index 00000000..0a1f3a2d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de20acbf5c19fcc4e9ff6e60931e24b242dda83b9e81fdce606555d5759218a +size 400814 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_030.uasset new file mode 100644 index 00000000..4528c481 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894c5f0660ae725ecaf0b7eefe702aed98c1e62fe791088009627fee44f3da83 +size 840905 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_040.uasset new file mode 100644 index 00000000..44ec6ca7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7dc5099b5dbb7b33afad739e33a3aa6bb791ad30de81f8ace1e3680dc0ee3d6 +size 368335 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_050.uasset new file mode 100644 index 00000000..a26e602d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0cf0dd2b64ef26f5c2a563daa6132fb2406fb387dc87d8886b1979535ef644 +size 1314988 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_060.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_060.uasset new file mode 100644 index 00000000..c5129760 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbc0c68daa6cc13b629df3d3e289b832dabe5ce9e14f215be6a1bfb4a24400e +size 2230942 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_070.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_070.uasset new file mode 100644 index 00000000..e2d2a03d --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:433818292e9739d6e8f221b3c76606d6612f34d2b5e31ec1a5ba810fc64d0a13 +size 1567971 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Revive_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Revive_010.uasset new file mode 100644 index 00000000..afad8088 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Revive_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0fdaf20eef5a81a29d82f42b456ae1afd18a8c5c8dfc3999769498b19149ba +size 494969 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Revive_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Revive_020.uasset new file mode 100644 index 00000000..ee05e158 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Revive_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33be402d072b8a52f351caea7272d6a1f7105101ee176b21010a1849e5e06229 +size 614071 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Ace_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Ace_010.uasset new file mode 100644 index 00000000..aa9cb971 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Ace_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92a50b079628414994225ff5a3299b732beb8ab598ae524d15e122e355f3c64f +size 686188 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Buffed_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Buffed_010.uasset new file mode 100644 index 00000000..4eac04d1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Buffed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce93798039548c157c99bf9e16918f0a10cc0b83cc791558e6a892c713a6663 +size 534376 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_010.uasset new file mode 100644 index 00000000..a939f17c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a144cf8f89da7a742758d2aded8a0e8c0bcf43a39e0e9efae6b6e104c4eccf12 +size 727327 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_020.uasset new file mode 100644 index 00000000..04e5f9db --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da5022f322041df605a49a0ace33673f144ec140cbd2378807992b450f515dc +size 317401 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_030.uasset new file mode 100644 index 00000000..d39ff286 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Celebrate_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0eba9ba327d44e34a4a1ec720058e7a2d10ec57a14ede944dc917c17c7e07eb +size 647707 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Danger_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Danger_010.uasset new file mode 100644 index 00000000..bc5dd069 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Danger_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada0ddd3db8197c561d7c085ecf9a5d7cf48cf7c5544a7b4aebc1ec8887e9baf +size 446738 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_010.uasset new file mode 100644 index 00000000..9e7025ea --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619ce3f807c37db6d8533e8a3b81dc4ab60d09553c38c2cd3797d875e762afd8 +size 733082 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_020.uasset new file mode 100644 index 00000000..5fb9d194 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d851c61b1f51e786ce552aef423870a3ab9ab1d909350a8b21ffa095e39dda +size 651985 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_030.uasset new file mode 100644 index 00000000..b983e16c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Defeat_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11cd1a5faaa87ee6b30808b0a28724c39368a0d24a82e6493ffcdeec436b210 +size 622120 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_010.uasset new file mode 100644 index 00000000..9d6a1029 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870f3131be168d14011f3d928fb1e74921fb31b17f14545af2c0737fe5195afb +size 346016 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_020.uasset new file mode 100644 index 00000000..03af3c14 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e788a201827e1f6a4bc34cc556bd7d1908a6d05a6f9d8bf99f87b96943578fb0 +size 483611 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_030.uasset new file mode 100644 index 00000000..1a3ffead --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f2a93c13994c0717c5b8da562d6ea356c085fbf246cfeb4080631b4a69b4ad +size 481656 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_OrbPrimeActivated_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_OrbPrimeActivated_010.uasset new file mode 100644 index 00000000..406d381a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_OrbPrimeActivated_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5918bd8ac897296dfc753da98b7461d9dd8b9a3372ba7f1b630b06a657f96928 +size 496083 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_010.uasset new file mode 100644 index 00000000..6d1633f0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edc1f16321a9735a1bc140d020eb770234d482207a993b07cf6b94c12dfebb9 +size 340410 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_020.uasset new file mode 100644 index 00000000..fbc9aba0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34749c0f942c094871d2cc1d94d0e5d1ca9dc33e5d9361f50fbc02c0c77efd1 +size 403549 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_030.uasset new file mode 100644 index 00000000..91fdabf2 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Recall_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d034c7c7ab2e8765a1247a059679fbb5a9e02ae133a4472590053b1ffb3f7b69 +size 392244 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_TeamDead_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_TeamDead_010.uasset new file mode 100644 index 00000000..14627779 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_TeamDead_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d873b595f146c11c0366e3417a6a92042e30b32e5fb863b3c23b312572e7e07 +size 586472 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_010.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_010.uasset new file mode 100644 index 00000000..e7d3aac6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfeee1dd0e6cfe7c6caeace9b83a3b088c4d353889998b695f98002a256bf0b5 +size 526812 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_020.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_020.uasset new file mode 100644 index 00000000..f3dc22dd --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0ec0827a458667b0303c15b6499f0c2547945f4ed34277ca4821e6d9dd8bad +size 509345 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_030.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_030.uasset new file mode 100644 index 00000000..be27557e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef4cfa5a6e39046f0865dc5949b551074c6ae0e6035d7e0c8220a6c9e0c1f78 +size 704501 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_040.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_040.uasset new file mode 100644 index 00000000..b1ccd28b --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3e35966e5f4f8581a7e9b8be5ab3965ba821d6cd7d3543aaa5291b17f6bbff +size 997363 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_050.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_050.uasset new file mode 100644 index 00000000..7e0e593a --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Sounds/SoundWaves/Grux_Status_Victory_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7558addebae880c08945f9aff30fe86150f27548964c28cf56b5f2d7005a2306 +size 599899 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Eye_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Eye_D.uasset new file mode 100644 index 00000000..fb3480d1 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb8fac95a3fed47439c5e8e1d6d2d4f8ba9a39869a2bd70b8901a317bb26c1cd +size 10161379 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Head_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Head_D.uasset new file mode 100644 index 00000000..5b0db12c --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Head_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91edc390306aafb0c1144b70b9eee1c9de1830b00d0e6765b6e8941049704900 +size 33496988 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Head_Mask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Head_Mask01.uasset new file mode 100644 index 00000000..5a7301e6 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Head_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c30fe5be4e7bd87485b045a0c322501d16df0abf55a3600754b2f776d2fb1ba +size 21035760 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegsHands_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegsHands_D.uasset new file mode 100644 index 00000000..400dae53 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegsHands_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67899a168ddd5685cf4d52db1c21bc92785332e3fe9f9647b2a3c1e9e8a4f519 +size 33019049 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegshandsMask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegshandsMask01.uasset new file mode 100644 index 00000000..146fac45 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegshandsMask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba662d5319515d8c96381a9ad042d0ab9095020eaf9566efa68913173ac20b6 +size 17433781 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegshandsMask02.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegshandsMask02.uasset new file mode 100644 index 00000000..6e15f3e0 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_LegshandsMask02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e2a620278db31aa3ca172b13e8a5b4be00a3bb5ebdb9e27f669cd9646b052ae +size 11583136 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Legshands_normals.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Legshands_normals.uasset new file mode 100644 index 00000000..c2fbf278 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Legshands_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4de81dd91b13c74568084bd865e19437a7c8962df4dc7ae31af92ed24a53b6 +size 15695580 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Skin_Elephant.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Skin_Elephant.uasset new file mode 100644 index 00000000..4725a6af --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Skin_Elephant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8c7333e25387b146528fe2b333a652e80ce1a1c78d9c9b6b43391328a1d1bb +size 2127807 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Skin_Elephant_Color.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Skin_Elephant_Color.uasset new file mode 100644 index 00000000..0f66445e --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Skin_Elephant_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4b7054ef9ffe4e7e4b6240885b325e07feac5aedce547c2b3114761be07879 +size 2545274 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_D.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_D.uasset new file mode 100644 index 00000000..f2720468 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d6fa0eda7b37b88a7f0006d604b36531b490c1183a5b691064c0438231d652 +size 37607942 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Mask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Mask01.uasset new file mode 100644 index 00000000..2f1ecbb7 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aceee3fc70fd134f0d96ea3d6b175202eef48f1a78c1b4da32e3ffa57fe531e5 +size 21394445 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Mask03.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Mask03.uasset new file mode 100644 index 00000000..f1c910c4 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Mask03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eed847473be65c52a7df32332efa6a4955fd0446251e61d9384e6ae80060d80 +size 22602702 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Tint_MASK.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Tint_MASK.uasset new file mode 100644 index 00000000..4ff8f243 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_Tint_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab2f15e2447a0ee4f94bec7a50d3567fd249c8335b2ff70c5e37b8594073857 +size 363016 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_normals.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_normals.uasset new file mode 100644 index 00000000..9b334295 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_Torso_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96a2316ae3fca5c078491cfcee32fab6f2306e7bc5a3bb7ab3c7fa3077729e6 +size 26075881 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_EmissiveMask.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_EmissiveMask.uasset new file mode 100644 index 00000000..fe59f8fc --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57578bab8da4d7bd7c9c0ca2876590b992601c1df8cfe3f410d9bbc87281220f +size 1996436 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_Mask01.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_Mask01.uasset new file mode 100644 index 00000000..529cf1bb --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5e76f92ade87a797de10697c548475243b75c59cb9abdd91797ec98f68ebcc +size 27048125 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_normals.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_normals.uasset new file mode 100644 index 00000000..ae1dc406 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_accessory_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c4fda215ba52c501ec7f9eeb26b844eb7cd2c7ef721bd7e771951050255d42 +size 14995724 diff --git a/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_head_normals.uasset b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_head_normals.uasset new file mode 100644 index 00000000..4a8e2c30 --- /dev/null +++ b/Content/ParagonGrux/Characters/Heroes/Grux/Textures/T_Grux_head_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3751eb988f468289d022abf1b945ee2cd207e05ce725573059b81d01955ce7f0 +size 21003080 diff --git a/Content/ParagonGrux/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 00000000..aee80073 --- /dev/null +++ b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c419febeb7350060027724c3e3925f86ff3cd8ec9a1d3b6b3d4bdf3bea3b4e8 +size 9423232 diff --git a/Content/ParagonGrux/Characters/Maps/BackGroundAssets/HDRSky.uasset b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/HDRSky.uasset new file mode 100644 index 00000000..ec3c6200 --- /dev/null +++ b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/HDRSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080b2f707c972345d02047f4946b674b34986557f9e04526e4266cfdef2fd9ba +size 97807 diff --git a/Content/ParagonGrux/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset new file mode 100644 index 00000000..6185a591 --- /dev/null +++ b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03461932329a9b3bb0acffe21e774663478b8a945821710abeb4746101a0237c +size 90205 diff --git a/Content/ParagonGrux/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset new file mode 100644 index 00000000..dac7df06 --- /dev/null +++ b/Content/ParagonGrux/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca978c6d5bec953c1826c3c19aa3903e667a16bb2f91ba63e526fa1676124fb +size 492822 diff --git a/Content/ParagonGrux/Characters/Maps/Grux.umap b/Content/ParagonGrux/Characters/Maps/Grux.umap new file mode 100644 index 00000000..0cba9eab --- /dev/null +++ b/Content/ParagonGrux/Characters/Maps/Grux.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcabfbefb5b7b412efcb0021213f25cd767fdabdfad4b5dab38814084a2a0972 +size 22651 diff --git a/Content/ParagonGrux/Characters/Maps/Lighting_Background.umap b/Content/ParagonGrux/Characters/Maps/Lighting_Background.umap new file mode 100644 index 00000000..3663a739 --- /dev/null +++ b/Content/ParagonGrux/Characters/Maps/Lighting_Background.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb35d56f204f7d74a02b3f3d80ecf63c467e2a0598cd8cec0e0407bc904ad6e3 +size 43462 diff --git a/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Drops_Inst.uasset b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Drops_Inst.uasset new file mode 100644 index 00000000..9c039b57 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Drops_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:705805736d9e24828f19d2d660272dba80cfd3d41dc89b95301bbbd0f857fc90 +size 78820 diff --git a/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Drops_Master.uasset b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Drops_Master.uasset new file mode 100644 index 00000000..bd1643a7 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Drops_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1d25ebd54435d49be0247b2ced069a7a5a76727c5bac96a261bcd30502c087 +size 78598 diff --git a/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Master.uasset b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Master.uasset new file mode 100644 index 00000000..713389cd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10444355d892e98a56fb86ec94e0a3337c12e2f317eb18679582ae9f67000e +size 113840 diff --git a/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Splat_INST.uasset b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Splat_INST.uasset new file mode 100644 index 00000000..d0ea8fe1 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Bleed/M_Blood_Splat_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ff467af737e73503a783a20189ef02ca2862350d7d111bb0fc648b1729a5d3 +size 106430 diff --git a/Content/ParagonGrux/FX/Materials/Debris/MI_Rock_Eataway_Inst.uasset b/Content/ParagonGrux/FX/Materials/Debris/MI_Rock_Eataway_Inst.uasset new file mode 100644 index 00000000..115b485e --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/MI_Rock_Eataway_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98c5c6abffbf9a9ab4fcf1f662413106f765195e9b9cfcc41c640e90adddaaa +size 161933 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset new file mode 100644 index 00000000..3be5338f --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4a3da3e80b4ff53ea8a46e45afb7324cdf90482e3a01d609694d8ac7878b4d +size 87304 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Debris.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Debris.uasset new file mode 100644 index 00000000..89693033 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46fa0b0a49aa1be1b65dd0b54b840912f6c2535a626c53fb73f5bffc8391e69f +size 100562 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_DebrisChunks_FakeLit.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_DebrisChunks_FakeLit.uasset new file mode 100644 index 00000000..df759ffd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_DebrisChunks_FakeLit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483bb431429b8468c3e04a80ab96f6c3c90d4d18e7354b7c02299061b557b77b +size 97352 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Debris_Fast.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Debris_Fast.uasset new file mode 100644 index 00000000..7efa157d --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Debris_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ef0b1fd1bccd10f5f8cef18d45fa917322a0e53fca3b7e66fde089bd8910eb +size 85808 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_DirtTestInst.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_DirtTestInst.uasset new file mode 100644 index 00000000..c7fa8246 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_DirtTestInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae11d3f1b705caf39eb8f7e1b1ec03257eef2ba33258bf921416b2cdf0a1139 +size 78985 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks.uasset new file mode 100644 index 00000000..a91cf571 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d0d67cda7af440891d1853f0d8e6bb0dd5bf17ce7345cc983662ded1d645bf +size 106289 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_OrangeInst.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_OrangeInst.uasset new file mode 100644 index 00000000..38274baf --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_OrangeInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a298d8bbe04bf5601700816adf486bb47c9277167a36c3e2e0ab2f0d1e812b05 +size 97272 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand.uasset new file mode 100644 index 00000000..267239ba --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae2d53f7bc890dbcf9ce7436afb181b00ca57e645eac01399aa52b8099c1dd4 +size 101382 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand_MagmaColor_Inst.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand_MagmaColor_Inst.uasset new file mode 100644 index 00000000..e198efba --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand_MagmaColor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb5cf043b061376160e34b56d149b52e92ad1179f0f459b10f87b99f87a8634 +size 82177 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand_ParticleColorInst.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand_ParticleColorInst.uasset new file mode 100644 index 00000000..30b524e7 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Explosion_RockChunks_Rand_ParticleColorInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb50ded0835ec1aaa484230d512e0b1d5b4034015c3c9db3145b23ba13dbd767 +size 73887 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_GlowingCoreStone.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_GlowingCoreStone.uasset new file mode 100644 index 00000000..22ab6f51 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_GlowingCoreStone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345bfef2c3f304aa7f0227ab09624fcec47e32390dd0bcc912b5a7747328db17 +size 126030 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Grux_Stampede_DarkDebris.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Grux_Stampede_DarkDebris.uasset new file mode 100644 index 00000000..11c1d075 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Grux_Stampede_DarkDebris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0a06ba41a817938523935b727a5d2ce66047ae961d0021ddc52734aef00734 +size 85375 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset new file mode 100644 index 00000000..7bf4bddc --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f16afcf02c4f9436d4fecb990f1cf2beea7be66dd0a84b1708912030bd757859 +size 66966 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset new file mode 100644 index 00000000..ad30caec --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b025bfb4176c534f1fc9dd4343623653e080a062b92901488e56423e3782a7 +size 91988 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset new file mode 100644 index 00000000..57fb31dd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c483e93f158b185a18014e77ca3082e27c3740a6600854860bfa32634cd7303 +size 66696 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset new file mode 100644 index 00000000..77802b0c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48ca28cb95395e601a537936bba0d14228aeb9301884f017a601412ec07a6b2 +size 92193 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_MaskedDebris_NoEmissive.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_MaskedDebris_NoEmissive.uasset new file mode 100644 index 00000000..9cd233e5 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_MaskedDebris_NoEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaa233850e5c39612a65ee9db4a415b16e8b0f806197a75204849de18e0607b +size 91042 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_RockPile_MeshEmit_01.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_RockPile_MeshEmit_01.uasset new file mode 100644 index 00000000..9da61b99 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_RockPile_MeshEmit_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d34bc59cce5394796841812602e078526bf6e7997ad4a9de9a01a399f23707 +size 124614 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Rock_Round.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Rock_Round.uasset new file mode 100644 index 00000000..35020b85 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Rock_Round.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58779266520e30fc7e2f27154e5adc0bc6062aac8a22394d60803f0bd83da22b +size 169775 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_Rock_Trail.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_Rock_Trail.uasset new file mode 100644 index 00000000..731f9223 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_Rock_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b3f15b63c3ae56acc4c0b13cc7f00bfc84e9d4294221c08b3c663ca5120bf0 +size 99474 diff --git a/Content/ParagonGrux/FX/Materials/Debris/M_TransDebris_NoEmissive_Simple.uasset b/Content/ParagonGrux/FX/Materials/Debris/M_TransDebris_NoEmissive_Simple.uasset new file mode 100644 index 00000000..ac477d03 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Debris/M_TransDebris_NoEmissive_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36c222abcfb167b0dd999f47972cc3484d7a72d9064e95a2ca5996c536bf18e +size 89100 diff --git a/Content/ParagonGrux/FX/Materials/Environment/MLC_ScratchAndGrime.uasset b/Content/ParagonGrux/FX/Materials/Environment/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..1a5b5929 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4211a30f26b19d82990ec91229cc68ef22622a4e267a934340d06ada40190845 +size 77956 diff --git a/Content/ParagonGrux/FX/Materials/Environment/MLC_Standard.uasset b/Content/ParagonGrux/FX/Materials/Environment/MLC_Standard.uasset new file mode 100644 index 00000000..f7593a45 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594e451b6b5dd7dad856dfa6dc7678a25ec35689f499432006203d30e54d5cad +size 86002 diff --git a/Content/ParagonGrux/FX/Materials/Environment/MLC_Standard_TriPlanar.uasset b/Content/ParagonGrux/FX/Materials/Environment/MLC_Standard_TriPlanar.uasset new file mode 100644 index 00000000..69a1ecb8 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/MLC_Standard_TriPlanar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d0203b7a43c1c2de7778d12d599cb737eed8bccdef61e8636709b4310e9c8e +size 128672 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_01.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_01.uasset new file mode 100644 index 00000000..c24d1339 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a2ffbbaa15fbf2502251367b20f8e0b548cf570803838814ce142d11974602c +size 124659 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_Hadrian.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_Hadrian.uasset new file mode 100644 index 00000000..31d7336e --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_Hadrian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6edbd680e69ffaaefdd58686f9feaec62fb3b32eae9c958f3308074830a5c72b +size 127635 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_Hadrian_3.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_Hadrian_3.uasset new file mode 100644 index 00000000..72042620 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_Crunchy_Hadrian_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2945eb8f7a5856d18f4d490b35d602fa0d159c1bc107a60a7e4749047e3099d4 +size 128123 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_Mossy_1.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_Mossy_1.uasset new file mode 100644 index 00000000..b6440150 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_Mossy_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9713a17af474624ac73abc20a31bcf832c3fe71f341ebaa8b0df456ab8e18cab +size 120731 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_SharpRock.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_SharpRock.uasset new file mode 100644 index 00000000..b4d09e25 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_SharpRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed8e44aa908a78d0baef0064794ef63bb662f46416319ce43b0d39c5f8d2792 +size 125998 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_Slate_1.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_Slate_1.uasset new file mode 100644 index 00000000..29401b7d --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_Slate_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b55e4ce394e51f12c759184c042aaa557982b1fb3de025d2624d8108e13f2f +size 115499 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML_Terrain_BeachGrass02.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML_Terrain_BeachGrass02.uasset new file mode 100644 index 00000000..ddf95a46 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML_Terrain_BeachGrass02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0df41742366076c753e6ecc0693ead05c4ad6b0ef60982a0301628cfdf46bf +size 123021 diff --git a/Content/ParagonGrux/FX/Materials/Environment/ML__Blank.uasset b/Content/ParagonGrux/FX/Materials/Environment/ML__Blank.uasset new file mode 100644 index 00000000..8b614586 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4511242dc39fdd9985309a776266c66ad5b04b81c1f968d0b3129a9a9740e5ec +size 79102 diff --git a/Content/ParagonGrux/FX/Materials/Environment/M_RockSlab.uasset b/Content/ParagonGrux/FX/Materials/Environment/M_RockSlab.uasset new file mode 100644 index 00000000..fe7aee84 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/M_RockSlab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c480c69f63c09679a164bdb37ef416ec2ca5bd2c5dc10c8fbc9b27d7e3a000 +size 240562 diff --git a/Content/ParagonGrux/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset b/Content/ParagonGrux/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset new file mode 100644 index 00000000..d464c9c2 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8642a48cabf858841e1711500202c7ee29ffc501dd76f4c9a56ed64bf30459f +size 100715 diff --git a/Content/ParagonGrux/FX/Materials/Fire/M_FA_Lights_Inst_1.uasset b/Content/ParagonGrux/FX/Materials/Fire/M_FA_Lights_Inst_1.uasset new file mode 100644 index 00000000..b443ff49 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Fire/M_FA_Lights_Inst_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eee84816b0b5bcdee2c02db4dc67b1d3dadc21761785faed56e63018b83c25f +size 67689 diff --git a/Content/ParagonGrux/FX/Materials/Fire/M_FX_Fire_Flamethrower_SubUV_01.uasset b/Content/ParagonGrux/FX/Materials/Fire/M_FX_Fire_Flamethrower_SubUV_01.uasset new file mode 100644 index 00000000..a3af2a6a --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Fire/M_FX_Fire_Flamethrower_SubUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2430384ecd357c85ea2412c0c60d96f72cf1d77385927bb7563d030bf07da3 +size 110964 diff --git a/Content/ParagonGrux/FX/Materials/Fire/M_FX_Fireball_SubUV_01.uasset b/Content/ParagonGrux/FX/Materials/Fire/M_FX_Fireball_SubUV_01.uasset new file mode 100644 index 00000000..c3887d45 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Fire/M_FX_Fireball_SubUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d466f0d745598c85b704dc8158e2ab8eb537fa672cfedfa753ee916fe5d4683 +size 114609 diff --git a/Content/ParagonGrux/FX/Materials/Fire/M_FireTrail.uasset b/Content/ParagonGrux/FX/Materials/Fire/M_FireTrail.uasset new file mode 100644 index 00000000..0bae7d9c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Fire/M_FireTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37789970cefafcff313eb807ebd0797b1d475d32253058a869430b336d321f74 +size 126835 diff --git a/Content/ParagonGrux/FX/Materials/Fire/M_GruxTrail.uasset b/Content/ParagonGrux/FX/Materials/Fire/M_GruxTrail.uasset new file mode 100644 index 00000000..6c296be3 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Fire/M_GruxTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feeb548b81f1bf7f7bd4ad0ed61a208f061e483433d6eba4523d341f59f7fa6a +size 103812 diff --git a/Content/ParagonGrux/FX/Materials/Flares/LightShafts/M_FallenAngelLights.uasset b/Content/ParagonGrux/FX/Materials/Flares/LightShafts/M_FallenAngelLights.uasset new file mode 100644 index 00000000..162dd700 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/LightShafts/M_FallenAngelLights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60358a5db6a04135f991bd163fea92f578018007285efdf8d96d973432575aaf +size 91125 diff --git a/Content/ParagonGrux/FX/Materials/Flares/MI_GruxUpperCutGlow_Inst.uasset b/Content/ParagonGrux/FX/Materials/Flares/MI_GruxUpperCutGlow_Inst.uasset new file mode 100644 index 00000000..01a096b0 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/MI_GruxUpperCutGlow_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c53e52831c0dc09ea24f301e2f6c522dfc04a7b6a5e9bdf1db4ca3f0b888a4 +size 94469 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_AddGlow.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_AddGlow.uasset new file mode 100644 index 00000000..78a12eb2 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_AddGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f7dc906b40606fde5cd6781bddf62a920011fcacdb4e2fcdc000fc1f0854812 +size 82382 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_AddGlow_Star_Inst.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_AddGlow_Star_Inst.uasset new file mode 100644 index 00000000..d2ce0997 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_AddGlow_Star_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2795c513be7181c4f6b27ef440ea18ae6675536da2ba85ccf88a2cbe58eef6eb +size 67275 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Burst.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Burst.uasset new file mode 100644 index 00000000..6d2d179a --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b3e25a8a93fd03ee0f078893f16f9f205e93ba9b08290001646ff556f931b8 +size 88417 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Camera_Ripple.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Camera_Ripple.uasset new file mode 100644 index 00000000..e25ea341 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Camera_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0383e9cc3987c0a13af8e3e90814d298e7891e5355ee793256d6e400d448b218 +size 112207 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Cone_Flare_Master.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Cone_Flare_Master.uasset new file mode 100644 index 00000000..3695700f --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Cone_Flare_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c660e50a69e29a3d155d870cf19729456b79080467e90cf99c46c5421cb24ec0 +size 79564 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Cone_Flare_Soft_Inst.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Cone_Flare_Soft_Inst.uasset new file mode 100644 index 00000000..41b9cfe1 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Cone_Flare_Soft_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ffdaf548c400ba2cc49d4b358a93fc68981279290ea2b186eef5c626419bbf +size 69467 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset new file mode 100644 index 00000000..aba9f345 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d63a8b697ce4b18c51b4c6d9181bd811b0dac6b25eb7308362bf5f577b3de3 +size 95155 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Flowerburst_Flare_Master.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Flowerburst_Flare_Master.uasset new file mode 100644 index 00000000..e5828328 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Flowerburst_Flare_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843e41b845b871b35b58119301a55ee5444b224afd37bc5aefc8340bba72d83b +size 104823 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Flowerburst_Flare_Master_TexSwap.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Flowerburst_Flare_Master_TexSwap.uasset new file mode 100644 index 00000000..ebeee48f --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Flowerburst_Flare_Master_TexSwap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a17405ea10b1370a96d0c3e11ea63c74f824d718a58afd78db3bd7e19746868 +size 100969 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset new file mode 100644 index 00000000..985f4471 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644c6f96ea40d69238c1358a05d65db329d0dbdd48187bf7bf5d5c0001ec9b2e +size 73871 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_ImpactGlow_TexWipe.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_ImpactGlow_TexWipe.uasset new file mode 100644 index 00000000..13ed6b75 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_ImpactGlow_TexWipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec5e4a4e6fe149957cecaebd441d8e382bbfe3eb28cfa6b768c483921b1a0b10 +size 92218 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Lensflare_TB_SoftGlow.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Lensflare_TB_SoftGlow.uasset new file mode 100644 index 00000000..53fa4284 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Lensflare_TB_SoftGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb60190380dac61628b1e856f28cfd5f6983ab643ee06dbf41586030e890fc6f +size 50075 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Shield_Lightbeams5.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Shield_Lightbeams5.uasset new file mode 100644 index 00000000..7810a158 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Shield_Lightbeams5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bacfb2cabe9a458755a311867ad36ca7cb75179acc35f49119e226739697b0 +size 188355 diff --git a/Content/ParagonGrux/FX/Materials/Flares/M_Tri_Test.uasset b/Content/ParagonGrux/FX/Materials/Flares/M_Tri_Test.uasset new file mode 100644 index 00000000..987f52c2 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/M_Tri_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2eb7e9535059867d706763cfb1946f99ae03e55d0c01d0ce7e0ea19ae8d2bd1 +size 66922 diff --git a/Content/ParagonGrux/FX/Materials/Flares/m_DarkFlare_Dynamics.uasset b/Content/ParagonGrux/FX/Materials/Flares/m_DarkFlare_Dynamics.uasset new file mode 100644 index 00000000..62570d7c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/m_DarkFlare_Dynamics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f58f1bdc8215e3d7916be185eef6afa212e83cf0b14e49591f6569eabfae9bc +size 76584 diff --git a/Content/ParagonGrux/FX/Materials/Flares/m_flare_01.uasset b/Content/ParagonGrux/FX/Materials/Flares/m_flare_01.uasset new file mode 100644 index 00000000..6f86175b --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/m_flare_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d9b7c90333f93e42a64e8c68d75b5db456cd6300b8b791cbc7c3f9ce36f59c +size 81088 diff --git a/Content/ParagonGrux/FX/Materials/Flares/m_flare_simple_depth.uasset b/Content/ParagonGrux/FX/Materials/Flares/m_flare_simple_depth.uasset new file mode 100644 index 00000000..2d549a89 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Flares/m_flare_simple_depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b779b067995df7d35372175a980b7ef1e34a13ccc073d6b9619376bc6a0da18 +size 77207 diff --git a/Content/ParagonGrux/FX/Materials/Functions/FX_EmissiveModulate.uasset b/Content/ParagonGrux/FX/Materials/Functions/FX_EmissiveModulate.uasset new file mode 100644 index 00000000..f2bb4f29 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72870f48f738f64bd98b6749bac4ff4dc76a9463cfc25135615fec1d060dda2 +size 43567 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..95cdf142 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01cbfda027cce6b6cceff5da14a3fb84d7e2ec30a85e8be8f65104a6913e8ba +size 77140 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_ColorMaskPicker.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_ColorMaskPicker.uasset new file mode 100644 index 00000000..6135cabb --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_ColorMaskPicker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1d8498ca81f1d6e5031602801bbdf2efce6b8e27a1486d9d2316f43028fcb7 +size 111458 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..be0c391c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7979ed992b50aa87317bc836b550bb8c01fed4db9d38a88627c218fa06ebbed +size 49327 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 00000000..fac5357e --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccc7a9bcccd55a50b471289f9c2fdc73a5bb63240010043a55820253b4c6afd +size 77725 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..15c5f151 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7bf07adf53f007b582a2c72a970fe7381c702927fdcdc7741b0678e4e3bcc35 +size 103678 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_HeightBlend_HQ.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_HeightBlend_HQ.uasset new file mode 100644 index 00000000..922d5e71 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_HeightBlend_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc08156f232967edc7732d074d086d5c6eb1bd5ba546f4b2c8fefeca49a45fff +size 79912 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_ImpulseCurve.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_ImpulseCurve.uasset new file mode 100644 index 00000000..27235964 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_ImpulseCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab34fefed1b640341705b7649b0ddeec87bd49a7b037926f8e235a2eeaab4f28 +size 78028 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_ObjectScaledTexture.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_ObjectScaledTexture.uasset new file mode 100644 index 00000000..310e4f76 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_ObjectScaledTexture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b42f4a93a4691ed544feaaa00eceea23524562761fd5753a588178b0b877c8c8 +size 106833 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_ParticleRandomSize.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_ParticleRandomSize.uasset new file mode 100644 index 00000000..09ada596 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_ParticleRandomSize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f33414e9de02a7299c2d7efb376984e6610a13684a7477594d77523d9d8efa2 +size 47423 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset new file mode 100644 index 00000000..cd6ce92c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d659c1367f9533e2bea626ac512ff1a3701d2168d4eb31b3a42028d4f7f7ad1d +size 49223 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_PixelDepthScaledBias.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_PixelDepthScaledBias.uasset new file mode 100644 index 00000000..a3019201 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_PixelDepthScaledBias.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e95b536b292185ba9802a1697d8731d6f0d0976b28246c7dc2f10517e5478ab +size 101848 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_Radial_Gradient_Parabolic.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_Radial_Gradient_Parabolic.uasset new file mode 100644 index 00000000..5a81f19c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_Radial_Gradient_Parabolic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f2f2679e4b63ac96eed2a89cc7e672226d645ce9dcff0eab69c02f75569633e +size 78746 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 00000000..8511be35 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9203076e3a0c6788c4a499cd86bcae8ba16046a601ca169d81dc9206aa4a39bb +size 94829 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_RecursiveTiling.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_RecursiveTiling.uasset new file mode 100644 index 00000000..1d6f07a3 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_RecursiveTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1f5226323a4daa2918c36a6718a4120bf58aa8c7710d4c0a868b063a6e0120 +size 121220 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_RecursiveTiling_Normal.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_RecursiveTiling_Normal.uasset new file mode 100644 index 00000000..6c59039c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_RecursiveTiling_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742e132d74258ea227b53c22dea8b7864b8dfb6f09d4ac3b1439fde45ecb6e98 +size 132807 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_SmoothStep.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_SmoothStep.uasset new file mode 100644 index 00000000..6d88350c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_SmoothStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fbc2964638409150beed9192828d54d6a363e42cdd6b36a02501df4e883dd11 +size 50601 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..e6ae4843 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c279f28892f24cb1194211cd83a179008e8fde3b1c75227abc4c08e83f259c85 +size 81604 diff --git a/Content/ParagonGrux/FX/Materials/Functions/MF_TriangleWave.uasset b/Content/ParagonGrux/FX/Materials/Functions/MF_TriangleWave.uasset new file mode 100644 index 00000000..bccbb6e6 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/MF_TriangleWave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16a62918852d751ed8e47a46467e252cefececb26e4c92875e20571774b497a +size 106388 diff --git a/Content/ParagonGrux/FX/Materials/Functions/mf_ColorExponentialGradient.uasset b/Content/ParagonGrux/FX/Materials/Functions/mf_ColorExponentialGradient.uasset new file mode 100644 index 00000000..420cb2d1 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Functions/mf_ColorExponentialGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf18872251a117fd94d370e9da24053abc2bb67e93620e0846873ec6e75652c6 +size 50336 diff --git a/Content/ParagonGrux/FX/Materials/HeatDistort/M_Heat_Distortion_GPU.uasset b/Content/ParagonGrux/FX/Materials/HeatDistort/M_Heat_Distortion_GPU.uasset new file mode 100644 index 00000000..1155fb24 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/HeatDistort/M_Heat_Distortion_GPU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db971cdcea6989bff29d7ad7e84e0ec88adba5b9b86abc68232188959130787f +size 73867 diff --git a/Content/ParagonGrux/FX/Materials/HeatDistort/M_ParticleRefraction_SimpleHeatDistortion_AlphaControl.uasset b/Content/ParagonGrux/FX/Materials/HeatDistort/M_ParticleRefraction_SimpleHeatDistortion_AlphaControl.uasset new file mode 100644 index 00000000..35322e6c --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/HeatDistort/M_ParticleRefraction_SimpleHeatDistortion_AlphaControl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adf330b61714bb71921e42d862aaf2bdffc7f2149337260f700a3eced078b20 +size 84847 diff --git a/Content/ParagonGrux/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset b/Content/ParagonGrux/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset new file mode 100644 index 00000000..d97c8ef7 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0c3808345733ac6a2bb8cee6f388fac47f5de7795f019b24fe252f89a0c575 +size 82773 diff --git a/Content/ParagonGrux/FX/Materials/Heroes/WarDrum/M_Sonic_Shockwave.uasset b/Content/ParagonGrux/FX/Materials/Heroes/WarDrum/M_Sonic_Shockwave.uasset new file mode 100644 index 00000000..55f38adb --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Heroes/WarDrum/M_Sonic_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7668f2e30ddd9d8e986cdcff0cc4d2f3e28cf87b290856b27e6d2a1f1ae8d4b +size 106298 diff --git a/Content/ParagonGrux/FX/Materials/Lens/M_Camera_MagmaGrux_Inst.uasset b/Content/ParagonGrux/FX/Materials/Lens/M_Camera_MagmaGrux_Inst.uasset new file mode 100644 index 00000000..2f388e16 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Lens/M_Camera_MagmaGrux_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572d18fce4da518ed681ca2a134fe669f2c56b019658302d8df03f774ddf6277 +size 116571 diff --git a/Content/ParagonGrux/FX/Materials/Lens/M_Grux_Magma_Ult_CamLens.uasset b/Content/ParagonGrux/FX/Materials/Lens/M_Grux_Magma_Ult_CamLens.uasset new file mode 100644 index 00000000..61e9e276 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Lens/M_Grux_Magma_Ult_CamLens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1220b65885b23747d7055cb01c4420b51af2662dfede397358ac6afdc414db4e +size 118042 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Brightfire.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Brightfire.uasset new file mode 100644 index 00000000..26dd1de6 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Brightfire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a77da5a88d07fd4e89cec6fea3dfd77da49a67c7a3178aa209026803fb04a1d +size 109699 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_BurningStone.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_BurningStone.uasset new file mode 100644 index 00000000..8d5cb4b9 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_BurningStone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:769fa7e1732da4c9f91d8d54b640cf711ebeac36760adeacde9376e758d5efbd +size 97017 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Dash.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Dash.uasset new file mode 100644 index 00000000..ba0649af --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Dash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aff75c7f919a496a0da520f96b7e3e7f1086f6262864697bf3cedb849b774c5 +size 128905 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Flare_impact.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Flare_impact.uasset new file mode 100644 index 00000000..10a9e583 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Flare_impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b197667ba5e309ce49c5345277ad81b4d4511b3ddcbd898c18fcb2b81db8665 +size 86503 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_LavaSpary.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_LavaSpary.uasset new file mode 100644 index 00000000..b106be1e --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_LavaSpary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c39f5ab8224fbd27c6a8d2d5a8aaaf064eb3fbe752ed8203368703e3fb1ee7fa +size 99769 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Lava_Chrunk1.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Lava_Chrunk1.uasset new file mode 100644 index 00000000..161225ae --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Lava_Chrunk1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c3a5b31cb81d423b1c507cac4d6ee29042a3e2d5a320f63f62643c0b9dca44 +size 148557 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Shorwave.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Shorwave.uasset new file mode 100644 index 00000000..38f49a3f --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Shorwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530a426d00ee2e48a2ba28c0e22be6c16aa54eb113f2fd2baae2747406661fa5 +size 117192 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Shorwave_dark.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Shorwave_dark.uasset new file mode 100644 index 00000000..0f816c3d --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Shorwave_dark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934af8ccdc56225686d81a8582d4cc32562a55a740f4c41f1bb06e7c7101fad2 +size 116619 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Smoke.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Smoke.uasset new file mode 100644 index 00000000..b2ba9699 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efeaaf5ef78f9fd0a4be08d3d1833571465de3005a7a3cf11c0f1dc7c476277f +size 92869 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Strong_Trail.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Strong_Trail.uasset new file mode 100644 index 00000000..6f37b8ac --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Strong_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:543d362cef9cf67ab50049b962883d75dd77b688dabd79125baba8f2c524eb7e +size 167569 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Strong_Trail_dark.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Strong_Trail_dark.uasset new file mode 100644 index 00000000..8018ae19 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Strong_Trail_dark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d519323640f0bde7a8afc4175e89348037cedafe352382198068e89bd189dd0 +size 113328 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Trail_regular.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Trail_regular.uasset new file mode 100644 index 00000000..cef880c8 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_Trail_regular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7574e373c73a43cfa7c2cf077e103aba256015441b109f2a351234dd44c3c5f9 +size 142240 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_fire2.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_fire2.uasset new file mode 100644 index 00000000..e944b607 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Magma_fire2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd954c9e37f1a23b91d09a24f91db6178e681da611b0edcd26ecd9aceb3f319 +size 88440 diff --git a/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Stampede_CameraFX.uasset b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Stampede_CameraFX.uasset new file mode 100644 index 00000000..662bafcd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Magma/M_Grux_Stampede_CameraFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7842519426091095efc43142ac20f03dfb3c98c6231dd1fa42ec767a91479a2 +size 78740 diff --git a/Content/ParagonGrux/FX/Materials/Param_Collections/OrionGlobalArtCollection.uasset b/Content/ParagonGrux/FX/Materials/Param_Collections/OrionGlobalArtCollection.uasset new file mode 100644 index 00000000..097ec06f --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Param_Collections/OrionGlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589ec78b12c1f7a91b362322297697d7d78c1a16fdfe3b9597c7d264bb7817c0 +size 2636 diff --git a/Content/ParagonGrux/FX/Materials/PhysMats/PM_ShallowWater.uasset b/Content/ParagonGrux/FX/Materials/PhysMats/PM_ShallowWater.uasset new file mode 100644 index 00000000..0d35a91a --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/PhysMats/PM_ShallowWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18f9f171dded004d86c4c8be1fceb95f46e17fe5ae486731e06099aaa8f033c +size 1224 diff --git a/Content/ParagonGrux/FX/Materials/PhysMats/PM_Water.uasset b/Content/ParagonGrux/FX/Materials/PhysMats/PM_Water.uasset new file mode 100644 index 00000000..1b074058 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/PhysMats/PM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4337ef2c84ee4c70e0b4aaa0b93ba472546849e315bb506b3248c0fe3e5f878d +size 1068 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/MI_Swipe_GruxKnockup_Inst.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/MI_Swipe_GruxKnockup_Inst.uasset new file mode 100644 index 00000000..3f177a88 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/MI_Swipe_GruxKnockup_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56962b7549c46c3d6961c64ee20dcbbf2fb98d24f5ae7df19de6d3687773ffd +size 88910 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/MI_Swipe_MagmaGruxKnockup_Inst.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/MI_Swipe_MagmaGruxKnockup_Inst.uasset new file mode 100644 index 00000000..7e863102 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/MI_Swipe_MagmaGruxKnockup_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f70e181803d9fae2280b12ac7b59649043e2fab0502fac6a44ec89991fad5331 +size 88605 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_Distort_Smash.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_Distort_Smash.uasset new file mode 100644 index 00000000..397a021e --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_Distort_Smash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae16366835837c3af53b8b32c217132a044cd55e72b94ec6600c0510355cb084 +size 127172 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_Distort_Wave.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_Distort_Wave.uasset new file mode 100644 index 00000000..f2db4526 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_Distort_Wave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82ba64275900f5526daa94825ff275b581fd2d309b86979f789876bcb08d384b +size 103591 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_Grux_Stampede_Shockwave.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_Grux_Stampede_Shockwave.uasset new file mode 100644 index 00000000..670bb235 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_Grux_Stampede_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91afbd47d6e6b6f36ca41925af563ca07cc67b588a6a52a7cc3b1e19a780bcad +size 81640 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_Grux_Ultimate_Shockwave.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_Grux_Ultimate_Shockwave.uasset new file mode 100644 index 00000000..513c3b01 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_Grux_Ultimate_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5630d15377f589c9d8e9bf8b41c9c5fa65f4a214f54e0c5471f59fc507024a1c +size 106656 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_Impact_Refraction.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_Impact_Refraction.uasset new file mode 100644 index 00000000..4ee2367d --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_Impact_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e1b8e7baab83cbbaedff07d5ff3e8b64659c2e46cbeb6d63377bfadb7c1918 +size 80917 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_Radial_Blur_Refraction.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_Radial_Blur_Refraction.uasset new file mode 100644 index 00000000..40ec8c86 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_Radial_Blur_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1840b4b86bf8a2ce2a55b618ace55dc58171f6c214d3b29ead259639b73b1cd7 +size 89781 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_ShakeParticleRefraction.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_ShakeParticleRefraction.uasset new file mode 100644 index 00000000..52313764 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_ShakeParticleRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802d249da451c8c98982675f58b279ffc04a6b4d0fba75bf0644cacc69269ad7 +size 88325 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_ShockDistortion.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_ShockDistortion.uasset new file mode 100644 index 00000000..901dd71a --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_ShockDistortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163c87be6ed87bd176ab56272e4cfe7c205f052def33452bf9ae51dc447cff5f +size 83821 diff --git a/Content/ParagonGrux/FX/Materials/Shockwave/M_WingSwipeHoly.uasset b/Content/ParagonGrux/FX/Materials/Shockwave/M_WingSwipeHoly.uasset new file mode 100644 index 00000000..d05e71b1 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Shockwave/M_WingSwipeHoly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869d6d1370c51fb988842256746bfd21a6ac672a8d372288e86f87d8e31efa23 +size 127568 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_BreathSmoke.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_BreathSmoke.uasset new file mode 100644 index 00000000..3d8444bd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_BreathSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4efc7608e8dc018a3bbfbbf95a26af5277da138525b8460516ccb5b92acff0c +size 75404 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_InvisSmoke_MasterAdditiveWarp.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_InvisSmoke_MasterAdditiveWarp.uasset new file mode 100644 index 00000000..4eef659b --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_InvisSmoke_MasterAdditiveWarp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc2b4298083f7031f6590ca7051ae131c298a06017036ecc8497ff91bda4a75 +size 99498 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_Rampage_Lunge_Smoke_INST.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_Rampage_Lunge_Smoke_INST.uasset new file mode 100644 index 00000000..05d9f3c2 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_Rampage_Lunge_Smoke_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbe999317215c0fdcb6834088799b2e92543eabcfd38be6f5950b2eb977f0555 +size 84947 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_Rampage_Smoke_Cheaper.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_Rampage_Smoke_Cheaper.uasset new file mode 100644 index 00000000..228ca2bd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_Rampage_Smoke_Cheaper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1fa0aa63548b66e3cb659c59555146af587892d7170d4fc105e6983db13b17 +size 95415 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_SmashLingerSmoke_WispySmoke.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_SmashLingerSmoke_WispySmoke.uasset new file mode 100644 index 00000000..acbda244 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_SmashLingerSmoke_WispySmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d642f40531e6921f45e7d91d9971a2687d4013a249a3ff8c3f74e64745922b +size 74514 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_Smash_Smoke.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_Smash_Smoke.uasset new file mode 100644 index 00000000..9dc386b0 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_Smash_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ddd093bd6ae2ec6bb90fe618d2b536034073d394a8495c00a8c9fcfb4a1a5a +size 104436 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_MASTER.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_MASTER.uasset new file mode 100644 index 00000000..07ded400 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a90e17c469e56fb9999ab40c20e37fd6c2582921b33ab697adc813b7f9829f +size 95756 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_Omni_Emissive.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_Omni_Emissive.uasset new file mode 100644 index 00000000..26c0c509 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_Omni_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71ed924b1c8178e350e302dc75af9613a5c199af161ae1c844f412473c1f5849 +size 102643 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_Omni_Inst.uasset b/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_Omni_Inst.uasset new file mode 100644 index 00000000..3714a438 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/M_ThickSmoke_Omni_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb219c3838770b9ae05d0e81e87bafda16b00d844d984cc029392efa169d0a3 +size 89108 diff --git a/Content/ParagonGrux/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset b/Content/ParagonGrux/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset new file mode 100644 index 00000000..61411b10 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeSoft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397b1f499e6d6fb8c9883da16203493d13227a61a0a939b9353ceb384ad95884 +size 80058 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/Embers/M_Emberglow.uasset b/Content/ParagonGrux/FX/Materials/Sparks/Embers/M_Emberglow.uasset new file mode 100644 index 00000000..a1426155 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/Embers/M_Emberglow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a10d6f40b9f3ee7a4bfe4db25d4ea5716e44136413a4c2d4d37db0993dcd5f +size 75224 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonGrux/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 00000000..47d1d2c5 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed951d1cd0faf067e17b5b00dcac51af2f654f3a68ca8041799eab7c5e4f484f +size 79827 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset b/Content/ParagonGrux/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset new file mode 100644 index 00000000..8960ab04 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07fa5c5c3f5e578de883733108e01fb1b640c78897d11ebff869daac319f31b +size 86690 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/M_SoulEmbers.uasset b/Content/ParagonGrux/FX/Materials/Sparks/M_SoulEmbers.uasset new file mode 100644 index 00000000..136d85c5 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/M_SoulEmbers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecad4f7e7a483cbf21b34b6cbd0367b455d45e997719c5ed0d4ca5084a36e286 +size 96732 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset b/Content/ParagonGrux/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset new file mode 100644 index 00000000..480f9bba --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b1400b212b96c41a04adeb542237f6f89f34b57ac7261bab0a269278e24e8e +size 100248 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset b/Content/ParagonGrux/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset new file mode 100644 index 00000000..d537d584 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9314602518f21b19c29b853758d3a73739dc63ff0471900fcadf5fdeced23e5d +size 96863 diff --git a/Content/ParagonGrux/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random1.uasset b/Content/ParagonGrux/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random1.uasset new file mode 100644 index 00000000..854cb9d1 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe1660d5700c18a5032240b9bae377df815a55732cc59664694d51dceb4e59e2 +size 91339 diff --git a/Content/ParagonGrux/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset b/Content/ParagonGrux/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset new file mode 100644 index 00000000..b320aa12 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Trails/M_Crunch_Hook_3D_Trail_GLOW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359438110e2aa2f13f178bb2f6c07159045ff903fd7512ed0e22327f0a56ab56 +size 128518 diff --git a/Content/ParagonGrux/FX/Materials/Trails/M_SpeedTrails.uasset b/Content/ParagonGrux/FX/Materials/Trails/M_SpeedTrails.uasset new file mode 100644 index 00000000..f13db7b3 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Trails/M_SpeedTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c548d11db68e6a3893bde6bc9ae1d6a1edf0f4577fc37f083b423e4685fb074 +size 78018 diff --git a/Content/ParagonGrux/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset b/Content/ParagonGrux/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset new file mode 100644 index 00000000..36ef41fd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06da6a0e1b5c1302e2478f95b434e2999abd6d5c97f99077912b8129af326264 +size 97972 diff --git a/Content/ParagonGrux/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset b/Content/ParagonGrux/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset new file mode 100644 index 00000000..7c51c266 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a819322f90c7a77e6cfd71f48e905b6967aeb865cd98e7b878793280b7ee5d6 +size 86078 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV.uasset b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV.uasset new file mode 100644 index 00000000..64ed0759 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539374dfd6e4174af7485037fb376a9b750770b234a392653e1c268ebb897735 +size 134081 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Inst2.uasset b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Inst2.uasset new file mode 100644 index 00000000..51b01834 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbcf2a27365c0df9f6ad6e7e60c4ece70ead1367fc74e7ffd5da5b47870d506 +size 74017 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Inst3.uasset b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Inst3.uasset new file mode 100644 index 00000000..84156c6f --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Inst3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4f3c6a954478dcbdddfc60c61ab9697c53b3e757ad6f3f5cec6aa85c3c6649 +size 74868 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Lava.uasset b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Lava.uasset new file mode 100644 index 00000000..41c741d2 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_LiquidSplash_SubUV_Lava.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2add00fa16c8f0d7439bd0176a3572827cd255d278408a54f0a93feab24a52a +size 129576 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_Liquid_Drip.uasset b/Content/ParagonGrux/FX/Materials/Water/M_Liquid_Drip.uasset new file mode 100644 index 00000000..5e1cdbbd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_Liquid_Drip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be1e3bd3b4ab3682a77e1f9c2dc73425ccf1f73e46696d0d7aebb3bc9a515754 +size 101532 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_WaterImpact_Cylinder.uasset b/Content/ParagonGrux/FX/Materials/Water/M_WaterImpact_Cylinder.uasset new file mode 100644 index 00000000..48b8f350 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_WaterImpact_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d85fefc2fb099bd9d7cdc6b33295c3573fc15b316fb2efd06d4d6aa0743314 +size 145867 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_WaterImpact_Strand_Masked.uasset b/Content/ParagonGrux/FX/Materials/Water/M_WaterImpact_Strand_Masked.uasset new file mode 100644 index 00000000..24de35cd --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_WaterImpact_Strand_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824570260977f52820f65d3ee13ee0d69a3e56d3d77aadb57237d94d75942e65 +size 84711 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_Water_Drops_Master.uasset b/Content/ParagonGrux/FX/Materials/Water/M_Water_Drops_Master.uasset new file mode 100644 index 00000000..3b958d16 --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_Water_Drops_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63986a2f7beee110134c1771564fb7a13d0fb0898c9fc0f61241630e1841952 +size 97814 diff --git a/Content/ParagonGrux/FX/Materials/Water/M_Water_Footfall.uasset b/Content/ParagonGrux/FX/Materials/Water/M_Water_Footfall.uasset new file mode 100644 index 00000000..d297f1bb --- /dev/null +++ b/Content/ParagonGrux/FX/Materials/Water/M_Water_Footfall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc3b0f14576ea8ff86313a5a06886385e9ac9bc912b328a91ee2f3adff77652 +size 103371 diff --git a/Content/ParagonGrux/FX/Meshes/Debris/SM_Boulders_1.uasset b/Content/ParagonGrux/FX/Meshes/Debris/SM_Boulders_1.uasset new file mode 100644 index 00000000..7b861704 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Debris/SM_Boulders_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71a802777d22c369092959f2e99765230ebdcb17e73ea164b2172cee1edbcd50 +size 151467 diff --git a/Content/ParagonGrux/FX/Meshes/Debris/SM_Boulders_3.uasset b/Content/ParagonGrux/FX/Meshes/Debris/SM_Boulders_3.uasset new file mode 100644 index 00000000..dd2bf29b --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Debris/SM_Boulders_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a80f26c230fb0d7ab56e5f2a86a55f99cbbc1020615de2b3c915e1bf772976 +size 149722 diff --git a/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_02.uasset b/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_02.uasset new file mode 100644 index 00000000..7a2b3465 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab295ff17ded24299663cf4a030ff0ab0c43ad074fd0c2774924a80fa6809a96 +size 136282 diff --git a/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_Chunk_LowPoly.uasset b/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_Chunk_LowPoly.uasset new file mode 100644 index 00000000..3f33b2be --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_Chunk_LowPoly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f595465c3d159b9099baef35b20c1f8fe6680c36a732328d981128632eb55e5 +size 1496694 diff --git a/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_Crack_Inverted.uasset b/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_Crack_Inverted.uasset new file mode 100644 index 00000000..26bbaf4e --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Debris/SM_Rock_Crack_Inverted.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f1da988f2093b1b76f4474618af3ba7208dead4f8a5d8746167ff6205e4c2a +size 126682 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Arc_Ground.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Arc_Ground.uasset new file mode 100644 index 00000000..57f17570 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Arc_Ground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdab3c6df8dcff2751b9de3ab19f407c70124ebcecbebcc8393632e44570819 +size 167262 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Camera_Mesh.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Camera_Mesh.uasset new file mode 100644 index 00000000..dd87b5a3 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Camera_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:313d325a5735a2e6b6fa69fa2e67636cacf67ccc3f4c5ab5d096e399638eab33 +size 320728 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Dive_Flames.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Dive_Flames.uasset new file mode 100644 index 00000000..6c4c3931 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Dive_Flames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9e036ba0e7cc875fc9fada716b856deb00d8a076040d6bd7794267412dc899 +size 133876 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_GroundPound_Shockwave_Core.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_GroundPound_Shockwave_Core.uasset new file mode 100644 index 00000000..b54ab7f3 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_GroundPound_Shockwave_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3be1b3fc6a38ec6722f784c6ca3167c78a49c2962cb424736f60e399d732ab6 +size 185906 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Grux_Gold_Dash.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Grux_Gold_Dash.uasset new file mode 100644 index 00000000..68ba96a2 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Grux_Gold_Dash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37523fa7fe0874d3d71b4b334c8087c1e07fe4ed41c8af74e44aed6307d95422 +size 282881 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_HalfSphere_Noise_Twist_FFD02.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_HalfSphere_Noise_Twist_FFD02.uasset new file mode 100644 index 00000000..0c0c9efe --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_HalfSphere_Noise_Twist_FFD02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6426c8d32a89a5c09b84068f6078e09ec1173580ebafad6556cc477eb4cca42 +size 238454 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_KnockupSlash_Grux.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_KnockupSlash_Grux.uasset new file mode 100644 index 00000000..506beea7 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_KnockupSlash_Grux.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104f9577925ebcb6d6adf9e3e1e03df48ded851a1d18b9404d220393c6a7e47d +size 177120 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_NormalsPlane_Edge.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_NormalsPlane_Edge.uasset new file mode 100644 index 00000000..a4d919c0 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_NormalsPlane_Edge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38350c811f367c18863a4dc782aa2c526977d19edb97c412026e1570e8f080a +size 103895 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Shape_Flowerburst.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Shape_Flowerburst.uasset new file mode 100644 index 00000000..6f9661fa --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Shape_Flowerburst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650804ce4bd2e2b877e0ea5d67aa6f22c88a16bc5c44a2bc71dcd4b76f8fd072 +size 183251 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Sphere_Scale_Unit_100.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Sphere_Scale_Unit_100.uasset new file mode 100644 index 00000000..cb5ded7a --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Sphere_Scale_Unit_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e18e564af99d5b2fd8f724cb3c9d0d0774be65dd4a31ae0d5bc3430743d77d6 +size 444414 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Steel_UltSmashShockwave.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Steel_UltSmashShockwave.uasset new file mode 100644 index 00000000..a96cb1d7 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Steel_UltSmashShockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7911380a426a551e5b1a0e3f6dd54e92cdd8b7f559e861a6738e17a7bd367280 +size 227158 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Torus_Simple.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Torus_Simple.uasset new file mode 100644 index 00000000..66184b5d --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Torus_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42175c9289bfac3559f7f15ab87f64716b545623d6c927bdcf3764325972463d +size 197851 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_VertexColor.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_VertexColor.uasset new file mode 100644 index 00000000..8ea28bd8 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_VertexColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41778da8fc746ea9a9b4e93039aee4cefd999173c336c5db1d2e6eb0104c7405 +size 636113 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_Wardrum_DrumImpact_SphereShape.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Wardrum_DrumImpact_SphereShape.uasset new file mode 100644 index 00000000..55cfa63f --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_Wardrum_DrumImpact_SphereShape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6645e3c11791cae96af12b15d28a9e9c0dfe4d5091f198ba5847f93d877915 +size 166891 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/SM_plane1poly.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/SM_plane1poly.uasset new file mode 100644 index 00000000..5acfc4e7 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/SM_plane1poly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26defbd503df63b6a7e61b00ac63359c92fc3aa8fd9fc81b3cbae1207c0382d8 +size 91473 diff --git a/Content/ParagonGrux/FX/Meshes/Shapes/refractive_sphere.uasset b/Content/ParagonGrux/FX/Meshes/Shapes/refractive_sphere.uasset new file mode 100644 index 00000000..80eaaf79 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Shapes/refractive_sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9810cb2ae857413efa62a728f867ad268cd61cf86dd3ef0d4c5eb451a6c4133c +size 306729 diff --git a/Content/ParagonGrux/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset b/Content/ParagonGrux/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset new file mode 100644 index 00000000..676a5994 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef57edb76b10075f6cc6f24ed78e9f3999b390b1615e141c0965dbe3eb67bc0 +size 152582 diff --git a/Content/ParagonGrux/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset b/Content/ParagonGrux/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset new file mode 100644 index 00000000..24546f48 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff39db54cb7fefad188492fafee4c984d4ab25b591b7edd09ecdcc03fcd103cb +size 152619 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_PrimeHelix_Splash_V02.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_PrimeHelix_Splash_V02.uasset new file mode 100644 index 00000000..b74991a0 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_PrimeHelix_Splash_V02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f4bd8dbeb5dee0d563910199d2c95741d3c66a4fa91770d93324ddb343605b +size 1091716 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_PrimeHelix_Splash_V03.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_PrimeHelix_Splash_V03.uasset new file mode 100644 index 00000000..eefbd6a9 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_PrimeHelix_Splash_V03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2e2260aaa9eb2cca1145a2ef049c88b1e52bb8ab0a9c6d9aff0e606258e13f9 +size 669654 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset new file mode 100644 index 00000000..b9395756 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34daf8712e6d03396df378a3b0a457d1008d29c77b6774dc15bd17793f503c24 +size 497202 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset new file mode 100644 index 00000000..d852f233 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71feda820d367dd130a15c768c538996576bfd2740d90dc2ccd436ed6edca3b0 +size 247137 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset new file mode 100644 index 00000000..f8262827 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd2bd14d5471419262b2cf270d3375c01168677a943800864f81936f538888b +size 244528 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset new file mode 100644 index 00000000..06c756ae --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97af8ac42838d4ef21b30d1a6fa2107443f40bf84ca0c7049a50a9b7a6d5b5c6 +size 242960 diff --git a/Content/ParagonGrux/FX/Meshes/Water/SM_Water_Footfall_Average.uasset b/Content/ParagonGrux/FX/Meshes/Water/SM_Water_Footfall_Average.uasset new file mode 100644 index 00000000..8fe630c6 --- /dev/null +++ b/Content/ParagonGrux/FX/Meshes/Water/SM_Water_Footfall_Average.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c851b1d744571af9b33eb38504bdcf79ad4ff781fc6be54902ce55e10c8124e7 +size 119432 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_Grux_Knockup.uasset b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_Grux_Knockup.uasset new file mode 100644 index 00000000..72af95eb --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_Grux_Knockup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2bbae0b140dd9e074e94b771f764bce8522e3a3c682939f287a8c9eaaea627a +size 457267 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_Hardknocks_AOE.uasset b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_Hardknocks_AOE.uasset new file mode 100644 index 00000000..b2e64cb4 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_Hardknocks_AOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef635e53bd4563b459b1ea45c4bd44019b540eba76caf09dca26d7965ac9097 +size 792784 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_SwingMesh.uasset b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_SwingMesh.uasset new file mode 100644 index 00000000..85e670f3 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/P_SwingMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8eb6aa0acc569334801f1f0af0c3f9aa1649206d55960e81c7f3e8957616a0a +size 206628 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/p_WeaponFlash.uasset b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/p_WeaponFlash.uasset new file mode 100644 index 00000000..a116796e --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/HardKnocks/FX/p_WeaponFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a6cf8a89123b73fd382b733f6684bb6780154aa0049cb016b3a8beee0344f8 +size 47142 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_ApplyBleed.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_ApplyBleed.uasset new file mode 100644 index 00000000..a8c2df92 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_ApplyBleed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db9d2973331f53a34e6226047d6e22dc940d02e3e36f51023869a1f05825001 +size 48064 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_Melee_ShockwaveImpact.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_Melee_ShockwaveImpact.uasset new file mode 100644 index 00000000..628cdf99 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_Melee_ShockwaveImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e6b5d581d3456605b1a7acafc72af671f0c9773f8a4ad8ab73e6274c2af35e7 +size 159044 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_Melee_SucessfulImpact.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_Melee_SucessfulImpact.uasset new file mode 100644 index 00000000..75646d49 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_Grux_Melee_SucessfulImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56b5d02b08aef24b035d41519090cc109641f0b72473f4490537fb1e8e62f3b +size 90954 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_MeleeTrails_Regular.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_MeleeTrails_Regular.uasset new file mode 100644 index 00000000..27c898a3 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_MeleeTrails_Regular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9230fe516e178402d200af7299a0fe435e6e199dffb92eb94e19a69e6affaed +size 30599 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_MeleeTrails_Strong.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_MeleeTrails_Strong.uasset new file mode 100644 index 00000000..20dc0257 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Primary/FX/P_MeleeTrails_Strong.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e276dcec2b20b1086abe1a1cc03d886d4efee6e3f591c9b0489e26fc5efda2e +size 38992 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/P_Grux_RipplingSmash_ImpactedTrails.uasset b/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/P_Grux_RipplingSmash_ImpactedTrails.uasset new file mode 100644 index 00000000..f07c3509 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/P_Grux_RipplingSmash_ImpactedTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2706882228a06d317347fb0aa3cd0366cd6512d62971169796aa91e0a3b2b8a6 +size 35164 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/P_RipplingSmash_Aligned_Initial.uasset b/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/P_RipplingSmash_Aligned_Initial.uasset new file mode 100644 index 00000000..d4322b93 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/P_RipplingSmash_Aligned_Initial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7678d07b922ea4f6330cfff8b23b05ab4a2150c1ef30782339df477485ec8f +size 392432 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/p_RipplingSmash_SegmentFX.uasset b/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/p_RipplingSmash_SegmentFX.uasset new file mode 100644 index 00000000..f5438b8d --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/RipplingSmash/FX/p_RipplingSmash_SegmentFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b6920980808498a60343b2792d9e32132627d401fbccd997fb733e2980e318 +size 335937 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Cast.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Cast.uasset new file mode 100644 index 00000000..d7063603 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b121193519ca60f3fa0d43f3186e32ec4365bb01e5d757a0288d28f50c6daf2 +size 176482 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro.uasset new file mode 100644 index 00000000..884404f8 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15479c7e91304cebb722cbfade91db6708a265c048b9664a7316b0531d8072dc +size 83821 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro_CameraFX.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro_CameraFX.uasset new file mode 100644 index 00000000..275d2d5c --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro_CameraFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8611a0dfb73b0b2d4919eebae9f25d2e5f9b6977ddcd1fd1b2354f6636e12b3 +size 34355 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro_Flames.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro_Flames.uasset new file mode 100644 index 00000000..de58cb6f --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Intro_Flames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:832b5354f7c3a592368daa23f71cacde13af53ab307c927d36c641ee1cc04e17 +size 33870 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Step.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Step.uasset new file mode 100644 index 00000000..c591b1c7 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Step.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f049c1c54812798ff439526a40817db8c7940bc2beca0857c0c5c0a216e0fd0 +size 415266 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Trail.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Trail.uasset new file mode 100644 index 00000000..1dddf272 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Stampede/FX/P_Stampede_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a19e826864ce2d7e1cb9df35109133613da314d34697c90907dd19599238b56 +size 650440 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_ExecuteBuff_Loop.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_ExecuteBuff_Loop.uasset new file mode 100644 index 00000000..8cec5535 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_ExecuteBuff_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b717c947ac30679fa80a8358b0c92ab7488d1b5e35b7f47bc25e14d509c0850c +size 29385 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_Roar_Shockwave.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_Roar_Shockwave.uasset new file mode 100644 index 00000000..ae3a0419 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_Roar_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd5be083b6d1830018074aeb9bc4ffcd7006057bca3a4b03d414a5a005e2fd4 +size 309358 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponClang.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponClang.uasset new file mode 100644 index 00000000..054a0293 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponClang.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cabd03b9ed3eeca91e31fdcde6f51fccd0c6b3cbbb6a6e8b6b78ae4e44e6a4 +size 439596 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponClangV2.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponClangV2.uasset new file mode 100644 index 00000000..61b4be2e --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponClangV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5932a88224c0a79adbe5c185aa0428a030d642aafabec7dd4abed0dd759050 +size 389919 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponEnd.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponEnd.uasset new file mode 100644 index 00000000..78a74481 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436e586b0b89766e781fcbea9703ef30404df3ad2bbdf32733ca5a89f1628144 +size 56346 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponLoop.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponLoop.uasset new file mode 100644 index 00000000..8bb3327c --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_Execute_WeaponLoop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8692f4d6aeb062f9bf751d7cf52090ace6917d2873f4cd310a931697980edc9d +size 157332 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_MeleeTrails_Ultimate.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_MeleeTrails_Ultimate.uasset new file mode 100644 index 00000000..80b0031c --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/P_MeleeTrails_Ultimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e047db539dc6b0faf561a2a6b73642b5c73841038513ddb69d02f08981d2e1b +size 54359 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_Execute_WeaponStart.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_Execute_WeaponStart.uasset new file mode 100644 index 00000000..4fd1ca02 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_Execute_WeaponStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f59f67f8a36cdd7b9e17c3492c4856c7dfec07e0864044a9dc0a2a6c852b6f2 +size 135905 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_GruxUlt_GroundInteraction.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_GruxUlt_GroundInteraction.uasset new file mode 100644 index 00000000..d458bd43 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_GruxUlt_GroundInteraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c57abd9f61795e120d13ed56c64d5c422a6de828e99844d446614707f199ef +size 491704 diff --git a/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_GruxUlt_Roar.uasset b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_GruxUlt_Roar.uasset new file mode 100644 index 00000000..f5c40aba --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Abilities/Ultimate/FX/Rework/P_GruxUlt_Roar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:983eb928dc0e36d0969d1cafd4b9703c2dc8657ee7d90c349a6ad4d4efef66c6 +size 124844 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_GruxUlt_MagmaGroundInteraction.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_GruxUlt_MagmaGroundInteraction.uasset new file mode 100644 index 00000000..51865e82 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_GruxUlt_MagmaGroundInteraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df691c5f1dc3beab13a9a083d2a9320aa7b3648a87dc9617af100d1ff206def +size 624056 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Dash_CameraLens.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Dash_CameraLens.uasset new file mode 100644 index 00000000..496a49a3 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Dash_CameraLens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5fcbe30a7ff7e78482809e6c32000d394e460642124cc453bfd087f86ee8aa +size 247907 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Melee_Impact.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Melee_Impact.uasset new file mode 100644 index 00000000..0eef4974 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Melee_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07287bc0a347fdfd70e5cf948e0eae1daf999db618151097a656aa1a4dbdf3e8 +size 347204 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Regular_Trail.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Regular_Trail.uasset new file mode 100644 index 00000000..b22c3a61 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Regular_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4560383f61d98cf35190d708b7d7b3b5df3368f360a3a2dc15238c53fa45b120 +size 29663 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Removal.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Removal.uasset new file mode 100644 index 00000000..0d92f514 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Removal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37da740c3fd9a15f002be20598c81889ff888b5114b77f7af0b0e054e731f3c +size 381020 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Removal2.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Removal2.uasset new file mode 100644 index 00000000..d6b93f94 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Removal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44990e517dd48784d19e83b769f3fdaf6f38da63e08c05c2c740d3786243c653 +size 393295 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_RipplingS_Cast_inst.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_RipplingS_Cast_inst.uasset new file mode 100644 index 00000000..e690115e --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_RipplingS_Cast_inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05420ac78531e79a5a1bc79e3b56e1fb7fe05efd66ae47730ddda58bc4666b62 +size 584044 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Spawn.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Spawn.uasset new file mode 100644 index 00000000..b2bb9a93 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Spawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b0dd85679bde12f09a996f9809b19a58e3230b8b58b1ffd5abc823c2745112 +size 364764 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_StampedLegcyFire.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_StampedLegcyFire.uasset new file mode 100644 index 00000000..7ef247fc --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_StampedLegcyFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f5d950cb919aca4b7e11d4b6bb6a8aac3fbef7f391ab0dd9b8c49154ca6b05 +size 300731 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_StampedTrail.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_StampedTrail.uasset new file mode 100644 index 00000000..fb235d20 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_StampedTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e456905c0cdeceae806195864de19b12a28b8d590f49a9ae5f55a4afe6d9a2 +size 598322 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Strong_Trail.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Strong_Trail.uasset new file mode 100644 index 00000000..cc3686be --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Strong_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38453a224a11a9ccf16a78e55a4a4fe725a891e285e83a5384fb1632db1cab6b +size 43168 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ult_CameraLens.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ult_CameraLens.uasset new file mode 100644 index 00000000..2fcb8495 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ult_CameraLens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e365110cd554bb2601030c319f27534f1b962302123ef90030324ca509b65d01 +size 251426 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ult_CameraLensEnd.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ult_CameraLensEnd.uasset new file mode 100644 index 00000000..768ef127 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ult_CameraLensEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5981d29eb95414f5963a708f7de8594cb5b708671fded65fcda2d9b65911f6d +size 237413 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultima_WeaponFX.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultima_WeaponFX.uasset new file mode 100644 index 00000000..aad2c02d --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultima_WeaponFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b301d33767444f879e1b7bbcf38b9409c4f5a83beb4fc6186d2d04ab751cff2 +size 247860 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultima_WpFX_Loop.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultima_WpFX_Loop.uasset new file mode 100644 index 00000000..83ccdafe --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultima_WpFX_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3dae893873d612467b989d57bb25de68f5b81f5e7a27b3bd250ab84042a2331 +size 217668 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Cast.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Cast.uasset new file mode 100644 index 00000000..7322b897 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1519a81b61d6972fb0e9294030b5edf1521c9fff028534b85a89bb9a2e0e29 +size 259892 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Cast2.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Cast2.uasset new file mode 100644 index 00000000..cb831727 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Cast2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7c70194f9d811a0409c21bb289b8b64a89571e41f47bcc2d85bd2be659b522 +size 457592 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Clang.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Clang.uasset new file mode 100644 index 00000000..7542b2d1 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Clang.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e047c8a26bf1abd9a1b0979d21187516280be81b1f9f6a70886943092b6af6f8 +size 540970 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Trail.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Trail.uasset new file mode 100644 index 00000000..4cdf4cf3 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Ultimate_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bfe77144d70c705f60b273e73510f0a6743e6782132ca1227f74af6a2f6aec5 +size 44871 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Whirlwind_Impact.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Whirlwind_Impact.uasset new file mode 100644 index 00000000..fec95650 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Whirlwind_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11bf7382e0932caf2b22d19eb6fc72ce6e47e67b06fa2ea443086009f4c4ddd8 +size 486977 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Whirlwind_WpFX.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Whirlwind_WpFX.uasset new file mode 100644 index 00000000..dad59b92 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_Grux_Magma_Whirlwind_WpFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af05d8955ff7e41942ab47d511d238e42b1a429677479c479fef47ba41cd1069 +size 240121 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaGruxRoar.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaGruxRoar.uasset new file mode 100644 index 00000000..5751c921 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaGruxRoar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cded4b2c71bed8f5341f460c646c0ae1dc1556c46f537e7ec61b4720d89b53d4 +size 200690 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaHardknocks_AOE.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaHardknocks_AOE.uasset new file mode 100644 index 00000000..e5cad94e --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaHardknocks_AOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af42e27777277ba821aeb6a63760b04ed1c8f284916db06578800e22c1b6df9 +size 968805 diff --git a/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaSwingMesh.uasset b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaSwingMesh.uasset new file mode 100644 index 00000000..9eb33a56 --- /dev/null +++ b/Content/ParagonGrux/FX/Particles/Skins/Grux_Beetle_Magma/P_MagmaSwingMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce3ec0e99a1ee11a0ce5e275af0d022a0c8639791f330342c3f6e04409e68a8 +size 214101 diff --git a/Content/ParagonGrux/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset b/Content/ParagonGrux/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset new file mode 100644 index 00000000..e1fad205 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ea0f52b7371ed8f78b54a3efbe3611ef27ea73912ad42e009d8ac0dddd0314 +size 1572209 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset new file mode 100644 index 00000000..e4609315 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f023ddee82a687f9c6d5ff1e109f4c03024a7a744358f9dc1b23f0b6ea9705d +size 270753 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset new file mode 100644 index 00000000..1b08811d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b20ec809aa94f6f64a0ad18b5a66bd3981502dfc92accfc16271df2eb61a55dc +size 202055 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset new file mode 100644 index 00000000..b9895c9a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a36e8016e2cc5b210a8eb82f629da7de740ff2bc9121ba780d7a0af9059bbf +size 188634 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 00000000..441ccb0e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a743c57c03a69f2f08aa1f56ba0f865442a105c8c2a24a24a88b8b2ae49e17 +size 254756 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 00000000..5942fd82 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cfdca106b07be6e3753ee89f5947ef22b2b149901ec9614f98462533e8374c +size 389078 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Debris.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Debris.uasset new file mode 100644 index 00000000..a8130fcd --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d4e18bb69f76c33d0c6c3b744b47996b979262eaa73ff73107c6de47d9cc41 +size 99915 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Debris_Blur.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Debris_Blur.uasset new file mode 100644 index 00000000..8a1742cd --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Debris_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:488b437439df0fa221e82f7669ab428c928e26162f3947a1809b390c2eb71150 +size 115289 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Debris_Blur_A.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Debris_Blur_A.uasset new file mode 100644 index 00000000..8532c02d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Debris_Blur_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cdf46fc1dfd2d90af312766701618dcf08ed1e650874fd8fac802c53cf29df5 +size 66657 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_RockPile_01_D.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_RockPile_01_D.uasset new file mode 100644 index 00000000..9feeff9a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_RockPile_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bcf752ee352d6470933db439ac34261eb10c07c88de3ba490f031d86efe8a8a +size 7389957 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset new file mode 100644 index 00000000..b30ee4ea --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9bff6f95472f428582b7acefbc75fe35248366ca823f00f074559262451615 +size 4603475 diff --git a/Content/ParagonGrux/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset b/Content/ParagonGrux/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset new file mode 100644 index 00000000..e349cdd5 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145807c15c9fd0d264bc44000d88fc5e147d7ae1fc47bfca90ace3c05aa32891 +size 5810387 diff --git a/Content/ParagonGrux/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset b/Content/ParagonGrux/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset new file mode 100644 index 00000000..c6839394 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ef918843262f7cd776248aac39e494e495a54f2bef32c104babf634303c42a +size 602548 diff --git a/Content/ParagonGrux/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset b/Content/ParagonGrux/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset new file mode 100644 index 00000000..47b206b0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5c24ba9bc10607deebb1dc31ea7dad57927a46130abab867415b206b03c124f +size 491645 diff --git a/Content/ParagonGrux/FX/Textures/Energy/T_Plasma_Wisps.uasset b/Content/ParagonGrux/FX/Textures/Energy/T_Plasma_Wisps.uasset new file mode 100644 index 00000000..3970045c --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Energy/T_Plasma_Wisps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71d1373a29179d489dae7a982b0a563caacad7401b098e9f8a9bf6cdec12a027 +size 9082196 diff --git a/Content/ParagonGrux/FX/Textures/Energy/T_Plasma_Wisps_N.uasset b/Content/ParagonGrux/FX/Textures/Energy/T_Plasma_Wisps_N.uasset new file mode 100644 index 00000000..b4988eb8 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Energy/T_Plasma_Wisps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5806b12bfd7554b4f09a4d95048eb93bba21b44a898d5903ec225fd1ebb8ebe0 +size 11262351 diff --git a/Content/ParagonGrux/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset b/Content/ParagonGrux/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset new file mode 100644 index 00000000..fbdf42f0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6894c461d649b1387a41dfe7cefb4e7c3da978cd9e52abc95eba49a7c2b1d9 +size 72776 diff --git a/Content/ParagonGrux/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmokey.uasset b/Content/ParagonGrux/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmokey.uasset new file mode 100644 index 00000000..89520d22 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmokey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d129f198b791818756fd6187720fa27af45433dd0c85f5f974a07c3e6d22db70 +size 3073360 diff --git a/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset b/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset new file mode 100644 index 00000000..891090c1 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a27a07f9fb6f51bcb527e855b3403db3d0716b272947b36728f779b255bed5 +size 5558285 diff --git a/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_N.uasset b/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_N.uasset new file mode 100644 index 00000000..49cde991 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8273462c52dc16351134415e11e8c26e2f685b9690d1b0d51162313bb0c3140 +size 6511673 diff --git a/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_Smoke_Speed.uasset b/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_Smoke_Speed.uasset new file mode 100644 index 00000000..f8de6ea3 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Explosions/T_FireySmoke_01_Smoke_Speed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbecddeb1d85082677d7b20b0fe751e9c7d0343ed772e35906b9f597b3db223e +size 5136896 diff --git a/Content/ParagonGrux/FX/Textures/Fire/TX_Pieces_Of_Fire.uasset b/Content/ParagonGrux/FX/Textures/Fire/TX_Pieces_Of_Fire.uasset new file mode 100644 index 00000000..160aad89 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Fire/TX_Pieces_Of_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6871de66fd4fcaa7cb24fc10c8aae65dc9692dca243e9c9ff7d4ae34dabab614 +size 658757 diff --git a/Content/ParagonGrux/FX/Textures/Fire/T_EndFire_SubUV4B_64.uasset b/Content/ParagonGrux/FX/Textures/Fire/T_EndFire_SubUV4B_64.uasset new file mode 100644 index 00000000..3a40c170 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Fire/T_EndFire_SubUV4B_64.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160c26af2ee448fa1d602d59282adf19608327e00c73bfcd1464ada1531b445a +size 10183946 diff --git a/Content/ParagonGrux/FX/Textures/Fire/T_FireNoiseTile_02.uasset b/Content/ParagonGrux/FX/Textures/Fire/T_FireNoiseTile_02.uasset new file mode 100644 index 00000000..8d74cb7e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Fire/T_FireNoiseTile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3863afae00abc7b987ce62807464dea5f46b629cac2c4208ce25a1c391291623 +size 728249 diff --git a/Content/ParagonGrux/FX/Textures/Fire/T_Fire_SmokeWisps_Tile.uasset b/Content/ParagonGrux/FX/Textures/Fire/T_Fire_SmokeWisps_Tile.uasset new file mode 100644 index 00000000..654ed75e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Fire/T_Fire_SmokeWisps_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3772fb203f1fede901a7e474173d8e4a316e6e1c199362d4bd8c7c0ec0a31994 +size 4319971 diff --git a/Content/ParagonGrux/FX/Textures/Fire/T_fx_fire_fireball_subUV_01.uasset b/Content/ParagonGrux/FX/Textures/Fire/T_fx_fire_fireball_subUV_01.uasset new file mode 100644 index 00000000..56eca6f8 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Fire/T_fx_fire_fireball_subUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7a07b91f8d7517c4984a39eacbff15b7b58de86593bf6fc018096729f2398e +size 7439787 diff --git a/Content/ParagonGrux/FX/Textures/Fire/T_fx_fire_flamethrower_subUV_01.uasset b/Content/ParagonGrux/FX/Textures/Fire/T_fx_fire_flamethrower_subUV_01.uasset new file mode 100644 index 00000000..8958639f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Fire/T_fx_fire_flamethrower_subUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323c70076e8f0f0e199e9c2e3e1f53a5eee3c3ff91e3fe66b372d6888759d0ea +size 5178649 diff --git a/Content/ParagonGrux/FX/Textures/Flares/Org_A/T_LensFlare07.uasset b/Content/ParagonGrux/FX/Textures/Flares/Org_A/T_LensFlare07.uasset new file mode 100644 index 00000000..6e476335 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/Org_A/T_LensFlare07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b1594762c90148608d925776c06c43579eb9cccdf47125488a043b2c88572d +size 1371430 diff --git a/Content/ParagonGrux/FX/Textures/Flares/Org_A/T_LensFlare14.uasset b/Content/ParagonGrux/FX/Textures/Flares/Org_A/T_LensFlare14.uasset new file mode 100644 index 00000000..13981a76 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/Org_A/T_LensFlare14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1212d5ebfc2a891e36ec00d6d1f7ae002501e8a4f448049ec37d6ba903e08997 +size 92359 diff --git a/Content/ParagonGrux/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonGrux/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 00000000..17d13973 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e0fc7eeb87568800c1d1ecfd03c619c3c481f27901e64b03fc1866fb7be193d +size 373620 diff --git a/Content/ParagonGrux/FX/Textures/Flares/T_Flare_Vert_Packed.uasset b/Content/ParagonGrux/FX/Textures/Flares/T_Flare_Vert_Packed.uasset new file mode 100644 index 00000000..f936a45a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/T_Flare_Vert_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c779e3060ab1d89b453849664cef6d1b74ceb78adea0cdc1ffd5609c02a078 +size 859827 diff --git a/Content/ParagonGrux/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset b/Content/ParagonGrux/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset new file mode 100644 index 00000000..ef563bcb --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07090cd2f1ab97d7c64dce611a0a1f3b3b306ba22a25dcd706d911c5441fc21 +size 53958 diff --git a/Content/ParagonGrux/FX/Textures/Flares/T_RayBeams_Packed.uasset b/Content/ParagonGrux/FX/Textures/Flares/T_RayBeams_Packed.uasset new file mode 100644 index 00000000..acbab5c0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/T_RayBeams_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962e4773f65931688022190b382f2ad8e01ca6fe3b593fb7b3c6f90979d3657e +size 262201 diff --git a/Content/ParagonGrux/FX/Textures/Flares/T_sunflare.uasset b/Content/ParagonGrux/FX/Textures/Flares/T_sunflare.uasset new file mode 100644 index 00000000..650f39de --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Flares/T_sunflare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f23c6c410b022c0707242489541d15841666a75215a156678b7fbdb22aa492 +size 93107 diff --git a/Content/ParagonGrux/FX/Textures/Gradients/T_Simple_Gradients_M.uasset b/Content/ParagonGrux/FX/Textures/Gradients/T_Simple_Gradients_M.uasset new file mode 100644 index 00000000..d65aed27 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Gradients/T_Simple_Gradients_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea899a5f690dc7cb2298af4d08cf14ddf5b20f0ac9f491ba305b604167f74c79 +size 5489 diff --git a/Content/ParagonGrux/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset b/Content/ParagonGrux/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset new file mode 100644 index 00000000..cad198cd --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be3eddb36fb36fcf781c9576a817039f40c07a969f982f28bb2c4350e3ab6d85 +size 20399 diff --git a/Content/ParagonGrux/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset b/Content/ParagonGrux/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset new file mode 100644 index 00000000..ecffcc83 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:066f400198c94db786c56f1bef3dd4547b77309075a4e0e5d6db68cd1ab95dcc +size 160331 diff --git a/Content/ParagonGrux/FX/Textures/Liquid/T_Liquid_Reflection.uasset b/Content/ParagonGrux/FX/Textures/Liquid/T_Liquid_Reflection.uasset new file mode 100644 index 00000000..1c54a5cc --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Liquid/T_Liquid_Reflection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceaeb0ff0c4c66e4f239a079fd8674f12c2c10e518d1048ed34a395ee41b2f7 +size 55979 diff --git a/Content/ParagonGrux/FX/Textures/Liquid/T_Splat_Clip_Mask.uasset b/Content/ParagonGrux/FX/Textures/Liquid/T_Splat_Clip_Mask.uasset new file mode 100644 index 00000000..4f63dda8 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Liquid/T_Splat_Clip_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73190c36464c9c222052d967c108840192cf900f236eb1ded228d45f243ecfca +size 842397 diff --git a/Content/ParagonGrux/FX/Textures/Liquid/T_Splat_Clip_Normal.uasset b/Content/ParagonGrux/FX/Textures/Liquid/T_Splat_Clip_Normal.uasset new file mode 100644 index 00000000..fbac395d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Liquid/T_Splat_Clip_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9f6640ffd9023d3a95071637cfd96e5b973f4f56108b244ae18600c2deff38 +size 1309204 diff --git a/Content/ParagonGrux/FX/Textures/Liquid/T_lavaSpary.uasset b/Content/ParagonGrux/FX/Textures/Liquid/T_lavaSpary.uasset new file mode 100644 index 00000000..00a341ad --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Liquid/T_lavaSpary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb15ad3ab6624bf7e7e36c229dedc76885be4ebb43be29a3a00591b1028235c5 +size 2082261 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Beam_Gradient_02.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Beam_Gradient_02.uasset new file mode 100644 index 00000000..35ff0732 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Beam_Gradient_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:271603f8852d0a330ab0d2ddfb0108e0dc4dbac71ba074c93b913891b610dd99 +size 4470 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Burst_M.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Burst_M.uasset new file mode 100644 index 00000000..ad1449cd --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Burst_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d6581412aa26e4167b958a13de48066bc549c8a0a3dbb8723bebf52e8a1a95 +size 160546 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_ConeRadial_Mask.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_ConeRadial_Mask.uasset new file mode 100644 index 00000000..8fdb7d88 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_ConeRadial_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:633dea5499b08d66c53f74a0d0f0a72ec0443f259ce9c9b1316a91ad986c70db +size 271434 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Cowcatcher_TrailMask.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Cowcatcher_TrailMask.uasset new file mode 100644 index 00000000..f63257a2 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Cowcatcher_TrailMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d921d879370bfdc5ee1608143284e7e37cf92130d51b8009a19e910ace2cf35 +size 94966 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_MaskingDown.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_MaskingDown.uasset new file mode 100644 index 00000000..c7e3930c --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_MaskingDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf9a2f0d2d9fe607460b14338009e8bb904b545cf0fc37d1772ae4ae570c2c5 +size 51953 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Melee_Arc_02.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Melee_Arc_02.uasset new file mode 100644 index 00000000..99cbf9d9 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Melee_Arc_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8024fabe66269dc1eb14d60c951ff35bd8202e6eaf91fab45c9a8ec46b4dba +size 210980 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_NoisyRamp.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_NoisyRamp.uasset new file mode 100644 index 00000000..6bf3907e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_NoisyRamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c83205f84c46606ed4088cb1c6ed16bf85a94c3f9681638c4730570162abfd +size 310024 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Radial_Burst.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Radial_Burst.uasset new file mode 100644 index 00000000..805795a2 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Radial_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714bb1d915e1d396867cc93f17f566cafd3849d4c6cad60ce75b1e227fee4d6d +size 1318179 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Ring.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Ring.uasset new file mode 100644 index 00000000..b49ed221 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91996ee9445c30fe3d898aeb0ece7624a22688d810ce5ebe6247b7786703be00 +size 207301 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_ShapedTrail.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_ShapedTrail.uasset new file mode 100644 index 00000000..8973c89c --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_ShapedTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efd5392082d72169c06271be901e59217901b6b0e7a5df980e30ca7999acacf +size 690678 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_ShieldLightrays.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_ShieldLightrays.uasset new file mode 100644 index 00000000..2afda552 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_ShieldLightrays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85eb5454b3dff3be12548d864001e0db57838cff36c9e032bb413dfdfc984362 +size 802271 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_ShieldLightrays_color.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_ShieldLightrays_color.uasset new file mode 100644 index 00000000..cf65c242 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_ShieldLightrays_color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d833bd02a664c3350d390ddaaf6de84e87dc61d27cefbecb324f9b4df40aa736 +size 701089 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_ShockWave_Core.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_ShockWave_Core.uasset new file mode 100644 index 00000000..181f02d0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_ShockWave_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:315218fad9323af2dded46471161d1e2b071ced1fd253877a0f40274789022b7 +size 527543 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset new file mode 100644 index 00000000..bbffd90f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ee3f4f60144215782e0adefceea99f0ae3e45570c3ac9dbbcfe36010561812 +size 59919 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset new file mode 100644 index 00000000..5758aa9b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f988d6c31b8e7ec049acf61fda9f4680e4dde60cd1e9c75abf3fd4487cced52f +size 5275 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Smooth_Gradient_Vertical_Warp.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Smooth_Gradient_Vertical_Warp.uasset new file mode 100644 index 00000000..213570e4 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Smooth_Gradient_Vertical_Warp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea32354f06f7d72563581f1066d9a7279af6c2c89c07a66eb966479b612e068 +size 5188 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Sphere_A.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Sphere_A.uasset new file mode 100644 index 00000000..7fd684b1 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Sphere_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3efb155796e9266639aabc15611aa4b85ec9d66e821e0e4c3eaee3b362e5c39d +size 69105 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_Spline_Gradient.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_Spline_Gradient.uasset new file mode 100644 index 00000000..c6c41f6f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_Spline_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a84b4b37be676650d530aeefcac55914ef6e830f86172b2af0ccbd7ec7842f8 +size 533714 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_TetraPanMask.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_TetraPanMask.uasset new file mode 100644 index 00000000..bf31a1ab --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_TetraPanMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e49496feb4776416b44cc7c90fe52dc1ad039fd1601226b98090b53adecc22 +size 72440 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_falloff_circle.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_falloff_circle.uasset new file mode 100644 index 00000000..2e069bb5 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_falloff_circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:687cc8cc36594f5485052c369972c10dc91752139ff5eddc403914f13e8d149c +size 119154 diff --git a/Content/ParagonGrux/FX/Textures/Masks/T_spiritplane_arcs.uasset b/Content/ParagonGrux/FX/Textures/Masks/T_spiritplane_arcs.uasset new file mode 100644 index 00000000..bf12dd63 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Masks/T_spiritplane_arcs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e5b9bf70c1d8eca3c5cd5cdd20fd1cf0e444a2d4b6fe395184acb0c79e2771a +size 706854 diff --git a/Content/ParagonGrux/FX/Textures/NormalShapes/T_Column_N.uasset b/Content/ParagonGrux/FX/Textures/NormalShapes/T_Column_N.uasset new file mode 100644 index 00000000..01bc488a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/NormalShapes/T_Column_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a02ac872a01cd5d37729dddd61246f8b7f0f2c1582c00b9a92564d6eeee3cd59 +size 51796 diff --git a/Content/ParagonGrux/FX/Textures/NormalShapes/T_DistortionCircle_N.uasset b/Content/ParagonGrux/FX/Textures/NormalShapes/T_DistortionCircle_N.uasset new file mode 100644 index 00000000..65903372 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/NormalShapes/T_DistortionCircle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1060e08ed425775ac3c8ade34c0f551810ab48ce24aee35b996a090f650b7f8 +size 694932 diff --git a/Content/ParagonGrux/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset b/Content/ParagonGrux/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset new file mode 100644 index 00000000..e9f8d424 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66bc47ba1f16199f36d662015944adc1dd4a8c6c4e86fb0cdfd05b12d05112af +size 465201 diff --git a/Content/ParagonGrux/FX/Textures/NormalShapes/T_RockPile_01_N.uasset b/Content/ParagonGrux/FX/Textures/NormalShapes/T_RockPile_01_N.uasset new file mode 100644 index 00000000..24215f9b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/NormalShapes/T_RockPile_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c60fe80bb23a697a3b41e9648f2169041e17574d38cdbb92eec88e04a7bcc0 +size 4838818 diff --git a/Content/ParagonGrux/FX/Textures/NormalShapes/T_Sphere_N.uasset b/Content/ParagonGrux/FX/Textures/NormalShapes/T_Sphere_N.uasset new file mode 100644 index 00000000..f48fc707 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/NormalShapes/T_Sphere_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06065dfd46e8d54ec78c4aea94cfdee43325f2a8545d44ab6ec1d4b47c0c71c0 +size 88636 diff --git a/Content/ParagonGrux/FX/Textures/NormalShapes/T_SupersoftSphericalNormal.uasset b/Content/ParagonGrux/FX/Textures/NormalShapes/T_SupersoftSphericalNormal.uasset new file mode 100644 index 00000000..ab61df4f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/NormalShapes/T_SupersoftSphericalNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcdb6ab532d1ac20e077521936c6aef4dd38e99557dd6cfc5aebdbb2552cc8f +size 140348 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset new file mode 100644 index 00000000..94380170 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc75ad3db51dbe8b08940faca19f96eee4f1275c0ac7c169496183a541b11099 +size 1428990 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_FireBall_07C_ResdiualSmokey_N.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_FireBall_07C_ResdiualSmokey_N.uasset new file mode 100644 index 00000000..c770abd0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_FireBall_07C_ResdiualSmokey_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c22608d14efa6d1382d9c86801485b711f80aab93e4b6199c4871e6994bbdc +size 5408171 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset new file mode 100644 index 00000000..19b15a0e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04d31426198cbe6557e5a74152f65e8b9cdec8f6af074b78ee6494dec668af0 +size 1982599 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset new file mode 100644 index 00000000..0d57f849 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f608a4d15be79ee3197a6c6252dc0cd78dd1eab9dc50644ea9466a22b339d9 +size 1317036 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04.uasset new file mode 100644 index 00000000..49ebea02 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53ef5eda038ee0c21e19679f584be95e2b6afcfdb70124f7e1b0cbbf28ad8d6 +size 3784463 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset new file mode 100644 index 00000000..81dd4ff8 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8bf932cd6ad781cb75568a6862c8e63e58828373739107531141347fcb442db +size 3797092 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset new file mode 100644 index 00000000..f55e80ab --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489177478a1bc6f6b2e062c2105bbe49da33d071dd87aa0312449e50124b4206 +size 5637033 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_ImpactDust_01.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_ImpactDust_01.uasset new file mode 100644 index 00000000..7f42ccbb --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_ImpactDust_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaa58b376ae243559e1a2cd233d55f9d32b586169d9024efbea6a48a1bbe413 +size 2535757 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset new file mode 100644 index 00000000..cf14d2da --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6299b32f6e0ced0bf6524f330de60a85f0495951ea938e3e21b7c48851ca56af +size 2224145 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_MinionSmokeTile.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_MinionSmokeTile.uasset new file mode 100644 index 00000000..a7bd5053 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_MinionSmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2823306ac7aa015741eb346567b716ba5506dcccabc5f03f0df241427d2871e3 +size 3536412 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset new file mode 100644 index 00000000..3f880ab9 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc45137a3fe9a96b9ea7fa56b96da1c0a9ee647680420c9decde0b8c40af5b0 +size 2609861 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_SmokeJet_Element_01_N.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_SmokeJet_Element_01_N.uasset new file mode 100644 index 00000000..2aeae381 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_SmokeJet_Element_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dba59fce9094466faa39ec01e39069d145f42e4043a42bc61dda7478dba6946 +size 9293196 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_Smoke_Pack.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_Smoke_Pack.uasset new file mode 100644 index 00000000..8563ad84 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_Smoke_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1840d8574218be8629dcb52077400314bbfb8d976a5854ae54774f0be204d7b +size 1389843 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_TileSmoke_01_N.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_TileSmoke_01_N.uasset new file mode 100644 index 00000000..d542f9c6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_TileSmoke_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300cb63eb4ab95a4227c37f81f638f5136ca914211368b9003890bbb157471c0 +size 5549666 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset new file mode 100644 index 00000000..24d33fa0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75376646499745a289e52b7946dc06fe847457c807112408ddc23630a29f45a +size 11375024 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset new file mode 100644 index 00000000..fbeebf79 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d624356a58ab5970d7c70b296e2a8141423f49e7ad9cdebf7355dc875643c113 +size 12024897 diff --git a/Content/ParagonGrux/FX/Textures/Smoke/T_dust_cloud_01_n.uasset b/Content/ParagonGrux/FX/Textures/Smoke/T_dust_cloud_01_n.uasset new file mode 100644 index 00000000..edeb0c1f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Smoke/T_dust_cloud_01_n.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270b2794eb096efdf827d9b8bca08569516574c894060f16a88326ad4d7a560c +size 832502 diff --git a/Content/ParagonGrux/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonGrux/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 00000000..2d9d152d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93773cd36e4f2cb726e7d70ef6a6b1ae77336aba98198bed9757cd0d84d1bd4c +size 208145 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Energy/Plasma/T_Grux_Poster_Tendrils_v2_Seamless.uasset b/Content/ParagonGrux/FX/Textures/Tile/Energy/Plasma/T_Grux_Poster_Tendrils_v2_Seamless.uasset new file mode 100644 index 00000000..17ba8a86 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Energy/Plasma/T_Grux_Poster_Tendrils_v2_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4357235358e9c9a829e491424da7e3dc656942d5f5a1a32865208ee54acc0e +size 4299007 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Energy/Plasma/T_Grux_Poster_Tendrils_v2_Seamless_BLUR.uasset b/Content/ParagonGrux/FX/Textures/Tile/Energy/Plasma/T_Grux_Poster_Tendrils_v2_Seamless_BLUR.uasset new file mode 100644 index 00000000..03c787e2 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Energy/Plasma/T_Grux_Poster_Tendrils_v2_Seamless_BLUR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c9401895bce5444204e8dd7a3e684be8f0f1a8b687e014fcaa49c245ab2324 +size 3230993 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Energy/T_Swirly_Noise.uasset b/Content/ParagonGrux/FX/Textures/Tile/Energy/T_Swirly_Noise.uasset new file mode 100644 index 00000000..8cb0c799 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Energy/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf53044757cc050e504dd7876577c476df26d23fa473979dc1cee4657e65536 +size 1007620 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset b/Content/ParagonGrux/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..af0b530b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2caf6674dba503848a53803e0a5abe57c2736d28896fbdc6e12b3101f0e8c272 +size 3986843 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..46b7c6cc --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123cd7b9e8b81497a4f4fdb6a852f5088a186a40706366fa370629984dcc2d2e +size 3751519 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..debd16a6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4767403269e2138e294be0ebbdae34885bed78699e6bd0e931a059c037c887 +size 3152221 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise04_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise04_N.uasset new file mode 100644 index 00000000..2f382df6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5442151462ddbb24a31437f247ac16717247a91716f4fabe4f1f240a71463da9 +size 2100489 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset new file mode 100644 index 00000000..6549a8d4 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Buff_Red_PerlinNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfc849acb139076802421d35798998e419c9752f2a012c6f8e3965d60605991 +size 1283021 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset new file mode 100644 index 00000000..12aa18a6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642f3ecd800b3a84fda30f97a105ef4bd372468556bc62978ea7040a900a521b +size 5886749 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Hanging_cloth_normal_b.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Hanging_cloth_normal_b.uasset new file mode 100644 index 00000000..d24b414a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Hanging_cloth_normal_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d19afb9bbd57e700a6f42150ed8ae47b43c729744caac734c6f16b78cd46bb3 +size 126010 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 00000000..932da33e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49615672382719c8f97b94c08743343e6d22cd1f7edf44c09cad1bbe42fd9d7 +size 1374820 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset new file mode 100644 index 00000000..ad2dfc1f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b27fcaf7699acd0de3c89a95f264c8c2838b0b0ec326d24bf6252c9cb0a6cb1 +size 383584 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset new file mode 100644 index 00000000..b444e7ab --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1e9848ded3d43da60f63daf355443c026d91b4369dd89268acf4bb27cd4a06 +size 1523478 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Noise_Rough_Dark_Big.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Noise_Rough_Dark_Big.uasset new file mode 100644 index 00000000..a1d37c25 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Noise_Rough_Dark_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c32a11b52a5f1dc86f2c9a40488daa714527c7c677bddd718c536ef562c9d85 +size 883977 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_NormalNoise.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_NormalNoise.uasset new file mode 100644 index 00000000..e6e1d34a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_NormalNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b508fd42bcb8f1e513deef397a730d77ccc3816ed86154fec9c66476adf1684 +size 148783 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset new file mode 100644 index 00000000..5a6d26be --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b4419c2487bc25a28921b13bfab2794075ad7ded8ff30b3eed95c234b5ff9d1 +size 9131445 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset new file mode 100644 index 00000000..e09523d6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d64b1b3a33bbf5c1ca3137f87ad5647fa6c84c852addf8031205ccca0448d3 +size 3341464 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Gchannel_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Gchannel_N.uasset new file mode 100644 index 00000000..a7d93e85 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88401ff920c82de93d4e78e7d170573400c5a43df96602ebc35ede83af47db57 +size 9242705 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset new file mode 100644 index 00000000..f24439fa --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d62a97a95d4ee5569e52119909248a61801a8dd91ca0a06bb9e797d670cc21 +size 8039318 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset new file mode 100644 index 00000000..1ba3556a --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b2c370bdea31ba9bd3215028b592d5f74a4196062d457a4bbd672d76f83ba1 +size 7910974 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset new file mode 100644 index 00000000..e1da52f3 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac73f4da2bfb7f9627af2b0a3d33cac9cb87a5e256f4b6e61000aaec09cebce8 +size 7417998 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Rchannel_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Rchannel_N.uasset new file mode 100644 index 00000000..7016a077 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Rchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b3d1212bd20ee9d0bbe9f91cfd3b656b9986114a39af867cff7a093b1f44d8 +size 7115302 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Ref_001.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Ref_001.uasset new file mode 100644 index 00000000..af23e838 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Ref_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f683f4542b1413226047aae46d2ac869dc5dfe0dbf4203b1bf7b18fd10d8eb9 +size 427793 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_SmokeRend_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_SmokeRend_N.uasset new file mode 100644 index 00000000..d545c1e2 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_SmokeRend_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdbce7c285d790c09a92ee84f5a694d1395856df250f898e5d4cee6226259b4 +size 200280 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 00000000..f839daa4 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b5c4ff3e6ccd766442b394513a39ff80bfb10b07bff0dccd18009bb422357b +size 1127241 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset new file mode 100644 index 00000000..d14d5d87 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42884be28b19cc94b1e7c997805750b416cc44a62f0fd6e6fc41442bf0d591b1 +size 1009824 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TileWebNoise_Gchannel_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TileWebNoise_Gchannel_N.uasset new file mode 100644 index 00000000..0432dbba --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TileWebNoise_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e12d84446be71fa78df7c35787e8f793c933b0c1f19cd01fc72b138800bc2a1 +size 387412 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Tile_BurningCoal.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Tile_BurningCoal.uasset new file mode 100644 index 00000000..35a9829b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Tile_BurningCoal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7a11a231935c53ec1da350941ddee75ae59b1eee1502f375e5b1e0fc787100 +size 1846187 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TilingNoise12.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TilingNoise12.uasset new file mode 100644 index 00000000..6787a756 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e024c709497f3778f8ddad4e0820423f94728b33c0bb646cacba836b5107ea5 +size 4443180 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TilingNoise16.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TilingNoise16.uasset new file mode 100644 index 00000000..9429595d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_TilingNoise16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab94bc769846663745b2ee16bbcd681761adf70dcdcaf1f9e9e177d134d24f4 +size 472292 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Voronoi_Cells_01.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Voronoi_Cells_01.uasset new file mode 100644 index 00000000..c4f05ba4 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Voronoi_Cells_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:470f81836f6065b53354016af5430e2f4e3639b17c1cc9a4f75d4081f24a66bf +size 8678432 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset new file mode 100644 index 00000000..6eb76384 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26df2b4d3da553c652f1a49489addcfa462a31a4890df9bbf4465412f075c8aa +size 9683629 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..72a0343e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:118b01d1fc87da8f72e592356f8f3d9cb422aa9fbe9e3e68da43123d76c87627 +size 826196 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Wind_Blur.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Wind_Blur.uasset new file mode 100644 index 00000000..446426a1 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_Wind_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717407c08863e1d57591a2c1f03cf65927da1078ac40707005ff855a9ec5f1f5 +size 2658903 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset new file mode 100644 index 00000000..3b82e532 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153ec0c758d4df15d1f664fb1e14e2065c3fd767c0a014c83811f692407dca7d +size 1596526 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_soft_noise_even_distribution.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_soft_noise_even_distribution.uasset new file mode 100644 index 00000000..12f0c47e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_soft_noise_even_distribution.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764d673ebc3cbb46c194540e0a76e7ab4086bf783a538f4092c0101197703ae7 +size 184729 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Noise/T_tile02.uasset b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_tile02.uasset new file mode 100644 index 00000000..c3513ba7 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Noise/T_tile02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d33b14de19a7d9d909973f7410fe2089e5ff1e60bc1ad2e0bffad93125b93b +size 591253 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_BeachyGrass02.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_BeachyGrass02.uasset new file mode 100644 index 00000000..c4f9385f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_BeachyGrass02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840f9944bb93aeb468c438244a66e64458c93f5d61770fd7ea91226d58cf778c +size 12504413 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_BeachyGrass02_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_BeachyGrass02_N.uasset new file mode 100644 index 00000000..4001723d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_BeachyGrass02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8857bc274ad47044193495360cb62bb6b63c3f66a22ada558b135be9bd4017dc +size 8136635 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_CliffRockTile_03_D.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_CliffRockTile_03_D.uasset new file mode 100644 index 00000000..d283d0ee --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_CliffRockTile_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cdf434f08b807134362198048e67fe7f71bdd592ab191237dc049a7aea35e8 +size 12541708 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_1_D.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_1_D.uasset new file mode 100644 index 00000000..fe9335cf --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_1_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4374226d27ad0be19fe4a774a35f578d8d8a17585aa162795d1871771e1f37d0 +size 10202593 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_1_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_1_N.uasset new file mode 100644 index 00000000..89f7f5e6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6116269d6202ac92093a72fd766d556282c688d56efb85df94d4a34e702742b3 +size 4369758 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_Hadrian_3_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_Hadrian_3_N.uasset new file mode 100644 index 00000000..a2ebb07f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_Hadrian_3_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0bdea69d47f2aa56299dcfe564589e46418f02fdb3bfa71c403da30a0dd420e +size 9118373 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_Hadrian_4_D.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_Hadrian_4_D.uasset new file mode 100644 index 00000000..88f08321 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Crunchy_Hadrian_4_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af34c8da3d684521431de7ed8cfbe89e93a6545124dd50c7e8e67b2eeb733c4 +size 12694130 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Flake_Rock_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Flake_Rock_N.uasset new file mode 100644 index 00000000..03f728b5 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Flake_Rock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ca5d33969a75c9ed78b9b04e756ed924eee2731a82b2c05c3bb232d24e78aa +size 2610352 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Mossy_1_D.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Mossy_1_D.uasset new file mode 100644 index 00000000..6dd1d243 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Mossy_1_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02576dd4eafab4abb2811f3ee0f2d963314bb5ae2c3571727e7034391ea16724 +size 10451161 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Mossy_1_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Mossy_1_N.uasset new file mode 100644 index 00000000..0bf2e004 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Mossy_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a821348f2bfdf0015d03205de1131bc10ef3f229ae30076713ebae77e4e07114 +size 4813047 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset new file mode 100644 index 00000000..7a46c057 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50ff7f5ff22a41cb78549a384f2bbf0df51cbe1890faa164008896f80b4e924 +size 1775243 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_D.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_D.uasset new file mode 100644 index 00000000..006b949d --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a725279439b74d9492f9364ee8c71836f6eb2bd82f448e73c25b3bf7d05d61 +size 6367127 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_M.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_M.uasset new file mode 100644 index 00000000..6fbde08c --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaeeca6445676a1f95f16235529bc22b7b6ac690bdd3bbc69267117fd064324c +size 6690528 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_N.uasset new file mode 100644 index 00000000..17e55fb5 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_P_Rock_1_Realistic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb88f7112c39de0008ff749bc66a405f8b94024a63914870b5f2256e0ca8b185 +size 8714058 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_RockMacroVariation.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_RockMacroVariation.uasset new file mode 100644 index 00000000..9a0db4a3 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_RockMacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c5dd75532794082400b594d4fcbf912fdaac6cd023cdb052db5b44e2a0c5cd +size 9452227 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_RockSlab01_normals.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_RockSlab01_normals.uasset new file mode 100644 index 00000000..2b19ea64 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_RockSlab01_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c00aac39b49ac15ee6dc2886973e011dc7488d138b899c85f0c165a8d1278b6 +size 2737583 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01.uasset new file mode 100644 index 00000000..bfd434ae --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5b6aaf7df74fe2999ab33f6a30a483c9299e2e0adb3a576cf792e7de163023 +size 9369578 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01_Flat_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01_Flat_N.uasset new file mode 100644 index 00000000..911c6a5b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01_Flat_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd27dfa60a2cae275e2afd4181ee16355aca80be8ae571d41a33149494e6ff86 +size 6922099 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01_N.uasset new file mode 100644 index 00000000..5ce7e844 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_SharpRock01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a957986a0945295e1b04450202015d47c9b460f72b40de369f970dc327256a5 +size 9131372 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Slate_1_D.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Slate_1_D.uasset new file mode 100644 index 00000000..517bf519 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Slate_1_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafd63b92e2e2f426a18f7546bf76583963baafa630025aaa3db8ca83bd24646 +size 7877224 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Slate_1_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Slate_1_N.uasset new file mode 100644 index 00000000..f060ff17 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Slate_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd001d94e7680cbc4cdb93fd85c633d45a6329a0e1e04761296aa3285e319b83 +size 2851085 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Spores_Tile.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Spores_Tile.uasset new file mode 100644 index 00000000..e7fc1f27 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Spores_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cbf6c6b3c236c4816481a77b956603d656dfbd92c769c571965fafa140c919 +size 6630157 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Tundra_Rocks01_M.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Tundra_Rocks01_M.uasset new file mode 100644 index 00000000..63809db4 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Tundra_Rocks01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3268a266e8c5d71700296a983fce1007ea76e39ecf47b83c578df8effd8d826 +size 6923784 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Tundra_Rocks_01_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Tundra_Rocks_01_N.uasset new file mode 100644 index 00000000..09456ab4 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_Tundra_Rocks_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3504ae963d2e112993fd0eabd4154a60506122b5f274e1f366b853b9757cf70b +size 4770395 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_WaterFlow_01_Foam_Tiled_4Real.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_WaterFlow_01_Foam_Tiled_4Real.uasset new file mode 100644 index 00000000..382953d0 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_WaterFlow_01_Foam_Tiled_4Real.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ab22c5ab62afec7a8f0bfed2810f9c7c227a28aa285d97ef223a138c8942f1 +size 6580398 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset new file mode 100644 index 00000000..173b3c15 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f5835309ded7d20b7d02cdddbd40b16ef0ff5201492cb0436f62a396d68da9 +size 863226 diff --git a/Content/ParagonGrux/FX/Textures/Tile/T_TestML_Mask.uasset b/Content/ParagonGrux/FX/Textures/Tile/T_TestML_Mask.uasset new file mode 100644 index 00000000..4487677e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:911527f347abe00415af4a1aa12e45f7cd909495c50596c41f518ed83dfffa17 +size 12114 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset b/Content/ParagonGrux/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset new file mode 100644 index 00000000..0ac970d8 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a29c20d800857c050bf70a99aac44e2e538c506a0d4d43204a10ed09ad0a37 +size 2940589 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Water/T_Water_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Water/T_Water_N.uasset new file mode 100644 index 00000000..92094725 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Water/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51ff2a6581bd723e9f6a0c2201b4954ca969629951f06fe606b1bc3387ea0b1 +size 2114804 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Water/T_Water_N1.uasset b/Content/ParagonGrux/FX/Textures/Tile/Water/T_Water_N1.uasset new file mode 100644 index 00000000..149419c1 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Water/T_Water_N1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e66f509749f995bfb3049ee77136aa2680eafd266fedc90964936b7f62fcd03 +size 4337082 diff --git a/Content/ParagonGrux/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset b/Content/ParagonGrux/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset new file mode 100644 index 00000000..8091ef73 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3fff0146fcab1f0e8c1fb484d75cd07630cf1381d7adb89b4c0e275a9537dc +size 241084 diff --git a/Content/ParagonGrux/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset b/Content/ParagonGrux/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset new file mode 100644 index 00000000..e7247dc2 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d809fd77da72eef303d64b0274641ec1fecd94b5a8ce8bc3625a34638ccddf0f +size 112753 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset b/Content/ParagonGrux/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset new file mode 100644 index 00000000..cc2b9cc1 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0b401d9a9799d0bb09b73a928d671f3949fa704b87c3ea79452aa1df8261bd +size 10107085 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset b/Content/ParagonGrux/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset new file mode 100644 index 00000000..5565b6d7 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4392f41403cf305b30717a480fa2226f419d28e1997781ab0af70683c1de3b67 +size 10791189 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled.uasset b/Content/ParagonGrux/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled.uasset new file mode 100644 index 00000000..e00170a6 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bbb7ddc4c1fc435b76438a5e1cd076f49b653d9254ffa993359885f2ecdfab +size 7297844 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_WaterSplash2x2.uasset b/Content/ParagonGrux/FX/Textures/Water/T_WaterSplash2x2.uasset new file mode 100644 index 00000000..916104c1 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_WaterSplash2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a16433ebe2ad0c1fe7f68f4e06802ac8a5c4c67d0b47429a31a1f3b35ed2e0a +size 238592 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_WaterSplash2x2_N.uasset b/Content/ParagonGrux/FX/Textures/Water/T_WaterSplash2x2_N.uasset new file mode 100644 index 00000000..ea00946b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_WaterSplash2x2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01372e73c59965fa64eae8f4c2729d80d6707287fa11691c39298022defcb0cb +size 589936 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset b/Content/ParagonGrux/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset new file mode 100644 index 00000000..69363f9f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64277ade397ad76bb99721f314443b47d53e848290a2f29361a5f5cf99853bda +size 1831818 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_Water_Caustics01.uasset b/Content/ParagonGrux/FX/Textures/Water/T_Water_Caustics01.uasset new file mode 100644 index 00000000..1e66b8cc --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_Water_Caustics01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaac705e526977adf632a8bb7c426aca9e36f24acb4fe1381c91ceb3b4058bf0 +size 3689884 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_Water_M.uasset b/Content/ParagonGrux/FX/Textures/Water/T_Water_M.uasset new file mode 100644 index 00000000..83186b5e --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15da8c0db00286a6ed0ed58ffd8914ea97e6c610aacd50a742c7492b92e5d9e1 +size 2050043 diff --git a/Content/ParagonGrux/FX/Textures/Water/T_waterSplash.uasset b/Content/ParagonGrux/FX/Textures/Water/T_waterSplash.uasset new file mode 100644 index 00000000..425f6ee5 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/Water/T_waterSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e145aac2dded17504b8cea3785a0cf575016bf9dd1f5b732a1f75fe46e5237 +size 424106 diff --git a/Content/ParagonGrux/FX/Textures/trails/T_Soft_Energy_Trail.uasset b/Content/ParagonGrux/FX/Textures/trails/T_Soft_Energy_Trail.uasset new file mode 100644 index 00000000..94481102 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/trails/T_Soft_Energy_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f062e122f5365b3fbf04a2011890a2eea1c626364373d1a2216066b722a2c1 +size 547725 diff --git a/Content/ParagonGrux/FX/Textures/trails/T_SpeedTrails_R_N.uasset b/Content/ParagonGrux/FX/Textures/trails/T_SpeedTrails_R_N.uasset new file mode 100644 index 00000000..2e84023b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/trails/T_SpeedTrails_R_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09333e98c88fea8c5842dcd32a22e2c6078989049fddc896b3e1f8b8f2ae2c7a +size 4302859 diff --git a/Content/ParagonGrux/FX/Textures/trails/T_Streak_Soft_Trail.uasset b/Content/ParagonGrux/FX/Textures/trails/T_Streak_Soft_Trail.uasset new file mode 100644 index 00000000..9175638f --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/trails/T_Streak_Soft_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:322bef3dca8832731dec3769d14c80c6f9280213d79e602b537c94f9d1a7596e +size 1222843 diff --git a/Content/ParagonGrux/FX/Textures/trails/T_Streak_Soft_Trail_02.uasset b/Content/ParagonGrux/FX/Textures/trails/T_Streak_Soft_Trail_02.uasset new file mode 100644 index 00000000..85800135 --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/trails/T_Streak_Soft_Trail_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79acf47dee74388724a3bdab8900d72727175e34c5c210223ed7436832150e71 +size 615334 diff --git a/Content/ParagonGrux/FX/Textures/trails/T_Trail_Mask.uasset b/Content/ParagonGrux/FX/Textures/trails/T_Trail_Mask.uasset new file mode 100644 index 00000000..e6dbe82b --- /dev/null +++ b/Content/ParagonGrux/FX/Textures/trails/T_Trail_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c713458ec3b751668d360d022258d334b6f1e0da43558dc7800685231da1916a +size 22224 diff --git a/Content/ParagonGrux/FX/VectorFields/Noisy_Turbulence_103.uasset b/Content/ParagonGrux/FX/VectorFields/Noisy_Turbulence_103.uasset new file mode 100644 index 00000000..035050f7 --- /dev/null +++ b/Content/ParagonGrux/FX/VectorFields/Noisy_Turbulence_103.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48b3d990aa8bc0618fff2839e6e1372e6a80b7ca92b4e49cc6af69318b32dec +size 264022 diff --git a/Content/ParagonGrux/FX/VectorFields/Spiral_Forward_291.uasset b/Content/ParagonGrux/FX/VectorFields/Spiral_Forward_291.uasset new file mode 100644 index 00000000..9b66c352 --- /dev/null +++ b/Content/ParagonGrux/FX/VectorFields/Spiral_Forward_291.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044697a69690c12859247619df29e7f74841e04b67bd2f165bc8099decbea43b +size 22602 diff --git a/Content/ParagonGrux/FX/VectorFields/VF_TurbulentNoise_1_55.uasset b/Content/ParagonGrux/FX/VectorFields/VF_TurbulentNoise_1_55.uasset new file mode 100644 index 00000000..a0d35194 --- /dev/null +++ b/Content/ParagonGrux/FX/VectorFields/VF_TurbulentNoise_1_55.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21eb234d124057db953b8791f8d7daac1e40cbfd817ba28b4b9bc9e76dbe9c1e +size 3748542 diff --git a/Content/ParagonGrux/FX/VectorFields/VelocityGrid60.uasset b/Content/ParagonGrux/FX/VectorFields/VelocityGrid60.uasset new file mode 100644 index 00000000..4afd6b80 --- /dev/null +++ b/Content/ParagonGrux/FX/VectorFields/VelocityGrid60.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d9da711102da7b468c6e1276fb27138c64e3e34a2574df6abf26e4c729aceb7 +size 217733 diff --git a/Content/ParagonGrux/Placeholder.txt b/Content/ParagonGrux/Placeholder.txt new file mode 100644 index 00000000..e69de29b diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/MI_Global_Feathers_Hawk.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/MI_Global_Feathers_Hawk.uasset new file mode 100644 index 00000000..b7bf226b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/MI_Global_Feathers_Hawk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb6dc28adb9895b84af96c2899cc98e8f45047a0dbdb21cf0a50c9d27c8150a +size 146510 diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/M_Global_Feathers.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/M_Global_Feathers.uasset new file mode 100644 index 00000000..35d1938a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/M_Global_Feathers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bff4ce8904dff2bf1675bfeaa44fdd7726406fe065048062b0d473a5df54761 +size 213880 diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_Masks.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_Masks.uasset new file mode 100644 index 00000000..4f46efe8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_Masks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d91a192f64d3449086cea359010070815450ac4d1e04eade89a3252e9e3cb7 +size 24160141 diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_N.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_N.uasset new file mode 100644 index 00000000..a11aadac --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcd6c723609496d120c58f14b153c66d2b407cf3a286175ad97f21f9e505a919 +size 11516301 diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_O.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_O.uasset new file mode 100644 index 00000000..9ba28030 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Feather_Global_O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec638c2dc70b4aaa4e2087adb848eb6379872979859909262bed300438d368b3 +size 492590 diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/T_Global_Feathers_Flow.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Global_Feathers_Flow.uasset new file mode 100644 index 00000000..76f31f7c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Global_Feathers_Flow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec09d4fedfa1bac7c0a9ddd8493a48a3e64dca997fec8d5b18469ed346d6ba4c +size 170431 diff --git a/Content/ParagonKhaimera/Characters/Global/Feathers/T_Hawk_Feathers_Color.uasset b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Hawk_Feathers_Color.uasset new file mode 100644 index 00000000..7027ac74 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Feathers/T_Hawk_Feathers_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1995d0669a1f21376040026996b11c7a5d203eddd5e688150d76e1ba95e9d7 +size 15453465 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/HitFlash.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/HitFlash.uasset new file mode 100644 index 00000000..21ad2dcd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029c217bcd1233e8d577569059a4097cd1ca3f890cd40e556a9c16e9b6ddcab1 +size 93764 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..aa4fec9b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1be9371b91aeab7579dde183db25a719ea8ad2b67cff6cc99e66880753c570f0 +size 79046 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..843df687 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c996a75ea0a62689269ad9845b78196a9dc5a5923511ead08a80236271a2e78 +size 90807 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_ClothShading.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_ClothShading.uasset new file mode 100644 index 00000000..2145bfc8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_ClothShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2afbab6bbdb408d9fb0b727e3cc46d60715babe5a54296a91e302a9b7311bcb7 +size 93871 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..6cfb2783 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d592aea607ad993cf50444e88a842e991ed44ad19494dc4e2486939288364f5f +size 148273 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_HighQualitySpecificLayers.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_HighQualitySpecificLayers.uasset new file mode 100644 index 00000000..1b3fe089 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_HighQualitySpecificLayers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73cb490ff8dd425c2979350189a13c977b7ffd7f6aabea21022abbe0b763cb9 +size 84073 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_Normalboost.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_Normalboost.uasset new file mode 100644 index 00000000..db3fd234 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_Normalboost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135b3eddabf53d42a2e78bfa51428e2228a548badcf4c69501c650cf5121d438 +size 76989 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..7a0c6529 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a7a1741856bd02d61d490cef14b123c07f9f402e7dbd6e245b2906638dc42c +size 103113 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 00000000..43e84dc8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73050248a16d683fe9a48ba68a7b10745761d53707772c1ec3578f713978bbaa +size 100024 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_RimLight.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_RimLight.uasset new file mode 100644 index 00000000..0ca6bd5e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_RimLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd0b409d11d2e0b83b326f380daa297af4e5249df15d5cbc9008b8a548ff4ae +size 97296 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_SkinPores.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_SkinPores.uasset new file mode 100644 index 00000000..9dadb1e8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_SkinPores.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1687f2e99d42f5fe8e760468d69214ad66357e44942069ba5dfb7d5e2c78439 +size 80057 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..638678d3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d30457bd3ec8bfacdf3b180c6e2bbf9fb89050d20e7b12d514039857a0edb90 +size 94814 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..4a940dce --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17a9b66e4252edd66d2074127eefc1d2867b6d62cde41aedce7b2cba44ba300 +size 79249 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..410ea3b1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7233cde28ba2abcb06b8e152ce52b9a26d3feef2c2dc0c3a2dc0564b22a878 +size 79968 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..d70f359b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584e19952370ae8b8f116dc8f12388479b28846b5d845ea9b7a62d6df8b586c6 +size 89037 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset new file mode 100644 index 00000000..4fea4559 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55b648158e0a3eaf81a0bf9ea7ba98150ab0ab34bb59ef1ae2a4e32d343f207 +size 77946 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..97dfdb88 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b7587984d0734b97026e2cddb123252f17b0673c344a04bd1983fef2bba7a3 +size 86617 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..62297b15 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556c29ef10305a36e7a4871385496b1bd7e515724a6bd7f8b1d4135e9a42cc20 +size 22533 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset new file mode 100644 index 00000000..f7fb973e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aec472111a22528e5b62cbf491a31179b9afbe93b116288f3338670288949b0 +size 120224 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_ColorableCloth.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_ColorableCloth.uasset new file mode 100644 index 00000000..8bb17fac --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_ColorableCloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076da1d6ecae8b64c7373e22488417571a7df64468a27efb050ccd8689edbfa5 +size 93779 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset new file mode 100644 index 00000000..986aeb39 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559925b8ffc5c69240b59dccd1f82e10ee1bdadb7a1c66a5d11f2fc24f0585d2 +size 144937 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Fur.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Fur.uasset new file mode 100644 index 00000000..7c208867 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_Fur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee796fc309a464f4c7640aed4dcf3f3fc85be74167e05bdd98911e8d3225fd4 +size 138576 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_HeavyFabric01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_HeavyFabric01.uasset new file mode 100644 index 00000000..c8ecc644 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_HeavyFabric01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785189818424860a4d0dec09f18c9f82bc55b8830bdd5e52f46ce117d9cb61cc +size 96998 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_HeavyPatternedFabric.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_HeavyPatternedFabric.uasset new file mode 100644 index 00000000..3f6f6d7e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/ML_HeavyPatternedFabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ee846fc836e61b3b3ddd5017146775d01c7df33db75fa17c3bba8a4120ae67 +size 91574 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_FineFabric01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_FineFabric01.uasset new file mode 100644 index 00000000..9ac59b59 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_FineFabric01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907149630afc23ab086345a5e800fffba2b4d0bd25b60f712ceb604a5c51f8e8 +size 10067676 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_FineFabric01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_FineFabric01_N.uasset new file mode 100644 index 00000000..7ce280b5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_FineFabric01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a835d7e9df2bddb707fe477e589ae23387bdce2de395b0dc1513de46f3e9dcbb +size 10981730 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Fur.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Fur.uasset new file mode 100644 index 00000000..34fb871d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Fur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29eea791ab34dcd1cf623e86b7708d68feb08bcc2aa35c028c69313377d7542 +size 13481665 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Fur01_NRM.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Fur01_NRM.uasset new file mode 100644 index 00000000..32e976c2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Fur01_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64fac836544a857e6e5a68debedeb1cbba9b1ad637409843b17d3311840df87d +size 36725218 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Heavy_Fabric01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Heavy_Fabric01.uasset new file mode 100644 index 00000000..0f92d671 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Heavy_Fabric01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16157ad68d2ce972bf6a560e2a359786dcbbe334da082616fc1225d3b33ee51c +size 13125976 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Heavy_Fabric01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Heavy_Fabric01_N.uasset new file mode 100644 index 00000000..c6f3e8c8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_Heavy_Fabric01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b291c8e467755361c43ca5d6678469d4f75ce73bd8be09b7a6108ab8a0b412 +size 11457850 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset new file mode 100644 index 00000000..7cf80516 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b7530b24d0cd5d0e0c34f71b6ad9c184996ef196458be2fd52e622ac34db0d +size 13972597 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset new file mode 100644 index 00000000..0ca38bf7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923df9ba8557e4277b672a5ecc0863a1f31525a8e094c1ec8a7371a4f801e334 +size 13291689 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset new file mode 100644 index 00000000..452160d9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080633d9a076d4ea13967843983f5396d5b7b29d01ca77127b053f9919b8912b +size 2690128 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset new file mode 100644 index 00000000..2fcca2a1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff67518c92382134dfa8a71a26069f569ba5a83d3a5e85754ef625372b2ffed1 +size 3091879 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_MossMesh_Ground_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_MossMesh_Ground_N.uasset new file mode 100644 index 00000000..ae17031f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_MossMesh_Ground_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd82edc4a120c75a991dd5dcfd274727535beeeb626253059ea4f6768ae0471 +size 11831610 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_blank_Normal_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_blank_Normal_N.uasset new file mode 100644 index 00000000..4a14ad9f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Fabric/T_blank_Normal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f1e29cc1f196e5a9f417a09379d5af7610447c1bb7e7e65f21e2ec38dff9af +size 3511 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_Brown.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_Brown.uasset new file mode 100644 index 00000000..2c742b9c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f00063bcd8c728a34274a413f9d69f5cbbd76789d7b27bbcab1430a0ede7ad5 +size 101844 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_PeltLeather.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_PeltLeather.uasset new file mode 100644 index 00000000..e7e59247 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_PeltLeather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ccb2c064a11a6f22f14c2c735ea03c4ba337eaf41b983080df7426fde6c57b +size 101770 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_SnakeSkin.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_SnakeSkin.uasset new file mode 100644 index 00000000..aef14c03 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_SnakeSkin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb728382d85237b0fa550a021139191dce56413e62957778a10425383a44b021 +size 84365 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_Tan_Leather.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_Tan_Leather.uasset new file mode 100644 index 00000000..940e1550 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_Tan_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9584acca4457ed979b79966eca1549fc7dbe9a89877d45bae3b6fcd98cdaf9a6 +size 100807 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01.uasset new file mode 100644 index 00000000..7580067a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:054cdfd88906492c9a579f410fa30b7e45ca83853466898edff668508960ae27 +size 96138 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Brown2.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Brown2.uasset new file mode 100644 index 00000000..626c9208 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Brown2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16abdcbfcb2d941d15f0d302a0539fe09957481e38db31e6eb6e3eae7ce75e09 +size 95408 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset new file mode 100644 index 00000000..d54276ad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df86c68ef790ce2a688b448ce0a21a4834353de850c6ba74184f627534d6777 +size 98417 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Dark_Leather.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Dark_Leather.uasset new file mode 100644 index 00000000..21e400f3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Dark_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f087511c6e758446b3ec62a1af619c6f6e033b8ef27a02b40b043623c31059c4 +size 10580788 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset new file mode 100644 index 00000000..76e545b4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ddf0c4c37c7933305d40360ef23f846a43d4d4069d08551a626e045e7dc2f9 +size 9554617 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Leather_Blue_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Leather_Blue_N.uasset new file mode 100644 index 00000000..ea4561bf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Leather_Blue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36a016c6a02607c9156ec5a4517da5f8c147f586736c86138477af17d9df528 +size 28490402 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset new file mode 100644 index 00000000..718151e9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c5afbc93ae95197b7a04621ed8a515c535d386426ce17d7a9f01497bcfbb11 +size 11749621 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_Brown2.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_Brown2.uasset new file mode 100644 index 00000000..40a61d91 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_Brown2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff9ef37e5abe53a484c19215df5cb5e8a96494fdc6e1563ce1da06a38da6ced +size 14390646 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset new file mode 100644 index 00000000..7a700ff5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cffa4ae3861aa66cb353add478ceeeb235141881da05cb906da79077557ab4f +size 11773498 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SmoothLeather_D.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SmoothLeather_D.uasset new file mode 100644 index 00000000..346df145 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SmoothLeather_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf92d7304e38d5d0ed48ada6a4715f1f6e8ca209880f49aad94d41db4d4b7637 +size 40575601 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SnakeSkin_D.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SnakeSkin_D.uasset new file mode 100644 index 00000000..70f185d1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SnakeSkin_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:843077a3ddb0f8ed78249bdb4f2270ac74bb688b47e3cdfc8664ed76f5e5e4a0 +size 7843334 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SnakeSkin_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SnakeSkin_N.uasset new file mode 100644 index 00000000..7e9b936b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_SnakeSkin_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7dadc5445e28c9dacab95a38ad4f2b9f26db3e6ca5efc147c8bdf74d0f4d23 +size 8213447 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset new file mode 100644 index 00000000..5369f885 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851fa5eb5842d5c1b7e1d1a3f604516c7714959d02ed246ec2f7b1601772062b +size 7692174 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_WornLeather_01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_WornLeather_01_N.uasset new file mode 100644 index 00000000..9310c012 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Leather/T_WornLeather_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d35254f819b6a18a261a9181f5ce9b2a66d4a38dd1a9952b3e16a3ce5a7e994 +size 36444484 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML_FlatBlack.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML_FlatBlack.uasset new file mode 100644 index 00000000..f782e8b1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML_FlatBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecc25cfcf27140dac7bf0294ec257afa57da3d4bf19b2351976dae8f8a1f99a3 +size 76592 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML_FlatColor.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML_FlatColor.uasset new file mode 100644 index 00000000..2828a47a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML_FlatColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512ba63ecb0fe09bc4d189385965637b5635b772be4ec3f931d55cd821ff6948 +size 76950 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..b7ab0adf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b95af3720fb42b6656e530d6b091be4bf88ef006a9d598ce2e3dc46a9076cae +size 90077 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Bronze.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Bronze.uasset new file mode 100644 index 00000000..f0e7891c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7613d2998df3776b0f1a6dfaf9312611dec0b48b34a14006e7a04fb2ad8dcec +size 91484 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Steel_v001_GrayBlack_Shiny_helmet.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Steel_v001_GrayBlack_Shiny_helmet.uasset new file mode 100644 index 00000000..1ab70d0c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Steel_v001_GrayBlack_Shiny_helmet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f574eb292363fb965780989d643d567b8a05f5b7f21ad7530d8c3c8e91173892 +size 92407 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Terracotta.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Terracotta.uasset new file mode 100644 index 00000000..9a89b6aa --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Terracotta.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2926263f94fd45335a79485d5217b33b462b9fc6ad845ba49efa3dcf9f60038d +size 79524 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Turqiouse.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Turqiouse.uasset new file mode 100644 index 00000000..07321294 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Turqiouse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b2729b65688f7390cfe2e93ae965cf2e4f2a5351a32c3d600129cb0f5485309 +size 165307 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Turqiouse_color.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Turqiouse_color.uasset new file mode 100644 index 00000000..87fe5886 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_Turqiouse_color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bede9d30d323ef8699cc4860d6c6664a1a38b6cb5bf52992a44e3c2f21b3ac +size 165767 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 00000000..64f0dcb9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810e2472ea0918e99b336ae26c44043d5515c509b78b1339031a6cc04f13a9c0 +size 99274 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 00000000..978d6599 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14901dd1240771e57bc4157b8e400437c04a82b72ae5375dd55981fff5575d45 +size 3482 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 00000000..88688a1e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6a11d9e56af7779bacf5b8fe1e196cd2743eb2e5181f083dd8548e52f563a3 +size 8175040 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset new file mode 100644 index 00000000..211fe561 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83d176e014fce687f8fbb766dcef92c8292906cf67563ed8a8c038ec1bd782b +size 7791985 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_HadriansWall_RockFaceTiling_D_R.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_HadriansWall_RockFaceTiling_D_R.uasset new file mode 100644 index 00000000..58d35241 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_HadriansWall_RockFaceTiling_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5105a39cb80b90233520c1b10c603d0c46aa8630eb0f1013ab69c5d55c0505ac +size 12999442 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_LightMetal02.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_LightMetal02.uasset new file mode 100644 index 00000000..47187738 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_LightMetal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:462a4a247b539ac444ed5d940931332f8e49f0142078074d14fccfcf05b73085 +size 11509013 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..39c083a7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1461a82dbe4a1be772cc392a1a67d2814107c17e6a93f4c0a7dcb4b1b8a35454 +size 4449160 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset new file mode 100644 index 00000000..e4bef0eb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706e8c57994b5eb0a25d961b0074f260c579715875ab853e78cc1957ebbe46f7 +size 7110548 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset new file mode 100644 index 00000000..d289ce46 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a191e7461f3e3b3784d8ea2452d6d8240235226f42e8bb3478285f0a0b6202 +size 3625921 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..c4653df3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fffdd0437b9ac7b16456eaf57bcc1d86b33e458b3fe1795d54a290eb2a1e8d4 +size 49626163 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Terracota.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Terracota.uasset new file mode 100644 index 00000000..eb218502 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Terracota.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29da297c2931405535728c0cf3f8593169473ff4c440b5e37dd9b40c24a6497 +size 2482295 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Terracotta_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Terracotta_N.uasset new file mode 100644 index 00000000..c51d4777 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_Terracotta_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4212c9ad97a8c03e10d1af8f460dc4e48bc87f32a50aad7da880d3c527a7a0e +size 1491505 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_TilingTurqiouse_NRM.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_TilingTurqiouse_NRM.uasset new file mode 100644 index 00000000..9f1cb154 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Metal/T_TilingTurqiouse_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0871b9691ab1521ac105cd8bc5c4e17267013437ef5e68d7220febd3d243b90d +size 1656817 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal.uasset new file mode 100644 index 00000000..369d2d7c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64346c0f6ab65c77eee829f052d333ba77a92faa8668269c7be5364bd7695e10 +size 109685 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset new file mode 100644 index 00000000..1887dbcd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04532b2168f7192eb910ef9b255eeb70b6f785c6f53a559adb6dc413cd60a99 +size 87375 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset new file mode 100644 index 00000000..8b2ae1d9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23116e42a3458365a52d29c2db2758db93638f2e28b02efd988a62e838494660 +size 3376438 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_Metal_Patina_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..4d8deab2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029007499e81cb1b8ccdc58e1c35c0d4bdf467d8c90d2b24f51676e82d090e55 +size 9735933 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset new file mode 100644 index 00000000..535edb1c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:510f4ddb753400be959a71e8e8b7b8e111eb05209076dce804c2c6bcc854d570 +size 5076744 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_TilingRock01_D.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_TilingRock01_D.uasset new file mode 100644 index 00000000..f276a504 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Painted/T_TilingRock01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cbe87cba5224ba77b998645afb1facd42e05feec5c2d796eb13e53bdab535a3 +size 8901692 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset new file mode 100644 index 00000000..1dee6638 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944b717e11737624b9da37536c0676e89b00dc4fa67e4a162217242b4273b471 +size 2001349 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset new file mode 100644 index 00000000..3ada6af9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b35435d3464413a48fb9a19f293464559a60331cedb14e17837508a033dfb9b +size 4340947 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_TilingTurqiouse_M.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_TilingTurqiouse_M.uasset new file mode 100644 index 00000000..a3554706 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Patterns/T_TilingTurqiouse_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c11e4dfe9aee7fdd6aa5b9ba3222dd72072f95d50c4d13bde580b2f99721a74 +size 1560327 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/ML_ObsidianShard.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/ML_ObsidianShard.uasset new file mode 100644 index 00000000..02d522f4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/ML_ObsidianShard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135a3bff70aadebb455f527c67fb3b58831643dc704c82c6399db52574ad238c +size 102671 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/T_MossMesh_Ground_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/T_MossMesh_Ground_N.uasset new file mode 100644 index 00000000..3960845d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/T_MossMesh_Ground_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b165502f8d8a87279925d1e3079a15f42b0e670ebfc1581e1510fbf6808def +size 11831608 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/T_TilingRock01_D.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/T_TilingRock01_D.uasset new file mode 100644 index 00000000..76265431 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rock/T_TilingRock01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d98ac709ea4d6729ef17b8cfda093d3558487064c6050716f628b8b7665338 +size 8866187 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 00000000..4fb7a9d1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb4c763dc6a74ad889f94f3b5d3d05d7e5a346cec630885215ef689dc6337a5 +size 3862 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Jagged_Rock_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Jagged_Rock_N.uasset new file mode 100644 index 00000000..ead6e994 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Jagged_Rock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ac89c0f29fd15d15afdc3b4c3196e6824a010ae3a84abee7d22b0c68b78e47 +size 8250003 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset new file mode 100644 index 00000000..13c5310a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ebe75b3c3aa149343849e63e1c6b9b4198e6eb402d5b8f42cac138819d66e0 +size 6118229 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset new file mode 100644 index 00000000..6a7bf5ff --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f48077ab35a446a4674d177e4d8ba8e8187741e62954e89dec9564b74329c4 +size 8827606 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 00000000..c834ea4c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64164f30ca1d8bd89f797b7929f5fe678a0db62172403cc5ff9f02d2db6d9739 +size 6505811 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset new file mode 100644 index 00000000..fb01bb7b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6365cf27639aea7a80caee1d3a5d02ab62d836b6ffaa75937aeabf96d6f3e917 +size 95381 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_Skin_Dirty.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_Skin_Dirty.uasset new file mode 100644 index 00000000..4abe0112 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_Skin_Dirty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc2718fb1f897bd0a7b8f9f1b1d00d5fbe0c0fbed84c99de0a4d7c272131a05 +size 100331 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_SnakePelt.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_SnakePelt.uasset new file mode 100644 index 00000000..a28218df --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/ML_SnakePelt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180856b24eca08f032e16e2a74d7ed7fef6fbb53ee4d17c8c723b78b4a4dc71e +size 83235 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..306e17b4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc09163bc84bd1a678dd03d263ea74126a60b32948c182ec1759d14fe7178148 +size 9735930 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset new file mode 100644 index 00000000..ea715fb9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cdfd78a6672584590c63121bec1274d2ab78dc953ef41bedbca7ccfe6f4cb1e +size 1977394 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset new file mode 100644 index 00000000..a436771d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c270989cb3a59a255594cfdc1d4a8bb9a18ead7c367a7771c27fba71556532c3 +size 1562901 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset new file mode 100644 index 00000000..a037337b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05a040b96d9badc578471ee9cfe83a53d026cfc6725167a10bd6de45e47fae7 +size 2862301 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/ML_HalloweenLeather.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/ML_HalloweenLeather.uasset new file mode 100644 index 00000000..2d6c5bc5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/ML_HalloweenLeather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491f2a71ce5ea2d33454566aad8dd63d39b552df33b5aa7b11ed067e670415c3 +size 127873 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/ML_Mud.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/ML_Mud.uasset new file mode 100644 index 00000000..25be9c9a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/ML_Mud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175cb5bb0cd93852e8c214838cbfc48dd87dd4b9d83d1aeca50fae9a9d25d0b1 +size 84898 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset new file mode 100644 index 00000000..96906f47 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/T_SkinMud.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb909725aa48cee27088a6e689aee2cf8c9b93353d49d4da07eb6ddabf89c73b +size 40927104 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset new file mode 100644 index 00000000..8e585204 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Special/T_SoilMud2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb1d2450b8bf604159ae801aa87a3e12cfdc1272b4eef243c5a526697718292 +size 32406722 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_ColorableSemiGem.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_ColorableSemiGem.uasset new file mode 100644 index 00000000..cd8f1e5b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_ColorableSemiGem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a449b11bd22bddf8ad93bc4af6661f6913c231546e26096eb623ae134b168a3e +size 101910 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_FlatPaint.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_FlatPaint.uasset new file mode 100644 index 00000000..8a2d9f4b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_FlatPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec87e186f8f70cf4df2955338178cf881d13ffb3270ccbe1fd19bcc6cd7147a +size 86721 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset new file mode 100644 index 00000000..1bf558cf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfb08ccb1b3f2dfd987b2353520096f31881a689b9daa0d81cb8b3c52861c38 +size 121822 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset new file mode 100644 index 00000000..8d04dbfa --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9694ccd0bb094bf69ba74b614fc5087052ac8b63f0aa8ce74428183d17d7a136 +size 79899 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/T_Swirly_Noise_highContrast.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/T_Swirly_Noise_highContrast.uasset new file mode 100644 index 00000000..ec949a45 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Synthetics/T_Swirly_Noise_highContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48da7922a2a69d7c512d9e3aa0feb898516f4f19a1375429830da4db31087f42 +size 1009849 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/ML_DistressedWood.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/ML_DistressedWood.uasset new file mode 100644 index 00000000..72de292f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/ML_DistressedWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04a11b096cc6ca34c365638f8c9946f84b340fd88ad74b3aba561c8d7209b832 +size 85809 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/T_ChestWood.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/T_ChestWood.uasset new file mode 100644 index 00000000..b7f65712 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/T_ChestWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9824f75d233a75b750dd8ee46659cdd85e3754cf7736593524ede1f566d3e259 +size 29570096 diff --git a/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/T_ChestWood_N.uasset b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/T_ChestWood_N.uasset new file mode 100644 index 00000000..ee083466 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/MaterialLayers/Wood/T_ChestWood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c1cc98508e5347ccf012c93f49227516481bfb43fe5c093bd367056add3d2f +size 10489 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/MI_HumanMouth_Nasty.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/MI_HumanMouth_Nasty.uasset new file mode 100644 index 00000000..4ec9b49a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/MI_HumanMouth_Nasty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea9c6c97bf7ab723e3b74d620ee03372badf195adbab6571a0b7d68557fc3a0 +size 114972 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset new file mode 100644 index 00000000..f1dffa61 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6b12027d059dc9d938ed8efad934ee30e8da10ad774bfa8b5d09099159cedf +size 168169 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/TeethSubsurfaceProfile.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/TeethSubsurfaceProfile.uasset new file mode 100644 index 00000000..1d8a2dbe --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Materials/TeethSubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fed668960d4c916c62b872f0087a9e25c8ab0e260bcb55392f688f5551dc77 +size 2519 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset new file mode 100644 index 00000000..fa1f2cbe --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5254b92f945cfdbb959384a7197675c737945a8b7da4981a49136310154f7708 +size 6634689 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset new file mode 100644 index 00000000..9d14dc73 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2668bb94db8245719a09bbf00f21b7e6f8dedcad2d85dd04b3ba20766fe6069 +size 5813668 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset new file mode 100644 index 00000000..d6e1f5ee --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb538dc27ed69ced87bc046dcd7eec88d76d8657f5e5aeceab8ec4ac42d6cde +size 6065204 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_NastyTeethAndTongue_D.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_NastyTeethAndTongue_D.uasset new file mode 100644 index 00000000..84c58262 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_NastyTeethAndTongue_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d82dcdef839ca8804c869d9ccba8d9304f23c19c585fcd6d1858573bfbdf453 +size 1335880 diff --git a/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset new file mode 100644 index 00000000..4ef8af44 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c92a6a280b40db21fc5c13e36a598e4a9bfce55ac4dccf013b4db7074d385a +size 1001367 diff --git a/Content/ParagonKhaimera/Characters/Global/ParameterCollections/ML__Blank.uasset b/Content/ParagonKhaimera/Characters/Global/ParameterCollections/ML__Blank.uasset new file mode 100644 index 00000000..944e102f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/ParameterCollections/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f29bed1bc8cb1e1650e2bfba75736ff400147bdc71db279ca76a2b87eda464 +size 90083 diff --git a/Content/ParagonKhaimera/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonKhaimera/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..c1067a30 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b0d2eb18c8b32f8472a8044d3e125c35b0233713ffe4c03e368e8e8382b829 +size 6941 diff --git a/Content/ParagonKhaimera/Characters/Global/T_Black_Linear.uasset b/Content/ParagonKhaimera/Characters/Global/T_Black_Linear.uasset new file mode 100644 index 00000000..37c67cf2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9288d290b02c7222962f62e126c2a71a16874c37bf95aaf3e0afdfa3a7075409 +size 3165 diff --git a/Content/ParagonKhaimera/Characters/Global/T_TestML_Mask.uasset b/Content/ParagonKhaimera/Characters/Global/T_TestML_Mask.uasset new file mode 100644 index 00000000..c56146f6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a102974eddbd4a5e4d523cb59411e6b655728ff667d96fdb0c920dab503346a +size 12119 diff --git a/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..ddbccbbf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf50066acd7533a73149ccca53a28151379cea10b4f82f0cce8b7c712a8f3ee +size 3758088 diff --git a/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..0f793707 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de44854efba09490654081d93de37b73c8e8eee5c33f0566e589d8ba41117d7 +size 1830795 diff --git a/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..ea2ebb98 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67318c6e0b401ba5dfa1bfe366865ee8b80a2ff3fac5a840daef13b74923eac1 +size 3156397 diff --git a/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_NormalNoise.uasset b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_NormalNoise.uasset new file mode 100644 index 00000000..23b6b6fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Global/Textures/Noise/T_NormalNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9e2c563e9b912aa80fb8ca2a04aeed2752ffcf852af374ec35670af928dc32 +size 148797 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/FX_EmissiveModulate.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/FX_EmissiveModulate.uasset new file mode 100644 index 00000000..2e2b14d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb6e8f805857c7e3a210730dbfa5a3180d67a95ba67072ac7fcdc3f881e180e +size 100427 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/FadeBasedOnViewAngle.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..fcf26193 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb87f405d3f8bb58355bd453ca88446f76828bdc3d59a124248c5501af27b745 +size 103849 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/MF_CameraDistanceFade.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..39b3ee01 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d06d0c93e9835e2951fa81d04e22ac074b9df3c2e6f6c27c71f09435980027 +size 103345 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/MF_DitheredRefraction.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..98703d1b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8134b318d7022b5f111bbd1e70aebe1ed79eecd660976c23413d7e7a45137dff +size 106184 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/M_Ult_EyeTrails.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/M_Ult_EyeTrails.uasset new file mode 100644 index 00000000..7eebe9a0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/M_Ult_EyeTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4e9a3c395eed2f3f32c86a3e5e9cc3ed72c13fa5491f6e111f6dbba10628d1 +size 92133 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/T_Smoke_Trail_Soft.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/T_Smoke_Trail_Soft.uasset new file mode 100644 index 00000000..8e74d1e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/Materials/T_Smoke_Trail_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c7e80d0db83214c8f7cdc95b18dca831f1ad975e55073d39bd693b900e7052 +size 569738 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/P_Ult_EyeTrails.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/P_Ult_EyeTrails.uasset new file mode 100644 index 00000000..604470f1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Abilities/Ultimate/FX/P_Ult_EyeTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6d30883d07d67483ddaf8d902286ca17719a5029e45d6f8b9bfb0bbff3739fa +size 76102 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/AnimationTestMap.umap b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/AnimationTestMap.umap new file mode 100644 index 00000000..41ed0e8d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/AnimationTestMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6339994d34073d4e29d64607b74d60c3e5adef7b0f21c4a10c717d67bb1f5d2 +size 1951620 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CC.uasset new file mode 100644 index 00000000..0ed32359 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195e0f246745f90975dc6690954ab772e0bd607cdf84188c74d1ce08c1474223 +size 129248 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CD.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CD.uasset new file mode 100644 index 00000000..a9c147a4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4871ffd24f3b78d9cffa1b831a176bab20641fd2a957eb7f0960b36feaa98217 +size 129467 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CU.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CU.uasset new file mode 100644 index 00000000..fef3914f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9304b4a3145e2ff073062225b80ed8da117651486acf1d9887fbc076229b82bb +size 129672 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBC.uasset new file mode 100644 index 00000000..f40f2c17 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7398fa3c5216d5732dab8075561f84db9bad2a02b7932fc8c2984ce9dd147066 +size 130436 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBD.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBD.uasset new file mode 100644 index 00000000..faa32dbc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ff496b4a404b7fb5af70bf46b00182dc93c855e148a3005f75becb53857f778 +size 130363 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBU.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBU.uasset new file mode 100644 index 00000000..d802269f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c020c36057cb4fff895940a9a981c7a32f0f777a38c952ca9182324f60139d2 +size 130369 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LC.uasset new file mode 100644 index 00000000..43519583 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e63135f8fd9518091dcfe7d4bdc2c4c6ff7601391b925e4507a5092353dfa2 +size 129181 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LD.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LD.uasset new file mode 100644 index 00000000..cd47734c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e01a82c2302e15436b704d83e47b8aa78608cdeb0d2ee0fd39fb9ae403c88b7f +size 129528 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LU.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LU.uasset new file mode 100644 index 00000000..b8c3a342 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e4582864276fc0164558eda109b2b83beee1e68362c2cbb39832f8835bc644 +size 129193 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBC.uasset new file mode 100644 index 00000000..780e10c9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944c0f179f1a1cb4ca6d7f0baf94251d744710da065254269775952c5af8233c +size 129916 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBD.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBD.uasset new file mode 100644 index 00000000..b0299aa0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24743e8d6f7d44a4d9cd587a366b7761bb4e2bc16f3ed1319af864495fb8e588 +size 129846 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBU.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBU.uasset new file mode 100644 index 00000000..20e5b34e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a61734361d02e888b86b8499396e058a86fde52e5a6103fa1028ae55566abc +size 129698 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RC.uasset new file mode 100644 index 00000000..e0380139 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58511d6130f8fd79593f8236ac07f019c2831a269a6f83764780de30ea895deb +size 129614 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RD.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RD.uasset new file mode 100644 index 00000000..063a456b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0018da3d4d9d1b6876b5ac997ccdbfad0a3efcd516622f223b93a0d0d39c535 +size 129294 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RU.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RU.uasset new file mode 100644 index 00000000..fef87d79 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0a8b11cdf26ad50e45408560e3b7f4b46b37f5a5ba71249b8da8468faade54 +size 130251 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AimOffset_BS.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AimOffset_BS.uasset new file mode 100644 index 00000000..589a799c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/AimOffsets/Idle_AimOffset_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e911838be1e137ade723c04301e1fd9c254dfd94c392d28c372621873b391997 +size 108008 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogBwdSlopeLean.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogBwdSlopeLean.uasset new file mode 100644 index 00000000..520718a3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e550ca17fd4404b725cebeea95538cf8b539ea17cdbcf837cb6eb598f43ff67a +size 106817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogFwdSlopeLean.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogFwdSlopeLean.uasset new file mode 100644 index 00000000..971ce918 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a0b801fc5ccf81fdb68af759be821fd1574bbb2260f76eb65a0cfdf0972fc7 +size 106507 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogLeftSlopeLean.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogLeftSlopeLean.uasset new file mode 100644 index 00000000..3b45cd1d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f799f191527769f7527be875d20e953a1eeeb73dc585c6247d2fd3ee09a4ecf +size 106639 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogRightSlopeLean.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogRightSlopeLean.uasset new file mode 100644 index 00000000..249727b9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/JogRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58e1b9569e1f7d074166bfcf217939ba58e6a3dd05559c6450479c2d9dc80e7 +size 107063 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/Locomotion_Jog_1D_Blendspace.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/Locomotion_Jog_1D_Blendspace.uasset new file mode 100644 index 00000000..6d027194 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/Locomotion_Jog_1D_Blendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d7c071892df63da3313a1788d104de87251911da19f66f25842b1c438d77b2 +size 102411 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/Locomotion_TravelMode_1D_Blendspace.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/Locomotion_TravelMode_1D_Blendspace.uasset new file mode 100644 index 00000000..65328370 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/Locomotion_TravelMode_1D_Blendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e1f2115461d5985278cf2dd6da8979eab37a0b2f1662379fe84a0f15e4f0a0 +size 102377 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/SprintBwdSlopeLean.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/SprintBwdSlopeLean.uasset new file mode 100644 index 00000000..8f2d487b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/SprintBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90ea93db57c74f9881995ee819d890d47f9cf9c2dddec157fd444a8facc48bf2 +size 105495 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/SprintFwdSlopeLean.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/SprintFwdSlopeLean.uasset new file mode 100644 index 00000000..0f609d30 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Blendspaces/SprintFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35f357c811eb053216030f610d4d000ad671974b7f9f1604492973e2268498f +size 106527 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Bound.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Bound.uasset new file mode 100644 index 00000000..8540c75e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Bound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c97a398ce81f171a909a1b3d531aa8f3d34cc076c344278e7483603d7a0a152 +size 130579 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Cast.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Cast.uasset new file mode 100644 index 00000000..88f2a04f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88974cbbd0c76c920e9c8da74d1640577428bb91893b2584c625044f6bf646f +size 197319 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Death_A.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Death_A.uasset new file mode 100644 index 00000000..71a2fd62 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55284e6b2ee847ac53941fa06df0edb9d9562946c86996740bd1a1d944967eb1 +size 227246 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Death_B.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Death_B.uasset new file mode 100644 index 00000000..897eecb1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Death_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707d4c16fe9122a5cb025b7f4c56d66b03ba736e35cf25d733afa70b0be4a90d +size 202687 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Loop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Loop.uasset new file mode 100644 index 00000000..aba92a0a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a9bc2d2f5d076cab51f05d54db900b0c34815089dc9652dddc2fb061791433 +size 127008 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Start.uasset new file mode 100644 index 00000000..eee0e945 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d048e69ff6aa3aa21b15aa001d610b99cc39041ef1b9962f201c02de5e907463 +size 211931 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Throw.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Throw.uasset new file mode 100644 index 00000000..5abdbb90 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Throw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2aa4586e1399ceb85bdab527ecde32b968eac9cb286d64f545c1c631ae8007 +size 319454 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Throw_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Throw_MSA.uasset new file mode 100644 index 00000000..02a38494 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/E_Ability_Throw_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4976d9dbd0cd735beb24b45d1b39eb90aae0d3dcdfa6c3bf08699e1089788638 +size 320062 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_BangHead_T3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_BangHead_T3.uasset new file mode 100644 index 00000000..3bf6c9c7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_BangHead_T3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d5e156c08074b2988cc4ffcdae3f8cdedba7d0fdc6686276fd6675c958b16a +size 541761 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe.uasset new file mode 100644 index 00000000..3e7ce751 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5914975e875a6d89d8e6442701a39f4aab5e4853e5e6db97539ebcb006abc5cb +size 556044 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Intro.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Intro.uasset new file mode 100644 index 00000000..c7c399e2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Intro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edd1b5e9819388e6f026a7da7710e1983e137c51b876b4d367b3f40bd06f8d5d +size 265127 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Loop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Loop.uasset new file mode 100644 index 00000000..71b522b1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f0c980e723aac12d48808bb2d06e31d479b6f68d979eb67c289683c6f1bf39 +size 296194 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Outro.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Outro.uasset new file mode 100644 index 00000000..0a3686ca --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_CantCatchMe_Outro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534d1453b9ae00ca819aa1ec9e47fd2e0ebd69cd7a5ed25a42e642643d3645ae +size 251519 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_Master_Haunted_T3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_Master_Haunted_T3.uasset new file mode 100644 index 00000000..19714c80 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_Master_Haunted_T3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e695344cba924e2088df718fee112b1e91b408435414a18f075ebc9e3a93c74b +size 1025460 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_Taunt_Howl_T1.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_Taunt_Howl_T1.uasset new file mode 100644 index 00000000..fe0e7017 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Emote_Taunt_Howl_T1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e37db1a033d3ad8c2986e1a152f1a7d1ecc7441a6b61957de9282bef4a8fdf1 +size 435978 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HS_Idle.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HS_Idle.uasset new file mode 100644 index 00000000..10b63d3b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HS_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a97ea15de741d6d1b5b550403f75ee36216f92bd564e0324d4a5d946cdd1dc +size 381723 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HS_Idle_Relaxed_A.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HS_Idle_Relaxed_A.uasset new file mode 100644 index 00000000..abd52de9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HS_Idle_Relaxed_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53264c1c218144a19d0f4c2600fcfb23ad29e8927610cef4ae5c956467ad0405 +size 1126325 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Back.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Back.uasset new file mode 100644 index 00000000..118d5066 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ac1be7c5c2d9c9b0ef70b45994ab91d70e807a2dec753a2130cd6d908425da +size 208412 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Front.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..e71ce8f4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34eadd55d8db35559ad1201e1ebde2eacd7e58e5de25f4ae83b2b26b8410dd52 +size 198384 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Left.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Left.uasset new file mode 100644 index 00000000..cabf94cf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2bb2d31bcd1d5d464606251d6f06a9d8e7ec74ec3b4b9f6571fe7e7a8432aa +size 208124 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Right.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Right.uasset new file mode 100644 index 00000000..f161a10d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb47857eee05f7a0b69956917ca2752d957675aa8c1e8f7754c593be0f58bee0 +size 205751 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle.uasset new file mode 100644 index 00000000..c48040b0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50c0252285089294f56a69115f22b7f08b4f4276bb9a84428a4d0030c7d0e36 +size 497717 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_NonAdditive.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_NonAdditive.uasset new file mode 100644 index 00000000..0f49d1e2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_NonAdditive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786b46a57cf96f2b51e4692cb9c2b82496c9c86053167bf861ff9ce73dba9b8a +size 497483 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Relaxed_A.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Relaxed_A.uasset new file mode 100644 index 00000000..5bbd197d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Relaxed_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4afe94ba7af849efb2a9881ada9089d5759659a5a003cebb80fad78f882787 +size 1117608 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Relaxed_B.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Relaxed_B.uasset new file mode 100644 index 00000000..7ae1e557 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Relaxed_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1d74faafbbd05813997426e50736f9fdd2583ee84f05c1cf01b37db100cddc +size 785170 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Left_180.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Left_180.uasset new file mode 100644 index 00000000..c86ec0d6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Left_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035d82cb58ac8b42e9afd6829346865c99f055cc429d579cac319f7a61574ecb +size 329014 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Left_90.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Left_90.uasset new file mode 100644 index 00000000..79b12fb2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Left_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d707b2d20f0a193b84c64f7b45ad026e58ef6dd216f5ed6da30f575322f69acf +size 235742 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Right_180.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Right_180.uasset new file mode 100644 index 00000000..6059d13a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Right_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef9a39a1b7baa71be33edcd6baad366e27a81b1756076ff53677cb04c4da1501 +size 384252 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Right_90.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Right_90.uasset new file mode 100644 index 00000000..d452c3c4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Turn_Right_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e59ce33f15d6f49a933edd48ff64bb5281c05b5313a333a0db99d7cc8c655e1 +size 266763 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Zero_Pose.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Zero_Pose.uasset new file mode 100644 index 00000000..212a1e66 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Idle_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81675bca7b6c62e7a8b9b0fac97ebf47e4e651eb6ec9ab89ae90194909281b16 +size 129206 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd.uasset new file mode 100644 index 00000000..5953988b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c118812e7436fc545c94c45b8bde5fba040df3986ad6e81cbbe4d99ab8ded53e +size 283703 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_CircleLeft.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_CircleLeft.uasset new file mode 100644 index 00000000..a2c50f50 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41335d7d59929f7ff42702bcedfb253c16e9ddd3e363a238e78bf58e53ba31b0 +size 282875 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_CircleRight.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_CircleRight.uasset new file mode 100644 index 00000000..6214087e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2762ee807cb210a38214d846a0874b72c2cda87adf5c6dbdaf9484ea7a94b0 +size 281699 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Pivot_180.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Pivot_180.uasset new file mode 100644 index 00000000..3a80eff0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a3fb4894a6c68abab3a6a75e26a61b9297e76faeb050150e423b8871822d87 +size 318801 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_SlopeDown.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_SlopeDown.uasset new file mode 100644 index 00000000..4d21671e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_SlopeDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd99709d19e5f4a97923262af93a939f8d40d49e05cbf1bb4c4f6ec3140ab32d +size 282857 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_SlopeUp.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_SlopeUp.uasset new file mode 100644 index 00000000..2ab416a4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_SlopeUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f0d9574086c12707bec54b8131a02bd72e6a0953ed53b035d21aa7c6d89d64c +size 282945 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Start.uasset new file mode 100644 index 00000000..1b8db760 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47287ca0889217fb104f99053f43bbab69c96ec938c24d335ee348642817ed25 +size 372313 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Stop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Stop.uasset new file mode 100644 index 00000000..a66c8563 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cacf3d4176fb7f4059a7ca65ebf6705ccc6f6d743ee422d5b3d4ffd887f8b2 +size 304440 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..b36de539 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22bb88b70613b3502fd569fb830a4cd316bb1bc10670f3809820be647840d1e7 +size 284726 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_CircleLeft.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_CircleLeft.uasset new file mode 100644 index 00000000..d4023383 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ee7dc1b38926f2c2e865d0f62e6aad55be845acd292fed6b2cb94557ad20a22 +size 285004 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_CircleRight.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_CircleRight.uasset new file mode 100644 index 00000000..dbcb11eb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b00fc8e409083a23bc41e4fed2e2d146fe86ead1287487d3a432e772b6235de +size 282789 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Pivot_180.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Pivot_180.uasset new file mode 100644 index 00000000..76a4b806 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba85e2fc1428e0c537cca3eb2d9f22889e5162da9f62583937daea613259f2c +size 326287 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Slope_Down.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Slope_Down.uasset new file mode 100644 index 00000000..352cb9cf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Slope_Down.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30cfad35cde98d646d75f7f22e6e2e2a6190c8493b8c4d75b9224dd8a139ff3f +size 276070 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Slope_Up.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Slope_Up.uasset new file mode 100644 index 00000000..c33c419c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Slope_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec8361b892afc1bcb7f81ffa8ba5b0245a55203084f7c775aae0cb79170b77e +size 284927 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Start.uasset new file mode 100644 index 00000000..3ea33ebc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b0af2c50ebe596da227e21a4ef211b7c5a99c91f7859289a0ba22f62a3cbc7 +size 347292 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Stop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Stop.uasset new file mode 100644 index 00000000..2220bbef --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf43f62259454043a5707946b4146537685d98875ea0598a1c831368db1a4395 +size 375019 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left.uasset new file mode 100644 index 00000000..2c8eb5fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37257882e7273e38cbe7bbe66cf788c0e13711dbd67262d78d3700ade02f6fe6 +size 293936 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_CircleLeft.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_CircleLeft.uasset new file mode 100644 index 00000000..bee13342 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c7b81850d5b75756ca57f6cd8a6e5237125b1026c2dc3f27ecef3992bd869e +size 294152 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_CircleRight.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_CircleRight.uasset new file mode 100644 index 00000000..c1a53b9a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f65a8057f9f8b4d5c748cfffb2b38adeb51ad850637c61f69b0cdd1b7c2027b +size 293479 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Pivot_180.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Pivot_180.uasset new file mode 100644 index 00000000..5b474e53 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2b3f2e2b264a82ea1a2a9c00eaff42465b5f346a58318c96298251f07514db +size 397822 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_SlopeDownHill.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_SlopeDownHill.uasset new file mode 100644 index 00000000..4f885abd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_SlopeDownHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d611ec398d4b03d3d7f1f44dfff001a9ddddc1005257b25f5ac9bc4d2cac0e8d +size 294445 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_SlopeUpHill.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_SlopeUpHill.uasset new file mode 100644 index 00000000..63f055e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_SlopeUpHill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755b2670fd80002ed3c5ca8d2d84be92e0dff18b66d69330db09e545a7d7f3da +size 293324 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Start.uasset new file mode 100644 index 00000000..6f88a604 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0b020eb2afdb9315f8e51be88c6d53573da7b9fe3c1fb488b40b7d0c704eba +size 374188 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Stop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Stop.uasset new file mode 100644 index 00000000..879d2d9a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Left_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3984d3f4cccc821873b1cd9d05a0a1f0dac9c29e6a80faf71353b9c3b1f72799 +size 314483 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right.uasset new file mode 100644 index 00000000..e44996cb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92aa41866cc2f538c7649fa73f3fd8fd94a77f522faae4de1cfd73ef53c20c0 +size 277484 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_CircleLeft.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_CircleLeft.uasset new file mode 100644 index 00000000..73e812d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f022819136800521b760e60ce84f1aa28ffd2cda4f10e904be2c5104bd08d9 +size 278002 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_CircleRight.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_CircleRight.uasset new file mode 100644 index 00000000..53215e7e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eb4b02a4d2f9ef245d9d03b9f0a5e849d70a1547d17087ef7570e100624cef1 +size 278064 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Pivot_180.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Pivot_180.uasset new file mode 100644 index 00000000..5f33fde1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08b5b6880e8ab0810261e44c2482b5cba463a4a71a62dad4df691c0ba4fb4300 +size 295004 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_SlopeDown.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_SlopeDown.uasset new file mode 100644 index 00000000..e8510a76 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_SlopeDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de80076230cbca8e460a1e9ef79fb679e745c6b8046fd3502d07b50222eafbc +size 276785 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_SlopeUp.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_SlopeUp.uasset new file mode 100644 index 00000000..212cecb8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_SlopeUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e16ad59e06d24d1a9b04e6f21686fb62f79c7991e703c8a44ae49e70cd39c2 +size 275399 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Start.uasset new file mode 100644 index 00000000..9ee635f2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2164d9345e9a06e182777c0b04f717b6521a83b089a00c74ec305f17e14dd82 +size 320451 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Stop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Stop.uasset new file mode 100644 index 00000000..0b63d9b3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jog_Right_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1af5f76b88541a0ab9d099b9400a6862a4e39ba8565d0e8ded24bfd8cd54edf5 +size 319821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Apex.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Apex.uasset new file mode 100644 index 00000000..0fb67b33 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5124059b24a3b943e8c042d36ceae25a6cbf4a1bd0c2012be521a7b215285a9f +size 151224 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Pad.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Pad.uasset new file mode 100644 index 00000000..e4a18ad8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Pad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a458cbff20d8f3e071b70a846bf915e24978b4d3f4fddd73c11dbd892c2e115a +size 226156 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_PreLand.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_PreLand.uasset new file mode 100644 index 00000000..43f3a290 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c2a8001bb4b37f764fa60e0c3b7abd8f0787d9cb060c1b5afffc66b82964b7 +size 149799 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Recovery.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Recovery.uasset new file mode 100644 index 00000000..30a18a76 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc939b6a99be2820c3077818cc841312d85d29e03d0da92dde346c3d309fba4 +size 227720 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Recovery_Additive.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..ce133407 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0986c7b09a376e85e58b93aee971cf8f5ec8543f1ad14191da33b567d27b669d +size 227964 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Start.uasset new file mode 100644 index 00000000..0a6aae96 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca2daa6a6292d5d9b60f68a330cb3f5db90c0bfb30aa33a9ab26ada84703a83 +size 152303 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Knockback_Back.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Knockback_Back.uasset new file mode 100644 index 00000000..33719110 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Knockback_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2eed3100c7ed20adb41bba1c828d6dead07cabc657f56cf835f9ecf6a6fc60b +size 231222 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Knockback_Front.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Knockback_Front.uasset new file mode 100644 index 00000000..46a48ac4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Knockback_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7aac72fa29a78a12a6e410d448ff3d1b5ec8d679d01a03baf5933b0b36d11f4 +size 237896 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/LevelStart.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/LevelStart.uasset new file mode 100644 index 00000000..b66aae92 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f0f6781a9872c5bd1030de2161967bc935329907da54c3cb23eacbda9678c38 +size 546293 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/LevelStart_Montage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/LevelStart_Montage.uasset new file mode 100644 index 00000000..215b7ec9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/LevelStart_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e213b55f86b5efd90637af3154216b5d0c130037c69cfcb9f87e0412b0fbb1e4 +size 105720 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_CC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_CC.uasset new file mode 100644 index 00000000..cc6e8994 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82c374a3669db92ecd8b6b60a1df16b4566f6fdb39bcccd0c92ce3291d0d373 +size 211875 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_LC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_LC.uasset new file mode 100644 index 00000000..7dc4c04e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fa057c6e77d1791944c95ea99d3777e53b40e100c2b3f0d9e1f1300be68311 +size 211287 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_LCB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_LCB.uasset new file mode 100644 index 00000000..502b1170 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_LCB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d5021e7546124453c4970161d49d86b5c7ea8f4b29d6702354f1b194479f25 +size 211166 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_RC.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_RC.uasset new file mode 100644 index 00000000..539208a7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdc7b9845e2ddd03ca7e72c3dde89bdf8e3652dfd83068b121208b96e9fca18f +size 212405 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_RCB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_RCB.uasset new file mode 100644 index 00000000..36515aa9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Locomotion_AO_RCB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3acf800ce47d295bc8f36364c3230289ba66d70c3c51004f785f6f2bd8d42754 +size 213210 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A.uasset new file mode 100644 index 00000000..dd61c42f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3610a348f2995ec462b0397aac7322d30771d4b0943687463aea61742f0bfe95 +size 207339 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Fast.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Fast.uasset new file mode 100644 index 00000000..add417ba --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00352b37b41f094c3fa9eba52544e18eb975b6dbb4a6d2a45129ed7a6811f2c9 +size 164926 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_MSA.uasset new file mode 100644 index 00000000..f492f2d9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46ec54a3515bad7ab4199170a37509f76942867f71559b3a6f48776935b4c7a +size 207488 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Montage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Montage.uasset new file mode 100644 index 00000000..6e311828 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e67bf12005fd9d923fd6d848fe43f3f1cc1c87625897c2f462a8b7eea57f3fef +size 101292 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Recovery.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Recovery.uasset new file mode 100644 index 00000000..c646bb76 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1accf7316924eb0755df01ef0d53c5d1971dd9606db92653ffc6b5bd8b4e87 +size 253030 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Slow.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Slow.uasset new file mode 100644 index 00000000..972951cc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf813f3d08c0f43ea2338a6d562ca4380ca95fe67b890a23598cda7a8a50fee +size 180220 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Slow_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Slow_MSA.uasset new file mode 100644 index 00000000..8de05b18 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_A_Slow_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ee2f27e76bcb5a40987bcbdc4629f8fa33b200b2f4a031b1a7ef0d39aa78e9 +size 573213 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_Air_Attack.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_Air_Attack.uasset new file mode 100644 index 00000000..55e12c39 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_Air_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bea2370acd05c5b5e23fd88aa2b2edd51d5552ab76c8893f3f074754b11812ac +size 319910 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_Air_Attack_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_Air_Attack_MSA.uasset new file mode 100644 index 00000000..ef88db90 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_Air_Attack_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2588fc4f45704105a9c906a1a82ccdca5f5fb8ac8a82bf35f40b162470e71e +size 320017 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B.uasset new file mode 100644 index 00000000..3f5d56e0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4521b743260c8ecb4bdb2a9c228062c7e729ff3928596861a37674613a3a826 +size 214134 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Fast.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Fast.uasset new file mode 100644 index 00000000..c8d249c3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8883fea92c5bab33ff3316d2ecec62dc63b93e26dbc0fdf78146bf03ece0be5 +size 167555 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Montage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Montage.uasset new file mode 100644 index 00000000..1aa144e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285994fc6e6bf1af4e369d47b9a1ddb2c43dfab0b49284f18b52482be0e2f2d0 +size 102939 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Recovery.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Recovery.uasset new file mode 100644 index 00000000..1bb39571 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261568496aabca69111f8edef90012cba8360e8f5dee2cdf6f8b64970799fd84 +size 265282 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Slow.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Slow.uasset new file mode 100644 index 00000000..3d15c488 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd6539bd89660d02c71f2ffa84fe9c2279900cee793e3b12bcffa86b0f16ce +size 185755 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Slow_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Slow_MSA.uasset new file mode 100644 index 00000000..237725d2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_B_Slow_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33bedd446719ac03a7d9a96473faa82a026c7644dbbbd7981f5e946edac4c527 +size 205255 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C.uasset new file mode 100644 index 00000000..da10b588 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06dccc99e844e62df933af1acd41b33fb9beda992beaed841a07b61eb74a31fb +size 218666 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Fast.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Fast.uasset new file mode 100644 index 00000000..e67c015e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99500bb571c096ba08b3ac4128bf3e169c28f3a7ced1eca1701c1e092d79f745 +size 168191 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Montage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Montage.uasset new file mode 100644 index 00000000..8e5d2e56 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60380f90f7a619e5d34066390a9fc5ee44d35d7ef8766baf4631e5d6b94c2670 +size 101719 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Recovery.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Recovery.uasset new file mode 100644 index 00000000..fdd7cbe1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8924d73efefc0cb5dc4204757456006fdc6533c5845e677862e69c97c70e6404 +size 186586 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Slow.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Slow.uasset new file mode 100644 index 00000000..3feb800a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d846eeb776703891f09828f697d4094138c1c95c8adfdc9f00c72624f56d12 +size 184560 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Slow_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Slow_MSA.uasset new file mode 100644 index 00000000..43c0b105 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Melee_C_Slow_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d434dd02433d263fc72d8dc82b2769d404c766ed5654ea496fb9563fa98cc32 +size 241073 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Q_Intro_InPlace.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Q_Intro_InPlace.uasset new file mode 100644 index 00000000..74983c09 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Q_Intro_InPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a393602227ffc74ee6a820001e09d616e4c2eb27f198f7a4a70a7917a46a56 +size 192744 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Q_Intro_Moving.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Q_Intro_Moving.uasset new file mode 100644 index 00000000..6059e1ae --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Q_Intro_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a2bd51c0743c6455bded25ed9264524cf7f06f041504c5112748e20f47de04 +size 188153 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_60fps.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_60fps.uasset new file mode 100644 index 00000000..282cb8b3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_60fps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6712813909b854b2279d2b76683e6ea9a72e4d5ff5dd6ed444bc3837dcd1b4b +size 629488 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_60fps_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_60fps_MSA.uasset new file mode 100644 index 00000000..0242cbb4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_60fps_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce93649ab195d2d93081f79b02e626dd5555d3302557d790307b6171e5f29980 +size 620193 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_MSA.uasset new file mode 100644 index 00000000..2d5a1d19 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1499df539bd11b3d5ce6e4069c7cfd11fd73d49b556561db02d1eec4f7f775dc +size 126080 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_Moving.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_Moving.uasset new file mode 100644 index 00000000..f1ec675d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51ce358831fe4b25140c47c499db25d65823925a48282d9fcb1d63e845fc73bf +size 127665 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_Moving_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_Moving_MSA.uasset new file mode 100644 index 00000000..e0eeadcb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/RMB_Targeting_Moving_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63302669095645b7a4b4379f19d2fe930e8e026576f6298d4aee79a38ec6984e +size 128095 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability.uasset new file mode 100644 index 00000000..2dbf73d6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb65debdc2e195924c043d6908a93d067346ef18bbc202f63e93f68881d2a48e +size 287106 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro.uasset new file mode 100644 index 00000000..6317b694 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f86c182ff88845599061fa4b114f3f3e26193ae09db52cecf0a9b8778645df0 +size 257346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_InPlace_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_InPlace_MSA.uasset new file mode 100644 index 00000000..4a505a96 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_InPlace_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82676a2dbf530d2d4a1c93f1eb3f55d4241a88040e192b9f81942d8c7c17c0b8 +size 129584 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Loop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Loop.uasset new file mode 100644 index 00000000..c77af169 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca2913a072c2261149c69adfa67bcb79bfc186c4793db8b9f71d6be5bf91a1f +size 128956 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Loop_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Loop_MSA.uasset new file mode 100644 index 00000000..df8b9875 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c00bf5c54cac41357f70d5edcd5d99b50a1071aff8cd789f76af8353b15462f +size 129834 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_MSA.uasset new file mode 100644 index 00000000..3117e063 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52142bf2ebc4c687d9b86ea420b06df67cebc190e8db569f5c0f66ae214c2605 +size 257925 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Moving_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Moving_MSA.uasset new file mode 100644 index 00000000..0ad1604e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_Intro_Moving_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4809072af84c21ddc0e70ba829d78c409f1e25efeec6cb9b6c3f4720eadfe4c +size 129172 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_MSA.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_MSA.uasset new file mode 100644 index 00000000..7ba65d58 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/R_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:878dba55187bb03196403d2fe2439907e1add9f0e4797342bb4f08734c208846 +size 287358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Recall.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Recall.uasset new file mode 100644 index 00000000..01637d1b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb89232d94b1b62b98845cf63caf29f4dab1b3cabef7898b645055fc81b02d4 +size 886411 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Respawn.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Respawn.uasset new file mode 100644 index 00000000..2bd855e5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Respawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b6d421b6c6d73c2441a5ec12c579be70800cadec730104afef341084b46ecd +size 254394 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Spin_Bwd2Fwd_CW.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Spin_Bwd2Fwd_CW.uasset new file mode 100644 index 00000000..ae5fedb4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Spin_Bwd2Fwd_CW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f6669da71b72d7a90d5621e79386dbe961b5da6c115f149557652540128f82 +size 284519 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Spin_Bwd2Fwd_CWW.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Spin_Bwd2Fwd_CWW.uasset new file mode 100644 index 00000000..6f8f2fa8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Spin_Bwd2Fwd_CWW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a77b04b537081f7273ee2dee562ea006009e2e0b06bc93edd1a680b39cef0a71 +size 362404 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Strafe_Left.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Strafe_Left.uasset new file mode 100644 index 00000000..c5deff29 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Strafe_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47931f5d163f345fc28b0bf488bf64656d569d15e03224093e1793ae0416e314 +size 288467 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Strafe_Right.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Strafe_Right.uasset new file mode 100644 index 00000000..26b2404c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Strafe_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb472194d4260e3b65c3033e4822560accc00ae0502d8817b43028a4e7da6cec +size 291011 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_End.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_End.uasset new file mode 100644 index 00000000..53c1ab0d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf738c723e888a4f5a17f37a2eb5cb5c85e76b0c6f7e109a07946ff9dae876fa +size 479898 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_Loop.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_Loop.uasset new file mode 100644 index 00000000..43470ef8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10ea18bd08dc8831a020703e93eb9e9a0ee56a89b3fe394e493523d3cfb6518 +size 438872 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_Start.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_Start.uasset new file mode 100644 index 00000000..b979f5c4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/Stunned_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6061aead99053fa8f36fbf82545cdeb50c8233cfc67c63a32e14b6c848e7e0c8 +size 463857 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Bwd.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Bwd.uasset new file mode 100644 index 00000000..1acd80b4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218ae6b2ba45a1bc7c394bd2f139bef12c1c928a15e65bba510c468651e60e9a +size 227707 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd.uasset new file mode 100644 index 00000000..e8792e63 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caf353762a5aa602b60aace8b19ca97e4875e3cab9c7d209c2e3c6a204ace16 +size 227703 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_CircleLeft.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_CircleLeft.uasset new file mode 100644 index 00000000..d19d6710 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7e296db613bd79edc9e16af670116f36ddbe2129acd5448d12504bf1ec53cfe +size 226258 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_CircleRight.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_CircleRight.uasset new file mode 100644 index 00000000..fd3ad1ad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773540e6f5f1ca6462c269821bafbc8d46bb6308e671af6592a8528e8045edf9 +size 225886 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_SlopeDown.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_SlopeDown.uasset new file mode 100644 index 00000000..d4a18392 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_SlopeDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48692b0c294b0b453c72160589eebfaabcbfccb85b572e67e913f4a48e647a5e +size 228307 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_SlopeUp.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_SlopeUp.uasset new file mode 100644 index 00000000..efae14c6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Fwd_SlopeUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c15ecdec339b3ca3f1ba5fe9d896a4663973e03e2b4c988cd2d36be6ca1ff64 +size 215393 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Idle.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Idle.uasset new file mode 100644 index 00000000..4111aca2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84450588f1dfa73a286695f5c23fb80f445cc79366a2cc452d4896a9a52c3b +size 964649 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Left.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Left.uasset new file mode 100644 index 00000000..bea7cec1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92a10cea4eb1250c0781abce4695381703e9102d50895b7be6d6be072d9e6ca +size 228717 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Right.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Right.uasset new file mode 100644 index 00000000..e3496590 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88a16a245b73c9989839449f02604761b3648734534dae2ee64a29860d297d9 +size 229795 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Transition_fromIlde.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Transition_fromIlde.uasset new file mode 100644 index 00000000..a9e3bc9f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Transition_fromIlde.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:644f6b617095528a43542fdcaea39f6d690257e364810c504fe66b7a1f729a50 +size 277312 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Turn_Left_90.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Turn_Left_90.uasset new file mode 100644 index 00000000..6aa1d69b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Turn_Left_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8c72d5f6ca831e5a3eed9bd604c266dff002912b2b232f624f6c9c3459de54 +size 305601 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Turn_Right_90.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Turn_Right_90.uasset new file mode 100644 index 00000000..efe35342 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_Turn_Right_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2688f232b0f6fe25e1eac6ccfa3a9eb872ae3d3a077faed6a42420593b0b67 +size 301026 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_ZeroPose.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_ZeroPose.uasset new file mode 100644 index 00000000..83c24c4f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Animations/TravelMode_ZeroPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:614c38f50b1a628ebb8c5e1f54432e2fb825557b4d54fded8939048a4567b671 +size 127771 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/KhaimeraPlayerCharacter.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/KhaimeraPlayerCharacter.uasset new file mode 100644 index 00000000..4ad75524 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/KhaimeraPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab795070dfcda0e0bfc8d0d8f896ec0d0246481f7f2fccf73c1626eb8cf46d4 +size 268599 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Khaimera_AnimBlueprint.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Khaimera_AnimBlueprint.uasset new file mode 100644 index 00000000..340e4845 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Khaimera_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1ba1d0234871ba7e29d7acf06a3f327289fe7d93896e73bb721276afcf8a09 +size 580238 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/Grux_SS_Profile.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/Grux_SS_Profile.uasset new file mode 100644 index 00000000..b406a499 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/Grux_SS_Profile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80f78595914e94e4f8df1c0d3955045fbd78da68106c781afe2a1d0ee34cf50e +size 2687 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/Khaimera_SubsurfaceProfile.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/Khaimera_SubsurfaceProfile.uasset new file mode 100644 index 00000000..909ffd4b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/Khaimera_SubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff09b4054c897b689023e3ec591c502f2db4db0c2225cff6f2578f12db67d2f +size 2747 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_ClothShading.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_ClothShading.uasset new file mode 100644 index 00000000..358b457c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_ClothShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd99c7b986d6e8e754ded54512dd6a45fb602c077e355ea7460efdaf381882cf +size 119376 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_Khaimera_Axes_Glow.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_Khaimera_Axes_Glow.uasset new file mode 100644 index 00000000..b92a0124 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_Khaimera_Axes_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fccf784aa64f57409d419a75224ec8fa18d31bd625540b2e12656d21898ef33a +size 70892 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_Khaimera_Passive_Glow.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_Khaimera_Passive_Glow.uasset new file mode 100644 index 00000000..865cca6b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MF_Khaimera_Passive_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58731ea291126d6774942aaaff6ad95785933d0c791e25d085da7840abd2583f +size 51732 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MI_Global_Feathers_Khaimera.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MI_Global_Feathers_Khaimera.uasset new file mode 100644 index 00000000..542bfc4f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/MI_Global_Feathers_Khaimera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbeb0fcd9a09e9abaa2d0e5ed3e75069d7416405b5dacc4634adf1674183fcc +size 149946 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_ArmsLegs_Skin.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_ArmsLegs_Skin.uasset new file mode 100644 index 00000000..3c2ad7e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_ArmsLegs_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6594af98abae5ace66df4561346ef1142523a533d35b597c34a2b032a84b38e +size 169990 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Beast_V2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Beast_V2.uasset new file mode 100644 index 00000000..9e1af31f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Beast_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f65aab831f828b7c377bf608d06e99f63d612ef770f989aef1569e6d1a455c +size 139867 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Beast_V2_Trail.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Beast_V2_Trail.uasset new file mode 100644 index 00000000..e2d16274 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Beast_V2_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea2d40349f48174449881114eee48136ac3bfb01188b8837e49456e5480d0f5 +size 68267 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Body.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Body.uasset new file mode 100644 index 00000000..301438dc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:838943854376608158ff942d379c607a6cc9539907a28de161d06c84800daba4 +size 218070 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Body_Skin.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Body_Skin.uasset new file mode 100644 index 00000000..42f48049 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_Body_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dfbecfdd2a695b9ae6366c0013e886ce55bcbec88cb9614c79f56e83d903f3 +size 191869 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_WeaponLoins.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_WeaponLoins.uasset new file mode 100644 index 00000000..a13e9c59 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/M_Khaimera_WeaponLoins.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbbadde63980e589750103fe1a315d394bcdf481469afa3809a98652a7d80e6 +size 220898 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/SSP_Khaimera.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/SSP_Khaimera.uasset new file mode 100644 index 00000000..fddb49cb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Materials/SSP_Khaimera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1438302fb94d4fa70624a4c4c9dc726019f8e10bb4f678610d5e8cb2815ade5f +size 2948 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/AnimBP_Khaimera_Rigging.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/AnimBP_Khaimera_Rigging.uasset new file mode 100644 index 00000000..831e2000 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/AnimBP_Khaimera_Rigging.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe50abac5fe8fc08e72fb2f44641922859656c265fd86b995a0186f60d93c5a3 +size 532532 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera.uasset new file mode 100644 index 00000000..77660a5f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:521657bdfcc85b898592dde666c967058e8b90b37265bf53f3a62aaff0146224 +size 16280100 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_CylShadow.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_CylShadow.uasset new file mode 100644 index 00000000..47e3a652 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_CylShadow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca29bbacbe46a834e7414fcb4fe6a899bf47c2eb9ed36fc0ac01f572a72e332 +size 113953 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_Extents.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_Extents.uasset new file mode 100644 index 00000000..f8f938a0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_Extents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63b7a13ef78c94b886487b6486aab80d1d7acc9aeef5b5abf80d4739f10b781 +size 121978 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_Skeleton.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_Skeleton.uasset new file mode 100644 index 00000000..3b8a0949 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Meshes/Khaimera_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fd162ba6b42425a30d867c0d8a7777934013e19d80fb7870cf219cd7d7c69b +size 67170 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/ClownNose.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/ClownNose.uasset new file mode 100644 index 00000000..8f94f126 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/ClownNose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ce43f8629ac74c3a5a25a83e3de528e3571e85987cff64ceb21af3593a67cf +size 92305 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ArmLegSkinhalloween.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ArmLegSkinhalloween.uasset new file mode 100644 index 00000000..2653b544 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ArmLegSkinhalloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aced8312eea21ac2b8c5f9bf99f05a1760f4b37d0676245533116b9773ea8ec2 +size 160181 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ArmsLegs_Halloween.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ArmsLegs_Halloween.uasset new file mode 100644 index 00000000..94393809 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ArmsLegs_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee47b16cdf36ccd75345f7a6de7f279c1e4f31fda3f88af8b3a349618e33d93 +size 160377 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_Body_Halloween.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_Body_Halloween.uasset new file mode 100644 index 00000000..1c5f8049 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_Body_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599b93a781bd7ca067ff6b37563a047c955a2b59a72b0bdea1cceebb9e7952e5 +size 207178 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_Body_Skin_Halloween.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_Body_Skin_Halloween.uasset new file mode 100644 index 00000000..ee708b42 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_Body_Skin_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290fdb137cf2a2328414d7820a43a011558315aac21ebbfa1d77f1fcc14a467 +size 186509 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ClownNose.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ClownNose.uasset new file mode 100644 index 00000000..bf7a8467 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_ClownNose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3ad722da8527deaab712d1cd59bc92ec0b2d24f516125eedafede94b7a371e8 +size 119953 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_WeaponLoinHalloween.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_WeaponLoinHalloween.uasset new file mode 100644 index 00000000..fecc069e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Materials/M_WeaponLoinHalloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:005f8baaa121e773eab8b77808963ed467c63ee62a45fd6916518575886d0849 +size 232522 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Mesh/Khaimera_Halloween.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Mesh/Khaimera_Halloween.uasset new file mode 100644 index 00000000..f0c4f121 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Mesh/Khaimera_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b630806fef532ac830203614e79916fe0230dd0b72386febc9e439069bafff7d +size 16280318 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Khaimera_Body_Base_C.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Khaimera_Body_Base_C.uasset new file mode 100644 index 00000000..e2a4c8b3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Khaimera_Body_Base_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4352b63b58922deb26d7d2f3d4936eba229ff1967ff4d80e9d8e318e1429011b +size 2017735 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Polkadots.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Polkadots.uasset new file mode 100644 index 00000000..e054a1dc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Polkadots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce37451eab140a4a9170991afa15a3d7e1c13e0710cfe24e462e9eebf5cd561 +size 166836 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Polkadots_NRM.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Polkadots_NRM.uasset new file mode 100644 index 00000000..689d748b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Polkadots_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba1286205e492cfce6c673cb3eb2c07dd7d0fdabd65ef64b95b01bfcfd4525b +size 475099 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Swirly_Noise.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Swirly_Noise.uasset new file mode 100644 index 00000000..fbd0dc74 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Halloween/Textures/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9269639d66f3c64d61bffa9f4abb50a29b535b72cd3625da7b27d67b793c9d4 +size 1007661 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/MI_Global_Feathers_Snake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/MI_Global_Feathers_Snake.uasset new file mode 100644 index 00000000..b5f33a57 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/MI_Global_Feathers_Snake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76b96cec5aa11088f864207bae68d5d5ecc2a736627d15e34e6eeeed496afc0f +size 160747 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_KhaimeraArmLegSkinSnake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_KhaimeraArmLegSkinSnake.uasset new file mode 100644 index 00000000..345a3876 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_KhaimeraArmLegSkinSnake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed11eaa05f8b589caffa2d985d5fb067b045f36b4148706bf5bc2b71278471d1 +size 160550 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_KhaimeraWeaponLionSnake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_KhaimeraWeaponLionSnake.uasset new file mode 100644 index 00000000..bb48b71e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_KhaimeraWeaponLionSnake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00103655c2e440a05b49a2fd322a335437e67d5529619b8dff95ad02056aa5d6 +size 223905 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_ArmsLegs_Snake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_ArmsLegs_Snake.uasset new file mode 100644 index 00000000..15d2cf45 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_ArmsLegs_Snake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98e7a77cba16871ff1645c89f71b13c0e9799801fa4b9c4aa6f06f0ba98e1db +size 136269 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Body_SkinSnake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Body_SkinSnake.uasset new file mode 100644 index 00000000..ea008467 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Body_SkinSnake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:685e951832dac6451021a188dc0e023fd1922761ac1b6a950f7b55bb542515ae +size 213256 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Body_Snake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Body_Snake.uasset new file mode 100644 index 00000000..459d4968 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Body_Snake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1bce749f1dc85078bbe85d72d3dc4a47078b2bcc9968e4eaa1866d26e57a1d +size 223920 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Feathers_Snake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Feathers_Snake.uasset new file mode 100644 index 00000000..f5b3fba5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/M_Khaimera_Feathers_Snake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:172b6275511e741ce46de3c9de8c956e6bbd5aa9c847dd2d2cd8abc7e78b87cb +size 184176 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/SSP_Snake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/SSP_Snake.uasset new file mode 100644 index 00000000..c12a7e96 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/SSP_Snake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c78cac68097b1639785c482459ecdadf2a76f002239e275bde61f3a6f8bacb +size 2373 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/SSP_SnakeFlesh.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/SSP_SnakeFlesh.uasset new file mode 100644 index 00000000..4bc7253a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Materials/SSP_SnakeFlesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f36d4162fba7f171ac2776678e0bc58c1e1b59da3c18017709bc4fca4fcfb1e +size 2711 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Mesh/Khaimera_Snakekiller.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Mesh/Khaimera_Snakekiller.uasset new file mode 100644 index 00000000..7297c0f5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Mesh/Khaimera_Snakekiller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a3ec5d3ec68733049d04560cab0c909e97965ef3ab6bdef46cc7e1ecc55d2a +size 16280751 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_Arm_Leg_COLOR_Snake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_Arm_Leg_COLOR_Snake.uasset new file mode 100644 index 00000000..e011d70e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_Arm_Leg_COLOR_Snake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5419678fd93a4383c04795bb4bc3c9cb31b291694c32860c526379d3363a3e1c +size 32453147 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoin_MASK01v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoin_MASK01v2.uasset new file mode 100644 index 00000000..8f30aafe --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoin_MASK01v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecbb82963b2cab9932339ebb54582423e16b36a7045f14da7bea90081d9bd06c +size 458925 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoin_MASK02v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoin_MASK02v2.uasset new file mode 100644 index 00000000..a02f980b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoin_MASK02v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e333f6a78ee4847a3f1e8d1f7924aea670bc831bee1ed21d1388dde0658a69c5 +size 826795 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoins_RGB_v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoins_RGB_v2.uasset new file mode 100644 index 00000000..9f2fb240 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khai_WeaponLoins_RGB_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3446e90e9f0fe1ac837c86ddc8b73b9f42a7a74d26257718d51d2cb0c2c3b5 +size 28803634 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_ArmLeg_COLOR_V2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_ArmLeg_COLOR_V2.uasset new file mode 100644 index 00000000..66312450 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_ArmLeg_COLOR_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a2d058b8b7a43b39da92c597a7472447fecfa534ab20c508a9ab7e8448a7ee +size 28209751 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_ArmLeg_MASK02v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_ArmLeg_MASK02v2.uasset new file mode 100644 index 00000000..82d92169 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_ArmLeg_MASK02v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fd7dfc7d7952210f71abc1a7b71fd45d17da6fc58a957c0c275cead920a6d1 +size 15255345 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_COLORSnake.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_COLORSnake.uasset new file mode 100644 index 00000000..cb0af9c4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_COLORSnake.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636951ede73b539fc6eea40c9645898e85734cc42739c4c87dddcfcae00fbae0 +size 28873577 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_COLOR_v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_COLOR_v2.uasset new file mode 100644 index 00000000..6e043260 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_COLOR_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90b941808224a8a04475f48c394526aea9f89c6d120bd80b0a5092d1a4298c7 +size 28612543 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_MASK03_v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_MASK03_v2.uasset new file mode 100644 index 00000000..92949f77 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Body_MASK03_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c40640fe13d5247ea8b64552e2473b34a03e1a0f3795cf5829812a19245275 +size 1719316 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Feather_COLORv2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Feather_COLORv2.uasset new file mode 100644 index 00000000..5aa14926 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_Feather_COLORv2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ca70c8ad9a6752376568c4571b8d249691b7ecc0a3beef2e71d1ad59f1fadf +size 13924535 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_WeaponLion_N2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_WeaponLion_N2.uasset new file mode 100644 index 00000000..e354be19 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaimera_WeaponLion_N2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:009e56b6ca24af33b79359968a41155bc5bcd19e921e317569538708c979c8b3 +size 17257400 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaiv2M00Body_skin00_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaiv2M00Body_skin00_RGB.uasset new file mode 100644 index 00000000..bbc6e8ba --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_Khaiv2M00Body_skin00_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfd0e382f6e4d53298efb8d95051a86021583f46f957cd30582b1ae71e8e230 +size 36706694 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_LowerBody_SnakeColoring.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_LowerBody_SnakeColoring.uasset new file mode 100644 index 00000000..f24fefa0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_LowerBody_SnakeColoring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1cb42ada00b01e39ffb9813313978b3c2e91b1fdd8b066b9fd244540f82aa3a +size 2480886 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_M00_Body_skin00_MASK01_v3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_M00_Body_skin00_MASK01_v3.uasset new file mode 100644 index 00000000..8036e3d4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_M00_Body_skin00_MASK01_v3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be364f125720a865b5ff55f88d1d6299f332d3cfcba06aa62c4ca62245e3f1d9 +size 964413 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_M00_Body_skin00_MASK02_v5.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_M00_Body_skin00_MASK02_v5.uasset new file mode 100644 index 00000000..7385bd0a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_M00_Body_skin00_MASK02_v5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbe64b45983013ac09a8a37bfaaa69312fbc95e176419c34ab88c728eb68cc1 +size 14778098 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_UpperBody_SnakeColoring.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_UpperBody_SnakeColoring.uasset new file mode 100644 index 00000000..fe646a68 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_UpperBody_SnakeColoring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d6cbcfd943723d470bb14612a67a802b8da51e188d9461afcc678266f4b40f1 +size 1436983 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_v2_M02_WLoin_skin02_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_v2_M02_WLoin_skin02_RGB.uasset new file mode 100644 index 00000000..d8877a5b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/CS_Snake/Textures/T_v2_M02_WLoin_skin02_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549d12b30934ee4b945eb5fe6d5f73b931bdb690e078da2c9aa15825d9931e23 +size 20650144 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/MI_Global_Feathers_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/MI_Global_Feathers_Bengal.uasset new file mode 100644 index 00000000..29dd0b34 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/MI_Global_Feathers_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77a490e2d1cc6602626f6a79033a03e8aa36e3c40dea8ad58982d7e4cdf1eb4 +size 147508 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/ML_Gem.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/ML_Gem.uasset new file mode 100644 index 00000000..64b14725 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/ML_Gem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e2e7946ef2f14746e57871ffb045c6fde470eeb753501f8dc58bb3a93bbf0d +size 126770 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_ArmLeg_Skin_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_ArmLeg_Skin_Bengal.uasset new file mode 100644 index 00000000..c342519e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_ArmLeg_Skin_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb87e2f09700359b9f2b791399b0643b5ac47ec7ca5c853abcfebeaf5272483 +size 162831 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_Body_Skin_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_Body_Skin_Bengal.uasset new file mode 100644 index 00000000..9ac08a75 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_Body_Skin_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18dda3e82d135e482c30944c61b6cde8b1978b59304c42b69ced3ae2d33cb47 +size 189005 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_WeaponLions_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_WeaponLions_Bengal.uasset new file mode 100644 index 00000000..28ee9e02 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khai_WeaponLions_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63802df20a1e486f873c48249b181b20ed9a686c2bdcb3ea9f4bf7d3a59c39db +size 231130 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khaimera_ArmsLeg_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khaimera_ArmsLeg_Bengal.uasset new file mode 100644 index 00000000..06a356bd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khaimera_ArmsLeg_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f707dd10c225b59540f597e041d20d696af94b6e95724efb872cde4477739941 +size 130259 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khaimera_Body_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khaimera_Body_Bengal.uasset new file mode 100644 index 00000000..a5c66228 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/M_Khaimera_Body_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3c16cbe406792589f8a7d88d5654fe597669954f90165a3e67738070e23812 +size 228724 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/SSP_Khaimera_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/SSP_Khaimera_Bengal.uasset new file mode 100644 index 00000000..f7197708 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Material/SSP_Khaimera_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ff27d6a34003827888b5fca2634d169be28986b8e1989557410dd2f41e18ac +size 2637 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Mesh/Khaimera_Bengal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Mesh/Khaimera_Bengal.uasset new file mode 100644 index 00000000..460e0be2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Mesh/Khaimera_Bengal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ec93fcbc2d978930be48f8644cadc58afcc71ae9cdcff8b3b3f9111ee4b76b6 +size 16280882 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M00_Body_skin00D.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M00_Body_skin00D.uasset new file mode 100644 index 00000000..fda25f71 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M00_Body_skin00D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f0dc0f876bd7be168ab16da533a32507754589e1ca1ba3bc8441a11e1a2c3b +size 24631190 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M01ArmLegskin01D.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M01ArmLegskin01D.uasset new file mode 100644 index 00000000..81bedc91 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M01ArmLegskin01D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c5002c986945c0d1788a5c8eb254a52e74f12f6f7a60fadf696c6194600225 +size 22105238 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M02_WLoinskin02D.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M02_WLoinskin02D.uasset new file mode 100644 index 00000000..5878fe11 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Bengal_M02_WLoinskin02D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f2bf86e63ea68906729c792318a17dc7dc6f8f1bf5e05683f10a87a7c39431 +size 17703083 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Feathers_COLOR_v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Feathers_COLOR_v2.uasset new file mode 100644 index 00000000..01af1f67 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Feathers_COLOR_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef361a5a17094472cefcad7e0f1a6afacd24ea90176ccdd15022e1be5103bd15 +size 11861856 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Kurohane_Eye_D.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Kurohane_Eye_D.uasset new file mode 100644 index 00000000..e5f64e2e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/T1_Bengal/Textures/T_Kurohane_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6eb00b804c0a7a6a0ad4675f38ed5c200c2558dac286a3e7670ff18c4f993d5 +size 3803251 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/MI_Global_FeatherSiberia.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/MI_Global_FeatherSiberia.uasset new file mode 100644 index 00000000..8476eafd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/MI_Global_FeatherSiberia.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cdebe886afb1637d18a3f85a3397dbae7b469a4d0a850ae5986a031ce4d1b6 +size 156778 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_ArmsLegs_Siberian.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_ArmsLegs_Siberian.uasset new file mode 100644 index 00000000..c3e322c1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_ArmsLegs_Siberian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f46a485c6f8f1c003e0d2ff01bd5d59c058b6fe6e7c89f56948458649b73f1a +size 144199 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_ArmsLegs_Skin_Sib.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_ArmsLegs_Skin_Sib.uasset new file mode 100644 index 00000000..ee286474 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_ArmsLegs_Skin_Sib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e2b4ea04da6245e5299871bebc1f8b39d4b287ce129d8fe916af825df522c6 +size 187347 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_Body_Skin_Siberia.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_Body_Skin_Siberia.uasset new file mode 100644 index 00000000..176d42c7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_Body_Skin_Siberia.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da0515abd106a6af76331504a2d973769e9bd01fdf3b35518152354e0536d89 +size 217395 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_WeaponLionSIberia.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_WeaponLionSIberia.uasset new file mode 100644 index 00000000..4ddacb02 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khai_WeaponLionSIberia.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419c9be990e1bb292947fb9bc376fcec97b3afe1915a535c226555aa3f7144ac +size 216689 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khaimera_Body_Siberian.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khaimera_Body_Siberian.uasset new file mode 100644 index 00000000..81e7b58f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_Khaimera_Body_Siberian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d1f9acead8d3ecfc57f9afd4100acbd6263004fbb5bc0f1616a3271ba5136e +size 238423 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_WeaponLions_SIberian2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_WeaponLions_SIberian2.uasset new file mode 100644 index 00000000..196b2f8b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/M_WeaponLions_SIberian2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d594558ce2106fdd71695d33a883423b97e0548abc2e51c342fc90786a0ba4b6 +size 216685 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/SSP_Khaimera.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/SSP_Khaimera.uasset new file mode 100644 index 00000000..3c5dc298 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Material/SSP_Khaimera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba470f4242fc9c89280b5532617f0b9893be1cae4130b365b110214d265acb3 +size 2578 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Mesh/Khaimera_WhiteTiger.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Mesh/Khaimera_WhiteTiger.uasset new file mode 100644 index 00000000..b2750da6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Mesh/Khaimera_WhiteTiger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfdac3737e4bb0d8dfdb787b584c2804cab653d04e4b877549683c7c2d40480 +size 16280482 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_Khai_WeaponLoinMASK01v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_Khai_WeaponLoinMASK01v2.uasset new file mode 100644 index 00000000..95e0e133 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_Khai_WeaponLoinMASK01v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cccfec764b9621943c3ad0a85d9c05be49a0a569924ff45e2dd5706b3a40db +size 458922 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_COLORv3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_COLORv3.uasset new file mode 100644 index 00000000..897780a1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_COLORv3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75fa73edfad25880583414ee17c1074f970cddf71e3eea3a8a67558546f340bf +size 27169558 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_MASK01_v3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_MASK01_v3.uasset new file mode 100644 index 00000000..0e5b43cc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_MASK01_v3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e547be8f79845de995e51034a59aba5a5d5a507155b1663bdb21fcf5adf69d2 +size 964414 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_MASK02_v5.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_MASK02_v5.uasset new file mode 100644 index 00000000..15354441 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M00_Body_skin00_MASK02_v5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c90bf361f58a85b5d7c3f2902b1e4c3975fd00adba02ebf42992ea80e7596c4 +size 14778099 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M01_ArmLegskin01COLORv3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M01_ArmLegskin01COLORv3.uasset new file mode 100644 index 00000000..31a8ceb5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M01_ArmLegskin01COLORv3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9d1f0ce79a0a4af2b76dc5a323bba3b45197233039b041133500b5b6c854ff +size 26612074 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M02WeaponLoinskin02COv3.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M02WeaponLoinskin02COv3.uasset new file mode 100644 index 00000000..90878de1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M02WeaponLoinskin02COv3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98681dc13983380549b3af7fd36ffe5f66e651671db72b05f7833d3026c5001 +size 26098134 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M03Feather_skin03_COL_B.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M03Feather_skin03_COL_B.uasset new file mode 100644 index 00000000..c6b8d51c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_M03Feather_skin03_COL_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18cea5c9999e4ce4ff8ad64e23c6b1f5051c2d9371b6001a4cefd8fd4ab0c83e +size 20494996 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_WeaponLoins_MASK02_v2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_WeaponLoins_MASK02_v2.uasset new file mode 100644 index 00000000..06b322cf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier1/WhiteTiger/Texture/T_WeaponLoins_MASK02_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d823749e044177b8cf2be830e730ad4e42b1956e46456ff65c74ad5f6791ce6f +size 826784 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/DetailBlending_BaseColor.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/DetailBlending_BaseColor.uasset new file mode 100644 index 00000000..81777b35 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/DetailBlending_BaseColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830ac4dfcb481fbc70046a31125c9d5227bc76c86b3034cefde9c41192e7ad1d +size 107708 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/HFBlendinng.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/HFBlendinng.uasset new file mode 100644 index 00000000..0ded2258 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/HFBlendinng.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4dcd34822bc4354e510c0687b65ef3fe28ef52f67503132fd84aedb03e1d2d +size 105717 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/HSV2RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/HSV2RGB.uasset new file mode 100644 index 00000000..f8456b1c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/HSV2RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3f48d92c481da32d94631f843dfc5fd44141af842bdb202370704cb6f8b26c +size 104657 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/Hue2RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/Hue2RGB.uasset new file mode 100644 index 00000000..8cb555a8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/Hue2RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8c0216c557d7faaf7ec411c9208f7c1bbb95e2736502369df8046a134629c4 +size 105869 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/MF_ColorChange_GruxPelt.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/MF_ColorChange_GruxPelt.uasset new file mode 100644 index 00000000..b28964a0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/MF_ColorChange_GruxPelt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a7a20ea255b382a64c434c9a6d099c009bf20b2ada2bb613fa1cee9cc6b1513 +size 125402 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_Grux_ArmsLegs.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_Grux_ArmsLegs.uasset new file mode 100644 index 00000000..24e7d5ec --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_Grux_ArmsLegs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890f9ba107d77ca8c158aa455db8269d078ed36a888bd65a0992055293109004 +size 186957 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_Grux_Torso.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_Grux_Torso.uasset new file mode 100644 index 00000000..b94379d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_Grux_Torso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95fef7aa24efcc52dd9fb1f7a41b04b1297c5db557640a6222a5a6ce07bf93b +size 244830 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_GurxWeaponLoin.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_GurxWeaponLoin.uasset new file mode 100644 index 00000000..077d99ef --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_Khaimera_GurxWeaponLoin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbe750ee5e535e9c11ed292fc5e066c9f56c21bcb36d6995acb06c2d0e799e2 +size 149376 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_WeaponLoins_Grux2.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_WeaponLoins_Grux2.uasset new file mode 100644 index 00000000..00a03533 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Materials/M_WeaponLoins_Grux2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f13a8f0ce0f14bac966b148eeb90b6ab8048a5f8538efcce53d6a3f2419a062 +size 223343 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Meshes/Khai_GruxPelt_GhostBeast_VFX.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Meshes/Khai_GruxPelt_GhostBeast_VFX.uasset new file mode 100644 index 00000000..29277bcb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Meshes/Khai_GruxPelt_GhostBeast_VFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c1ce597eff3346b18c08d531c10dc41342b5aafe92c9e318faddac8ea23298 +size 807189 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Meshes/Khaimera_GruxPelt.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Meshes/Khaimera_GruxPelt.uasset new file mode 100644 index 00000000..aad4f249 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Meshes/Khaimera_GruxPelt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355e2e7fd36af422ec183033d2f517a38174bf7dc041d1b30f62dc6abb8d80b4 +size 15420042 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_GruxPelt_ArmsLegs_N_Demo.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_GruxPelt_ArmsLegs_N_Demo.uasset new file mode 100644 index 00000000..2d1eab32 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_GruxPelt_ArmsLegs_N_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4998d494e15cba5096bfec73a0a7024c0f563a04cca6793b35f108045d84d219 +size 21799639 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_GruxPelt_Body_N_Demo.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_GruxPelt_Body_N_Demo.uasset new file mode 100644 index 00000000..94c1cfd5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_GruxPelt_Body_N_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a36f16a9c17123204b0eace1f8146b5b401dbad4206f2d15fa71ef083d38d5 +size 28043682 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Grux_WeaponLoins_MASK02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Grux_WeaponLoins_MASK02.uasset new file mode 100644 index 00000000..ca11629b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Grux_WeaponLoins_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035079c1212412f01b501749b3f09466fc0eed0fc3b8097ce97aab559bc9e9fb +size 6063470 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_GruxArmsLegs_MASK01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_GruxArmsLegs_MASK01.uasset new file mode 100644 index 00000000..ecb17d8b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_GruxArmsLegs_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88af66e31046acebf6c3a5265632325fc007cf59e1a5b48f59122e9fb307c4ff +size 682628 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_GruxArmslegs_MASK02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_GruxArmslegs_MASK02.uasset new file mode 100644 index 00000000..c2b5be95 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_GruxArmslegs_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973ff0c58c2878b04aa19abd7f287a834763ed48bcd77ab72d248b2d98ffe0ba +size 6839167 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_Grux_ArmsLegs_Color.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_Grux_ArmsLegs_Color.uasset new file mode 100644 index 00000000..83678cbc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_Grux_ArmsLegs_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3df09a2ad8931047dc0d08665ddbb4d7ef33b4c69bf497396adfc4457be884 +size 23406009 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_Grux_ArmsLegs_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_Grux_ArmsLegs_RGB.uasset new file mode 100644 index 00000000..42658197 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khai_Grux_ArmsLegs_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753151ae5e654521dff98df69233a7d5e84228f4322fa657775852d04b5920de +size 32555389 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_GruxBody_MASK02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_GruxBody_MASK02.uasset new file mode 100644 index 00000000..0cabfecc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_GruxBody_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdea93502c6fb1af820f9edbf0f3fdc70be12b83021216347640904de2e7d11c +size 306465 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_BodyMASK01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_BodyMASK01.uasset new file mode 100644 index 00000000..b901eb30 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_BodyMASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e3a3a6bf82d270ecee3e80583546514720b4c830854cd43db6b89908fe3a76 +size 9302694 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_BodyMASK03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_BodyMASK03.uasset new file mode 100644 index 00000000..1ed9d88e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_BodyMASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31ee0a6a11e5be84acc54cfe4af7fe513769bb73402a953dd9e542cd4ed703a +size 1266717 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_Body_Color.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_Body_Color.uasset new file mode 100644 index 00000000..171f6e4d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_Body_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c52df9d3622701cf0ed8e213d9c022e37353725fe7c21869e6f340549471f28 +size 23047133 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_Body_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_Body_RGB.uasset new file mode 100644 index 00000000..bed6c4ee --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Khaimera_Grux_Body_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556275dbdc8840c0a2f367c198450c339248f55dfd7a8b450e068c12a7d92468 +size 35715142 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Leather_Blue_D.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Leather_Blue_D.uasset new file mode 100644 index 00000000..6ff14f6e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Skins/Tier2/GruxPelt/Textures/T_Leather_Blue_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ccf4c2ccee2f11750cbfa75cb2290f21bf4a925dac73b275605af94ee3da8e +size 4236925 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueVoices/Khaimera.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueVoices/Khaimera.uasset new file mode 100644 index 00000000..5515c903 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueVoices/Khaimera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc6ee2becfc89ef7abf5d94ac8f31a6d1bac978b4f84aa5762aae1d55723783 +size 1265 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LMB_Engage_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..f08d6756 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b307d66e56c8cce1ab89ebac1e095426be32677774175763bdd088b94e68cb +size 2839 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LMB_Engage_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..20c751a6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b810c0913e4b1c1d2e74ce9ee6cb342a91a985fbb16314f98e7ad841bbe122f8 +size 2817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LowMana_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LowMana_010_Dialogue.uasset new file mode 100644 index 00000000..108f80c1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_LowMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bbc044f4125692440ec54382a850e95cf02a98c42188cc1990ee61033e48dda +size 2821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_No_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_No_010_Dialogue.uasset new file mode 100644 index 00000000..786c952b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_No_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc5180e1b91d8cac598c768175e5d34f7bdab0ec12e46832956022f4b2bd3f2 +size 2763 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_OnCooldown_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_OnCooldown_010_Dialogue.uasset new file mode 100644 index 00000000..79f967bc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_OnCooldown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc1693aa30fe6fafdb7c9f5c99054d405c669fcce39b09ccdb87cd19ac35e4f3 +size 2829 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..25ffcbda --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7422666336651764ac5374abc44894c3b6a040aefa0030177fa39a4a9616f613 +size 2807 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..867ff741 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c015d60cc4bbe1559d423a7352b8424dbaf59c05e23faababcd01203ae1546bc +size 2807 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..6b6e4908 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Q_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ba9f1911816c368764ca262fac4f121bb4da4bf4defc48725162e367e6587f +size 2803 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_RMB_Engage_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_RMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..35fb84a4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_RMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60fc6ec78ddce6c31ec793f31121e78efbbcee8054894fd87ab28d126771627 +size 2817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_RMB_Engage_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_RMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..5221cb5d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_RMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b357e89a4a6f8d5f36f658b97ccbec54e3c56e3f5767d6dc1b19702b12ddafd +size 2833 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_010_Dialogue.uasset new file mode 100644 index 00000000..bb43b72b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b424d5b502a470c292e6b15cb01e7fdce6afe15d0c54dc86d1d3514691ab2f66 +size 2817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_020_Dialogue.uasset new file mode 100644 index 00000000..dfabe3e3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d2ffcc2f2c109232d535a7961d3b73f5b63f8a96e81f966a8f5b0353bf94ebd +size 2823 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_030_Dialogue.uasset new file mode 100644 index 00000000..6b172a65 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_ScoredCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce02bae548991194c2ea0d32f76e6b0c9be5cf9e8878a23c2ed35d6a2bd2250 +size 2823 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ally_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ally_010_Dialogue.uasset new file mode 100644 index 00000000..d57e8653 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ally_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977087c00050a82c26977b816eec58801e3b8a5393a372aeed19802532c96bdc +size 2875 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Enemy_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..d303340e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d82f018f927fab502f76d76e1ed048ce133e507e411fca0c34e7893d44199f +size 2883 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_010_Dialogue.uasset new file mode 100644 index 00000000..9a244c25 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d839041e8b490facf3673fd389b26e6dcbac720cfe3e40ee4e211fdd99ea9a +size 2863 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_020_Dialogue.uasset new file mode 100644 index 00000000..2daa414c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c7ab20f1dae5fa04b21116f39a981f31c14f1e5ee8c5a5b45bb48176ffe205c +size 2883 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_030_Dialogue.uasset new file mode 100644 index 00000000..7017e49d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Ready_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e87382b124e8d5cd2a0b18391a7f165157a2775e9f24e3f5858a40d62ca02ba +size 2863 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Self_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Self_010_Dialogue.uasset new file mode 100644 index 00000000..6f2a324a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_Ultimate_Self_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce54d40233af2e724d6327569cd63d426f6b0d3478a0fc3125562e915b2d80c2 +size 2867 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_UsedLastCharge_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_UsedLastCharge_010_Dialogue.uasset new file mode 100644 index 00000000..b2fb0c59 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Ability_UsedLastCharge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3542ab5ed57ca5234277ba3382fb93a52aead6fd6850673b8b8522f68262f6e +size 2859 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_010_Dialogue.uasset new file mode 100644 index 00000000..e4ba9978 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4bd08a8243e7755ff404851f1d60e370775a16efcf6c538eade4c0b0391294 +size 2795 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_020_Dialogue.uasset new file mode 100644 index 00000000..862fdccf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e23bc845b494f769b121d0b20d98c02d9083d93179a2ae5cc20df060fff25ecf +size 2799 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_030_Dialogue.uasset new file mode 100644 index 00000000..1c661ce3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c193c993f823601f29c6d1ec23eb7019bbe8c864f914593d3832b8b4deec61b4 +size 2855 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_040_Dialogue.uasset new file mode 100644 index 00000000..335bf96f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9664d5f9566048307751d5532b225ae5c6fb4b619d7384517ad7ec5f039166ed +size 2767 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_050_Dialogue.uasset new file mode 100644 index 00000000..583be270 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Catchphrase_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:660e144793612077d50a6d72f5f36fbdaedc4e478d04f78deaa1987fa0c303c5 +size 2821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_010_Dialogue.uasset new file mode 100644 index 00000000..41565446 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eaab7964f114d8882938cffb06090be2fee0dde27df898fc5ab23184a6666c1 +size 2725 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_020_Dialogue.uasset new file mode 100644 index 00000000..dbf96689 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5875e9ffb2bf782df5f23998bd6650253b4803fa660dae0c8621d06bf9772e8b +size 2749 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_030_Dialogue.uasset new file mode 100644 index 00000000..38b5f324 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Death_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcb68851a77dfbe40cd6869aa73d5f609f669079031f3e3eaba20be531093ff +size 2723 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftLock_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftLock_010_Dialogue.uasset new file mode 100644 index 00000000..1a22c1a7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftLock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e232c517496011b10a04106b14b112ad8bebf91f2b80a337ec06923c480ea8 +size 2755 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftLock_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftLock_020_Dialogue.uasset new file mode 100644 index 00000000..c4acaa7b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftLock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:745b0eb06fdd526d2127b26d915d24797875a6aaa6047fa6d6cfaa6685440c16 +size 2761 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_010_Dialogue.uasset new file mode 100644 index 00000000..c0779222 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a0e2bc3d99bded11afaf12954c8a3307f245103767472b345ad211eb899f28 +size 2777 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_020_Dialogue.uasset new file mode 100644 index 00000000..660907e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c8f739a406b3bf7ea7993a13f26beec31354c5400095f4bcbae5a6ff4b8852 +size 2779 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_030_Dialogue.uasset new file mode 100644 index 00000000..6900be7c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_DraftSelect_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41e9e24511f422bf6c7c7fb7b9981c8c54724182c6014a68f43acb25bf41768 +size 2795 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_01_Dialogue.uasset new file mode 100644 index 00000000..7e51c868 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c8e9a98029d5f8475a27293511edd9b1fde120073a4a8a4de72b9b6d01f3f4 +size 2307 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_02_Dialogue.uasset new file mode 100644 index 00000000..5b2ac62c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5243f6a0b58408f4c38d91d7815804dc161a88e13d360a853172475dfefe1a0e +size 2307 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_03_Dialogue.uasset new file mode 100644 index 00000000..e715da3c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2f64baec7ffb8f9271e6c4dd4366197d61a3ea6ec33a2586a763b6e5a12d47 +size 2307 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_04_Dialogue.uasset new file mode 100644 index 00000000..e5e13380 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Primary_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38aac96bb588f536a01042cc7b4cbeb55bb6bca1b1bf380b83b1d2506a1d171 +size 2307 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_01_Dialogue.uasset new file mode 100644 index 00000000..0067de28 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97020e448350381e52a17705939aa925f1db50eb353d430f72c24ecf1a2af395 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_02_Dialogue.uasset new file mode 100644 index 00000000..20bf7390 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c14f8aa85f58b53beba8de596e45f7ee2c302ab9ef87b4456e3481a2baaf0f +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_03_Dialogue.uasset new file mode 100644 index 00000000..5f514e6a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed59108d770f4b3de0664269faf315964ffa6909be0a59b77d3d532dfb1b4d6b +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_04_Dialogue.uasset new file mode 100644 index 00000000..8951c154 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Q_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7b77e1bbee7a7467165e32d48b6206eabf8e0b5f4ed97e24221f89740312fd +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_01_Dialogue.uasset new file mode 100644 index 00000000..2d28bcce --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ca3eba4b6157ffc200c0fc56e98a7c1232afbe10c1897188a1b5542ba9901d +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_02_Dialogue.uasset new file mode 100644 index 00000000..7eac7669 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf66d9f9693dd22ecb00fdbfc1498537d8c3ee389e8d5d26235056269a99e21e +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_03_Dialogue.uasset new file mode 100644 index 00000000..fbc061c4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7cfe18b5e4f1d7d0bc66c63421ae40738516a7ab1d58ff1ecca4b66203347e0 +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_04_Dialogue.uasset new file mode 100644 index 00000000..8ec940a7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_RMB_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ce4829ec9a6d9c010851bbc33bd219874abe3a35b88cccb3dfd63c1e16936b +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_01_Dialogue.uasset new file mode 100644 index 00000000..c739e942 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d20e85e91acd160f0c3799bae565cb8eb45c12fee91a0a4fed845d57f6bf4884 +size 2313 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_02_Dialogue.uasset new file mode 100644 index 00000000..5d02fb08 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f303af53a0347e123a4866802061cefbeb5354015003937f4929ed326b4dbe53 +size 2313 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_03_Dialogue.uasset new file mode 100644 index 00000000..dd19f917 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73bfa00298748a0111a7cf291f6df7f5a9ac1c46df179da0fd92473c3100a3c3 +size 2313 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_04_Dialogue.uasset new file mode 100644 index 00000000..1b2c7055 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bbc4f327862ad9d3134dcab701c12d1b3399f9224c020e5c6eaa0afc7c6578 +size 2313 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_05_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_05_Dialogue.uasset new file mode 100644 index 00000000..5157099a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Ability_Ultimate_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d7b2bee166e489297585f629148e1529b360cb3e7b2bf650625b5a9683db23 +size 2313 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_01_Dialogue.uasset new file mode 100644 index 00000000..c3ca92c6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa01ae5bc83212dfba5a25d09fdf4c592df4b8b723f86f4cf00bae1a353a8f8 +size 2253 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_02_Dialogue.uasset new file mode 100644 index 00000000..e4fb0f00 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b146c233ca053bcd8eb6191a4e53489e335afaec919020ecbb4d1b82762cdd5 +size 2253 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_03_Dialogue.uasset new file mode 100644 index 00000000..e43837d3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a22017652101218c7b989284d11c35013f4b195d3dacaf1a00de6e85e680cb4 +size 2253 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_04_Dialogue.uasset new file mode 100644 index 00000000..3af1123a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce932be6861d56f6bd7efdb220036769e9c3d33353cc7139774d74abf9ff57f +size 2253 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_05_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_05_Dialogue.uasset new file mode 100644 index 00000000..d136188a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Attack_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f674b7c587d4b3ed5fc8d81acbe1f0f7e18912cfdd693b5e4352d50cfb2981b9 +size 2253 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_01_Dialogue.uasset new file mode 100644 index 00000000..02044643 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea866669adf21cc01ed79cc7fbb70235a622e4994845a7f05591d8afa9fb8a08 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_02_Dialogue.uasset new file mode 100644 index 00000000..f86c341d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0411b035e3e97cebd3a066ad0bd5cb1e8791af86f46ce7513a4c49939752b3b +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_03_Dialogue.uasset new file mode 100644 index 00000000..9cf024ef --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Block_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab6a946c457cb405299e5bff668a5a4e44a86141aaf4ed7bc8ba1ddde875528 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_BreathingLowHealth_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_BreathingLowHealth_01_Dialogue.uasset new file mode 100644 index 00000000..cad8e45e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_BreathingLowHealth_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f172696dc9aed80d9e6fbee265700474f6278f716c5b0076b0c8ff97f38d6428 +size 2325 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_BreathingRun_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_BreathingRun_01_Dialogue.uasset new file mode 100644 index 00000000..9bc11d3b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_BreathingRun_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c621ded41f83bfa77f55baa5bada7eb731badeb1a25321b5bc866f7cc9c49f42 +size 2289 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_01_Dialogue.uasset new file mode 100644 index 00000000..6c83c9fa --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd0737da77a966e934ba4bef2d78b7e426ab025793867065c878687db2a81cd +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_02_Dialogue.uasset new file mode 100644 index 00000000..f55dce2f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac509dbd1c900d21f7ec24a3d0490c54197e99d6c7ae6d2b4e65d1d461052678 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_03_Dialogue.uasset new file mode 100644 index 00000000..6195a642 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d88cc2e23cedf257df65b30553c0e41a21799becfeb1af9d4948ab977c7bc55 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_04_Dialogue.uasset new file mode 100644 index 00000000..49486665 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Cheer_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19eb3ff7bbc89c34858087b1875b89732ebbba82f3af74695aa4de76d06bbed0 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_01_Dialogue.uasset new file mode 100644 index 00000000..f91a28e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba8598f8e0463d995322bb8b16973954b673e9858b94930b988938bf42acb67 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_02_Dialogue.uasset new file mode 100644 index 00000000..bb72b5ff --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e09364e6553fe946490d26abbc432de64f8dc5d45b8e201c6bd4e1a17b2fa10 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_03_Dialogue.uasset new file mode 100644 index 00000000..92742c56 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e8e55cdba9388c02550a2fdb09536423152c8311be9e11972a6d09b762abc1 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_04_Dialogue.uasset new file mode 100644 index 00000000..f7c979d2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Death_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41def795d0a0982bf805c80232e9261e086f2f4cbfe6c883d74541feea6018eb +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_01_Dialogue.uasset new file mode 100644 index 00000000..d335a440 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e7aafc4627e88f419afe0ccb7b1e90f63bbcd079521bf39b2ddc02dc3263b9 +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_02_Dialogue.uasset new file mode 100644 index 00000000..26abb274 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc211c6edc5a26393582a15ea4d54e41d7aae034720cdf11e9536046d77d8715 +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_03_Dialogue.uasset new file mode 100644 index 00000000..3c5f6370 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e1b86334e93e148272749a779c0c64ebe0136a05ffc3bc782c7896b4e198105 +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_04_Dialogue.uasset new file mode 100644 index 00000000..0ec22f5e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Frustration_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e47d3f8318da166b30777a111059183949c661340264db917ddf0a8b1932063 +size 2283 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..4fd6f58c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94365a94f0cbd6cdde17609665254a61d26ef0c9cdfc322888dbbc74dac8dac6 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..e664b9d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1bc15bd9961e3cc93ca3df9141907851c3b3da879e052b32356d1acc3dae7bf +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..a1710078 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30231cc263edabf5fe1b8f4f0211a28bc2b08753e0bbbc5a4a1329460a139de1 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_04_Dialogue.uasset new file mode 100644 index 00000000..88d3de97 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_JumpHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0f9241413e5692b16e096dbfda7fea8bebe83b0bcd56ecd2130924133b19eb +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_01_Dialogue.uasset new file mode 100644 index 00000000..20a31e17 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4162cf7ddcf781d4989067262eeadf1a4f42872cdd4f201dc46d9d9a0dd0a5f +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_02_Dialogue.uasset new file mode 100644 index 00000000..b2cc5010 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bacb589883a4e9ee8730ca66b3bc8aad99fd752875780061d49e24dc52b26744 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_03_Dialogue.uasset new file mode 100644 index 00000000..d72d1bf9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb3f3be8e183e4a70b31b66b5718488ea0a9d09338f22a2148bb2220c3a73db +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_04_Dialogue.uasset new file mode 100644 index 00000000..57cee6e2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Jump_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3169e4076e14bb9f9e177c3c2210793ed3044bcb877a94a6423989f3324d6b90 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..d53ce62d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b581e15e3f0904ad0f35467dd98d00bb23e7bb82e850a74d09757c30bfeecf71 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..71c4b71c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2783988f73645b576bcef9ee0acd5725bc506076fc2deeae75125fdc2cec7bc1 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..0d0a1314 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1a79f1f6765541f651ea090fda25ad3e34205919b6fd9446fea99d41d1ba3a +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_04_Dialogue.uasset new file mode 100644 index 00000000..0898dce9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_LandHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6ac6742c12db52969d79ce0b5be895975b091f44949ad2746aa1a7035874eb3 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_01_Dialogue.uasset new file mode 100644 index 00000000..f6eadf89 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:164610cc47e9e1715fb4e76d76113c7be08b045c1d1cdd58da89f3a834c9fb58 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_02_Dialogue.uasset new file mode 100644 index 00000000..4bb612c3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00845cd8f7b845345e73dd48660f819b70d87bdb1b09d818eef715fe3c60e6d +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_03_Dialogue.uasset new file mode 100644 index 00000000..ec719edb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81497a07c991b4e9549c5372040abca2b7e5c2917a7c64d1dc4014c3b96c0842 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_04_Dialogue.uasset new file mode 100644 index 00000000..8513e7d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Land_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60ac34bf73ca32bb94f3a1f82d461905fa6d5197ea5a19d060c82d366f7c6518 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_01_Dialogue.uasset new file mode 100644 index 00000000..7378cd34 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcbc4ae4f97eb4d9d50fdf16de07951436aa7a11b89ea7c76238e8f379657e4 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_02_Dialogue.uasset new file mode 100644 index 00000000..33b7aa82 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174adf7a4fe1ca0c8fae5358c174f311ab174f449eb255620386150d5f3bdade +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_03_Dialogue.uasset new file mode 100644 index 00000000..95fa716d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a59e6fe608881618477d4dea904fac63abd971f44374984b64143fed9e241e2 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_04_Dialogue.uasset new file mode 100644 index 00000000..2aaf80f0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Laugh_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a91dd13a201afe1f9216ea1c56e4114db9e569fb80e7bf9e379d9c1d0fb16f +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..26557f72 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adc6cb3fd370f7fa61c111c63914a131ee959688f9c43210c1f8cf5c7d3705d5 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..e12beb29 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59aea5b3c7ee2d2c04b2caaa2bf356643c63f11cb52d10b74c4af30300a24f3e +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..022c84bb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1966a3fb6ea944e594f1c6915422cb3945182d6483de3fb80d48a50ebb8be6 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_04_Dialogue.uasset new file mode 100644 index 00000000..a3aa2fe3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd76703239d05d832f492ccdd1f1b399cb69f50e84069740634f5ac60e530c7b +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_05_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_05_Dialogue.uasset new file mode 100644 index 00000000..a1430677 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_PainHeavy_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab246169ae946bd8d12f45d94897476fd03daec0f9795c9b2e32c4e11671903 +size 2271 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_01_Dialogue.uasset new file mode 100644 index 00000000..d53cdca1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6ddded297ab8988c2093d5a53b9a356e06b3a27d42298b1eae052387b36636 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_02_Dialogue.uasset new file mode 100644 index 00000000..24d38588 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd434bdc939f5815e7a111b25b8e9cee441f8b9e27e3fe267a693eecda4d903 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_03_Dialogue.uasset new file mode 100644 index 00000000..1d2a2233 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd03f42bb44e8322065bff44233d7a450db27ee3b32ce9c6d1c764e7a3a2804 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_04_Dialogue.uasset new file mode 100644 index 00000000..a2bb0a42 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e153f2365fc803f594465b0ccc8344da9e842e99b1a3448e0ac4822a19b4aa +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_05_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_05_Dialogue.uasset new file mode 100644 index 00000000..cb4b0617 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Pain_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2be0269d622da9210e2b1cc13db835f6e4513347252b7313251f046c92bae3 +size 2241 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_01_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_01_Dialogue.uasset new file mode 100644 index 00000000..5cc98fad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a09b22d66196c490411646017f5e1031233b58238d856ff3ec7211d5b6d8c76 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_02_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_02_Dialogue.uasset new file mode 100644 index 00000000..16730e31 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8091ac57f37097a4df8c1a5a31bb06b6cc018c17cf3280e22653921a7a2931f +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_03_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_03_Dialogue.uasset new file mode 100644 index 00000000..84396c4a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d25327896a596f0dc3d3194dad153eefdf15e659331ffafe6753aeffff59ce7 +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_04_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_04_Dialogue.uasset new file mode 100644 index 00000000..b7d50888 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Effort_Swing_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bed58b48e341f36e151dec046d76f90b707c489f28b7e4b808a45d2fc5c920da +size 2247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_010_Dialogue.uasset new file mode 100644 index 00000000..1b43364a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d87e2ffac521bf773d5d23e2c22699b8541787c585f7ecc940ec8feaa243992 +size 2725 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_020_Dialogue.uasset new file mode 100644 index 00000000..0db0f6da --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4a5942fb5b941e1f2e5ae06ca62f21eb474dbc02fc9d1c4c3d446346e314d0 +size 2713 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_030_Dialogue.uasset new file mode 100644 index 00000000..d1005389 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e36d0582142dcfdb56b4b59c5b59983deb04758fab3c822a3d6214e416dfc95 +size 2711 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_040_Dialogue.uasset new file mode 100644 index 00000000..7a5fae09 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b2bcd44c9cccb1b70d7bfe2a4ea97486b7b75cd409d1e8bb8f53b29439597b +size 2717 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_050_Dialogue.uasset new file mode 100644 index 00000000..1c35a10e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa0bdf1fc3fba5dcbaa93441477f5b92e29e9cf2cc5243191a01e6b42ed3bbf +size 2725 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_060_Dialogue.uasset new file mode 100644 index 00000000..d9a3661a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74bce37acb05de03986b6029ef95abb9b0f4ff69471430db4eabffa4ac338828 +size 2725 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_070_Dialogue.uasset new file mode 100644 index 00000000..aa33e0fa --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02f241f9e3b940b780975a93b627ca03c180b869248b21772a1516b2a1ec7b4d +size 2753 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_080_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_080_Dialogue.uasset new file mode 100644 index 00000000..7499f227 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc48ba0bb96e143ad9f3c2f6769cc93c0ffff1355441df91c92c391e9b61548a +size 2787 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_090_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_090_Dialogue.uasset new file mode 100644 index 00000000..66881b09 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d226634c897831efb8e0379c401f3df97c5293c231f6457e83844566c2d6ae2f +size 2717 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_100_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_100_Dialogue.uasset new file mode 100644 index 00000000..a077e3f5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf58bd9491c54639a539d5a147746f5c7fb12e687e33d16fb5bfe8db5d879fd +size 2775 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_Taunt_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_Taunt_010_Dialogue.uasset new file mode 100644 index 00000000..b79a1966 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_Taunt_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b7849b03e37ecd8fc5b8623536bb174308d4d680d9fcdc784d2c48e8f536a6 +size 2883 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_Taunt_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_Taunt_020_Dialogue.uasset new file mode 100644 index 00000000..b0ae20db --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Emote_Taunt_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c87c089a0e13dbd8b8492ac08de0720f393c3ad8c48534eb6fc51da893a5362 +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_CriticalSave_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_CriticalSave_010_Dialogue.uasset new file mode 100644 index 00000000..d109c9c4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_CriticalSave_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dad4fbdc780bd3c8980efa54de3d66801e6cda396903f285b4417a6fd918ac8 +size 2833 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_Healed_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_Healed_010_Dialogue.uasset new file mode 100644 index 00000000..3c7cd24d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_Healed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:353180859b5bab79d40613a88fa5b899dc90ef8b8609828dda0276afe3b56bf5 +size 2783 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_Low_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_Low_010_Dialogue.uasset new file mode 100644 index 00000000..d7f23492 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_Low_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611bd813e53e57b03ab7a4ecafb02d07f224325ae529d95ba82b7373e577c9ee +size 2757 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_SufferedCrit_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_SufferedCrit_010_Dialogue.uasset new file mode 100644 index 00000000..38b598d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Health_SufferedCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63d2d26f50ac7409ebf9d9417757005a52dd4e1c9f9e4df5e660e417ab1fd10 +size 2823 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_BoastResponse_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_BoastResponse_010_Dialogue.uasset new file mode 100644 index 00000000..3889c757 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_BoastResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2302022a836f7c9948160666cb1b22337860dbc64f05973416ccc3f8bcc07c62 +size 2827 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_BoastResponse_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_BoastResponse_020_Dialogue.uasset new file mode 100644 index 00000000..1a1fecee --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_BoastResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ffe78067e1e21e7e30e1c0875f8b14ae1fdd83270b6726a9418d64e9f5271d +size 2851 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Boast_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Boast_010_Dialogue.uasset new file mode 100644 index 00000000..47d860af --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Boast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dac1a08468db5f3b7d202226d1485d37a308d34bd6962ab9361f0caa1978cd3 +size 2779 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Boast_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Boast_020_Dialogue.uasset new file mode 100644 index 00000000..7c2142d8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Boast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:019a53b1907d42cb7a44be648bcab31d38141dec25d009fe74e8e5dff2615d2b +size 2789 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_010_Dialogue.uasset new file mode 100644 index 00000000..97b144a7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cc9079f68e246699b623f328e0c9d889a2c463bc68618c85994f5f7bce161b +size 2849 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_020_Dialogue.uasset new file mode 100644 index 00000000..f7736e94 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:388ae5a178130654d16a58508b786ccd36181bca640a3dc2e9fd462c3b44cc5f +size 2867 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_030_Dialogue.uasset new file mode 100644 index 00000000..ef59503b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_QuestionResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15c8c8312ce16517b463b4dee099a05ff5708f8498bb600ae573b2950bf4e4e8 +size 2873 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_010_Dialogue.uasset new file mode 100644 index 00000000..845db2f7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1cbcc203df63dfdc4a60905a50d9880f004e5ad8084c9a5a3e81b8f5933887c +size 2789 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_020_Dialogue.uasset new file mode 100644 index 00000000..bcc0dfca --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78024e8debb12ea4aebb119133e5354cca1978edf3045c8bb15dd82304c63aa9 +size 2803 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_030_Dialogue.uasset new file mode 100644 index 00000000..277d0567 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Question_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568ec7a0d7e64ad9b91ce285a89dbcf1225c2ceebe89caf5841231844849555a +size 2843 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_010_Dialogue.uasset new file mode 100644 index 00000000..2ddbbe80 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69665685fea700f342ec1888b1fac624f91975ddf4df38b215c679fbe5c6ee8 +size 2805 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_020_Dialogue.uasset new file mode 100644 index 00000000..0fd8479e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf6a3ac57ad13a6a0cd6bb1f76a55934ba5ef6f19ad2338e7f52c5cc0f3e584 +size 2835 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_030_Dialogue.uasset new file mode 100644 index 00000000..94fad9d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:141f527e0c5a602aefbfe00669a21609c6ff24718e636da99572d13ab4244bf0 +size 2813 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_040_Dialogue.uasset new file mode 100644 index 00000000..4aafe446 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Intro_Statement_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52faedc7b32b048ebc5144fc3b58dfbc70dde806de60f37e04da5b81a57937c +size 2845 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Assist_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Assist_010_Dialogue.uasset new file mode 100644 index 00000000..1cb6bf6f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Assist_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b174240d2efa2bcc87f78c293d00c6c3edb810460fab741f8cb84f233aafdd05 +size 2787 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..97cd407c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd4cc553df43c56fa1c26682bcefc7941c371773f0503cc021e82332a66b5941 +size 2777 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_020_Dialogue.uasset new file mode 100644 index 00000000..75d39841 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d046729184cb527631a401e72159ef82e9722b0ac1a13fd4c5edd159e868e9e6 +size 2755 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_030_Dialogue.uasset new file mode 100644 index 00000000..d7b4fa86 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25df655c8ac4d73e7afabe7b32c7a22e7138c400b4aee85ddd6a5c988da4136 +size 2759 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_040_Dialogue.uasset new file mode 100644 index 00000000..8329a04b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b81d1c52598b6fd1d735c9d11233ab2c32b10b125ba269bc5c337c78397d2e7 +size 2759 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_050_Dialogue.uasset new file mode 100644 index 00000000..fe9dcec1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b4ae6416441bc32d7e6327866236b34a7e4d51b311574ac9d264059c00b94b3 +size 2759 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_060_Dialogue.uasset new file mode 100644 index 00000000..0cabd7e8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35e259dc8f5530f3f87c15dd4558489294a8d537bba6e2b9d727846279a1fbdb +size 2781 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_070_Dialogue.uasset new file mode 100644 index 00000000..7d387846 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Enemy_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45520a3e298be3dc7d498c1b49d59326a1225039584a0731e47c22510b0d75bd +size 2789 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_FirstBlood_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_FirstBlood_010_Dialogue.uasset new file mode 100644 index 00000000..a6af7f21 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_FirstBlood_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2011202069e8785b8af6069cb58b36308fae1644a99877676db45b056858e0d +size 2805 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Revenge_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Revenge_010_Dialogue.uasset new file mode 100644 index 00000000..72eece12 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Revenge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881d9423f5fd4ed27264fad7285381150c1382b705934cc2cc577dc89a905095 +size 2785 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_SameEnemy_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_SameEnemy_010_Dialogue.uasset new file mode 100644 index 00000000..a14b4297 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_SameEnemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a7f9cfc3a17816a2600b65b8d573efc9e8a73310ac2e57e0680e5219b134c6 +size 2807 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Shutdown_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Shutdown_010_Dialogue.uasset new file mode 100644 index 00000000..794b0279 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Shutdown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69a9e28749570401ab83a898a6fe447cad48524c0775aa9f766bda38f60d0ba +size 2811 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Streak_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Streak_010_Dialogue.uasset new file mode 100644 index 00000000..40409120 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Kill_Streak_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c86f8f07391db3c7680669e66facc6f2291c37aa6604cfa333ce574e55e8f85 +size 2789 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_AbilityLevelConfirm_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_AbilityLevelConfirm_010_Dialogue.uasset new file mode 100644 index 00000000..00c18d44 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_AbilityLevelConfirm_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb52ac941dc0cf251f34d4fb48ad0dc850cf23787fb1375a4b157be22ccbf07 +size 2873 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_AbilityLevelConfirm_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_AbilityLevelConfirm_020_Dialogue.uasset new file mode 100644 index 00000000..bc13e75c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_AbilityLevelConfirm_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d779697f48205e31b7c2ef3c545ae879a450fc76a0fd7a9293cebb4fca0cd761 +size 2899 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_BoughtItem_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_BoughtItem_010_Dialogue.uasset new file mode 100644 index 00000000..fc51af98 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_BoughtItem_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b51dc86109867c21681e03d5b84439e28939cc4c74ab2221121c5ef1b7c23d +size 2815 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_CardPoints_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_CardPoints_010_Dialogue.uasset new file mode 100644 index 00000000..721224e2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_CardPoints_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7cd5f09f1f57a42e543e6dceae832bb784295a8848af0d1a20051f3df86373 +size 2821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_010_Dialogue.uasset new file mode 100644 index 00000000..8d7955f9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57e36085f49349554ba80f5864599ffc27398bb3a93501b144c3bd9fe728300 +size 2787 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_020_Dialogue.uasset new file mode 100644 index 00000000..559a1ded --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4028c6cdaedae63c7ea7a9a2f20eef9ef66cb89ab58a3d86bc2a80900fcc2a8d +size 2779 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_030_Dialogue.uasset new file mode 100644 index 00000000..66faa1e5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Five_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bab4c71eda4e6e76cadb1556f5419e56ca5864ec0bc4acdd417d22b9967bdc3 +size 2783 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Up_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Up_010_Dialogue.uasset new file mode 100644 index 00000000..502e800b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Up_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314ec218399da2581394f9f687ef09fa3710a7081a412cbe4341bfdfad92c4d5 +size 2747 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Up_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Up_020_Dialogue.uasset new file mode 100644 index 00000000..ddf901be --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Level_Up_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b959edde84eb38a6e62917dd2984fe27b38603c03285cdedba3f5c7007432034 +size 2743 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Morigesh_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Morigesh_010_Dialogue.uasset new file mode 100644 index 00000000..55dc26fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Morigesh_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:824f521f5ffc5e67242192d3113a1f1a3f7cef1e0e6f36be0403cbb42214b72f +size 2831 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Narbash_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Narbash_010_Dialogue.uasset new file mode 100644 index 00000000..e0cd7a8f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Narbash_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f098b327a7a931e7fa20ae3780457fbde5a279f06c4b0a48f1e74b228c371b4 +size 2825 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Spirit_Archer_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Spirit_Archer_010_Dialogue.uasset new file mode 100644 index 00000000..4721fcea --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_Spirit_Archer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcea6233de15a5069504ea83e4aa943b14bc0b106dd10e0f8db588d458b66f2 +size 2863 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_TheFey_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_TheFey_010_Dialogue.uasset new file mode 100644 index 00000000..421127f5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Death_TheFey_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0a5527a7633916fad2f064be22f7a89eb0dca39cda4210cb8c1aa5f1362a52 +size 2815 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_010_Dialogue.uasset new file mode 100644 index 00000000..a48c905c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c044a63ddb471ecc1d4962f5e50ec0f214859adf7c5bb0ddaad81b353ba15d2 +size 2841 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_020_Dialogue.uasset new file mode 100644 index 00000000..6d46cd1a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afc774a1df21e8a78f3d92a0e52eea120f7b04bc1f502d722a26f5f753ef1c0 +size 2819 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_030_Dialogue.uasset new file mode 100644 index 00000000..d50afa4a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Morigesh_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5d30bc63fe90f179da7652636d654bdb3fac9962a8bad5c7da76979ff1dd2c +size 2855 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_010_Dialogue.uasset new file mode 100644 index 00000000..e582e216 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e2bb404028ab29a1bf57582dceb783b429d261618d1fdb1e66f522ec969cc1 +size 2817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_020_Dialogue.uasset new file mode 100644 index 00000000..ba52e68e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4a1bf93abecbc9763a15d6416498174e5bc266c7cb1442c90779c63913bfbb +size 2831 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_030_Dialogue.uasset new file mode 100644 index 00000000..5c2013fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Narbash_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3ddeaf953b5605cb35203d8cbf9adb41e4991f0206f5c3adbd52e42b9b21b04 +size 2841 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_010_Dialogue.uasset new file mode 100644 index 00000000..02083c32 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93f42ec2b9b18417d6cf865af5a53b97a987cf9794f9bcec9c7a043a28d346ef +size 2859 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_020_Dialogue.uasset new file mode 100644 index 00000000..4a8dc9c5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:348305038c472e5162f084dcf24e1f6518683f9ab285699270caae3a1efc344f +size 2897 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_030_Dialogue.uasset new file mode 100644 index 00000000..c778e422 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_Spirit_Archer_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58af0a32d3c52babfda89acb0fa3cad03e36080d28f52bfa3ab776e5b39a1e5 +size 2869 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_010_Dialogue.uasset new file mode 100644 index 00000000..9173ff79 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f307d0ac925b39bb8aba6dfd3bfbbf8d97dbfaaca00d865f932e01ec78cf36 +size 2825 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_020_Dialogue.uasset new file mode 100644 index 00000000..a125835e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e282c0706afe9819fcbb6a5adecc19950a5d45a202ce06ee7bfeb9a302b170 +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_030_Dialogue.uasset new file mode 100644 index 00000000..c4e6d7d8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Kill_TheFey_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb24f0e1bd69de2013c6b43b43015c5a5da9eea2f253695d965972cbc1605511 +size 2821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_010_Dialogue.uasset new file mode 100644 index 00000000..0b1c5103 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf1a02b845530d470c791c4c52eb23bf499f6be0c32a699092650ec8c864ffc +size 2827 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_020_Dialogue.uasset new file mode 100644 index 00000000..33c00cc6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce5837ffa868c167b536531451319364d3b0ecef525e371ea15588f4aceb880 +size 2811 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_030_Dialogue.uasset new file mode 100644 index 00000000..dd074e18 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e445141053ebc24b060d4b1d6f8316d7f204d938d65fc4b3a3ebe272750717ec +size 2867 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_040_Dialogue.uasset new file mode 100644 index 00000000..30af83b6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca71a80e52c8165ec982702209a6900773e1bab4f039ea09fc28fe8f7b4e89e +size 2827 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_050_Dialogue.uasset new file mode 100644 index 00000000..23bad6ef --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cfe8b005f341e64dce556d65da47b97cf1d3a0aa1550bff9f7abe92bf3dd39 +size 2863 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_060_Dialogue.uasset new file mode 100644 index 00000000..ba34fa38 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076711ecdb8867d4ee32c1c15005de7bde873818d24e4b1b43bb313548c22e81 +size 2851 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_070_Dialogue.uasset new file mode 100644 index 00000000..4ab9d147 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be0794c2c1baecca98cc6ec13438f6938f206f8cdbedfddf0ef9088738a7436e +size 2807 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_080_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_080_Dialogue.uasset new file mode 100644 index 00000000..8c92bbb4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Morigesh_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d05b99aee37db6fd8048b10d65d30e274754027be1bf402f700fade7748649 +size 2781 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_010_Dialogue.uasset new file mode 100644 index 00000000..d2e6716a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d757310836ae10f11edb34cc240534e8b8ebc96bd8408f24552d2484aa3997 +size 2787 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_020_Dialogue.uasset new file mode 100644 index 00000000..0c95da06 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca669961bc693210b22e6c2a335ed4cb05b7c9678eb22aa2f7c7840df6f430e6 +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_030_Dialogue.uasset new file mode 100644 index 00000000..d584e3b1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350e664e266e486bead34e4b0f0b20c0199477e0fb8267114d5d054c1bda8fd5 +size 2817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_040_Dialogue.uasset new file mode 100644 index 00000000..14988bf3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c5bc2511cc1cf1c301e17691ed7f0598217beaf683ca7bdf4902e9c6056e936 +size 2843 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_050_Dialogue.uasset new file mode 100644 index 00000000..008676bf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b43a5c6f97b3b7078476c864bd25fd992b09a60ae1a5dc5e2abdeab811e4af +size 2825 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_060_Dialogue.uasset new file mode 100644 index 00000000..3ad6c21c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cbbce6c390e773e96f271b49897f0662d59deaee0ccd375de5c345b3f2256f +size 2821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_070_Dialogue.uasset new file mode 100644 index 00000000..bfb62c02 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d47a6525e3e8d9aac004b9f8d2c005bb08b1624593e7396efc34902f30bb0f0 +size 2813 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_080_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_080_Dialogue.uasset new file mode 100644 index 00000000..6e03d4cc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Narbash_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a96bd4983bbebe49b1dd0843d982e737811efdb4b7b40beb3d6e059bc870db0c +size 2805 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_010_Dialogue.uasset new file mode 100644 index 00000000..200bc6bc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1468469aee7ab302bc39a16b6831bf6edbf39aab10c7a4ea116a79984a6489 +size 2861 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_020_Dialogue.uasset new file mode 100644 index 00000000..6f30a314 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c1e7502eb2cf8b0d049d24fca7438ebc5843fcd84b0a128ca46fbf1dff29d2 +size 2873 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_030_Dialogue.uasset new file mode 100644 index 00000000..6828b34e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b3d8c6c04797d3fd5c00840e35da8e73ec6962cbcd6e4183ab77ca4a642776 +size 2851 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_040_Dialogue.uasset new file mode 100644 index 00000000..377376d2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8380dc01c0840100540df0d5ff10db79b3e7195ae41a80a7899de0f8366155 +size 2891 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_050_Dialogue.uasset new file mode 100644 index 00000000..c862ebc8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5860ecd6880389ea9f2c1ebd0baac9bd7e8dc98418dd74fff24bfc9094b177 +size 2917 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_060_Dialogue.uasset new file mode 100644 index 00000000..f22b673d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5477f0b8492b6b1b27382e8c578ee92d04e74e339c5598c7e4ef47be04faa9 +size 2839 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_070_Dialogue.uasset new file mode 100644 index 00000000..327f3828 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ee474391dfec544eeae70cac7e8889949ce4b4ea36b9b737aa1a416079034e +size 2871 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_080_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_080_Dialogue.uasset new file mode 100644 index 00000000..c49f47d4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_Spirit_Archer_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83dda23837f74397f01add6aa43391e177eff88e84b5285b70771dfc0078892 +size 2863 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_010_Dialogue.uasset new file mode 100644 index 00000000..794b3539 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf21bcd2eade53fa72daa792368a4504fc125b6386aa866ec78b1649ed6efcd +size 2803 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_020_Dialogue.uasset new file mode 100644 index 00000000..a9d19045 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18911587cdf04a52346499119ea846c9f89ef564efdef49a6933ca1951069ea +size 2811 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_030_Dialogue.uasset new file mode 100644 index 00000000..7e10321d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307658693f9242aa8d38265bb2814f63bb7d47d27daa4266c2a8107e31260994 +size 2781 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_040_Dialogue.uasset new file mode 100644 index 00000000..fa8734e9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1f7c1f075bf91c3411dc018c2b9a0db5be351f0c55d6131f96056bf64d12aa +size 2827 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_050_Dialogue.uasset new file mode 100644 index 00000000..03be3095 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32ff9859f865549a585f210a402ae5a12ce024927d0a002766b84441eab46504 +size 2781 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_060_Dialogue.uasset new file mode 100644 index 00000000..50ab467e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32423089dba3f4b8fc23648093c7f0c4b6599ef70e5073b7e6da66ec9cd81fed +size 2803 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_070_Dialogue.uasset new file mode 100644 index 00000000..a6b818d2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b5076628ae200d3081ba24a9c069e40548b4ed44da3dc651230be4e32f28f3 +size 2765 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_080_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_080_Dialogue.uasset new file mode 100644 index 00000000..fa6b3a28 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Lore_TheFey_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f840637f1e2ee33a80b77cde265e4d20a61d9a41f8096cef9b78ef58e057889f +size 2791 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_010_Dialogue.uasset new file mode 100644 index 00000000..5ae9891e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff90774629568ca363f18e56b3879bfb388fd94b24aaecb2efb52dd15f1dfda +size 2773 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_020_Dialogue.uasset new file mode 100644 index 00000000..00fe423b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c05dc256be326d18ab4b57b6cf82b61f10aab4452257446a94e8be5efd0cbb67 +size 2771 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_030_Dialogue.uasset new file mode 100644 index 00000000..da4a758c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347344fc2ea72affe3a23964b470941f0cd25cb9f1504788b1e92aedb7a961f3 +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_040_Dialogue.uasset new file mode 100644 index 00000000..95c161c6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileDizzy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63669fd0cf2d0f4af856555a7fd4f8fc00f6516f9037bdadeb1515f84eb1687 +size 2969 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_010_Dialogue.uasset new file mode 100644 index 00000000..1d0bb64a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891d6e01c0e77147c5335f5d878e0fe8bfdda7fd1084acf7c68e53437513ab29 +size 2807 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_020_Dialogue.uasset new file mode 100644 index 00000000..e195f90c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b2f904d6bc6bc07c849aff0757e80688a9c749ae78faa54079adea6b4f26232 +size 2837 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_030_Dialogue.uasset new file mode 100644 index 00000000..d16b9798 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e48fef808b75a6bdc792146b5c6322e6da941776ad3525dffdaf8027f84a5a +size 2831 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_040_Dialogue.uasset new file mode 100644 index 00000000..294bc073 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfileIdle_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3d9fcc1c0f065994fd4018dd4a6328de169d56e684c17820038005f9551933 +size 2835 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_010_Dialogue.uasset new file mode 100644 index 00000000..519752c5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f987a020f3c6324505c7c0784e489ae800dbe788dfcc4f5a0777f81fc8aa734f +size 2763 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_020_Dialogue.uasset new file mode 100644 index 00000000..ea4d0c66 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8ac42f5a69c52eb85745d8ff520278bc89c9a5dd13d4a05eddb7f300cc6eec +size 2763 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_030_Dialogue.uasset new file mode 100644 index 00000000..81d03cf2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:102198ac2d3bd53d55197a3b429c257d6d66497c7163250e4f69f236c257c07a +size 2821 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_040_Dialogue.uasset new file mode 100644 index 00000000..d99ca331 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4d1396b97f93a366a458825ae39992078b674a43d5937084f4dabbf534526f +size 2765 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_050_Dialogue.uasset new file mode 100644 index 00000000..f3f54264 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b032c6777cce2ed996d61735e1f761f07643cf201ec7304b7d0106215a2f1fd5 +size 2793 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_060_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_060_Dialogue.uasset new file mode 100644 index 00000000..fb4bcecb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bfe15a2814a90f26479a0e58bf82e7754259e8c463286270fb4d56b239581a +size 2879 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_070_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_070_Dialogue.uasset new file mode 100644 index 00000000..f6bc3fca --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_ProfilePoke_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c9fb93c6c2e904f1fe3a1865a6b4bb8e3d034715cf07575c438242c5dc2b14 +size 2985 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Revive_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Revive_010_Dialogue.uasset new file mode 100644 index 00000000..874250c1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Revive_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b40b47d3b904dd83bb99bfa9621af12c77f3b64de200f2ab539da1dc752a61a +size 2743 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Revive_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Revive_020_Dialogue.uasset new file mode 100644 index 00000000..b05216e8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Revive_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b88408f9c7a7fa77e34ae7b528169b68f06bf20e8f14a5254588ee645d61d3e +size 2755 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Ace_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Ace_010_Dialogue.uasset new file mode 100644 index 00000000..503104e5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Ace_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef2c78ffde2bb2caed29a2d6107491a1a53e7097e1c1574f23a57e8b39d1e84 +size 2779 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_010_Dialogue.uasset new file mode 100644 index 00000000..8f286dee --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a725f61191cca6c44f804c586526842dc39ecfcf0ca3d5c7e6f69869c6ffe8eb +size 2787 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_020_Dialogue.uasset new file mode 100644 index 00000000..2af9cc6c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e32d59354bbd75272b6d43264b264355b523ae546372cddab1ab765e22cad1f +size 2783 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_030_Dialogue.uasset new file mode 100644 index 00000000..ecc61fb6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Buffed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e53c359f5f7cc2845bb2a62020f3bb93d9765664d85753da72e5876b0cf33c2 +size 2777 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_010_Dialogue.uasset new file mode 100644 index 00000000..6cbde0f0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44d4a4112984031af18fcff5cf9ac5b91460dfb5817237d362266629f9ec6408 +size 2815 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_020_Dialogue.uasset new file mode 100644 index 00000000..c60b8ba2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a355e172ac882e8563581a5086278051f7a0d31b403b69a5686fd3c3587b3c16 +size 2805 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_030_Dialogue.uasset new file mode 100644 index 00000000..b2229f70 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Celebrate_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36627dce68a0aaf578d339288e7a79fd9980c89020cdf832135a0c14684cf53a +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Danger_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Danger_010_Dialogue.uasset new file mode 100644 index 00000000..bb48426b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Danger_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa7d43fed07dffdaff4cd6adff0d43e2134492112bb5a8e70ba97a5f41e2e742 +size 2823 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_010_Dialogue.uasset new file mode 100644 index 00000000..53d61b5a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e43a87435dfe639222e5fbc880cf9dbf8b95fbfe0bae862545c11a8f64f042f0 +size 2811 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_020_Dialogue.uasset new file mode 100644 index 00000000..6dbb97c8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc80a099e5b55a2a60a4f61d2ba821f77092cab38eb8d923603c5ebc25fac0b +size 2783 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_030_Dialogue.uasset new file mode 100644 index 00000000..2908d0e5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Defeat_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad56b50b58181a1fb7792d73a2e1c5e501d4c7e5a07e578a544f18687cc3d84a +size 2819 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_010_Dialogue.uasset new file mode 100644 index 00000000..45ad1127 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51cb16708fa62f6fd4fae2325cf6cfb0e6cc3edbe141d2964a2400d7ea7bac44 +size 2767 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_020_Dialogue.uasset new file mode 100644 index 00000000..6cdf0891 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de807609913c968fe7e01ba8b234522a7ec48755a046c91eba9084fcc002c5f9 +size 2799 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_030_Dialogue.uasset new file mode 100644 index 00000000..4ad4576d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Idle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0497f9dc5df2665e3bf976e4e392408bb7a446720be007adc6b8e280ee9fca8b +size 2795 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_010_Dialogue.uasset new file mode 100644 index 00000000..6b20ddae --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac9dc2085ca6bdcf91d6a4baae91e7ca9f364f9560d9ffdfebb37132e4eaa32 +size 2869 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_020_Dialogue.uasset new file mode 100644 index 00000000..f30c958b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bfa98886d3c7ac8ab5bd7faff18d834c2bb7688923277a3ce2eb2c8a506646 +size 2891 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_030_Dialogue.uasset new file mode 100644 index 00000000..7cecebd0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_OrbPrimeActivated_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cd71023427d691f15c588876d6562757d88d1a8a11e9185230fe6e62b8d72d +size 2869 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_010_Dialogue.uasset new file mode 100644 index 00000000..8de2b53f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1c33350e5e16c4f2c53de75b9048af463703fdd9bd91b47b495a3877817f28 +size 2789 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_020_Dialogue.uasset new file mode 100644 index 00000000..a6338643 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5b5e5b191af9686338cac0fe9b0f303bb0696c19810fd7eb9dd8babf1bffe6 +size 2797 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_030_Dialogue.uasset new file mode 100644 index 00000000..96064b90 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Recall_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fd5c94dc2137996d823d90e05882ab1e21ab15a0c870e57fe6a6d5d04495db +size 2793 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_TeamDead_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_TeamDead_010_Dialogue.uasset new file mode 100644 index 00000000..43a0f64c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_TeamDead_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dc62a04bd73411701b1242b992dfb48b331a7d0b663d43a1167e6df01c4250 +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_010_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_010_Dialogue.uasset new file mode 100644 index 00000000..4768e52a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe0e0a724e2a81ccf6343b00d547fa83c6410514be995841a103ced9b1f03305 +size 2811 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_020_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_020_Dialogue.uasset new file mode 100644 index 00000000..7b7ce8f0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b901370c9cfd88afa1c960cca683eff52f01e351740e69f8168677c7659d7ee2 +size 2807 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_030_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_030_Dialogue.uasset new file mode 100644 index 00000000..d39d1db9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a25cad47dfd93e06a146360b94dfb20b42595f3063c781473603fdd64b9df8 +size 2809 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_040_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_040_Dialogue.uasset new file mode 100644 index 00000000..43f95e43 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:710affe2dfdffc5ed2d6af9819c7e589c5209855a038b37679645ade03c5e4a9 +size 2865 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_050_Dialogue.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_050_Dialogue.uasset new file mode 100644 index 00000000..084eb22d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/DialogueWaves/Khaimera_Status_Victory_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4b010da02146cd79c99a3b3b6d9bc8e101040427333741820b7cedf29c157f +size 2811 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_LMB_Engage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_LMB_Engage.uasset new file mode 100644 index 00000000..22da5d19 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_LMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b5df0a3c1d07f39128228cf29e32baa445fb4e5fa4f60a5f38022a40d5181d +size 6855 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_LowMana.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_LowMana.uasset new file mode 100644 index 00000000..7c4c2ed4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_LowMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720f873941b1c5e4b10410a631beeefdb194ad255b6e2eeaa4c4fdc220fc55f7 +size 4354 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_No.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_No.uasset new file mode 100644 index 00000000..5ca587d6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_No.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47687b561de9662eafef0f966681be2125cf7af665bbdcc55e0a8ebd80435fe1 +size 4324 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_OnCooldown.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_OnCooldown.uasset new file mode 100644 index 00000000..31fa1900 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_OnCooldown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f551160775de4efddc83556762f884b98adb96c14f3e328ff3f05d0ef867e5a +size 4372 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Q_Engage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Q_Engage.uasset new file mode 100644 index 00000000..9df1fa36 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Q_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ac080288d26a9f34e556b574d4816d36a08ced7ca7c02532cc16e44e37d85c +size 8217 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_RMB_Engage.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_RMB_Engage.uasset new file mode 100644 index 00000000..134a7203 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_RMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802f62527bbf6477ec66701e667f1ac2535d08cfc49bdcbd3ff2d044a78aeaef +size 6855 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_ScoredCrit.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_ScoredCrit.uasset new file mode 100644 index 00000000..b03ee91d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_ScoredCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb78b730799fb0e33c32205a75c2a811addef41e2396908b52ab00f731479af4 +size 8237 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Ally.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Ally.uasset new file mode 100644 index 00000000..801bacc4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Ally.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bfd203b0c805eaa2d5626973e119029f25102bfc209ec2ceff2588fbb3b2ba7 +size 4390 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Enemy.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Enemy.uasset new file mode 100644 index 00000000..1dd702b0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c6730ba3adf21aba2de8d1940fe72086901563fcdb093bb9730bdf724c2357 +size 4396 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Ready.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Ready.uasset new file mode 100644 index 00000000..4d3a97b2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71255f235768f799358dd28e32f1917f816538a850e389ee07131402b4136092 +size 8277 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Self.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Self.uasset new file mode 100644 index 00000000..7286eed4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_Ultimate_Self.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c42f2f018df094b03b07d31a12195d192f68895d0ecf333dc94995bac7e510 +size 4390 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_UsedLastCharge.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_UsedLastCharge.uasset new file mode 100644 index 00000000..a7934f58 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Ability_UsedLastCharge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfedfe4820c6e9c41cdd97dbc3b45bfb360cc1aaa9224d02d10d5df1c0545b65 +size 4396 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Catchphrase.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Catchphrase.uasset new file mode 100644 index 00000000..0483409a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Catchphrase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c616719da18b679b9e099e0378a061b25c2087997143b6e0d1cc8a9e5e2234c6 +size 10903 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Death.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Death.uasset new file mode 100644 index 00000000..08b6eb41 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16d29e0dddb5a9b95c07d17a02b604f0d49082f2663ab3af4096d052934c835 +size 8107 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_DraftLock.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_DraftLock.uasset new file mode 100644 index 00000000..35ba621a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_DraftLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2016a68a7747f40224767a108c6091e131f9ce8b68a818347c5170c569b551e5 +size 6783 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_DraftSelect.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_DraftSelect.uasset new file mode 100644 index 00000000..031d1369 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_DraftSelect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d3d151e07c25cf187b532f731272d3e14f541fca479d902fd2af620c636958 +size 8167 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Primary.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Primary.uasset new file mode 100644 index 00000000..00f7460f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Primary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99d620b9e826d462afaba485619d369296ab490d96e304ae03084a1a91bd259 +size 9659 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Q.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Q.uasset new file mode 100644 index 00000000..c15ec32f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c44c08589d51e8e29b9387e54af3e49ce8a30e20381f3dac2d8a2ab8a05ff1 +size 9587 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_RMB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_RMB.uasset new file mode 100644 index 00000000..62ce8674 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d88838667afc914e463d40bdccce6c681e09daa63c3c44ddae533db2d353d08 +size 9611 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Ultimate.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Ultimate.uasset new file mode 100644 index 00000000..aeb17c0c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Ability_Ultimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98de0d8e9a348df8d26e86a37a8f4e1dd96d7c04292b5ac0a318e1a105680655 +size 11061 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Attack.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Attack.uasset new file mode 100644 index 00000000..1fa9b856 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3100dd57118b76b54fe7a3a485433b46074b5be3e9186a40771edad18c45af +size 10921 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Block.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Block.uasset new file mode 100644 index 00000000..be6f7243 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721ffa8af23392cb7882d15f7bbdf927fc552d4a66118e2b7a6a430457764bf0 +size 8171 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_BreathingLowHealth.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_BreathingLowHealth.uasset new file mode 100644 index 00000000..639dd6c6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_BreathingLowHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc28b67438a477b7fa203bb3b5de44d8b798467f98b6700e467c967cd92a4cd +size 4413 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_BreathingRun.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_BreathingRun.uasset new file mode 100644 index 00000000..5db4ab96 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_BreathingRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5618fec4b3ab5ee75ebac1f71f87ea9f9541f1a958ea5be883ba62ed7f8f88 +size 4377 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Cheer.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Cheer.uasset new file mode 100644 index 00000000..05594628 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Cheer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11020af7a6f53c65b64f8b4e041a0280d6e03be5c7c38c42c7b5f014f340a8e8 +size 9539 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Death.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Death.uasset new file mode 100644 index 00000000..9c8cf99c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17175c637f70f388d4909b6974ce2dcdfa19054de81ecd05e89062c75a5a6c0a +size 9539 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Frustration.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Frustration.uasset new file mode 100644 index 00000000..595e6eef --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Frustration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cccc7dd07d1f79a2da7937a28e79e86f6844dceeba9f11695b450f10d1190b8b +size 9611 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Jump.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Jump.uasset new file mode 100644 index 00000000..63586676 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64159de2b407fb4a06d5a4cbc7cc8d5fa75f0a211a902f4e72f0b35ab2824e42 +size 9527 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_JumpHeavy.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_JumpHeavy.uasset new file mode 100644 index 00000000..820ea80d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_JumpHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f35b4d902314ff24c91183df5e39b6206abd39144a99f3a489f05764631536f0 +size 9587 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Land.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Land.uasset new file mode 100644 index 00000000..0d0279cb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d972276bc82797dfff36b323ae85289de5f4e829c736953838612efc13af1ed +size 9527 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_LandHeavy.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_LandHeavy.uasset new file mode 100644 index 00000000..f2cdf9e3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_LandHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ad17cf2ea9862fcebd2be9e43ad6f1553c699953d9d9743a9e71bcf3b12e12 +size 9587 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Laugh.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Laugh.uasset new file mode 100644 index 00000000..391ae46a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161d30f01f452db530dae771496593954ce68967063ce9a0d547c31d9b28aad4 +size 9539 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Pain.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Pain.uasset new file mode 100644 index 00000000..d969a751 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Pain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:174cc0b2b42799ab0c459272c26d11742e3cc3044824a7ad3de4cbb4e0ea4c9d +size 10893 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_PainHeavy.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_PainHeavy.uasset new file mode 100644 index 00000000..723969b1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1901ea52ec447451ff2d3eab2c1db6826e10313a770a00e2e42eeede2c410d8b +size 10963 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Swing.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Swing.uasset new file mode 100644 index 00000000..b1881a37 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Effort_Swing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7942f321053f747255fcfdbc314155c0ebc0200fb8107c7db857e22f0bca7b87 +size 9539 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_010.uasset new file mode 100644 index 00000000..fba0e5fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4addbe0610e343e1dc34327e8999cda7c20a93afcd3b6b73ecd154db5d9331c5 +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_020.uasset new file mode 100644 index 00000000..d09d4098 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:278113690cab75dea36fa78789684792cf0e2129fed965fea965c81e128b2215 +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_030.uasset new file mode 100644 index 00000000..a2e88689 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1adfdaf0d1627c24a88322d68297bc5843391510e7111d742a76e9b3df0124b +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_040.uasset new file mode 100644 index 00000000..8b8bee3c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7306117db12a3f0fbbae9fc9b2bffe2c4ab4383e46030ad7be7961b535021d +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_050.uasset new file mode 100644 index 00000000..f01ded2b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd8ee4361fb26226bb5811eeb39a2f0a4fc172d18ad87dc8b610581eec1acad +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_060.uasset new file mode 100644 index 00000000..c7f416b8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7841ee1cb700b2c12bd609d440a0b85e57ddb22f67de4d91bf599d9c94fe72d0 +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_070.uasset new file mode 100644 index 00000000..8aa51500 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f510973dce04ae6d43d9c9b102f5f04b5ebc021369e7e79f172cfe6c1e7273 +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_080.uasset new file mode 100644 index 00000000..219bf9b9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfcc7ee63576632a00dc961144a3c798a1e39952cdbced18bcedf9887d0dd0c +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_090.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_090.uasset new file mode 100644 index 00000000..3c1d723e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6912bb22660a4a234bfc419b0349f7abc03168367697fe48691f40b6e49155d +size 4310 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_100.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_100.uasset new file mode 100644 index 00000000..23edef2c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2831b770659ddf6b71e7d14110c23ea32010096f9ced49d2029999424596a091 +size 4302 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_Taunt.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_Taunt.uasset new file mode 100644 index 00000000..fd22ccd3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Emote_Taunt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39498f6d877f1f91c468c110141dda4a52577fd75e1033c36108b12fee251ea5 +size 6799 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_CriticalSave.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_CriticalSave.uasset new file mode 100644 index 00000000..c7c16048 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_CriticalSave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e1d29c99f58aa0b718c66c20e8df92f77e402182b87ecfac7e1dadfb18bff2 +size 4378 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_Healed.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_Healed.uasset new file mode 100644 index 00000000..eb9e97c2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_Healed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39289340dbf4ba674ed2d8e476eb167498740d25f442102bd6869b0d9c0600f1 +size 4342 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_Low.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_Low.uasset new file mode 100644 index 00000000..c9ae5bb8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_Low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba01cf6f827b9e0e0fdf0397f86a85c548659e881f142437e894da2cff796836 +size 4324 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_SufferedCrit.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_SufferedCrit.uasset new file mode 100644 index 00000000..50f22ea6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Health_SufferedCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f1857060df2f2bf8494d79790162ba54d2787dfd2205c01ba69798bc9238a2 +size 4378 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Boast.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Boast.uasset new file mode 100644 index 00000000..e572443c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Boast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f0016100a1e09bba6b17729c119f6c1baf40b291ec191ebc17e702b0ebbdf3 +size 6799 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_BoastResponse.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_BoastResponse.uasset new file mode 100644 index 00000000..ccb96537 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_BoastResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86e39139c32ec28ca8b906cc45e2413b0bce357103fd5a3afb80ee794ba3495 +size 6863 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Question.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Question.uasset new file mode 100644 index 00000000..ceb95123 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Question.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98060f3397bd9a89a3f84d8255129c1971c3815629cf0e2121a8050939260b1f +size 8197 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_QuestionResponse.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_QuestionResponse.uasset new file mode 100644 index 00000000..984c9d9f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_QuestionResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c36b7ec55f6317e7c878799a59a02da29f0a6db48698c177beef93f06ab52a +size 8277 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Statement.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Statement.uasset new file mode 100644 index 00000000..7d453580 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Intro_Statement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6de122218b934ca54b357bc01e08b084958e42e356e8bad6d919a71ce093da +size 9583 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Assist.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Assist.uasset new file mode 100644 index 00000000..c219733f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Assist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0e820abe61f1983a8da530d6a6f9c1dd861ed27a0af046c683b79701f7d276 +size 4330 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Enemy.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Enemy.uasset new file mode 100644 index 00000000..b5aa85c5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a103dbdfb65d620442332deef4dfe2519d1546df8022a0d3e698ca840188aa29 +size 13621 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_FirstBlood.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_FirstBlood.uasset new file mode 100644 index 00000000..01a57ead --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_FirstBlood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58778ceebc9d79106194e19c448351276f84fa6e4f843b5283b22e1ff668aad3 +size 4354 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Revenge.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Revenge.uasset new file mode 100644 index 00000000..07d8a485 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Revenge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dac26df08bd931be2b7fed8e687a01f1379aedf2a2da694c8bc0940e2937d0c +size 4336 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_SameEnemy.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_SameEnemy.uasset new file mode 100644 index 00000000..6cc209f7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_SameEnemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378f490855456964d3e481bdb3a9433627eb80f841dc6072cca8ac6f7f069393 +size 4348 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Shutdown.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Shutdown.uasset new file mode 100644 index 00000000..4b8b98e5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Shutdown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac642dad709c6a54a2fe3753c66df413e120bfc53c194c7a94a1741d2d0556c8 +size 4342 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Streak.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Streak.uasset new file mode 100644 index 00000000..62c6dd45 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Kill_Streak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d9f3b115517be6f7e1ea313a49dcd05871251a771e3761159d2bb291d05bfa +size 4330 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_AbilityLevelConfirm.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_AbilityLevelConfirm.uasset new file mode 100644 index 00000000..8230915f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_AbilityLevelConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ec800229e0527bad4c0d9aa8028a74a436b95fa18a409c781eace4194ca340 +size 6911 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_BoughtItem.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_BoughtItem.uasset new file mode 100644 index 00000000..cf6438ae --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_BoughtItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b18cfd2867f635a02e8b2adc0173bdd305420354df505a3f8279592e7addc9f +size 4360 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_CardPoints.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_CardPoints.uasset new file mode 100644 index 00000000..efbbb458 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f19c7f2b597b1a6ae4ff427f7c69ea29264e326bbe700b4ed13797c162985899 +size 4360 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_Five.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_Five.uasset new file mode 100644 index 00000000..3061be98 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5863c1e0b1f4c266000a82483ab90e952877bf730b992dd6bef6691e7d5a8e +size 8157 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_Up.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_Up.uasset new file mode 100644 index 00000000..62b1390c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0cbe687f08579556eb8c57346c9fb48c50c7f3674dfddcf649a61e75375427 +size 6775 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Morigesh.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Morigesh.uasset new file mode 100644 index 00000000..d593fb7e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Morigesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf30216126b2596ab57036cca27034a07e34551d652bae43a194eabe3c271b43 +size 4378 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Narbash.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Narbash.uasset new file mode 100644 index 00000000..7fbaefa4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Narbash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc384559829744b33984efdab09ed33032b5841aefc6c147894d18231514fc6 +size 4372 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Spirit_Archer.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Spirit_Archer.uasset new file mode 100644 index 00000000..9f204631 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_Spirit_Archer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d979975dc25c006059a4b06cc4f726b9d9a76c615e702b011b8d425217890e95 +size 4408 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_TheFey.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_TheFey.uasset new file mode 100644 index 00000000..1a711618 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Death_TheFey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ba13258a326de8b469fe5984eee10ca1621451bb7dd1c76b046192e8724709 +size 4366 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Morigesh.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Morigesh.uasset new file mode 100644 index 00000000..4d073d1a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Morigesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ce20f66f707ed86a0d2e6af47131ff23102b6ce211116b90b56f15e0225b3b +size 8237 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Narbash.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Narbash.uasset new file mode 100644 index 00000000..c65cc976 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Narbash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b1b6c4008102154c72323cd2f56498cb51a4602b1e0383610b6dd33b2c0f78 +size 8227 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Spirit_Archer.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Spirit_Archer.uasset new file mode 100644 index 00000000..ea9cff7a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_Spirit_Archer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2671f0402878f02ada21496bba84051cea487f5c5286bc608d37d75da7ffff4 +size 8287 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_TheFey.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_TheFey.uasset new file mode 100644 index 00000000..d1c7cee8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Kill_TheFey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea6eb2b6ceb0a049c69d2f01374ea4fd95e38875e8a2b24d15ca7640e8f9cd3 +size 8217 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_010.uasset new file mode 100644 index 00000000..d38ffac4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abeb951c2ac0ccbac07e7e68179751bff5d3d70da79b1a44b5197135e6ab164 +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_020.uasset new file mode 100644 index 00000000..ec936a32 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414a2e64ff5c4f8a363d9955d8cb601d1af402fa05b9e5dc039de9879e3cd9d8 +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_030.uasset new file mode 100644 index 00000000..ef64e5e8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbed5c171c7ab90b260bf2372ad341adfeedff955b09b11cd473d2b67bae233 +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_040.uasset new file mode 100644 index 00000000..dd8d31f0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcb66e03fcd240fde2aad2eb45ee10cb09eb90eec7acffa7bb9772d031aa0ad +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_050.uasset new file mode 100644 index 00000000..750b1926 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:531bf94c4ee589514122c4bccb9f6028bc9ae488a511121c33d3bfe641195b89 +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_060.uasset new file mode 100644 index 00000000..5a8c6948 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a5e31cf64d1bca8b5e7aca61deb7bcf02471931467bbd043a5867f21b155191 +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_070.uasset new file mode 100644 index 00000000..3e3b6ffa --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d4576840f9c83df0f03068ee7f5898b572b0e6c662fd033117b23194cbc9fd +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_080.uasset new file mode 100644 index 00000000..ce53cbe3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Morigesh_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e488adcb8fd4403436d35c2d42f3ca157f17b0b784e2cc52503153669c56ec0 +size 4358 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_010.uasset new file mode 100644 index 00000000..9e65022c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a0a5123a13d9ef48af40b559237b7914ed6e54feed8b53e3702abe6ee91d47 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_020.uasset new file mode 100644 index 00000000..e0393e86 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2ec24ccad32a7fd390f31c4651f88503e0904854d396d4b3964d7fd7f9a63a +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_030.uasset new file mode 100644 index 00000000..45c77e17 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378cb100a34f775e3f03a5f22e26bc88438db9fd79528df86f12bc0f4b7000d7 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_040.uasset new file mode 100644 index 00000000..0d8d1d4d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26dd5afb210f63ab0a443768f89fe50003048b5219073318615924b2830a1f34 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_050.uasset new file mode 100644 index 00000000..81d58df7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f37a61d1d5aae29fdaecadad494928c9a082817c92835fe8c7d98a82baa55b89 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_060.uasset new file mode 100644 index 00000000..117cef62 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f14dbffdda84d079b29e79ecac1c1262657802723c8c2e745e3cf7b79914280 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_070.uasset new file mode 100644 index 00000000..23fcdd4d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f92f9eafdc0a4e677cb4995b54b750595445610934efb1e45eaab3ebdb2d90 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_080.uasset new file mode 100644 index 00000000..1765529e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Narbash_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0510120b9b6a969e03a30bc812fc309a670332348e7e854b42d077a30898875e +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_010.uasset new file mode 100644 index 00000000..411fc10f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48389ce1f0048aba93448a5f3debb5e95e45a0f8ab5ef082e77ff88d6d862741 +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_020.uasset new file mode 100644 index 00000000..9f271acb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f292b1d76c1caf58035f545d3c4e08c0bc653b5a97baec7be87a00292aead7a3 +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_030.uasset new file mode 100644 index 00000000..b8f4270d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20027a6205331a75a74e2353d3ef3e6a2fb0ec949254466a5ddca5f1eb6cd59f +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_040.uasset new file mode 100644 index 00000000..2513a027 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303799869a61d3c490c163cb3c4e8b7126c0ba63053ffb353edc1f46a9f90516 +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_050.uasset new file mode 100644 index 00000000..e8d33c88 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76b2cda7d373f2a93e0a003779d43778f7bfbef937728533d1866251fc659c8 +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_060.uasset new file mode 100644 index 00000000..057e6484 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bc4246a64e7caa5c6d3477031b7257c6ab332ba5bf4315e7128af7c871728d +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_070.uasset new file mode 100644 index 00000000..b2c7beb4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386a730b21a5e31cae203c8850888534a757b7d8a52f23602b025b632d9a07f1 +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_080.uasset new file mode 100644 index 00000000..3e8f1135 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_Spirit_Archer_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d5e0c5409ce67e6a7fd3999200f591191f2c91bb7ddbd7c9b896f5655e6d12 +size 4388 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_010.uasset new file mode 100644 index 00000000..2c9aa2a9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e7a88c71370f85ec7a3cbd60715a8a2d74dbecc2690458487db89868c6dd7c +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_020.uasset new file mode 100644 index 00000000..f05e2a78 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce7ba83c96e0c231260e8380aeb5bb687a43afaf93f74c1af3d3f00e42aa560 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_030.uasset new file mode 100644 index 00000000..680890ee --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416e7eb656704409813a471f15044ddc6cd4232a9a42bc70059502d62ad6626c +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_040.uasset new file mode 100644 index 00000000..f8f80a80 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51de78b2e9196424283fc7457457f76303dcd21592ab7ed040b282d7415fc391 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_050.uasset new file mode 100644 index 00000000..8beccd5e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf76b13c74bcaea299638bc2ab2d9a2fa35a0bc940a06ebeee8570ba2d71c00 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_060.uasset new file mode 100644 index 00000000..aacc385e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfa70c51dccd1bebf48ec013dacb5a1bc5681558f869f36be977fee978451e6d +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_070.uasset new file mode 100644 index 00000000..76755c47 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84e06fdc481a9f8a18f3f4c7c97c5804e62348e3d3133a9c1af9dd8e6319f1d +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_080.uasset new file mode 100644 index 00000000..f9e31f54 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Lore_TheFey_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd387a7ff7bdf1239961664e2c96f217bff76e7ce468c32e0de782a2415033c4 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_010.uasset new file mode 100644 index 00000000..b9cdd0ba --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0eb25cdc6cc3a79b57ff5db33a0c5bea2dd52825482dc3e57540dff31908494 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_020.uasset new file mode 100644 index 00000000..3283a40c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f66f1aa50c7ec8baa8f623a3e7e369ac49886e8a1861045ebf99cb14b690976d +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_030.uasset new file mode 100644 index 00000000..b58e48d4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f0468a217de648f254a2f65116a694a02ab54b8bf71e74fb90c4f8e0b7d1e9 +size 4352 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_040.uasset new file mode 100644 index 00000000..c9b2625a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef95a06251fb4896edf6729ec962b0bef13663ed3f3dc48cf391e081bbd8f89b +size 4353 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_010.uasset new file mode 100644 index 00000000..0976e523 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1442bdc5b7c57108aadef31ec70f168ddc8a82b3759b2e96b7372f9c64aab719 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_020.uasset new file mode 100644 index 00000000..49dfb018 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618ac2da3af9ee25f3a08a10e7952a3f98d80f15a92378c3f2a384a87e803dc9 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_030.uasset new file mode 100644 index 00000000..5af30046 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12524c38659c934c0ccc87f243cf72b8fed3d7bfb90938f318235543a2cbaaba +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_040.uasset new file mode 100644 index 00000000..863c8554 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6abbe8fce827fda58540419a276d85af36ad5b7cc2dca53de1e3bb714f6553e7 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_010.uasset new file mode 100644 index 00000000..1af145ad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627ef98e4758969b010a842ad7d62328919507dab75c9617a8607e1fbc18c897 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_020.uasset new file mode 100644 index 00000000..f0f73ff3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3742e10b27d775391e725fbb574358ebeddd3ff17c3db01bcfe5f23dd23db224 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_030.uasset new file mode 100644 index 00000000..1d142210 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4b6a5c7ccc292d49a792de3451ad618d4d9b90fa459887aaa90374d36ac756 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_040.uasset new file mode 100644 index 00000000..fdf01dd7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7ff0be330310e3725660103415f6757f2fa9bec8f88cd2de7aec35037f2d56 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_050.uasset new file mode 100644 index 00000000..64bf41d6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55492ea24d0f76c41df579cf352867e1a55ce5c6c82c8eb09377f8f802aa761 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_060.uasset new file mode 100644 index 00000000..4b66f696 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91810dc195501b755517248773c2725504ed58b16174ecbd8b2be0d1c797b167 +size 4346 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_070.uasset new file mode 100644 index 00000000..8397e0cf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9845b28fb27a7341f5e5f28df2526401cb1433e0b7fa189b384bdc4c0ac76ce7 +size 4347 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Revive.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Revive.uasset new file mode 100644 index 00000000..c0b8dc4a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Revive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4905df4424b3782aaa2cda4523c5b77dda1c0ec193435ccabb4dbe326ce4cae +size 6759 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Ace.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Ace.uasset new file mode 100644 index 00000000..b8ee1a4e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Ace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5da369c65e5143727c315d8d99aa32416cb873135243cf0391483cc935aaf42 +size 4324 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Buffed.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Buffed.uasset new file mode 100644 index 00000000..c8999ed5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11eb7a36d01c5871d6b9b9a0903b8f705136ec7ad2e5432b0647d4502eed8860 +size 8187 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Celebrate.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Celebrate.uasset new file mode 100644 index 00000000..ccfda319 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Celebrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a5d25d3a8f205ff05052d6fac04b22fd21910291d4151fd33f28dc49ebc8b7d +size 8217 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Danger.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Danger.uasset new file mode 100644 index 00000000..0ced5b08 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eeb251971d2c9e4745adc2369b6222044a0bc0a1c8ca70fd7046f710733b66a +size 4342 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Defeat.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Defeat.uasset new file mode 100644 index 00000000..2e8c0043 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Defeat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed077c6707609dcabf62ed1ce67b08c23026510bb54650e45cce8fb2b134c46a +size 8187 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Idle.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Idle.uasset new file mode 100644 index 00000000..2a7ff2ed --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b413de7491ac59af194121be253fef220782cda9e57109616a1de57281ac16c +size 8167 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_OrbPrimeActivated.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_OrbPrimeActivated.uasset new file mode 100644 index 00000000..b3317a03 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_OrbPrimeActivated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d242e135d9b38637f500a9ac73326047222c957d23bd6529bbfa11afd39d1dd +size 8297 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Recall.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Recall.uasset new file mode 100644 index 00000000..87669fa2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41da8c2b6b3ddc1cf781b9d8df27a5ddf95c813107996340a31b453c7abf1a0a +size 8187 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_TeamDead.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_TeamDead.uasset new file mode 100644 index 00000000..4bc16f43 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_TeamDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d0629a4041526119adfaf1bc54f35ed0017c09c38598ea8dec1ce91695333a1 +size 4354 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Victory.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Victory.uasset new file mode 100644 index 00000000..a66f3b97 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundCues/Khaimera_Status_Victory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e056c1f5741dcf4176691a97f0bd6bdae82c48fefa86839085f85eb641f1096 +size 10945 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LMB_Engage_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LMB_Engage_010.uasset new file mode 100644 index 00000000..53788a85 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cf00431b96120e4822243990414f828b806fd8b31b6278011096d290578e82e +size 487078 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LMB_Engage_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LMB_Engage_020.uasset new file mode 100644 index 00000000..69fe3f41 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fccc86cf6e5ef6f5c0d3d627387bac160a0e98aafc3e56862729934df9493f0 +size 313290 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LowMana_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LowMana_010.uasset new file mode 100644 index 00000000..15e42daa --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_LowMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11034323fcedf660890997cd30c66868f624015dca539d3eb9a66c7923acdc76 +size 449334 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_No_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_No_010.uasset new file mode 100644 index 00000000..11b5f2c2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_No_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7f36699bd3f84877e2a8ba5be4a6328a5bce12664de4ebdb175566e639b422 +size 521220 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_OnCooldown_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_OnCooldown_010.uasset new file mode 100644 index 00000000..9e3b5a6f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_OnCooldown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65599dc2af9eee7197350b254a1b83c5179dac3626d0c24d19a8f09ea8f111b +size 421741 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_010.uasset new file mode 100644 index 00000000..8531488d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae0ee73414ba1b489a418fe78143f20b9c6757114c56f314d6812ff23200a21 +size 461272 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_020.uasset new file mode 100644 index 00000000..f3a912ce --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a321617c51c6b734b14c44dfc384c654aa483fd060fdd31572dc6183a4ff7b71 +size 460728 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_030.uasset new file mode 100644 index 00000000..9404a129 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Q_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e275b68b2bf7f83875c4ba2ec9b33581b5aba0b5798e2db7e07d6a94eaf266ef +size 280463 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_RMB_Engage_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_RMB_Engage_010.uasset new file mode 100644 index 00000000..e6ba16db --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_RMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df31b1e20e57651305a20cbda4f8725baa54ef52982ededfd8890ad8c7b8baa1 +size 394784 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_RMB_Engage_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_RMB_Engage_020.uasset new file mode 100644 index 00000000..b32b0a0d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_RMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e080c53148c7161367b52f22b38e2c572f8d8e3483ec8b6e947d8c94b88cfba +size 398709 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_010.uasset new file mode 100644 index 00000000..e329ef9a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b2f398d870c5be24d16a4ce9c302253a462cb7281e8a8484e2dd3147cfece3 +size 429144 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_020.uasset new file mode 100644 index 00000000..2be77381 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcacf52a6c2c5f2624f50a005e35386a3c2e39db49a01480c4494953055f159 +size 459695 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_030.uasset new file mode 100644 index 00000000..26b068c4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_ScoredCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60bce1c491f3787d332a077136e606eeb4a9bcd815e0a7823240296783f7687 +size 587137 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ally_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ally_010.uasset new file mode 100644 index 00000000..880bfecc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ally_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6af1a22617c957c7a5bfa21ee8d0fd67d1882053d1d5835d28c9b0a25a066a77 +size 588275 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Enemy_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Enemy_010.uasset new file mode 100644 index 00000000..a20c33e4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c01dc4851dc8834b6ea563f7467aec7d8f8181d39b55eefde276277dcf8374 +size 610949 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_010.uasset new file mode 100644 index 00000000..b58de968 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf58872447a2e8934e07473bf8bdd1f20dec669bd3b9ce776e95ebf8100c89d +size 442163 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_020.uasset new file mode 100644 index 00000000..388041ec --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8810d448d006bc4aa077729b796bd258ffeb9293f52384f4423c289604e36b8f +size 725920 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_030.uasset new file mode 100644 index 00000000..74658102 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Ready_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0f6bb9204552b695366d3ada2facc022118a901c31dc0f4d23e4c8f8fa5c04 +size 534235 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Self_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Self_010.uasset new file mode 100644 index 00000000..55381682 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_Ultimate_Self_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451c393a0148e00e46a9d818de1f310bb06af3a92db7a5c02872220527a6ed6c +size 585327 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_UsedLastCharge_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_UsedLastCharge_010.uasset new file mode 100644 index 00000000..3c3620ca --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Ability_UsedLastCharge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb72cd34244f889a4a37b233eea698c4ef39bfd24f1e42f2256e93762a9f3cd +size 451443 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_010.uasset new file mode 100644 index 00000000..8a7e1d04 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc12564d3fa088df64f104c4d7e23b55cd34611ef47c2fdc4757ad502922851 +size 678048 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_020.uasset new file mode 100644 index 00000000..b71bf16f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8afe44985a62c66d564306929f4e1aac0a1d047d2663d21eb0df6883c356bde4 +size 706084 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_030.uasset new file mode 100644 index 00000000..970043ba --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c87a9793379fca9ce658a297d3202251b1e47be8262cc8384aedebd4f7aaca0 +size 1269602 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_040.uasset new file mode 100644 index 00000000..4ae6207c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f008af122c1ca9d93cd9c6ff8a9ce0a18245ae34dc6479ecb1e8946730217b2 +size 942473 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_050.uasset new file mode 100644 index 00000000..3327cc5c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Catchphrase_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3747f617ac128ba6c7966862d92e230a5aac33e9e3f52c9c4a96639d21d9da02 +size 1303129 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_010.uasset new file mode 100644 index 00000000..33e4be27 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4254054178502f113d42424f52a915725a27015a17b77668a1c871d13b3244d5 +size 473649 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_020.uasset new file mode 100644 index 00000000..b8030dc7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298b54188c3fb28d5d2386aecd7d7f7d736bace2c287ba46adc20e335c9f1a61 +size 698899 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_030.uasset new file mode 100644 index 00000000..51e87c20 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Death_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01abf0d5a5b4d2191f1825fd4e89d9b82efbc6ef2ec8e89372db616e46997db8 +size 514859 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftLock_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftLock_010.uasset new file mode 100644 index 00000000..48b31866 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftLock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40bc287fa257c3dab51d2b1de96a3a8f6314342c8a235c75d7c0db300083e7c8 +size 521719 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftLock_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftLock_020.uasset new file mode 100644 index 00000000..9d6a7d25 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftLock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf837f62ccbdca693527e88d1b1799bf18f594778e0406f1ccf68bf3c4686b7d +size 620261 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_010.uasset new file mode 100644 index 00000000..3cacb05c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:619abdebc845eb07b77903080125f4c1d79a511887b8f14ba8a2ec60b98de550 +size 579337 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_020.uasset new file mode 100644 index 00000000..a4a5b78f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d6e51debf4f6ab7f9f9e49d4b262eae8080816fdfd8b9033267962356e5cfd2 +size 698547 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_030.uasset new file mode 100644 index 00000000..6b6c13cf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_DraftSelect_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bcbba092ac1a630ac60df3ea18b42b14a6f3931a342777e98fc3f1598fc88a7 +size 769869 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_01.uasset new file mode 100644 index 00000000..9dcb585b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27f269689c7ef617b26fc426fdfd719db66ea2329434352133bf374852c3fed +size 246855 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_02.uasset new file mode 100644 index 00000000..b16365e8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e88a35666ac9968988383533a6398703a0c17356f4dc613ec1b45536bcc768c +size 236351 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_03.uasset new file mode 100644 index 00000000..8d6f2aff --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ae6da865de003ee0bff626cefa0a119ef03803a5102f1df41fdfd5830c0d33 +size 267877 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_04.uasset new file mode 100644 index 00000000..176fc08e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Primary_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f382e5f252d106f08a525799f66c9767f2efd8aaac8174284ad760ff5ab41a +size 310764 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_01.uasset new file mode 100644 index 00000000..1049dc22 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ad34098b2742ac7942fee006fbc992b96d000b003d5e9c74718ab84ebe8876 +size 402207 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_02.uasset new file mode 100644 index 00000000..c16a6b82 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56e348cdb834abfb23df304c047bd0632c35ad6d94822f689ff8eb49a69cb62d +size 518578 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_03.uasset new file mode 100644 index 00000000..ca3c9a6f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdfffed7070d01a8924501cf767692ea9607b732082a5a0da34767bc63a774b8 +size 529125 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_04.uasset new file mode 100644 index 00000000..7c40e90a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Q_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c906d8f1455dd8591bf925679c21f5f69e867a96c65b6da41f90a60f35f8b074 +size 332456 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_01.uasset new file mode 100644 index 00000000..363ca606 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c56d715944673190389352751048d40a56db86f0dd62b94f48194b3f8a6465f0 +size 513031 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_02.uasset new file mode 100644 index 00000000..2ac2ff48 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efedaa8ab9ea8959037b89e8ababb81ff34eeaf6ba93f2c2dd6114eb048d64aa +size 436274 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_03.uasset new file mode 100644 index 00000000..fcd86923 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8e103494bf363e891512cf757cbda3bcd3fab6b03ed9c2dfd551e5c4c7d9ff +size 461175 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_04.uasset new file mode 100644 index 00000000..ed1f1a8c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_RMB_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fadaf1b2427ba8462fce3d87b185fc6f6543da030508f120829862c39c58a8 +size 531333 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_01.uasset new file mode 100644 index 00000000..f4fa758c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77dde4fadc22fb224a7f43aabb007eed00c37b1ff4adf555aac59edfd6addab +size 771275 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_02.uasset new file mode 100644 index 00000000..a06e99ab --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f1382da5346f358d363d2b787626cdeb0a6cfbcded863b2a0601ef562773ad +size 608975 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_03.uasset new file mode 100644 index 00000000..86222a93 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed7883fb6d63d754a9c1d7e29fb3e0b78759523c1d51468b4e72f5df906ea59 +size 511831 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_04.uasset new file mode 100644 index 00000000..fbe8eb4b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04d911eb965dff2b6a45d793e491ab185201f0e9a39ab55289495fddd6581801 +size 576188 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_05.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_05.uasset new file mode 100644 index 00000000..203524ae --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Ability_Ultimate_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4607908fb47233c94d8ec8b9c3c12b15ac0bc602afac3003f988d412fda9cc +size 616510 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_01.uasset new file mode 100644 index 00000000..75dbdf52 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7327a42dc87ceda56c18886f870baa96642311e4b108c82417773ea2f2931f +size 338776 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_02.uasset new file mode 100644 index 00000000..5f9f96df --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94642fc7c8765620ea780798cfcdc29acd06cf605c5ab55ec8046e63221c38ea +size 364195 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_03.uasset new file mode 100644 index 00000000..f26aaa7f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4271b82b98747a6c5283d06da8f72096cc3a6aa6821e2c78832742eb1ee410 +size 383210 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_04.uasset new file mode 100644 index 00000000..5bac6d04 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e867a7e349bb4bda112dc0364348c7335458451700224b03d7e8a0e139bcde9 +size 272685 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_05.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_05.uasset new file mode 100644 index 00000000..e332e447 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773192bd7eee213ffc43623d420efcc49920f8572b7dc3d9fb03812bb957f8ff +size 311064 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_01.uasset new file mode 100644 index 00000000..4d996b22 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3beaecd69286a40d205607194568a1f743a9c4a9f1b9ea395aca1f26fcf763fb +size 239580 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_02.uasset new file mode 100644 index 00000000..b89a60d3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52f35cd71015bb674742445dc01a0a0e363744f7ddc5027299ee1b11ffd54dd0 +size 265312 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_03.uasset new file mode 100644 index 00000000..750668c3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Block_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ebdd3e0a04cec2c2e17e696feea35576d8c557025ed78de52ffc24a879554ad +size 263718 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_BreathingLowHealth_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_BreathingLowHealth_01.uasset new file mode 100644 index 00000000..fbeb62b3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_BreathingLowHealth_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd8ecfb821b4d970bb9925baa38c6fa3660816fd0d9ab7f6edd73d279726597 +size 2658148 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_BreathingRun_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_BreathingRun_01.uasset new file mode 100644 index 00000000..003a1f7d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_BreathingRun_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44002d136ea7378dcce0d308f1436ec4f35092d6f7d9d1bb26a21e7ef82e93b2 +size 2050819 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_01.uasset new file mode 100644 index 00000000..989eb675 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0bd7c92ec87b81911042936784eed667c874268ac50fbaf3e1fb1587258ff1 +size 376036 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_02.uasset new file mode 100644 index 00000000..89ac6c78 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7adb4bb5d1193b6584aec7050cdc9e781fe9a47f4c7ef0ce2e3db38bf54cc730 +size 531844 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_03.uasset new file mode 100644 index 00000000..20f8fa98 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83737a27632f648b57845cd9a55b3b3b8dd3647c4ea223c7290128405bb77e68 +size 407095 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_04.uasset new file mode 100644 index 00000000..afc31bb4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Cheer_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb0eeed9599f143be6c7d646ceb5a9038231df2cd9085ee02ba1b8c09d237b5b +size 378367 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_01.uasset new file mode 100644 index 00000000..97ca2c50 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf993190b28b5174da713f4c2d109ab694385720106d1fdfaeeb922a1fac8df +size 809434 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_02.uasset new file mode 100644 index 00000000..e789189c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32fd6a1ec4dc626c7e216a909993ec0e151e88c827eb3486c6b155a90564f71 +size 633034 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_03.uasset new file mode 100644 index 00000000..ee335cbe --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:337c06b22184d5e2a7d064896f4052dab606c5ba6d4ac48ea243d77228bfbc40 +size 716094 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_04.uasset new file mode 100644 index 00000000..ddcf69d4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3749f20ef440331c6e69ac49e63b51c4d6d41a1d311396113d71106d7b9a3ed +size 630960 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_01.uasset new file mode 100644 index 00000000..672283a4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed318f773a585a04508d28f1b8cf27f4e9994004bfb32538303a4a19207e047 +size 285791 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_02.uasset new file mode 100644 index 00000000..a500d62b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0af99f1256cb691698b0a990619f0d3adc536d238dc132d2104d976c3511e8e0 +size 374495 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_03.uasset new file mode 100644 index 00000000..5d158444 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ffb886bf62724d7188b2cdd6d2c5ece57f73dab6b76dc1c1e9632c85c1e781 +size 263244 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_04.uasset new file mode 100644 index 00000000..af77a5de --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Frustration_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b818b1c51fd2ad7c9f2a95f6ac192546004e896b44bd400fc2e772fceca6f18 +size 272830 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_01.uasset new file mode 100644 index 00000000..9ef5f659 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7586e492596cdebf86ad26988b843c9088ed558da6a6b6bf0e183f03f00d44 +size 296587 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_02.uasset new file mode 100644 index 00000000..695c6133 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcd44ee27c2f5df6abd4996b01986096abffc89b2d927ccdc99acb92f4f956b +size 336964 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_03.uasset new file mode 100644 index 00000000..39af4504 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2cc6d623d1f2c054152bcdb57e21d2e326f9622cf82b75bad47b9dd1523186 +size 349470 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_04.uasset new file mode 100644 index 00000000..5c00ad3e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_JumpHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:950223a8bdb2bbcf4e4ce0213d4a590ff5a11fd17b100ef3baa6d816705666a3 +size 315150 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_01.uasset new file mode 100644 index 00000000..8da3a40e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd688102cb028186c708263e0ee8f2c45c2934aebc7845d3da45cd4a2a71be8 +size 192791 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_02.uasset new file mode 100644 index 00000000..2cd3e29b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d986963a7069697a6df0ae0d84563737f34c17dc7afbb76fe5371a2641c6103 +size 208124 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_03.uasset new file mode 100644 index 00000000..661219cc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd09dacb2ce3c13e97de8be615f880d766ed67d95b221df26b054db0e0ce9b40 +size 188722 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_04.uasset new file mode 100644 index 00000000..c58140b0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Jump_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e89240ca73caf197e08f59e52ab3e97a32a45996914628bd86f8bcb492e05d +size 211846 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_01.uasset new file mode 100644 index 00000000..1bd12e00 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c32e09ffda22eb25f86fb57fc958613fb6f95f9171421115dc426f4c18a0674 +size 288058 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_02.uasset new file mode 100644 index 00000000..bdeb83fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce081a6d8b9db2fbe7cb8d624930acb7d6561a733a4db5d6e386f7ad68b46966 +size 255476 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_03.uasset new file mode 100644 index 00000000..5965f454 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bc13438ffd282d5e09130aa031ddf65a7d65db538f5f091da0c5ef41d6c85c5 +size 300459 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_04.uasset new file mode 100644 index 00000000..e4a02ed9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_LandHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f75ebe386dabbb750895cf610ed6da219b93dbb63663bfaad035255274a613 +size 347675 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_01.uasset new file mode 100644 index 00000000..b43bdd08 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627afc3c45cf2d38b5cd63ebc5c91482b3c2935715d8c0dff58a7b150ff214ec +size 296597 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_02.uasset new file mode 100644 index 00000000..04014db3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b1f40c5b00063aabbcf060423bfb1d4fe5e9db778a6fb0ce5d17c3a5c4ce11 +size 296410 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_03.uasset new file mode 100644 index 00000000..7e049d0e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef50306cb84e78d96a3844fb1b15492c6ee66e53f1378653f945a7b4602f277 +size 353304 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_04.uasset new file mode 100644 index 00000000..d47ad0c7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Land_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46770449ba9fb71e790cca86f94e233a945bb1e2667e9352a322cc2bdeb5e9cf +size 261985 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_01.uasset new file mode 100644 index 00000000..9fedad59 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:866c56cee370ed90c72db18a6527364701ed72093aab34378cf9430fe4fb16ea +size 680030 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_02.uasset new file mode 100644 index 00000000..ae99a450 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c248e6e5ddb8d012611490a7ef5858099388d140eb0fc9b522357344e2b96b7 +size 710694 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_03.uasset new file mode 100644 index 00000000..0394ed01 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8963d8be31f9d21cf2eec2f833babc3d5560917314157a44b64929d9de92553f +size 658014 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_04.uasset new file mode 100644 index 00000000..0cdeda9e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff31ce1ee3fdf0e8da0adfba8fe5c17177c2d5dca91cb389ea6816398096a90c +size 518761 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_01.uasset new file mode 100644 index 00000000..8abc1c90 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6d27a7335161c9867a203fe7fb1d8a8164996fb7ce1629b8ba6fad804b465d +size 258999 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_02.uasset new file mode 100644 index 00000000..c0b17ea3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2356bdc8d74ed2e61f71b886c28ef02f9a27d660068e8f9d428ef186bf110280 +size 281436 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_03.uasset new file mode 100644 index 00000000..2c8a169a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d66ceca488a884464651680d8c57a2ee0e4fdbdc107d0435abc5020ac62c098a +size 555114 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_04.uasset new file mode 100644 index 00000000..f8835363 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81da52ee3f5f6050f12007501a2ed7048d4b0c4c5a15805ad4b87aa112f3183 +size 565509 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_05.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_05.uasset new file mode 100644 index 00000000..a86d5e1a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_PainHeavy_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64ce1b0dccf74b4d08ab9f12711e752646ccac56581ab22ced09ab68a162350 +size 314709 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_01.uasset new file mode 100644 index 00000000..b91a34d5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c79628ef08b8effdc30c821aae90461e7c17ded03d9d5782b86c7ea45e3c272c +size 383909 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_02.uasset new file mode 100644 index 00000000..aaf58c2a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2abcb66d711a378b40c274551351dd89ae10b1c83e957cdc486312e4559263b2 +size 436492 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_03.uasset new file mode 100644 index 00000000..061af75d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8549bb3de382897b87c9ac906aafcd6389459684e086f800f9bb784e720c54d +size 257043 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_04.uasset new file mode 100644 index 00000000..4932d151 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d61443e03c144c92852fd561dc465d52409c11f8f4652ce5aacf238e78c0ad7a +size 420382 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_05.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_05.uasset new file mode 100644 index 00000000..47fa8578 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b1b707c9a7310d0306367fc3ebb47df5b0ea6d3a7c1a98416325a4d8040608 +size 369849 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_01.uasset new file mode 100644 index 00000000..11682e7c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f6c6a3b1145061d1cda8013b85ace69d9c83775702cbac70e103edd071f798 +size 268550 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_02.uasset new file mode 100644 index 00000000..faae37f3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b161f1f6ae602a90685b50f0d40e9b6b60d862e5f751c0ff2a250c0d015f30f6 +size 269734 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_03.uasset new file mode 100644 index 00000000..a75f4489 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7756c0a73f9f451e0960e7641220fe00c2628dcc7f7f34966e168f7e0782c88a +size 341862 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_04.uasset new file mode 100644 index 00000000..d1c19f45 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Effort_Swing_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05e858456197be871c79fe002cb4ff709abf8deb90594a61c2146f742b0b87b5 +size 363002 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_010.uasset new file mode 100644 index 00000000..ebcd452b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed82c16ee94167199f5a7c8ec0864b09fee03d0bd5289754d8993ad2fede776 +size 440490 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_020.uasset new file mode 100644 index 00000000..b0c01e2e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e42a45139f1968feb0e7f9d77ccf52266768d1779acafefa8c4b81476a4bcc32 +size 354247 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_030.uasset new file mode 100644 index 00000000..72fb3e55 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d46cb8d0255e1ca43476d39cc99a3c1735256f89803fa95c3cd150508f0e1e73 +size 355437 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_040.uasset new file mode 100644 index 00000000..2b1cf1bc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:381d2040b8646a550a50e8a7806af7e1d5420c2aae9776e2547aa022b6cf8274 +size 367743 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_050.uasset new file mode 100644 index 00000000..31b43565 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e26f079cb1fbb10e3180c5712917827062ec1ed08c78274477459bbda04ff52 +size 540483 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_060.uasset new file mode 100644 index 00000000..fd99d483 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d7353a4e0e18c38375dcd37e36aa3508b53ea9911bb7ff586f36e5dcd7ad0df +size 421705 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_070.uasset new file mode 100644 index 00000000..451491b0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eed417e9a3b5aeb45a6c5d34ff5cd5632c0d404724ae7e6a194338209454a6c +size 648991 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_080.uasset new file mode 100644 index 00000000..5adc129c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80d0aad9a5a841e5f81fbb263516b54d7eeef97a0ae2c53fab9a25583f975636 +size 1565239 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_090.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_090.uasset new file mode 100644 index 00000000..698f0911 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a8902ad0063234f4be7e1d5f0b0da19acd0d664d98a7bc340f96fea49c57dd1 +size 859080 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_100.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_100.uasset new file mode 100644 index 00000000..04739dfe --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c180184cf6caae9429c3a308c4d314fe0752da0ce595dc7d5938c20ee8df17c +size 1459453 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_Taunt_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_Taunt_010.uasset new file mode 100644 index 00000000..c12b4c42 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_Taunt_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d70937080bc1b69f603d15b16e6ec3e966676aca93dfbfe233fd9ab18bfb16 +size 1600166 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_Taunt_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_Taunt_020.uasset new file mode 100644 index 00000000..faa18fbb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Emote_Taunt_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a229ea2287a5c213f6f107e3f29e81fc56e04d65cfee1a07e3c4ca23294864a1 +size 1028578 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_CriticalSave_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_CriticalSave_010.uasset new file mode 100644 index 00000000..ee47a5a7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_CriticalSave_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500cac3c76234b166b33f4f83943eae32ceda07361f74677d92fae4a1a81f907 +size 521284 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_Healed_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_Healed_010.uasset new file mode 100644 index 00000000..9f76c1d0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_Healed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49654d21b5779fd0241c4ae11bfffed92ab23a4362b0a39aeea6acb32e64d86e +size 741618 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_Low_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_Low_010.uasset new file mode 100644 index 00000000..ec952234 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_Low_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21a7b1fd64d8989a1a34cb9bec4cffc9f46c1f36b9b936f476096ab0c806d85 +size 558976 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_SufferedCrit_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_SufferedCrit_010.uasset new file mode 100644 index 00000000..1ee61f56 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Health_SufferedCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:146a3f63ae0bebd2f508e1861f6e93681e05dd37fd66c4edb3e0c9fcf802b8ea +size 533817 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_BoastResponse_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_BoastResponse_010.uasset new file mode 100644 index 00000000..fc47217c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_BoastResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3cf1676c83dc9cfbe8846890bba4f82aaf0b15ca0c67ad1e2f46b0c6abe3cc +size 488752 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_BoastResponse_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_BoastResponse_020.uasset new file mode 100644 index 00000000..92216105 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_BoastResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a3379a570b4101286b2dc130bae0ce6969dbca7b683d8bb161f19b1a751957 +size 724596 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Boast_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Boast_010.uasset new file mode 100644 index 00000000..91b38e3e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Boast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2cb667f793856e7e03aaf231e9182ae127f74aa2590ebe3b8642668cb5ca3c +size 739779 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Boast_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Boast_020.uasset new file mode 100644 index 00000000..06cea390 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Boast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ca8adb5a3ac8b945b1a33e7e2919ac2566104c872d2bcd5828aeb7a559a949 +size 882940 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_010.uasset new file mode 100644 index 00000000..abd73712 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c3c4582d22a3e2381f23deedfd25055683d9fdc7c9e46f063b5265042ff926 +size 574446 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_020.uasset new file mode 100644 index 00000000..c2470b7c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1d26d4c602039d905f9c47fbf3417cc5f30a935b2499c4fd4c3ac96ca6365d +size 579901 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_030.uasset new file mode 100644 index 00000000..dbfb2eb0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_QuestionResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82813bb691502e663e3dc19e92262a0a37f6a1fb5a8e0f3d552df15390acbd0a +size 895288 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_010.uasset new file mode 100644 index 00000000..65d2931e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c4ff0215d726b73f3d3ae38f0a007212a8ed688a3b6c688affe6b913a07022 +size 398100 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_020.uasset new file mode 100644 index 00000000..3fa484d4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a285080282c7b8db7e1008d7565e932e07f3d17f78eaee51872a03a4b5fc407c +size 470472 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_030.uasset new file mode 100644 index 00000000..17533c77 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Question_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0769b1f74ba07c1fc2bc69f5dc6ac525e8253ed87754cf970923f50082d7cc93 +size 1007012 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_010.uasset new file mode 100644 index 00000000..49458b9c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5734d6441cd39b0cb18293a7a5eb6f5b0f506b159a443b2714d27eb384cc4899 +size 610301 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_020.uasset new file mode 100644 index 00000000..b2c06a8c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550dbcc2bfbc46341c1a38b2b46013ae8be7f1a29d39a7553190c742cb3db8ee +size 877295 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_030.uasset new file mode 100644 index 00000000..94ead3e7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f3944d030700e1ccd54fd102166008b12aab21e27510ec12db0b68107a6d50 +size 688177 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_040.uasset new file mode 100644 index 00000000..cd8e0185 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Intro_Statement_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c740b639f6aefdb74513ff62123f0b5733bb6a494a7f747b7c46110b616717a4 +size 772676 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Assist_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Assist_010.uasset new file mode 100644 index 00000000..6fa891f0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Assist_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d637f467175cd42754a2e1adca45766c499ee472f5e3b56b4076112386821979 +size 611289 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_010.uasset new file mode 100644 index 00000000..48f7b3ad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb784812edbd40a1de335712fcb2886be21d8b0e9ae9f4228d3b17335b543a3 +size 737066 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_020.uasset new file mode 100644 index 00000000..a2d5f955 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05c0d63c5689c91a96cc1d081d40b4e855b178aaebeb5183d4ff188c8e7e9100 +size 498820 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_030.uasset new file mode 100644 index 00000000..dd2c9f4f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2aa4f6a6a577ca2c941bbf88d7164208f019b10ecb951891753ac6c88dc562 +size 481272 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_040.uasset new file mode 100644 index 00000000..4378d5bd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1caa6021d83b2882a2962ea30649f66f81b099180f0489a581f9921d57ea0ac1 +size 482971 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_050.uasset new file mode 100644 index 00000000..ee889403 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:245f81246b31362b46fc87a0e0ec764aedc5f5df1ec1eedd0c3f61624d8f4ac2 +size 604341 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_060.uasset new file mode 100644 index 00000000..a1f4f6c6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce8ca3b58815f5b5959ccb9896b99283492592044d7035a31383ccc5c56502e +size 643854 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_070.uasset new file mode 100644 index 00000000..bf1d4b85 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Enemy_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e311365efebcd7f763effd702566115c181c520085359351362205a444b100b +size 651939 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_FirstBlood_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_FirstBlood_010.uasset new file mode 100644 index 00000000..9b1e1b5f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_FirstBlood_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a56ac338aac24c8a71fc9e19d4f671703910b09e8a9bf72d57515b35b95095d +size 653096 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Revenge_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Revenge_010.uasset new file mode 100644 index 00000000..4417d1b6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Revenge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bf3828ef12e9b28211ac0ede971945dc80faaf46fb6aa3f794613a7e402196 +size 672620 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_SameEnemy_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_SameEnemy_010.uasset new file mode 100644 index 00000000..51a70e61 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_SameEnemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627e0db226a5012ab9a152811782784c19dae8bebb3e8b0c364027719c329d48 +size 734182 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Shutdown_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Shutdown_010.uasset new file mode 100644 index 00000000..c4633365 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Shutdown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f375361385a7e8c492b498dda08a9c08cc3ac745f8bb783d0735cbfba7566716 +size 699756 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Streak_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Streak_010.uasset new file mode 100644 index 00000000..7096c8f6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Kill_Streak_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec44158291bf62f01367c4c2beeeb6b0362947d16f59303d770b2508755ebf37 +size 679478 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_AbilityLevelConfirm_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_AbilityLevelConfirm_010.uasset new file mode 100644 index 00000000..503a76f1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_AbilityLevelConfirm_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9057bfb5aa15d04d43157d42994a87e16a23ba1bb20f02fc37126fb3ccc4e669 +size 553334 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_AbilityLevelConfirm_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_AbilityLevelConfirm_020.uasset new file mode 100644 index 00000000..648757ad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_AbilityLevelConfirm_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcf9d80a803ebcd5a6f6606c5acf117573a2fda30d807067fa07ba75763d441 +size 464060 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_BoughtItem_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_BoughtItem_010.uasset new file mode 100644 index 00000000..48177ebd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_BoughtItem_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a886dd0b54d3e368ff8b3ce57c7ac9445835e5f74424cf4778cbc30d6e99b6a +size 874058 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_CardPoints_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_CardPoints_010.uasset new file mode 100644 index 00000000..515ba1fe --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_CardPoints_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55364141848a73daddc210c7c1d95b43cfafe894964e9f76d4a4fba2b39b6112 +size 650311 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_010.uasset new file mode 100644 index 00000000..e0d0ed47 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb23465dd5f20920c0aee7af93f7c3a4c03893b5d450bab1cfc5a73d8ae83d1 +size 588269 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_020.uasset new file mode 100644 index 00000000..01329dfb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473badb302ee57f711ddd0243b21895e5299532c97513052249eb6e9bebf690f +size 587397 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_030.uasset new file mode 100644 index 00000000..922138bf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Five_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0302ecadcbc943261d203f9b9155df1fe3e9dea3a34f52144d0038cb495c463 +size 716911 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Up_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Up_010.uasset new file mode 100644 index 00000000..185560b6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Up_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93190e0f0184ef6bf62a1662a37ec9d4cc6310599a85fd9245a7c0d91a8b796a +size 551390 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Up_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Up_020.uasset new file mode 100644 index 00000000..af035a69 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Level_Up_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88cc4ed484bb70352b202ebddbe82f739a758c6e5850949d7e9a5b0e54b18d08 +size 473827 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Morigesh_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Morigesh_010.uasset new file mode 100644 index 00000000..635bcc20 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Morigesh_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be01156ee8a9c524a3d2b1889085a4fba3c4561efca131a00a9b8cba6a4b84c6 +size 689186 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Narbash_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Narbash_010.uasset new file mode 100644 index 00000000..ae269bf3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f62282f364b94264249ab7a102274cf4026908fba27700fb568aa09d47639f +size 605027 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Spirit_Archer_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Spirit_Archer_010.uasset new file mode 100644 index 00000000..3dc523dc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_Spirit_Archer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756836107c6fae025685cf11de5cc787b1d783a2c4536c95046a9a8aaee429e3 +size 366905 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_TheFey_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_TheFey_010.uasset new file mode 100644 index 00000000..ac9cf221 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Death_TheFey_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ebe8ed683545c4747ff5eebfa1d7bbb731104b50b6b1adcb08cdc92dbf6a68 +size 610919 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_010.uasset new file mode 100644 index 00000000..e8fb07fc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7164aca645663e2a4e9df96e8214850ef181fe8062dc0152cf6a7803c6d6a48c +size 507440 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_020.uasset new file mode 100644 index 00000000..704d1b32 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1eea0a5ba01caded1096124b94916148c7fc4258d238274ff8ef9cc813960c +size 467761 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_030.uasset new file mode 100644 index 00000000..1e89ed4b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Morigesh_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228b97f721c67b03833a8d7a8f6d2fa5012aae6fe5122181bc0dd8b6fe0e486e +size 684315 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_010.uasset new file mode 100644 index 00000000..b0b53569 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1d879a9e8b39da97562ef5e8e7d20a838b2f021539742c43972c41f4dfc6b2 +size 463561 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_020.uasset new file mode 100644 index 00000000..cfd2afbc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040e269d21f29667be17c8b3dc8c4e49024abd18e93c2a66bb2afdb2cd882f96 +size 402815 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_030.uasset new file mode 100644 index 00000000..152f9042 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Narbash_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed05c91e8b96143de620d523439924bcf56b5138734af4437d22c0ddbfaad2e +size 674678 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_010.uasset new file mode 100644 index 00000000..760f46eb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c3366134089d668753aff4d53a0f8dd796afbd3988de0071a8368037b57c91 +size 506305 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_020.uasset new file mode 100644 index 00000000..08fd583d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48748750aa1af63dc5e31fa8ee1ea188acfd72328fa00085d486926c389edca5 +size 643959 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_030.uasset new file mode 100644 index 00000000..6fad8046 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_Spirit_Archer_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8dbbf96ced10c40f43b84af299bb061710f958989d4c6adb8393f46e629c28 +size 488361 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_010.uasset new file mode 100644 index 00000000..d06fad62 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c13cb51d047ec6655539fc973757ffe2949d40947c2264ed1034e40cf655f4 +size 654446 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_020.uasset new file mode 100644 index 00000000..7ffdc964 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09f44c520be6974105e5acbe57db72f38f9041239314d8c63e8cc920af6cc89 +size 450735 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_030.uasset new file mode 100644 index 00000000..a770e91a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Kill_TheFey_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:438e90a6d627308ed466f1b4c72e1624a71fadf5b5b968f22ba77b46e7d70cb3 +size 661099 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_010.uasset new file mode 100644 index 00000000..08900712 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67beab2dd870a134be87fb0b4d7b1ce7de065ba7aa1e7f2966d298464d79b1e9 +size 824820 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_020.uasset new file mode 100644 index 00000000..2eeef78e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb544bca7647260f7bd41df7cd09cf01c9c429e73c52de6ea470a7130f3e7f3d +size 668979 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_030.uasset new file mode 100644 index 00000000..dc41a4e4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a835b85d7ecb17ee6713c042cd23ce429daa41c3685e0f6881c2db55ae9f8121 +size 1011981 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_040.uasset new file mode 100644 index 00000000..ee7e8fc5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9689f0b47bd5db60f3ec25ead722b860eeb073ee90ee49a65f30b177bea3f8fd +size 778698 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_050.uasset new file mode 100644 index 00000000..b1cc38f7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7149909a3d772aaa1943ee8de4d5e5abf96417d99c3e764e3b5ef3201c343ec4 +size 1008933 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_060.uasset new file mode 100644 index 00000000..e46d48da --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea9da12efd672db80a390e7d034af2e0176811bcff5e1a47c6c4a83f4e5539a +size 1055169 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_070.uasset new file mode 100644 index 00000000..21e24f39 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d74c939449887203193fb77e53008346e2f0a4671d3ff9ebf65fe0c4b476867 +size 696415 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_080.uasset new file mode 100644 index 00000000..d5323dc1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Morigesh_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a24b9f683f687f9dac86bbf17b6a8dc1f33b716563d85c6e3b82fe5d05305d9 +size 731398 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_010.uasset new file mode 100644 index 00000000..4285b59d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171b16c6e8b4aed9824cfe6f2c41e18d2cfd80fae9ff11d48c1fa359b7ffe484 +size 662716 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_020.uasset new file mode 100644 index 00000000..c191598c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0606ac7030fd89aab03a58a9279974719367725658ae699bfd5761bd1f447de +size 728538 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_030.uasset new file mode 100644 index 00000000..74e86406 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97985b65cfb15e9c96124ee1ef3ad89b621fb294fec46d0b618a759fc7ac576b +size 791192 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_040.uasset new file mode 100644 index 00000000..730db702 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447aaeb9c955c182c7e1e621e10c807302915d88033381399aae1ef8a902e8ad +size 835435 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_050.uasset new file mode 100644 index 00000000..8ca13d1e --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbc13a3d92a71dae7ecb4c5a7e5ebb3e704e6a4da30c38fa78b338ca7bc78da +size 1107478 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_060.uasset new file mode 100644 index 00000000..65565b0d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2881064878bd6d19d7e68938e2bdb4a09c78b484a62e2684ebde4034458a8f04 +size 652420 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_070.uasset new file mode 100644 index 00000000..6e36f61c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9b504e34a85357db20ea0a94d1442f722b5ff92afc4cf94774bbad5c384d30 +size 797211 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_080.uasset new file mode 100644 index 00000000..023300b8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Narbash_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b395f2db7e29f7b9b16c52b7e7d61631b808ed4012767a7da1b6fa55ea4adf7c +size 755292 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_010.uasset new file mode 100644 index 00000000..d467ace4 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d589a018161c87e0d0a97d925e0c9a49bb7e5b57ef9cb7ff73b717bbc4bd4c73 +size 987549 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_020.uasset new file mode 100644 index 00000000..f7ae117a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdd55b5302fb96d1fda025791820e2c300f8dd5f9549ff08aa5f58c6e6a6560 +size 1102166 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_030.uasset new file mode 100644 index 00000000..358e4ed8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d84d33b1fa6ad237bf1e61552e32a4ee2410b4b5bd3d9d0a1c5a291e5538f9 +size 640834 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_040.uasset new file mode 100644 index 00000000..cefde1ef --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3e774b399a880144d96ac0af944c0c1ccb0d94224b822798f2f1fbfef83e3c +size 1001130 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_050.uasset new file mode 100644 index 00000000..6fa92fec --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec9bacfca4a552c0779192805065dbd2c4d6fdd6b501acf1181671f0b6cd967 +size 1145007 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_060.uasset new file mode 100644 index 00000000..ef32b57b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f779af096dfa648944c03fcbf9c2123e4ee04feec679ebf09b7ebc1e28d2bf +size 831769 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_070.uasset new file mode 100644 index 00000000..227fc981 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9421cb0c40f4521619fcf694123cf17bcc89b09602d76bb3259aaf2624404081 +size 649892 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_080.uasset new file mode 100644 index 00000000..e8324857 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_Spirit_Archer_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7a15dda4ecf1fc710de4c9677543d3df165ca03822984e5ef0af6d4df0bc75e +size 759171 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_010.uasset new file mode 100644 index 00000000..d2dd3168 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e16e6334aa3b58b9fd50ecbb2e7d678910f109e3bf38df9833a28590d4405d +size 629505 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_020.uasset new file mode 100644 index 00000000..c6692690 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dcc81c52f0ffe8f587bfa2e6ea7b93ce851e8e1cd380b5b0ccfc015665ec6d +size 757290 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_030.uasset new file mode 100644 index 00000000..14d2cfad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d71623c1901c3c41ef737803142724997d346299ee09699500bb132bfc870d5 +size 570100 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_040.uasset new file mode 100644 index 00000000..0213f3a1 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f9a364b74f58ea42f3f15695932261555c0108c13022b48586a6dcddc5cb54 +size 894858 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_050.uasset new file mode 100644 index 00000000..322de3cc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0211baa411fa0aab1f65d283f9fc4fa1060f6a2318ff936308de13bc5e07a966 +size 554489 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_060.uasset new file mode 100644 index 00000000..a92caadc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32bfce2344b31d1b1fd0c9ab5a1645ad3d5e05ea6e5d435cb3e8e60ba43eb503 +size 693016 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_070.uasset new file mode 100644 index 00000000..e912d7f8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d5f076baacaf5c8dee95c712496573629a03fcca5308a400a1548f77b63d7d +size 889999 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_080.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_080.uasset new file mode 100644 index 00000000..1b90dd35 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Lore_TheFey_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07acdcdee09d01cc8e56dc1c6aa4434a4b093a7ce9e33e21f9e768850c63d2bc +size 682265 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_010.uasset new file mode 100644 index 00000000..94c037dc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7039232699f0d4793f0e77f50fb12e7d735549d5f81d3cc8d56aec01a60af6da +size 617600 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_020.uasset new file mode 100644 index 00000000..0066a755 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edaa7a955b9c3182474fef300b53b7d0ba4fe6a95f4de60ea3144edf2e21194 +size 652317 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_030.uasset new file mode 100644 index 00000000..2c526d3c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb1222420badd8230986b9a1ef17b9bc1d1e62b28bb4822c2eba76f3b12f3e7 +size 954153 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_040.uasset new file mode 100644 index 00000000..d1ecd123 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75999c4ef9ecff0b6576bb916507a0488e75a6495660ed5c2d5989719dcf74e5 +size 2223159 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_010.uasset new file mode 100644 index 00000000..cc6ad6f5 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05456956fd50d31099d8e8c7d3ab891f4599b70441180fb4b6867d342b18ecd3 +size 718108 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_020.uasset new file mode 100644 index 00000000..4d216a53 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43df6b93e1a7d3098a49cd5564196b3ca04d25052f0bf0d3db89a48d29d384bf +size 792095 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_030.uasset new file mode 100644 index 00000000..3876ac5f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02556687a2561cbd5247c09140221be102993b7b7af2b8f97d8565f1a4fda3aa +size 1527905 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_040.uasset new file mode 100644 index 00000000..22aa736a --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67b788dad1f5e062a0dfc6cfdc7f81b116c3a421ad061c86f5b872984a4069c0 +size 1336231 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_010.uasset new file mode 100644 index 00000000..2b6b2636 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda2f297cb90fff4babad45ea2176064cca34bf5535c5450c8a64d58043e85d +size 404640 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_020.uasset new file mode 100644 index 00000000..58fd4c68 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c066f0e659c4be51a19279eb0e941f1a62339b7f6c191dac3e1ef35fb8b8341d +size 465397 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_030.uasset new file mode 100644 index 00000000..2de9ec82 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be5d1cfa19797e234c6147b06f98795fae04f9d152722bc814fb40d9f30e29ec +size 1011148 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_040.uasset new file mode 100644 index 00000000..36dc8781 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:394570b4e8f1813232c3fe1cd9a2bdb1add4d954b8636181d6ff109ea8437683 +size 761501 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_050.uasset new file mode 100644 index 00000000..086f6d6d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ae583affbd00410eb027a1e444237511dc653c83c7f1a24eb613f52e1ccbf7 +size 814594 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_060.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_060.uasset new file mode 100644 index 00000000..e5fa4be3 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ee17b4f95fe952f098b5022a59662a44490c6c6f0908db431774b85fa04d0a +size 1404447 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_070.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_070.uasset new file mode 100644 index 00000000..249e4500 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e18c952b1fccab5b9e261c592af474ed9e23432bde2f1782711fd93cb4982a8 +size 2334762 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Revive_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Revive_010.uasset new file mode 100644 index 00000000..edf45d72 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Revive_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b229e60b202752094a53eafbeb07e4daee13d85aeb5bc73717f2a8709b37fd +size 724635 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Revive_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Revive_020.uasset new file mode 100644 index 00000000..6c920bc9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Revive_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33dd17b86baf5f9c814c5b03d601baa795bafd19f357bad15a15f1df6431387 +size 808273 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Ace_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Ace_010.uasset new file mode 100644 index 00000000..350f9338 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Ace_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19301eb5ed7fc347f8ee0988776530c87761912c0df1b20e2ed51ccb243fa1dd +size 809406 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_010.uasset new file mode 100644 index 00000000..6a1ecfe2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a31dc4415821de0322d2e2ef9e77a548e4fd8599f1958cf4e389f381a2808cb +size 456570 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_020.uasset new file mode 100644 index 00000000..a1f29d58 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af6cc8eaf75413cf5032c5810e81a6edadf3044c25b02f70c412053c83e327d +size 490785 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_030.uasset new file mode 100644 index 00000000..d4d972a2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Buffed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd2c88ae6b0f8fceac3f980b43fa6883513383a14736bf9a25f6ae2bdc43228a +size 490986 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_010.uasset new file mode 100644 index 00000000..91493f76 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac422acb289fc567c0bd5261ce2c6511588415ae43bcaa19b7426ee7e2b9ab5 +size 740661 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_020.uasset new file mode 100644 index 00000000..cd232e47 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b39a0f93ac3fd444d204a98c46f88ddf09ef2535e7cc724660a1156bc6fb448 +size 539885 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_030.uasset new file mode 100644 index 00000000..bffebc68 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Celebrate_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4d650c2c2a3ec576281e41a920e759f314788f67d6bb3901c6938910cffb31 +size 640532 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Danger_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Danger_010.uasset new file mode 100644 index 00000000..3528460b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Danger_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b252c5e2ba01029dff74bdfb6c0282738d7c05ec92cf44767dcad3e4772c3fdf +size 738952 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_010.uasset new file mode 100644 index 00000000..f567a668 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea638534b2532a89d1d6617060febde4678bf6b6eb08309a6c3108a7f4739a4 +size 870468 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_020.uasset new file mode 100644 index 00000000..6b850e98 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314eaf63226e889e39d7189cdad337eb4283586326f68895f14220422c61b339 +size 716530 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_030.uasset new file mode 100644 index 00000000..c7ce5e59 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Defeat_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab063b27f45edcfc6d51df2b8af311f795a6736cd1ef01cc5fcbfc792c6f411b +size 879215 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_010.uasset new file mode 100644 index 00000000..5cef9654 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e62c06885e8ab77b9884fdd88a8999acc9d77d6bd1fe72bfa650d010ceada27 +size 637818 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_020.uasset new file mode 100644 index 00000000..21079343 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:916b278d6f6fa4d4cb71437470e9a351fb64285ef14642e66b0d08f2e2842386 +size 928917 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_030.uasset new file mode 100644 index 00000000..6f5ff2b0 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb2080eceeb7aaaf401efa79c6714e5929484499ce1179ff00b839c322f76d2 +size 870624 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_010.uasset new file mode 100644 index 00000000..71484138 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a9ece2c72c9cc2816aac16987505eace8ca339e850991416f957e2866c5a3c +size 582774 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_020.uasset new file mode 100644 index 00000000..c0517972 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdaa80c5d87b92deaaa1fdcca64a2f3021d709e74b2c4cd24f766cd923c448a8 +size 699454 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_030.uasset new file mode 100644 index 00000000..4b6009d7 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_OrbPrimeActivated_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52810be951fb1be017f97d0dfc2cee2530b2f4d217f7d0443281fce528ff9270 +size 876726 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_010.uasset new file mode 100644 index 00000000..2343abdb --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835b1925b2a0d733d3409748de6e74c7c7f756ded262656dfdc13f8303a75751 +size 696276 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_020.uasset new file mode 100644 index 00000000..ff0899e8 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e99f979991d2c28faeccdbafdda71e037b7dca6e9c1f1b6c6379f2d7505f00b +size 542677 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_030.uasset new file mode 100644 index 00000000..7eddc0ad --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Recall_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235021fbf698f30111140435785372c39f18b48f6bdedd37773950d335e780b0 +size 427339 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_TeamDead_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_TeamDead_010.uasset new file mode 100644 index 00000000..09cf8608 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_TeamDead_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25bd95fd54b1e55665a888221aac7c990b6a053dbc9d9cbc22f6b634a70dd53 +size 560961 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_010.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_010.uasset new file mode 100644 index 00000000..c5c8c63c --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0492bcbab629c90c6214241c1e4d115fc8f50f9d058c8c62c648a0bebfd730b2 +size 764978 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_020.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_020.uasset new file mode 100644 index 00000000..e47cfd6b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eacbe4210c678c8bbcf1ceb88b072be8ee0197c10cdd0a49fbba1eaa34d2dd01 +size 661597 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_030.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_030.uasset new file mode 100644 index 00000000..a86e4afd --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b9cfa4be45a508da667e995d55f0db787cb04c668bcad900c92334c94693007 +size 788912 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_040.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_040.uasset new file mode 100644 index 00000000..16847464 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f0ea92911843bc0e69b1a2016aa4e90db9a7c47d78b0ca0c35e87788937267f +size 1021405 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_050.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_050.uasset new file mode 100644 index 00000000..5f00e05b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Sounds/SoundWaves/Khaimera_Status_Victory_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9656525a8f85d6f2a989b30e55e6bf47fa8c129387e07736691807e2eca91e12 +size 928714 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_2ndInfectedMapNormal.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..f080807f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45c9c1da6094cbd39e4cfd4a2ad150544b5a6daf15e5acc487aa42cee1dc9cd7 +size 3986861 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_Color.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_Color.uasset new file mode 100644 index 00000000..1f29d792 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78a06a3d8f1da9693b24bc0fb71d0a9f369b10a22d33cf23aa115709480f296f +size 27845976 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_MASK01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_MASK01.uasset new file mode 100644 index 00000000..71093df9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce6348963c6246779666c0c4f2e561143c33707d23eabfa902d6bb3428d5e23 +size 514555 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_N.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_N.uasset new file mode 100644 index 00000000..f39ce512 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d664e86028c28356ac1886545c828ea074e38bf307028e991b5de709125ae6 +size 17709901 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_RGB.uasset new file mode 100644 index 00000000..6d2029c2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_ArmsLegs_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4fcf0a04d3454e0960f429b0f31e68b0d8b62d14c42ac4b0737d02b234b55a4 +size 29180466 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Armslegs_MASK02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Armslegs_MASK02.uasset new file mode 100644 index 00000000..ed65b9be --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Armslegs_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2569b6f509b182acecdc9f90e5572e766367715d912ff9a78066a9da5694c52 +size 17393842 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Beast_D_Demo.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Beast_D_Demo.uasset new file mode 100644 index 00000000..a1eb60da --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Beast_D_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e2d8fd77052bad27b76578ae84918caf16f084206663d9194a9345fa9db9acb +size 9483011 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Beast_N_Demo.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Beast_N_Demo.uasset new file mode 100644 index 00000000..9f81a3dc --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Beast_N_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb266df227637f751d1301db18f293601f941cc115cf190da1e3c42ba7d3dc0e +size 13734987 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_Color.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_Color.uasset new file mode 100644 index 00000000..fdc9af61 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7930f76224e1c25b3580706f75bea3f3a2d4fbe44c765c295b136bbff2dbf415 +size 28533325 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK01.uasset new file mode 100644 index 00000000..f57f787b --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba32586ae7e5eca930997e6c9da2dd24d9892a8de3d21efd4900c722be9a998 +size 1179495 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK02.uasset new file mode 100644 index 00000000..a0e79310 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba77bfaece3c6e560056ae6b49343fdc191505d2ed0a79da355d8d07517f17ae +size 19424888 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK03.uasset new file mode 100644 index 00000000..1ca2bd91 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06c27f84d80ebf4466afaa3df6e3b2bd6893532764dcb991117d46c38b54dde8 +size 923287 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_N.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_N.uasset new file mode 100644 index 00000000..6e98d474 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1520243d860f3a68f09e55f1de656dff7ab39ce2af42f3825683b8fa3dec937d +size 22681438 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_N_NoPatches.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_N_NoPatches.uasset new file mode 100644 index 00000000..5c6b2513 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_N_NoPatches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16755285ed9499c5d39a051cbd4c2b8aca70a37bd419c1905ab631da26873248 +size 22644649 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_RGB.uasset new file mode 100644 index 00000000..95927992 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Body_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84195e184f85cab0f6ea2a6b4c84c4e07581c940562c9767abab7e4f653c4ecd +size 32629763 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Ghost_Mask01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Ghost_Mask01.uasset new file mode 100644 index 00000000..e5e1888f --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_Ghost_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d51778eda32fcda7dcbf3611a329ad2a65fd3f875b4f40d6857cf96c2ab7193 +size 1662365 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_Color.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_Color.uasset new file mode 100644 index 00000000..c7f30475 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66d1995d0cbfd33a34c801968495bee7d677c6a6877356dbb303e701f143ad7 +size 26409688 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK01.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK01.uasset new file mode 100644 index 00000000..56768c4d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39fcb6df0b2eccd491e895dabb76f70d8e14d66975f84db12bd485ceecbba397 +size 328640 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK02.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK02.uasset new file mode 100644 index 00000000..6eb09f47 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd76b64a0660363a9baea5267772a6e1701ab62c84169287a6bac0faa8a7e85d +size 5916197 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK03.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK03.uasset new file mode 100644 index 00000000..fad671b2 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7f332c3d3234d13243c696d78ad12518dfe6aa1eee485b2046992a352b805a +size 1874756 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK_04.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK_04.uasset new file mode 100644 index 00000000..9ee033d9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_MASK_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b642047f420477dbcdfd0c675937cd231276ec8adcd44a6e189444f254da2aa7 +size 123001 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_N.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_N.uasset new file mode 100644 index 00000000..13226776 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf868c195fd36b56b0fbbf553e7d25942a92b6f37f13e2dd8fcd691b8d345ab +size 17361914 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_RGB.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_RGB.uasset new file mode 100644 index 00000000..8e9c53bf --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Khaimera_WeaponLoins_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:501ba0dc987c2ba05b94d8feb8ced23174421b5bff0cebbb9c8aa9179912c188 +size 28997373 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Smooth_Gradient_Vertical_A.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Smooth_Gradient_Vertical_A.uasset new file mode 100644 index 00000000..04a141a9 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_Smooth_Gradient_Vertical_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835e580d659c0aa44c20a7284934d7aed3296bda46d849ceeebc9c4658621b9a +size 5297 diff --git a/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_filter_clouds.uasset b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_filter_clouds.uasset new file mode 100644 index 00000000..361a6bc6 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Heroes/Khaimera/Textures/T_filter_clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1825664f891df5e2661babb713534dd34e1fbdaf6113d8638297241c29ab4317 +size 1598283 diff --git a/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 00000000..f0d3cc69 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86b1b905e79443668af355aebb73f0cdca28a1b821d16fcc156bef8087eb5af +size 9423236 diff --git a/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/HDRSky.uasset b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/HDRSky.uasset new file mode 100644 index 00000000..5d508899 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/HDRSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65782447113ac0bd23c592fcd333e252bf0ffc829fd459e85dfe37e6c662c93 +size 97668 diff --git a/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset new file mode 100644 index 00000000..09017a95 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e494cb23b80004fed6fdeffb86de369c90e3e768bfeac5d7ab51abc734c282 +size 89949 diff --git a/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset new file mode 100644 index 00000000..9750f272 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ec7da1ee0da81cc66c0d049d2a760edb82c8d944f49d9acd9141c46fd9f537 +size 492905 diff --git a/Content/ParagonKhaimera/Characters/Maps/Khaimera.umap b/Content/ParagonKhaimera/Characters/Maps/Khaimera.umap new file mode 100644 index 00000000..224f1c7d --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Maps/Khaimera.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:550411bf873011b49ad3ee750101b9b67617723c8451e5341a7ab71010d89c4b +size 21587 diff --git a/Content/ParagonKhaimera/Characters/Maps/Lighting_Background.umap b/Content/ParagonKhaimera/Characters/Maps/Lighting_Background.umap new file mode 100644 index 00000000..95d78c66 --- /dev/null +++ b/Content/ParagonKhaimera/Characters/Maps/Lighting_Background.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02fc449c9cd1b73e7264a2ec1a6fe9c7571acfb3a49dd7225d13ad208d445d8a +size 1092806 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset new file mode 100644 index 00000000..2fbec3f6 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b94969cd8f06f7a85d0da1e37a6a0c11b7922076970246122f48864e2f13e4 +size 87253 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_DebrisChunks_FakeLit.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_DebrisChunks_FakeLit.uasset new file mode 100644 index 00000000..4ac368f3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_DebrisChunks_FakeLit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20f92d09d5c9f5f107715ccaa3e1c332a8e47ccf865d690f082e7969f726438 +size 97294 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset new file mode 100644 index 00000000..749e6512 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce0c903b938a9b2b8aced7282d30852569f3801622708c3a2afaf65127fb0e1 +size 66971 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset new file mode 100644 index 00000000..720024de --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba780a747728be33c8cc33d7093d458c819bfe80c957171185148d4a2aeaf43 +size 91997 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset new file mode 100644 index 00000000..b16455a7 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb3c215c184dc1d2607bde256e7d09bcf63fa82e84393398b6a29c103a0a1e9 +size 66701 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset new file mode 100644 index 00000000..5d39e7d5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c776ba384456aea7b1397e78549eec0872a66ab09fa60f83438cfb2bb2fdff +size 92202 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_Invis_Debris.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_Invis_Debris.uasset new file mode 100644 index 00000000..fc851ce8 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_Invis_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2fa06a6cf9dca6485b9ee43a2c8cedae569a388264c16c2de3f01538280b2f +size 99093 diff --git a/Content/ParagonKhaimera/FX/Materials/Debris/M_TransDebris_Crete2.uasset b/Content/ParagonKhaimera/FX/Materials/Debris/M_TransDebris_Crete2.uasset new file mode 100644 index 00000000..c048d003 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Debris/M_TransDebris_Crete2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3bd4726282ec9d2ef45d9b180669b6b70d1688478efdb7a756802f9c4f9b12 +size 105209 diff --git a/Content/ParagonKhaimera/FX/Materials/Dust/M_Dust_Spears.uasset b/Content/ParagonKhaimera/FX/Materials/Dust/M_Dust_Spears.uasset new file mode 100644 index 00000000..42e65a92 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Dust/M_Dust_Spears.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f18e8d441ce9fedddef11b199dbb1459e550a19788a47c51d2aeea44f47822c +size 93693 diff --git a/Content/ParagonKhaimera/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset b/Content/ParagonKhaimera/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset new file mode 100644 index 00000000..fb6c9961 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40087f517c0575fcb8bb647fe6d90f0bdd8321f95aeaaf22ce41fa5d957729c +size 100520 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/MI_Magic_Flame.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Magic_Flame.uasset new file mode 100644 index 00000000..394f049e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Magic_Flame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba4680ecafab460e2aae7bed594064bc8296fff5d1a6312c3a7e3e9d8360bd0 +size 102004 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/MI_Magic_Flame2.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Magic_Flame2.uasset new file mode 100644 index 00000000..40bbb22b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Magic_Flame2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:329cba8602df5e9a313a74a2cac896882f9ee61414bf537bdb3f8bf4b13cd47d +size 105267 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/MI_Mesh_Fire.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Mesh_Fire.uasset new file mode 100644 index 00000000..4fa13dea --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Mesh_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3768b783a2cbc4c076c2ad8b03864c5dfcf38c9dd170945a5a486a803842f917 +size 86403 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/MI_Mesh_Fire2.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Mesh_Fire2.uasset new file mode 100644 index 00000000..7e0dcebb --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/MI_Mesh_Fire2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3391adf1ccd913abad68d0f596a86918dd2e63f38e86483f2c6a7741c9ba32f5 +size 81334 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/M_Impact_Flame_Invis.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/M_Impact_Flame_Invis.uasset new file mode 100644 index 00000000..f7b86c65 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/M_Impact_Flame_Invis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb275da9bc62f693f96872cd8e3871b43dc9d25a693b5ddcba65b704870c2b2 +size 80983 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/M_Magic_Flame.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/M_Magic_Flame.uasset new file mode 100644 index 00000000..c95bd84b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/M_Magic_Flame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aac57425617f47a9e857f58054dc2a08dcd3eebbdbba85a4914cb4553e9067 +size 111030 diff --git a/Content/ParagonKhaimera/FX/Materials/Fire/M_Mesh_Fire.uasset b/Content/ParagonKhaimera/FX/Materials/Fire/M_Mesh_Fire.uasset new file mode 100644 index 00000000..6649227b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Fire/M_Mesh_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6e3e129a8725fa1706e392f3a7f92c82c61a3ea3b6ddb14f3e02abce5b0581 +size 152166 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/MI_Impact_Flare_ORNG.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/MI_Impact_Flare_ORNG.uasset new file mode 100644 index 00000000..0df88f5a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/MI_Impact_Flare_ORNG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3eeb2b29cd0366407063e39b78b783884a948fb73d824165929d8955cc763e2 +size 67382 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/MI_Khaimera_LMB_Impact.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/MI_Khaimera_LMB_Impact.uasset new file mode 100644 index 00000000..09a70163 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/MI_Khaimera_LMB_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a0cd2a5f380b9ca72cd3b3b31675d185560bd6791afae96ece6619ce2e48fc4 +size 86851 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Chains_SoftFlare_ShockP.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Chains_SoftFlare_ShockP.uasset new file mode 100644 index 00000000..02a938f6 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Chains_SoftFlare_ShockP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f556fb6e4d7d72599fa4d8a03c2d57ec9833a3e35a407acd34047b710794a +size 83451 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_CleanseFlare.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_CleanseFlare.uasset new file mode 100644 index 00000000..73ed4974 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_CleanseFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7ec50a6dba119713f1f9acdace5e46a74baf016bf2b98a191901d901021a06 +size 100537 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Impact_Flare_Soft.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Impact_Flare_Soft.uasset new file mode 100644 index 00000000..0e1401ee --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Impact_Flare_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4edbf5bc8da52dcc5b829baf6dfdeb25276934fc6045022176f03ace0c1d9b4c +size 79294 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_ChargeGlowDisc.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_ChargeGlowDisc.uasset new file mode 100644 index 00000000..420bcea8 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_ChargeGlowDisc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3848e986b485aa797de84c02164e99ab16124b1677e878bf2fdbbb80a1356e88 +size 125242 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Core_Glow.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Core_Glow.uasset new file mode 100644 index 00000000..c5e6fb8a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Core_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1bc88fc0069525f955fbac46df4902140a81d616ee5ef460bedb90594889c76 +size 82798 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Impact_Flare.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Impact_Flare.uasset new file mode 100644 index 00000000..a118d5b3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Impact_Flare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f59f55c2379e085cd672d3ebe01f2a8ad8e01850796cb1bb043a7150172a519 +size 75386 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_LMB_Impact.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_LMB_Impact.uasset new file mode 100644 index 00000000..263afe2e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_LMB_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09eadd7bef4fb33945bac435a4ef8cc9db9f545a7403de8f2a7b3982fdc3a91a +size 114835 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_SoftFlare_Inst.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_SoftFlare_Inst.uasset new file mode 100644 index 00000000..c658ff1c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_SoftFlare_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99ee57757c463cefde0dd1ffe1d6e76ecf9c41fc53cc16c32962b9c1980eb2a +size 69284 diff --git a/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Ult_Impact_DMG.uasset b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Ult_Impact_DMG.uasset new file mode 100644 index 00000000..c23cd623 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Flares/M_Khaimera_Ult_Impact_DMG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00c49ce17574535ec7dd693c9e9f26c8c0b7a9a553897c4039578f95385d88b +size 127354 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/FX_EmissiveModulate.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/FX_EmissiveModulate.uasset new file mode 100644 index 00000000..658091db --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1873b226dced9a9841f4c72c069cb4ec638ab5982c50509aa0571d0bb19fc4 +size 43531 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/FadeBasedOnViewAngle.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..ab585fea --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:316f7aa9078eade506f787c26da3cb4dc628d9c8ab57bba3ca79c46a5d036e12 +size 73984 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..3daccfcb --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cf20ba857415ce950d4d0cd1a9f6f21488b2984b3819963e8b7fe230579e304 +size 77158 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..8873eaab --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96e1da1d1454947a2c9fe003e1c7193f8d2f3e22ed81abdb90d2d0c67656150e +size 49291 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 00000000..e0f58889 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86246f62998f98eb07de636407921aca16477634ffa8d381b9d4ad594f51632 +size 77731 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 00000000..66978ccb --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532c5705314b51b83e181c411181727fe1e8ab79f0f4dd9f3a06a0a0c66062bf +size 94836 diff --git a/Content/ParagonKhaimera/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonKhaimera/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..2aec2679 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e758273c5d2d1eecd40cbf2a189707559b2e00d1d992a3ad809ced489a08e2a0 +size 81660 diff --git a/Content/ParagonKhaimera/FX/Materials/Hero_Specific/M_Khaimera_Beast_V2.uasset b/Content/ParagonKhaimera/FX/Materials/Hero_Specific/M_Khaimera_Beast_V2.uasset new file mode 100644 index 00000000..bd73c71b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Hero_Specific/M_Khaimera_Beast_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde17df0e77dd941bc2d75c60b53cb85523873e0d3770a3e58d42a8cae2a660a +size 139774 diff --git a/Content/ParagonKhaimera/FX/Materials/Lens/MI_Camera_Ripple.uasset b/Content/ParagonKhaimera/FX/Materials/Lens/MI_Camera_Ripple.uasset new file mode 100644 index 00000000..807bcb5b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Lens/MI_Camera_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a1d8c2a91c0839d57620101737e7a777f087087dbedecb92ef7411fe01bba1 +size 98463 diff --git a/Content/ParagonKhaimera/FX/Materials/Lens/M_Camera_Ripple.uasset b/Content/ParagonKhaimera/FX/Materials/Lens/M_Camera_Ripple.uasset new file mode 100644 index 00000000..d984c62c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Lens/M_Camera_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:770caeea1946db2a1364de90717383a9eb9c30656a9c5ba145067f827c7818ea +size 111204 diff --git a/Content/ParagonKhaimera/FX/Materials/Lens/M_Camera_TotemImpact.uasset b/Content/ParagonKhaimera/FX/Materials/Lens/M_Camera_TotemImpact.uasset new file mode 100644 index 00000000..00d7ff10 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Lens/M_Camera_TotemImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b1e4245267b05f64da8dfd9c428dd8b6590fccf17da878e95bd15c7c4f3e36 +size 154797 diff --git a/Content/ParagonKhaimera/FX/Materials/Lens/M_Thawk_Lens.uasset b/Content/ParagonKhaimera/FX/Materials/Lens/M_Thawk_Lens.uasset new file mode 100644 index 00000000..20e684fd --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Lens/M_Thawk_Lens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f96029935fee1d8ff5bc40d1a0a324a5b59a60666ed90568b12ba11669738b0 +size 106750 diff --git a/Content/ParagonKhaimera/FX/Materials/Param_Collections/GlobalArtCollection.uasset b/Content/ParagonKhaimera/FX/Materials/Param_Collections/GlobalArtCollection.uasset new file mode 100644 index 00000000..407b36a4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Param_Collections/GlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3813e4c510aadf917a7ea1689e0d28ea4fe9f1f909a0d879c9784ee7f1575163 +size 2620 diff --git a/Content/ParagonKhaimera/FX/Materials/PhysMat/PM_ShallowWater.uasset b/Content/ParagonKhaimera/FX/Materials/PhysMat/PM_ShallowWater.uasset new file mode 100644 index 00000000..02ad240a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/PhysMat/PM_ShallowWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33269425c7fe6e4fb9d9aa5d56b4b65dddb4688f36435d31766baac0bf91ff93 +size 1227 diff --git a/Content/ParagonKhaimera/FX/Materials/PhysMat/PM_Water.uasset b/Content/ParagonKhaimera/FX/Materials/PhysMat/PM_Water.uasset new file mode 100644 index 00000000..d888146e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/PhysMat/PM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b8e17622f275127b786e5878a277e804babbd6348dd21e3efde04bbbd42d96 +size 1071 diff --git a/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Distortion_Sphere.uasset b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Distortion_Sphere.uasset new file mode 100644 index 00000000..1ae49c6a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Distortion_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b624732e8c50e76945513eda63a752a0c8e41734ad07d8b728763a64b9c5dd1d +size 101451 diff --git a/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Khaimera_ImpactRing.uasset b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Khaimera_ImpactRing.uasset new file mode 100644 index 00000000..200b694e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Khaimera_ImpactRing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486c724d3c6200885494593ed1c5bf0b8d0f3e588909443c5e153db5e9343787 +size 117086 diff --git a/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Khaimera_Ult_Shockwall.uasset b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Khaimera_Ult_Shockwall.uasset new file mode 100644 index 00000000..e30943ec --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_Khaimera_Ult_Shockwall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade592c791433a710ab60fe83a68929d8ac2ac7dd32e76bffcb1a427197dae60 +size 124887 diff --git a/Content/ParagonKhaimera/FX/Materials/Shockwave/M_UltArc_Expanding.uasset b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_UltArc_Expanding.uasset new file mode 100644 index 00000000..284d0205 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Shockwave/M_UltArc_Expanding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae81a2813fa4bbb803894b8e23ca8b625053834d45bc2c80f23fb97ebe735cc4 +size 151613 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Impact_Smoke.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Impact_Smoke.uasset new file mode 100644 index 00000000..882000b9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Impact_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378548c86c9dcf131b37023e7905eb7026c53d049883105f7b17ba4daaf672ab +size 97689 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Knockback_Dust.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Knockback_Dust.uasset new file mode 100644 index 00000000..a63e34b5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Knockback_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b3e39b8760de0d60dea44a5f4039326d3a627fd3267be22dd7b69f3daa9260 +size 93930 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Shape.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Shape.uasset new file mode 100644 index 00000000..335727e4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Shape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45bfc61c09a4e7afaa88755a467f682863e2d4a27fed05955c7e221a45a142d3 +size 96332 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Shape2.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Shape2.uasset new file mode 100644 index 00000000..7b20b878 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Shape2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c669ba04eddc9966685f114365d23800f165b356e80fd274e7c62776c18f6f +size 97274 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke.uasset new file mode 100644 index 00000000..6d66432b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798f2e69c73adadf065138510be2df42b08f701a2cbe941978ee6a9d078c866f +size 93857 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke2.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke2.uasset new file mode 100644 index 00000000..d6e9ea91 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9ccd6ee94d9898ee1eef321a338420e3b135644cd1c7b2ec97b7c8eff57dc9 +size 97095 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke_Ult_Inst.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke_Ult_Inst.uasset new file mode 100644 index 00000000..da09cfb9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_Magic_Smoke_Ult_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0ba6d47b1304d536bc69584b94c634827c466e2511aba4d13abfe0f62fae43b +size 72618 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_dust_burst_01.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_dust_burst_01.uasset new file mode 100644 index 00000000..4b192c5a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_dust_burst_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce05303dfee08d38dc90f971cb00f4b8cd82bce4d47265f0e3c8bfd285ecc364 +size 86185 diff --git a/Content/ParagonKhaimera/FX/Materials/Smoke/M_dust_burst_Invis.uasset b/Content/ParagonKhaimera/FX/Materials/Smoke/M_dust_burst_Invis.uasset new file mode 100644 index 00000000..7faedbcc --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Smoke/M_dust_burst_Invis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448f224f580d37cc574376f13389a7d2d755c5d613c39627eeb0c815cac9c61b +size 91668 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Ghost_Sparks.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Ghost_Sparks.uasset new file mode 100644 index 00000000..2b1f49da --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Ghost_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f49feaee61569fea7d9990b4716e82891904f5adfb4ca54ee0570586d0a0aa3c +size 76792 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Hotdog_Spark_Tomahawk.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Hotdog_Spark_Tomahawk.uasset new file mode 100644 index 00000000..458c6bb2 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Hotdog_Spark_Tomahawk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:901a1ff98133cfedbeefec9ee144309d8ae5e32caf8b91657c0b399f31c97d4e +size 91750 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Hotdog_Spark_Tomahawk_Red.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Hotdog_Spark_Tomahawk_Red.uasset new file mode 100644 index 00000000..b5500330 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/MI_Hotdog_Spark_Tomahawk_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79516b59c245a06cba84778736a1154f2071a8108b9e4dedaea66f4c56d01907 +size 93314 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_COLOUR.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_COLOUR.uasset new file mode 100644 index 00000000..bc2bb33c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_COLOUR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6c2399ab0881934cede331c11cfd4fec3031c790f5042ba86ea8b1f2db96a5 +size 89623 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 00000000..b818757b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca6e97f7c090022ce15f1b68350c7c6980defdffdf8b7f88e8c3e8b3250b8af +size 76218 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles.uasset new file mode 100644 index 00000000..beac3a4c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1518644efefd519769927aa5d76ad72f833b6bfd89da81384829ef1d437a8992 +size 94626 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles_Red_Inst.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles_Red_Inst.uasset new file mode 100644 index 00000000..5e820ad0 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles_Red_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c609661eb187a31d0a66d4fb5e5362689f14158d5d3b853c81fb360fda25a2 +size 69243 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles_Red_Inst2.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles_Red_Inst2.uasset new file mode 100644 index 00000000..d280fa7b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Magic_Sparkles_Red_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603f304d3c24afcbeb4c33d6d20021fc44aae17a24be74b5a425f8c326659543 +size 69182 diff --git a/Content/ParagonKhaimera/FX/Materials/Sparks/M_Root_Sparks.uasset b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Root_Sparks.uasset new file mode 100644 index 00000000..2496bb29 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Sparks/M_Root_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e686cd265b920b2c83e4a781affb1ed197031dec537fafd2c6f0f9834ff838 +size 113605 diff --git a/Content/ParagonKhaimera/FX/Materials/Splines/MI_Spline_MESH.uasset b/Content/ParagonKhaimera/FX/Materials/Splines/MI_Spline_MESH.uasset new file mode 100644 index 00000000..94f03660 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Splines/MI_Spline_MESH.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ef1c8d0b9d56f57a46a598131aa43d4e69dd5c347df7651d0307c59deb398f +size 98268 diff --git a/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Claw.uasset b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Claw.uasset new file mode 100644 index 00000000..4dfd916b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Claw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d47d98e6582577d92b1070e003f2faf83a7a103f1c73a0eac4409a483d5edf2 +size 142135 diff --git a/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Small.uasset b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Small.uasset new file mode 100644 index 00000000..6df7c92c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a34ee651e51c1a9ede81dafbb5d7ea645fd2fc925dc78fceb1d812ae48a895 +size 136348 diff --git a/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Tomahawk.uasset b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Tomahawk.uasset new file mode 100644 index 00000000..759bcc7e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Tomahawk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2f491377cd60c674910505d8cf6099b80973349b67e26d56b86d1067fbdb9a +size 100476 diff --git a/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Tomahawk_TwoColor.uasset b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Tomahawk_TwoColor.uasset new file mode 100644 index 00000000..003b28b9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Splines/M_Wisp_SplineThicken_Tomahawk_TwoColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2f63d4bd884da092aa87434793bda1c8dad96036201d8b036c0d29ba1e2944 +size 98425 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/MI_Ult_EyeTrails_HomeScreen.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/MI_Ult_EyeTrails_HomeScreen.uasset new file mode 100644 index 00000000..ec5e5a5b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/MI_Ult_EyeTrails_HomeScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f6bac7e0651d5788d026fb9dba6017d80fa3311198c3b94d7b3f62f866056cf +size 73732 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_LMB_Trail.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_LMB_Trail.uasset new file mode 100644 index 00000000..2044e3ce --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_LMB_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b184e21f1507a5d6e12a8465a7f51c6ad95223b0e90d7d47e25064bb8eb0790a +size 126334 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_LeapTrail.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_LeapTrail.uasset new file mode 100644 index 00000000..d7653c01 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_LeapTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5954d2eec570c7f641ce83d5e82a07d0cb1548591884734ce62cdc4537519823 +size 160276 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_Leap_Swipe.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_Leap_Swipe.uasset new file mode 100644 index 00000000..1fad01c5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/M_Khaimera_Leap_Swipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c791ae7ea03700da548cdd7150a0df637340fa2315ca1bdee04aeaf0e3b2c87 +size 121811 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/M_Q_AnimTrail_V2.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/M_Q_AnimTrail_V2.uasset new file mode 100644 index 00000000..c2004e78 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/M_Q_AnimTrail_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861f43534fe309d46df25099a823902bd9d46ac76f07053266446feb9da125c2 +size 122158 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/M_Smoke_Trail.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/M_Smoke_Trail.uasset new file mode 100644 index 00000000..9c31a607 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/M_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:397624f2eeb03dbdaeb300bc8358d7625bb4a15c5a31aa05645861e19d2d1d99 +size 102641 diff --git a/Content/ParagonKhaimera/FX/Materials/Trails/M_Ult_EyeTrails.uasset b/Content/ParagonKhaimera/FX/Materials/Trails/M_Ult_EyeTrails.uasset new file mode 100644 index 00000000..64a01347 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Trails/M_Ult_EyeTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6946e6479567d691e219bbae5edca2380d00bf621acb013309ea58fde73e308a +size 92403 diff --git a/Content/ParagonKhaimera/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset b/Content/ParagonKhaimera/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset new file mode 100644 index 00000000..1a031e51 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7d56ae78b1e40596cd3d1c8e2d7759ff916a951b43d765de8d7dd0b549f9f6 +size 99538 diff --git a/Content/ParagonKhaimera/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset b/Content/ParagonKhaimera/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset new file mode 100644 index 00000000..4f80d407 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0275f7787e1ce77b1a55544bacee46c138e04ec07e885185c0cb735193c4c9d +size 92451 diff --git a/Content/ParagonKhaimera/FX/Materials/Water/M_Water_Drops_Master.uasset b/Content/ParagonKhaimera/FX/Materials/Water/M_Water_Drops_Master.uasset new file mode 100644 index 00000000..983034d4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Materials/Water/M_Water_Drops_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f95ccd0e2b808f92e97f96ed95301b282f13bdfa3ee3854ed350e649747b2a6 +size 97673 diff --git a/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Khaimera_ChargeUpDisc.uasset b/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Khaimera_ChargeUpDisc.uasset new file mode 100644 index 00000000..b4a00e57 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Khaimera_ChargeUpDisc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7896c28f7081cd62bae0ede18674c0973685802796bb0a606de568f54734bf4 +size 270639 diff --git a/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Khaimera_ChargeUpSplines.uasset b/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Khaimera_ChargeUpSplines.uasset new file mode 100644 index 00000000..63abcbd6 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Khaimera_ChargeUpSplines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b81119bde8d6db5a2bd825f310bff3e4bbce5c811041464a29b8fbce9f97ae +size 1145472 diff --git a/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Ult_ShcokWall.uasset b/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Ult_ShcokWall.uasset new file mode 100644 index 00000000..9398ad6c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Heroes/Khaimera/SM_Ult_ShcokWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becc76030236151b796a347c5ae7374f67820bc31742f88d0ec00682c4abc884 +size 189524 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Black_Hole_Vortex.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Black_Hole_Vortex.uasset new file mode 100644 index 00000000..91633b6e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Black_Hole_Vortex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae114cc034276f43f7bd367ce2edc062e014d785a9cb1f48063ba8c1901263cb +size 301530 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Camera_Mesh.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Camera_Mesh.uasset new file mode 100644 index 00000000..e3d974ac --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Camera_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7233210914bd30c29b73d4791977ad5c4fe174cc1352ff9946719e0f4cf8b6 +size 320732 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Dive_Flames.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Dive_Flames.uasset new file mode 100644 index 00000000..ab4a53e2 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Dive_Flames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919062758e8b51111423407cfb7836e83d871981ce9c5a744baff1d77276c955 +size 133880 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_FireDMG_Overlay.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_FireDMG_Overlay.uasset new file mode 100644 index 00000000..7a3ac1cf --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_FireDMG_Overlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6976d0f580a8f7bc64e80f37abbdcf9e7fd1719ccbcfaa01c7c4be7e471a87d3 +size 104901 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Hammer_UltSwing_Arc_Y_Fwd_Expanding.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Hammer_UltSwing_Arc_Y_Fwd_Expanding.uasset new file mode 100644 index 00000000..0534b39a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Hammer_UltSwing_Arc_Y_Fwd_Expanding.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45500aacced50fc2536b76f2e768c88740799b35aa1a4c954cd869e0b71aa2b9 +size 116785 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Impact_Sphere.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Impact_Sphere.uasset new file mode 100644 index 00000000..68c49a9e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Impact_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4a0c443a79b0e32dbf7b616d06fecf285ed0a020bc100e0b54c1a535abfff79 +size 181774 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Sphere.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Sphere.uasset new file mode 100644 index 00000000..98e9037a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80faf8a278f2561e7605250ecca686a8f9ffa6be8b036edc3e83aee954d8e1b4 +size 276724 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Spline_Claw.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Spline_Claw.uasset new file mode 100644 index 00000000..7f75f55c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Spline_Claw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbebce63242d7b90c000464a7481269851415e3324455b226e4f0414201df6f +size 122481 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Spline_X_Aligned.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Spline_X_Aligned.uasset new file mode 100644 index 00000000..49585153 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Spline_X_Aligned.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e2a10f6519879f5e9394242fa673b17ea3752a6ef5e8365fcd52a6e29ae83a +size 92140 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Tomahawk_Leap_Swipe.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Tomahawk_Leap_Swipe.uasset new file mode 100644 index 00000000..c63cdca3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Tomahawk_Leap_Swipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb9836a7eec3ffdad9ea1b70cd10b4564375ec6d0dfb5f6eef9b737d3ad930e +size 197189 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Totem_Bomb_Swirls.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Totem_Bomb_Swirls.uasset new file mode 100644 index 00000000..044d3ebe --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Totem_Bomb_Swirls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a3feeddff0ace82905952dacd82c30e6fd34d7449475e8177fa8ed5e752867 +size 107977 diff --git a/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Ult_TrailMeshes2.uasset b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Ult_TrailMeshes2.uasset new file mode 100644 index 00000000..2dabfe0b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Shapes/SM_Ult_TrailMeshes2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be90aa0f619b041d1ae6d6c9d7292662ff67426a759bef20ee6f582a49684f02 +size 169469 diff --git a/Content/ParagonKhaimera/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset b/Content/ParagonKhaimera/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset new file mode 100644 index 00000000..3244d572 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e18e41a53a70189ba86a7a0fd5da96c0cf29cd4b08b3c627d13b1b311767a4 +size 152623 diff --git a/Content/ParagonKhaimera/FX/Meshes/Smoke/SM_SmokeFlat.uasset b/Content/ParagonKhaimera/FX/Meshes/Smoke/SM_SmokeFlat.uasset new file mode 100644 index 00000000..614e7a3a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Smoke/SM_SmokeFlat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d311361bdc9c177f16c7938212715b664ece4dd6e9cbde806b0504d2af86eac +size 367543 diff --git a/Content/ParagonKhaimera/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset b/Content/ParagonKhaimera/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset new file mode 100644 index 00000000..f19653d2 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b02bac02030d45b30d6045e21cdfd5ca660a59c6eee77918b816b707a255d34 +size 497206 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_AOE_Burst.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_AOE_Burst.uasset new file mode 100644 index 00000000..1a88414a --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_AOE_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2241850eb0173368ac663f3e52a55e72f8d5263309d5ee9a3edc0dc67a30fc1 +size 505623 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_AOE_Burst_Air.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_AOE_Burst_Air.uasset new file mode 100644 index 00000000..c044702b --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_AOE_Burst_Air.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e03c01db02ad373c93397f07acadb783fd96df30caedef2f3e829f8df8b862f +size 247254 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_BodyTrail.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_BodyTrail.uasset new file mode 100644 index 00000000..8425448b --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_BodyTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c294e6a83851c57201232453d731fe0a5a7108440c19723196649f7c24fa8ce +size 95131 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Swipe.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Swipe.uasset new file mode 100644 index 00000000..51a962a9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Swipe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aed69831d4a01d1827cd2520aec8c5fbc0eb0b248ea8d038b7934d393e671db +size 29824 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Trail.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Trail.uasset new file mode 100644 index 00000000..daaa21cd --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bec8ce70592329860e6959a45abd0ad7eec113c61c1a8c373def3a0d5e8cc7 +size 49805 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Trail_limbs.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Trail_limbs.uasset new file mode 100644 index 00000000..c3a3d94a --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Khaimera_Leap_Trail_limbs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb752780ea51bedccd711138a498029d13b501afe0fa920304720fd96b06df99 +size 28106 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Leap_AnimTrail.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Leap_AnimTrail.uasset new file mode 100644 index 00000000..380e24fc --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Leap/FX/P_Leap_AnimTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b7338ae896ba25cf01d35de9b62953957ef8dac6b3474a3b4672c0b1c8d2a8 +size 50856 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Primary/FX/P_Khaimera_LMB_Impact.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Primary/FX/P_Khaimera_LMB_Impact.uasset new file mode 100644 index 00000000..e61c0f98 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Primary/FX/P_Khaimera_LMB_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9424048a6f6631b903aeb7464810cddf2a89ab3f6673dfada40ea807bef7fe94 +size 233705 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Primary/FX/P_Khaimera_MeleeAnimTrail.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Primary/FX/P_Khaimera_MeleeAnimTrail.uasset new file mode 100644 index 00000000..9a0bd74b --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Primary/FX/P_Khaimera_MeleeAnimTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405fc5dcb3dd7c69b57de86569852704e183e65433b60ac4cca952aa3d2ed2c7 +size 19849 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Axes_Deactiv.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Axes_Deactiv.uasset new file mode 100644 index 00000000..a32c3e41 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Axes_Deactiv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9f6a69c7564012ba797f5c100cecb0a290edb691b7aa5689b9424b68294aba +size 272381 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Impact_CameraEffect.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Impact_CameraEffect.uasset new file mode 100644 index 00000000..227693a0 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Impact_CameraEffect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbeb883a20c551c8ef4647ebefa45c9a1df3fe7c88ddec0188e07cd68bcc6884 +size 263782 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_BeastActivate.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_BeastActivate.uasset new file mode 100644 index 00000000..286ebef7 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_BeastActivate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056a83c7c429295936287b8ba62cd692ed508df62fc98e94c8dfdbac2bc2705d +size 174388 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_BeastActive_Looping.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_BeastActive_Looping.uasset new file mode 100644 index 00000000..f4fb4551 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_BeastActive_Looping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c420ae9ec56137cfb95e50471efac7c229045e993d548dc88c93743bfee1f4c +size 181335 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_Q_Activate.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_Q_Activate.uasset new file mode 100644 index 00000000..10e1c260 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_Q_Activate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dfd56940c0b53cd92dc371de1ba8bec4a2b3803626c9245b36daf0dad3bef0 +size 259491 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_ThreeStrikeBuff_App.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_ThreeStrikeBuff_App.uasset new file mode 100644 index 00000000..52d84b66 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Khaimera_ThreeStrikeBuff_App.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3feb892079394541dbb8d3ab08eee6a1e6df0c6df594dce17be2092577e45347 +size 262206 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_AnimTrail.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_AnimTrail.uasset new file mode 100644 index 00000000..f2de6152 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_AnimTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72fc888a8445962a4afed767899a980614ba3c19cb4cd04e56dd112daee6bda0 +size 50377 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Impact.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Impact.uasset new file mode 100644 index 00000000..c24e85fb --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4f1db8df3ed0e81235826f4536012faa4a7a2542f4d13be0eda495ebd7fc25 +size 179293 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Looping.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Looping.uasset new file mode 100644 index 00000000..666867ef --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Looping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ef0cfbb0c060ba5710f948c73ba27b3ef0df16777439ff27838e63cbfcb9bb +size 216799 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_HEAD.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_HEAD.uasset new file mode 100644 index 00000000..17ed256d --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_HEAD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb82bfd64e18472745a993b9ec40ccfe9e5caa05666ca1ee03bc819f58ffd23e +size 31257 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_LARM.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_LARM.uasset new file mode 100644 index 00000000..64b9d825 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_LARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc990c76ed7c1666ba9f6dc03da2885f64999e1a07a07ff4232072dc8de7ac1 +size 31789 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_RARM.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_RARM.uasset new file mode 100644 index 00000000..34b6d985 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Q_Smoke_RARM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d15fc6fd0960677eeada660b7e204e139cf2f2014a6ff1fc24eee2d35ecee9d +size 32472 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Roar_Camera.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Roar_Camera.uasset new file mode 100644 index 00000000..5a0ac0ad --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_Roar_Camera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd70777271fbf33c2aaa8c4d4f3cfd89b44d641202830e41697178b97d79a24 +size 251830 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_THawk_Lens.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_THawk_Lens.uasset new file mode 100644 index 00000000..e0681cc3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_THawk_Lens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a7f7647bd283c563b160d7652bad23e4f85ee52829d4a39d3c6e6ec815f083 +size 186022 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_THawk_Lens_Deactivate.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_THawk_Lens_Deactivate.uasset new file mode 100644 index 00000000..0d451ef3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/ThreeStrikeBuff/FX/P_THawk_Lens_Deactivate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30c2cf327d177da52317c927fc50ca9dff4854a888ae948486a523958393a8c +size 205413 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Beast_ULT_Active_Looping.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Beast_ULT_Active_Looping.uasset new file mode 100644 index 00000000..0be22dc3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Beast_ULT_Active_Looping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26fa2ba81f8b5f3c88d25ee55741841c3a9b4bb10080cee2039b69c1167ffc9e +size 275608 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_R_Cast.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_R_Cast.uasset new file mode 100644 index 00000000..638e061d --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_R_Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc10fde7ab5af7efbdd99410afc11ada80a70587392020f949c653ba5d9b6b17 +size 513902 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Activate.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Activate.uasset new file mode 100644 index 00000000..61c5404b --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Activate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120b158b370cfc4c5d5830c8a2f9f06d93b51f7ac4b78cd0ad72eafb517d37e5 +size 297339 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_AnimTrail.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_AnimTrail.uasset new file mode 100644 index 00000000..02ea64b5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_AnimTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7f737066ae523ba3ab960e574e1e5e77f008bf50100c6cc97b8d566a88e9df +size 50401 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Arcs_Expand.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Arcs_Expand.uasset new file mode 100644 index 00000000..4e260d64 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Arcs_Expand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7871550f5e947c51bbbe6673943766d37a7647086f7ac75a67b186333a37c129 +size 33856 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Blast.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Blast.uasset new file mode 100644 index 00000000..e520e095 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ult_Blast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:341ed162201abdfbad099393a46b090c84189a907f6bb0b9f9d00ae74d47fc36 +size 893577 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ultimate_Knockback_Applied.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ultimate_Knockback_Applied.uasset new file mode 100644 index 00000000..455de000 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Khaimera_Ultimate_Knockback_Applied.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d55f7d43d7371615034774bb66e69706ace8366677879b865f6790e6b39e07 +size 118213 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_EyeTrails.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_EyeTrails.uasset new file mode 100644 index 00000000..6f90041b --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_EyeTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d398e5765e1a0912233979a329ac3906eb15f663a39729b3cc40ca8e720591f +size 71952 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_EyeTrails_HomeScreen.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_EyeTrails_HomeScreen.uasset new file mode 100644 index 00000000..78932c67 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_EyeTrails_HomeScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9243cedde4b8a12ccc23a78c1f1025a3c0844f59229ec6746b663766b081f2f +size 45994 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_Impact_DMG.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_Impact_DMG.uasset new file mode 100644 index 00000000..39525d98 --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/Ultimate/FX/P_Ult_Impact_DMG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7983fbb8d85470d9a4f59f27e68fcac3c61b0125c133e4d3b272fcea94013eda +size 361031 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Khaimera_Passive_Light.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Khaimera_Passive_Light.uasset new file mode 100644 index 00000000..216128de --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Khaimera_Passive_Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42ed26fa3cd925331548bd258608c82e99d9eaf2b45cda21b6acda8cb50dbad +size 23021 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Khaimera_Passive_Light_Face.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Khaimera_Passive_Light_Face.uasset new file mode 100644 index 00000000..9681079e --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Khaimera_Passive_Light_Face.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cfcba68b6341bda97e35d44cd8a95125a944a41c84cd0d74309672493cec6d +size 44874 diff --git a/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Passive_Activate.uasset b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Passive_Activate.uasset new file mode 100644 index 00000000..a13b6f1c --- /dev/null +++ b/Content/ParagonKhaimera/FX/ParticleSystems/Abilities/WarriorSustain/FX/P_Passive_Activate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56c946cc65c447c30e898355eb095d986f7014aaf2f9d68190267c7352b3bd71 +size 351116 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset new file mode 100644 index 00000000..81117aab --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86422f3da8b48a82c741515f4fa63a4618730d2873b358ac60240cf8a1b0d8b9 +size 270757 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset new file mode 100644 index 00000000..1f99d6c5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:527a262c929a0d56cf4e920d4a321adc3310ec2378ab8687e598bba65d59fc9b +size 202059 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset new file mode 100644 index 00000000..fe069fe4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc065a53254ad47d77fc9ef42cba8ed04a0a992b74c88a9ce4aa6a84314a12e +size 188638 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 00000000..36c3d748 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2e63bf3ffd01758cc81909de55b96feff3bb5f759b26bff51157328d682896 +size 254760 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 00000000..32fcaf90 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55678606e82ed5b34d6689fe65f72526c756f2e813c11fd5cb6a4791856c091 +size 389082 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset new file mode 100644 index 00000000..11c3a8fa --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69aa343313305977a070ccf2bdf9eb39769e0062682d5e05088e7ced6ec785ab +size 4603479 diff --git a/Content/ParagonKhaimera/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset b/Content/ParagonKhaimera/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset new file mode 100644 index 00000000..d1fc6985 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3af14935d51e636c87d39503db58af4d77342a6c65d17825c85caa276f68fb3 +size 5810391 diff --git a/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_DecalExample.uasset b/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_DecalExample.uasset new file mode 100644 index 00000000..5c3e38ab --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_DecalExample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace9e4b37691e449fbbcd61ab98773057abbeaf554cc30e995f54919d292a7b8 +size 356465 diff --git a/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset b/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset new file mode 100644 index 00000000..6ea1273d --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_Decal_Small_Scorch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e6934946191711f12dd69239a601c86550432fb82be648cf0c32c95c5f7883 +size 828970 diff --git a/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_Gadget_Large_Scorch_mask.uasset b/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_Gadget_Large_Scorch_mask.uasset new file mode 100644 index 00000000..0bec6d2e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Decals/Scorch/T_Gadget_Large_Scorch_mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dac8011213a79543434f28b3548992c84ade40d3bd49e74e31a76e70dc1fc93 +size 1045435 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Electricity/T_Electric_TileY.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Electricity/T_Electric_TileY.uasset new file mode 100644 index 00000000..65a3c379 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Electricity/T_Electric_TileY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3ccf7184c5ba987cd9e77fa32162c2988cc9fb5b12d824619ec4273eb56b72 +size 196621 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Electricity/T_Electric_TileY_N.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Electricity/T_Electric_TileY_N.uasset new file mode 100644 index 00000000..322cc5f9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Electricity/T_Electric_TileY_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b117e1a028dfae92311bdee9c559afe0b6439b3ada5cca22c6f7bc120c1550b +size 340523 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset new file mode 100644 index 00000000..20a60c84 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a8764ddf496c0f05f951497156955094e041281edd985e8fcd1403dc8563e1 +size 2017583 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Magic_Smoke.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Magic_Smoke.uasset new file mode 100644 index 00000000..d0f3d3b5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Magic_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4c14c6429cc90bd27806d683bf244fa1cc227587b759d21fd0c842e074711c +size 591026 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Sparrow_Poster_Tendrils_v1_Seamless.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Sparrow_Poster_Tendrils_v1_Seamless.uasset new file mode 100644 index 00000000..aca8dd07 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Sparrow_Poster_Tendrils_v1_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a8d03a64e31e9fd1238615a38576c4a3e584ec05cacf4c2c3b06afe157458c +size 3438613 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_TomaDetailSparkles.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_TomaDetailSparkles.uasset new file mode 100644 index 00000000..6ad2b021 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_TomaDetailSparkles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7981268f0b86a1f0ace2d84e543ebb76216dc79a85ed91256e2c8cb1a8aa2e68 +size 193752 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset new file mode 100644 index 00000000..5703fc58 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177f34280dd8a9c911bf92aee227019cdfd4e935a8ec689b329af4989c6a489c +size 491428 diff --git a/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Turbulence_Seamless_N.uasset b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Turbulence_Seamless_N.uasset new file mode 100644 index 00000000..d2d48872 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Energy/Plasma/T_Turbulence_Seamless_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b9893ccc228f99217237a4d4b21d47e50e5d2b84e3eebc16d5fca83056fba3 +size 1909754 diff --git a/Content/ParagonKhaimera/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset b/Content/ParagonKhaimera/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset new file mode 100644 index 00000000..8786520b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac094cf1089d64353f0bbbb3f494210a5e8200445ca664731f8753faf3ad21ea +size 71137 diff --git a/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset b/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset new file mode 100644 index 00000000..1bbb08ac --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261609b4d139ada66f8273c3e9344970e95f64071ab0459cd418bf708e8d5802 +size 5558289 diff --git a/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset b/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset new file mode 100644 index 00000000..7251f884 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a8d5e9f3aa68282e44a27a2385ccb34186ab69fdcaaa208af2d8cefb9d5b35 +size 2968440 diff --git a/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Smoke_Speed.uasset b/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Smoke_Speed.uasset new file mode 100644 index 00000000..1fe2f648 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Explosions/T_FireySmoke_01_Smoke_Speed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776be1138d30df306c0f96c9eca37ae55c12bd0a053a6f111b040515d3fb84b6 +size 5136900 diff --git a/Content/ParagonKhaimera/FX/Textures/Flares/T_ChainFlare.uasset b/Content/ParagonKhaimera/FX/Textures/Flares/T_ChainFlare.uasset new file mode 100644 index 00000000..f0694493 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Flares/T_ChainFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43e1a4ea728ae97ab997177f927521980daf00ef265286c84a7281497b9a786c +size 1050898 diff --git a/Content/ParagonKhaimera/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonKhaimera/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 00000000..7be5ca83 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4f0d7fd427cb0f331097ecdb9a7e3da26aa996df28ed8c0832d7539c82912c +size 373624 diff --git a/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset b/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset new file mode 100644 index 00000000..9b3a4a57 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6389132d6e4373f11c676cc6ddee0e1d785cb27bc225763c5e1e502ffa5abb +size 6403696 diff --git a/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset b/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset new file mode 100644 index 00000000..3c772c14 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9264d447f5cddbabc3ece1c577d15ab8d5ed48e504c02cb0baec253f2c35e24d +size 729623 diff --git a/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset b/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset new file mode 100644 index 00000000..c0ed5827 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00aefd5f92759d2710818d672193399bc842853e1f7d5f77eac4d4e05b5f0551 +size 733869 diff --git a/Content/ParagonKhaimera/FX/Textures/Gradient/Masks/T_Cowcatcher_TrailMask.uasset b/Content/ParagonKhaimera/FX/Textures/Gradient/Masks/T_Cowcatcher_TrailMask.uasset new file mode 100644 index 00000000..6a3d0e8f --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Gradient/Masks/T_Cowcatcher_TrailMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd4f15992d566f18a1e4962803265b2635f74c7cd7bc4d2770ca892ec414d9f +size 94979 diff --git a/Content/ParagonKhaimera/FX/Textures/Gradient/Masks/T_MaskingDown.uasset b/Content/ParagonKhaimera/FX/Textures/Gradient/Masks/T_MaskingDown.uasset new file mode 100644 index 00000000..9c0e7933 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Gradient/Masks/T_MaskingDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3694aa5503aec26795d68fedc6e320cd28515ab9e05eb7757afbe2bf9cd954c8 +size 51082 diff --git a/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_ShieldLightrays.uasset b/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_ShieldLightrays.uasset new file mode 100644 index 00000000..841e93f3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_ShieldLightrays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f182aa1a9ffd1566912f5168e450adfae9cbd171d198e3faf87409fc458dfcb5 +size 802284 diff --git a/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_ShieldLightrays_color.uasset b/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_ShieldLightrays_color.uasset new file mode 100644 index 00000000..aeb94446 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_ShieldLightrays_color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8080a384fe2446f4d32a0b5855ab3468bbb071567b2174abb789897e37c5a330 +size 701102 diff --git a/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_Simple_Gradients_M.uasset b/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_Simple_Gradients_M.uasset new file mode 100644 index 00000000..9dfa3c28 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Gradient/color/T_Simple_Gradients_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a59b16fad3be6a8039a6babc659881129759a7e0211ea3e665699037b303bb6 +size 5456 diff --git a/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Beast_D_Demo.uasset b/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Beast_D_Demo.uasset new file mode 100644 index 00000000..27ed0d7b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Beast_D_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefd76d6f8d4b9a68a3985b50b471ae4ca874f141b3990df9e67613bc28abf9a +size 9483001 diff --git a/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Beast_N_Demo.uasset b/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Beast_N_Demo.uasset new file mode 100644 index 00000000..497aeccb --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Beast_N_Demo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6765ea44b03a431b42b38c2513d42be517f83e819cb386e11cab00742eeb5a +size 13734977 diff --git a/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Ghost_Mask01.uasset b/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Ghost_Mask01.uasset new file mode 100644 index 00000000..2ff4add8 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Hero_Specific/T_Khaimera_Ghost_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16cc7081d4bd72b04222ea8c62f3c3ca190e7e559528af75621edbcfa49b1e4 +size 1662355 diff --git a/Content/ParagonKhaimera/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset b/Content/ParagonKhaimera/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset new file mode 100644 index 00000000..11a209a6 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc8d6a5422e9cc300b1a4cea37dcf326e4f4c96d89d3d5a9c2d2f0a1a2bf6dbb +size 20403 diff --git a/Content/ParagonKhaimera/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset b/Content/ParagonKhaimera/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset new file mode 100644 index 00000000..32f65f97 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d05acc9ccb231c1ac6acda5b7241f0a7f0bd085a2becf2b49df84ce4fc306ca +size 160335 diff --git a/Content/ParagonKhaimera/FX/Textures/Liquid/T_Liquid_Reflection.uasset b/Content/ParagonKhaimera/FX/Textures/Liquid/T_Liquid_Reflection.uasset new file mode 100644 index 00000000..c9a57eca --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Liquid/T_Liquid_Reflection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf71cbdf6b468aadf60cfbe5f66f85a6a7cbc3a659f4e392c0e25abd11441138 +size 55983 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_Beam_Gradient_02.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_Beam_Gradient_02.uasset new file mode 100644 index 00000000..7b20ecb0 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_Beam_Gradient_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c341081bbc62b55a3ab6908cde3764355d42f56e6eb6d2db54477bec23c47c01 +size 4474 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_GradientLaserSoft_M.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_GradientLaserSoft_M.uasset new file mode 100644 index 00000000..85d1bc44 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_GradientLaserSoft_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab6b01e391644af2fb2f80c56169e4b40c54e16bdfd90c7fb9330d9747c40587 +size 33352 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_NoisyMask.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_NoisyMask.uasset new file mode 100644 index 00000000..988faad8 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_NoisyMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183758a8151cc95ea54d5686f484ea59a0501ea6475fc41e895ee175b5f40376 +size 121822 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_NoisyRamp.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_NoisyRamp.uasset new file mode 100644 index 00000000..28d8ce97 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_NoisyRamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ca4b1a683df4b221648eeda4a482e5bbb4562d009ad3fbc1d1c00c19f3bbfb4 +size 310028 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_ShockWave_Direction.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_ShockWave_Direction.uasset new file mode 100644 index 00000000..686be2b4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_ShockWave_Direction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:124e4df32cd77795762e637c47eb3bb13a555a775b7ca920c68587809a0ee358 +size 608346 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_ShockWave_Edge.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_ShockWave_Edge.uasset new file mode 100644 index 00000000..b0c04bf4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_ShockWave_Edge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0bdfd708cb9a55620f37c6cf1c103cb592897a019adcf7a993b368b21ef277 +size 840922 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset new file mode 100644 index 00000000..13be828f --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61207793ccd1e8237ff4d193e9b00db24a7fd3dbec1d06c614c3c47567674614 +size 5233 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_SoftEdge_M.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_SoftEdge_M.uasset new file mode 100644 index 00000000..7c27cff5 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_SoftEdge_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62db0f45e4d55f2e941fb9aad217594b334d9ee878b25ef00e36ec13184e0e8b +size 381246 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_Square_Gradient_M.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_Square_Gradient_M.uasset new file mode 100644 index 00000000..69a23c4a --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_Square_Gradient_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a407b21bbdd4a1c497dc8fc0b6efda2017ad26ccac26708fdfa606447bc3084d +size 386841 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_TankMoteNoise.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_TankMoteNoise.uasset new file mode 100644 index 00000000..e0141a5b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_TankMoteNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c046f8df7c14acdcd4fe99b7350659d6799976ef2d91c4c8878f32c90273d8 +size 192599 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_TetraPanMask.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_TetraPanMask.uasset new file mode 100644 index 00000000..5e27d9b1 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_TetraPanMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12b58de9ced703a340f73ae01fbfb6422e75a5ef4091971296831e943ea195b +size 70144 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_Vert_Gradient_Soft.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_Vert_Gradient_Soft.uasset new file mode 100644 index 00000000..197be555 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_Vert_Gradient_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9769e98bfc9661587efcadce1dfa38f0826542503c9843b36c1fe6688a45b0 +size 4482 diff --git a/Content/ParagonKhaimera/FX/Textures/Masks/T_Vert_Gradient_Softer.uasset b/Content/ParagonKhaimera/FX/Textures/Masks/T_Vert_Gradient_Softer.uasset new file mode 100644 index 00000000..edb6a7e2 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Masks/T_Vert_Gradient_Softer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c5c80ad9284803d5b108b09b7052fdfb81ab38b99a49ddf520c86f2b652ced +size 5480 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_Dust_Single_01.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Dust_Single_01.uasset new file mode 100644 index 00000000..e3c0732c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Dust_Single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca73a65261c1b2e74bef660e136b209166400305d7f248ba611d7e7e17c8d4a6 +size 149760 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_FluidSmoke_04.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_FluidSmoke_04.uasset new file mode 100644 index 00000000..265d50e7 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_FluidSmoke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7367ac4a0c954b4b113db402ce29ef0dfa5181ee51d0ddf0bc69813bd89cbb70 +size 3784467 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset new file mode 100644 index 00000000..45bfbfba --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a585d592d3c134afdb13a6b123c8c4b23205bf6143aadf55bcbb58be044eef63 +size 5637037 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke2_Tile.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke2_Tile.uasset new file mode 100644 index 00000000..a1bb357d --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke2_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806c570e1ef72e44628ab6ad7363d94ee562fd0911092c955caf85e0b972b07d +size 71371 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_01.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_01.uasset new file mode 100644 index 00000000..52a4d557 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2641473a3b722c96f6ac84b9def4781690d0e73ee9b39837cbcd720956bd4b4f +size 1999780 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_Detail.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_Detail.uasset new file mode 100644 index 00000000..2aedcbc9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_Detail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffef131000e4767394c78390def5b913ca26e5a8fcb421e471bcad01c2fe52ff +size 301872 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_Pack.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_Pack.uasset new file mode 100644 index 00000000..09b1534c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7fe633a01bf57deea7aa1014621ad568bd1cf0457bb46bb41c314f95f9c53a +size 1384108 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_VDMap.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_VDMap.uasset new file mode 100644 index 00000000..179db705 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_Smoke_VDMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b1fae3ab8bd9224878f8c9c39b62be8fc690789af942003c514049ae36965e +size 128224 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_TilingClouds_01.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_TilingClouds_01.uasset new file mode 100644 index 00000000..f50982e8 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_TilingClouds_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3485a0c70917bad46e4038b4569f18ed4f689634f1d293991e7e03b124afe172 +size 509994 diff --git a/Content/ParagonKhaimera/FX/Textures/Smoke/T_dust_burst_01.uasset b/Content/ParagonKhaimera/FX/Textures/Smoke/T_dust_burst_01.uasset new file mode 100644 index 00000000..5a2f06da --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Smoke/T_dust_burst_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1405c39d8af4235fb18f4a7fb9451553d8189df803b56694857bbda1eb49560f +size 6491773 diff --git a/Content/ParagonKhaimera/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonKhaimera/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 00000000..9f536d81 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0542f67d18d8f415ae694d20ae9c96e9a003a4910bc6c782778ada3f66ec7e5 +size 209329 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Cloud/T_filter_clouds.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Cloud/T_filter_clouds.uasset new file mode 100644 index 00000000..54e2ae89 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Cloud/T_filter_clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba8c7b65171cf5b7a8ebeddfdf5f65220ac6a7d8120b9671b01c783bbe0ef43 +size 1598270 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Energy/Plasma/T_Sparrow_Poster_Tendrils_v2_Seamless.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Energy/Plasma/T_Sparrow_Poster_Tendrils_v2_Seamless.uasset new file mode 100644 index 00000000..fdd572e2 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Energy/Plasma/T_Sparrow_Poster_Tendrils_v2_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fcc5e50cf9b2697ef948cf84e9453e72d14f455ade298d586b3a0545f9e9d4 +size 4284117 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..f785f821 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0da87b928bc2c76d925cd11c4eb04da98697d568c474162dccf086492cf531 +size 3986847 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset new file mode 100644 index 00000000..fd9088b9 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Cave_Noise_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe7cae547d51f80a9d6284b081950806336c9a81a3e0f19be6818f7ccfe7d5f +size 5886753 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 00000000..38efa386 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e1d0124800f7edb6c50fd60c35f5134eacaa23839e6bf4aaf7d2c48e3818ef +size 1374824 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset new file mode 100644 index 00000000..2beeb38e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddda145d1ac41086a01a314fe2fdb1e55e8307045d8a84c56b73ca0f5afc3a0 +size 383588 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset new file mode 100644 index 00000000..4e967170 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e62dc2aa8ce34b4e5125102de8d506d641455ff4f7f2a15fa37fd5e0b720dcb +size 94318 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NormalNoise.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NormalNoise.uasset new file mode 100644 index 00000000..eb338cbd --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_NormalNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9bdcc3485f608fbeb21b39122421e692ff2335c735fa15ba3124d952c72bd86 +size 148787 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset new file mode 100644 index 00000000..e456af43 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84a9f53c2c94371f29f1f440ed4f8dbbbbae32c5e5f791573f4c915e3e40a315 +size 9131449 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset new file mode 100644 index 00000000..b26cf2f0 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e270abd8aa4f48e7283be60606f7be3686bda6843f20e1cb7d17e87e7b540a +size 3341468 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset new file mode 100644 index 00000000..b4d4ef0c --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cb55f082b29b4feb1132910462c53a3113c7b22b634ce99ba6cb7b79d7a1aa +size 8039322 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Rchannel_N.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Rchannel_N.uasset new file mode 100644 index 00000000..e3a140d4 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Rchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356b93f3200302f0473c1991feb5c7bd8e156ccc224ea775bb92c68b8229a30a +size 7115306 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_SmokeRend_N.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_SmokeRend_N.uasset new file mode 100644 index 00000000..7add89b1 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_SmokeRend_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fefe378fb6db8ba5528c128d295e63342e15ea4393fd7d1b015d3f945b2b8e +size 185255 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 00000000..b7b08377 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5848f1034ba4a0153ad7072aabfaf2609e78539a2eac59ffb78f20c273a55c0e +size 1127966 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_TilingNoise12.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_TilingNoise12.uasset new file mode 100644 index 00000000..b426ab4b --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5369aa0a76666d1e03acb0540141330a302f38b8fb646c9d18ebdc2f77d537 +size 4424413 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..76a690e1 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5b690488811e3d825614001d4e664f8ac8643406927d203d652d0086cf54602 +size 826400 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Wind_Blur.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Wind_Blur.uasset new file mode 100644 index 00000000..54930241 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_Wind_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453a07feef0560613c7925a64f211ae4967ebc637829bb53ee58b5e10304205c +size 2660871 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset new file mode 100644 index 00000000..c9892b26 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3935ce6ee33d899cca2bac5d6dd2ecc72857eb7853197fe7de4b67b4bf5b4a25 +size 1596530 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_noisemask.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_noisemask.uasset new file mode 100644 index 00000000..28d9ff6d --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Noise/T_noisemask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3c0afac54d0f4c4d06722030e174783c8c219870765cd9fdda5312ef6af60e +size 1502789 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Organic/T_Spores_Tile.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Organic/T_Spores_Tile.uasset new file mode 100644 index 00000000..98dcb61e --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Organic/T_Spores_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4e87e1c2f1265c5b40f0b11bc2cd18eb7b38b6c1f016f1e1710dbe69a633b7 +size 6628868 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Smoke/T_SmokeTile.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Smoke/T_SmokeTile.uasset new file mode 100644 index 00000000..7fc5ff9f --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Smoke/T_SmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804a00e21f85fd2ec667161889402b3a8a8efa6a70881ecbec5f059ad7ba1bf1 +size 238004 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/T_Hanging_cloth_normal_b.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/T_Hanging_cloth_normal_b.uasset new file mode 100644 index 00000000..34347d00 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/T_Hanging_cloth_normal_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85e66a9303be858a1933a5b7734a35a4c7988546d9b6798095d6f3440971b61 +size 134970 diff --git a/Content/ParagonKhaimera/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset b/Content/ParagonKhaimera/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset new file mode 100644 index 00000000..a94c577f --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42c9085f41a3d619c8cd0730fead82d9b67551e75146149f1d43431317168f1a +size 208313 diff --git a/Content/ParagonKhaimera/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset b/Content/ParagonKhaimera/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset new file mode 100644 index 00000000..a3ad72f0 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3559db7e0212d9207bcf3a5dd7a3032518f175805ffbd13f7423a0fad1827e +size 10115772 diff --git a/Content/ParagonKhaimera/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset b/Content/ParagonKhaimera/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset new file mode 100644 index 00000000..d58bf6ae --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75709fe3bdc46ff9210e0e83260cae1c14b1cef3a47b00b4021148ff97256665 +size 10769937 diff --git a/Content/ParagonKhaimera/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset b/Content/ParagonKhaimera/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset new file mode 100644 index 00000000..8fb56c41 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6969d6e9db13664968906c63678b6c60e0f4cf68ad6f8e7cabb43ca3749853 +size 1805109 diff --git a/Content/ParagonKhaimera/FX/Textures/trails/T_Silky_Smoke_Trail.uasset b/Content/ParagonKhaimera/FX/Textures/trails/T_Silky_Smoke_Trail.uasset new file mode 100644 index 00000000..4db15e30 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/trails/T_Silky_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28f8f142dde1c301e67ce58faa4f9fd98d66ab69915749532233524ed4aee303 +size 689099 diff --git a/Content/ParagonKhaimera/FX/Textures/trails/T_Smoke_Trail_Soft.uasset b/Content/ParagonKhaimera/FX/Textures/trails/T_Smoke_Trail_Soft.uasset new file mode 100644 index 00000000..16352cca --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/trails/T_Smoke_Trail_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3172e3c805cd236b54347c3b3c3067c0ef5db1925e472daa9579a39e68e0a18c +size 570386 diff --git a/Content/ParagonKhaimera/FX/Textures/trails/T_Streak_Soft_Trail.uasset b/Content/ParagonKhaimera/FX/Textures/trails/T_Streak_Soft_Trail.uasset new file mode 100644 index 00000000..d5464de6 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/trails/T_Streak_Soft_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:270d9d658382b839df463f02a924076aafdb12c871bfd0d34568d2b1deed2c24 +size 1217130 diff --git a/Content/ParagonKhaimera/FX/Textures/trails/T_Streak_Soft_Trail_02.uasset b/Content/ParagonKhaimera/FX/Textures/trails/T_Streak_Soft_Trail_02.uasset new file mode 100644 index 00000000..2aef4c60 --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/trails/T_Streak_Soft_Trail_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47e6a4c463fe2da745838c7670ecf4641a3fafcd42dd02af1a54a368bbf17f5 +size 612845 diff --git a/Content/ParagonKhaimera/FX/Textures/trails/T_Trail_Mask.uasset b/Content/ParagonKhaimera/FX/Textures/trails/T_Trail_Mask.uasset new file mode 100644 index 00000000..03f8db9d --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/trails/T_Trail_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c959d8f971e11c1989713199db44a4934292b03d8a4737f5d64258a055ab522 +size 12740 diff --git a/Content/ParagonKhaimera/FX/Textures/trails/T_Venus_Trail.uasset b/Content/ParagonKhaimera/FX/Textures/trails/T_Venus_Trail.uasset new file mode 100644 index 00000000..489ec12d --- /dev/null +++ b/Content/ParagonKhaimera/FX/Textures/trails/T_Venus_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f690ffd52870828a9ebf7cd09d6e3600ea06f7a670d2ff0b69d167b947e3a894 +size 396372 diff --git a/Content/ParagonKhaimera/FX/VectorFields/Noisy_Turbulence_103.uasset b/Content/ParagonKhaimera/FX/VectorFields/Noisy_Turbulence_103.uasset new file mode 100644 index 00000000..8ad82bd3 --- /dev/null +++ b/Content/ParagonKhaimera/FX/VectorFields/Noisy_Turbulence_103.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96be860bd42c4bc971b92840c604603bf1987ba34e5849e98816af0fbc6dfb8c +size 264026 diff --git a/Content/ParagonKhaimera/FX/VectorFields/VelocityGrid60.uasset b/Content/ParagonKhaimera/FX/VectorFields/VelocityGrid60.uasset new file mode 100644 index 00000000..90ec7224 --- /dev/null +++ b/Content/ParagonKhaimera/FX/VectorFields/VelocityGrid60.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0d72c9c6aba99791b0925b2411eaabd54447765a2b62200e7360518396c69e +size 217737 diff --git a/Content/ParagonKhaimera/FX/VectorFields/vel_295.uasset b/Content/ParagonKhaimera/FX/VectorFields/vel_295.uasset new file mode 100644 index 00000000..bb58b84e --- /dev/null +++ b/Content/ParagonKhaimera/FX/VectorFields/vel_295.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ac0dc6d142e2e6064a93ebba9a7c63ef1da15ed9f695a5429de48c6bb817be9 +size 263972 diff --git a/Content/ParagonKhaimera/Placeholder.txt b/Content/ParagonKhaimera/Placeholder.txt new file mode 100644 index 00000000..e69de29b diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_E_Engage.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_E_Engage.uasset new file mode 100644 index 00000000..82d31818 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_E_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53917a6c9664bfdffd6ac29878528c5d8694d627fca2bd54e4a650c6237aed3f +size 8057 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_LMB_Engage.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_LMB_Engage.uasset new file mode 100644 index 00000000..7386e411 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_LMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3610a7aa6146135d8bd920c93f737c2cfc3ecf5925454a6d61cac1869cae418e +size 8077 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_LowMana.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_LowMana.uasset new file mode 100644 index 00000000..e1823b23 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_LowMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cec92a8d0b6fa5af065199708c1ac6a2a4227b423fd8c283f7dacd31e66e4b6 +size 9395 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_No.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_No.uasset new file mode 100644 index 00000000..6a5938e6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_No.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec6ae1d547e4c431e8ceb1c176c198d241f897c5d6eb671b248b595805dffd0 +size 9335 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_OnCooldown.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_OnCooldown.uasset new file mode 100644 index 00000000..e5184441 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_OnCooldown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31618e4a3a1c2c56f050743d7c7f7dc8043937a1298152d3fcdef8fe3913542 +size 9431 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Q_Engage.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Q_Engage.uasset new file mode 100644 index 00000000..0b11f507 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Q_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfade592a526bc0446ea3fa035f42dc299005b30791f3b417f874ec36a823f9 +size 8057 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_RMB_Engage.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_RMB_Engage.uasset new file mode 100644 index 00000000..97617479 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_RMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d5dc5433559ab165e599f78caa861aa40bb1d5b2bf904e50e82127a8656cea +size 8077 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_ScoredCrit.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_ScoredCrit.uasset new file mode 100644 index 00000000..20d9e92d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_ScoredCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8867a2105ebdaafc5c16b6dd42103156afe37f52282c86c61e413f0ee2c2ec11 +size 8077 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Ally.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Ally.uasset new file mode 100644 index 00000000..d9adcefc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Ally.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1937c1ca49774eea081bd5c60ee9eac9f1758407d4b2715fdec7d1149642fdbc +size 4286 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Enemy.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Enemy.uasset new file mode 100644 index 00000000..2f953300 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1e0cb94b94183b07689a55bbbe73157cf38e1cd45b27607d1d2138b2379f748 +size 4292 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Ready.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Ready.uasset new file mode 100644 index 00000000..f51aef6c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6798433255b071a352b9d1aba9c11366b268f61bff38599068a44f2958188b94 +size 8117 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Self.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Self.uasset new file mode 100644 index 00000000..66ceb7da --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_Ultimate_Self.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93063254aba3793732d0f23869ef636c271ce14e46c43119220c11199dae0cbc +size 4286 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastCharge.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastCharge.uasset new file mode 100644 index 00000000..80379175 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastCharge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b543beb65a311185f36036a2f4ace57d90f8205a188288ae4c9c8ca69cc3cf4 +size 9479 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastHealth.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastHealth.uasset new file mode 100644 index 00000000..48965c76 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:933f34ae96553eb5ca2594572b10d87802b4f88c6fabb05af7ffdcb1139ad90f +size 9479 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastMana.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastMana.uasset new file mode 100644 index 00000000..50a0d306 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Ability_UsedLastMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6a7d0641742f5336b5d3b903efdd0eee98cba29452f56559167311fdbed946b +size 9455 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Catchphrase.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Catchphrase.uasset new file mode 100644 index 00000000..7de43f7b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Catchphrase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32686eaa5bb75f0e99d9b5095248a49730dbd3a139e1c0ef4230f874f233dce6 +size 10687 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Death.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Death.uasset new file mode 100644 index 00000000..18215d66 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34380d8bdbcaf36ef1c57b7526f6f35ca17a9426e93cdce67533fbeef0620355 +size 13259 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_DraftLock.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_DraftLock.uasset new file mode 100644 index 00000000..95c65f52 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_DraftLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a907ebd2c222016351490abaf67d9d428a16f0c4a5ac89451148da1df9852f4 +size 7987 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_DraftSelect.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_DraftSelect.uasset new file mode 100644 index 00000000..930aa663 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_DraftSelect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52ac17e6ea51526eab8666f5fce3bd01bd576e2a5773b27ec4ab932db6a452a +size 8007 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_E.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_E.uasset new file mode 100644 index 00000000..f0d48747 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a687013af4da7a55a25b64dafead78623c40230569880dad3886b4afb7858c +size 10757 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_LMB_010_Dialogue_Cue.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_LMB_010_Dialogue_Cue.uasset new file mode 100644 index 00000000..de797e1f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_LMB_010_Dialogue_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0cd03f7e170433383018d90f01c31ddfb2d2c1296a78cd35c1c0f61955e7b7 +size 10853 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_Q.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_Q.uasset new file mode 100644 index 00000000..71966981 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d85c6d719957ce2ad2bdc45a9b809cb257f313a7f47ef3f5aed5d9ec3f4770 +size 10757 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_RMB.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_RMB.uasset new file mode 100644 index 00000000..0e95b607 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf70161410b58131ff1c3138141d4b321e0d2401f8ae3d026ea5f789eefda7a +size 10785 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_Ultimate.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_Ultimate.uasset new file mode 100644 index 00000000..143eec37 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Ability_Ultimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4270b008b53ea8f4315fc47c5d419a6940a03d556bb06c76dcd7401d1ba5293e +size 10855 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Attack.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Attack.uasset new file mode 100644 index 00000000..683ebba6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f967ce60265d9d960638c8eaceab874a759b6997422797479b8c349d954ae5 +size 10715 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Block.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Block.uasset new file mode 100644 index 00000000..a64c3461 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c4368d6e9038a41856c8cee8615040e5ecb3ec1dba7f0812c752d98a6e374d +size 10701 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_BreathingLowHealth.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_BreathingLowHealth.uasset new file mode 100644 index 00000000..7fbd4652 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_BreathingLowHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae6f4d07adaaccbe3a129a5dfcb4420fdd59b13bfb81dab9cca34591e1255ce +size 10883 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_BreathingRun.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_BreathingRun.uasset new file mode 100644 index 00000000..18ea8c97 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_BreathingRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6da6121ed7188a59bb3064c70f851e785a4bbd2569af0835a49bc45241002a +size 10800 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Cheer.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Cheer.uasset new file mode 100644 index 00000000..24e709e4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Cheer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aed7e2f45bc3260b51dcf92cf5d97d4417413aea28738e6af431ed6dc52aff0 +size 10701 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Death.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Death.uasset new file mode 100644 index 00000000..a9248358 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ebf9759f83e19aaccf5b0bd3d165dccbfa74b43fb59740959be0aa9d4b963d +size 10701 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Frustration.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Frustration.uasset new file mode 100644 index 00000000..2a2d94fe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Frustration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:417dbb95618ea7498705b6e4af71d8b4bf0a46f3c6caedd6ab2b4f01d78a2757 +size 10785 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Jump.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Jump.uasset new file mode 100644 index 00000000..c1e0c4ca --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b1222af95fa884706dbb130c6590ed0e84d315f67820171e1ac1dbcb3039bb +size 10687 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_JumpHeavy.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_JumpHeavy.uasset new file mode 100644 index 00000000..b0989e72 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_JumpHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abb344661dfdca809f8c75d0f3b29948f583f31e8331d38f51e6b473c27ed972 +size 10757 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Land.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Land.uasset new file mode 100644 index 00000000..471048a8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c82078f5025826bc2a321e322b682e6aae002b9e68ff040aca5267f914f91e8 +size 10687 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_LandHeavy.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_LandHeavy.uasset new file mode 100644 index 00000000..ebed04c3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_LandHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063e7b4ff36e2c4dda291692bfcd5524617f3f07a3cb7931e7c175c18a3d5f33 +size 10757 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Laugh.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Laugh.uasset new file mode 100644 index 00000000..aa4f9cad --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc3ba1bb0b5e28409ae56ccaa1135eaef9ab69aff9a968ed03ebd961fb894dd +size 10701 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Pain.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Pain.uasset new file mode 100644 index 00000000..778d7f15 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Pain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8242d531d532194089f2dd6c7a5a7fd772ebe931ee54c4fcbd5b795938e87ec5 +size 10687 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_PainHeavy.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_PainHeavy.uasset new file mode 100644 index 00000000..695d677b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42efbbf33012bab63274931ed7786b1e007b9ef66197a0367bba889726e42a3 +size 10757 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Swing.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Swing.uasset new file mode 100644 index 00000000..cba0866e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Effort_Swing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383c8dcbddae2e2a15bc52f2ede9c2756dfd10b79368b27b0fae1131e7fa6769 +size 10701 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_010.uasset new file mode 100644 index 00000000..5ebb53a2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea40bc30e60a97eaa27ec7cee09ffb1ea854ad51bc7bef08760114eaac9976ea +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_020.uasset new file mode 100644 index 00000000..6225b0c4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:121669cbc65c999b92db033f78c25596677d7230a94ac8398fda8abb6402a48e +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_030.uasset new file mode 100644 index 00000000..b8e08fe5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceffe1db70f16e60e0264b200d50d10f8e0cbe5cb8ebcd45d749646bee74bdbb +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_040.uasset new file mode 100644 index 00000000..2eb24e3e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1aa853d328ea7724526678865e0d548b51010fd04b26f4ebc603b917d31f2af +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_050.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_050.uasset new file mode 100644 index 00000000..6f685b8d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d899d9174edc10b4438c8026c2feeeca244e8f41e6fa8d61a4b60450db3647b +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_060.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_060.uasset new file mode 100644 index 00000000..f20ed10f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3b7edde8d3bfc500baee60f4d5d0aa5169452326a0c69c40ba7525d0cbe46f +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_070.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_070.uasset new file mode 100644 index 00000000..750259da --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9341ca7277577ed6218158a220d70aba5a8072e72618c41ab4efc5b152e79e14 +size 4206 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_Taunt.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_Taunt.uasset new file mode 100644 index 00000000..7026f471 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Emote_Taunt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b662d2b631f10bd4b956c3d10c65098159613136ae034b2bf2de861c728fdb05 +size 6667 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Critical.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Critical.uasset new file mode 100644 index 00000000..25b95edc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Critical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16fb80dceccb23cfac4148a943d86093475c833736b91f737d929be7174b4860 +size 8047 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_CriticalSave.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_CriticalSave.uasset new file mode 100644 index 00000000..30f798a1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_CriticalSave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7e82ce22e44971948e52c3b157ca3bdc06296e7e16110d3b857523b43839a6 +size 8087 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Healed.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Healed.uasset new file mode 100644 index 00000000..29846ccd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Healed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f804c2939212aa17ca7a2a008594734afb86eb68e8dea3e2a3cf7a0f27c37b1 +size 8027 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Low.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Low.uasset new file mode 100644 index 00000000..8843970e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_Low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9e36483f3987d836102be590c84a6179185a699b4bce6b8e0a5e99847c5800 +size 7997 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_SufferedCrit.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_SufferedCrit.uasset new file mode 100644 index 00000000..e6bdc97c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Health_SufferedCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b03f7df0d124738f1b641f15e553ba036a2e9f225b096c290363a1dc082979ec +size 8087 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Boast.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Boast.uasset new file mode 100644 index 00000000..3c336296 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Boast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ede33e1b86b620c13aecff2faaf767cad29e7052edc806734cea8b0cc4892d +size 8007 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_BoastResponse.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_BoastResponse.uasset new file mode 100644 index 00000000..e2c34409 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_BoastResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682551e73f41681ead3993af866f59209835281f15462704964c1c806cb94d5d +size 8087 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Question.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Question.uasset new file mode 100644 index 00000000..4e953d37 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Question.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c604aa97a9bcdcc66268250a58df9c2e0dc7e9dd8a0240ccd0181387d106f24 +size 8037 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_QuestionResponse.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_QuestionResponse.uasset new file mode 100644 index 00000000..920f2cf0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_QuestionResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e6b8a520218d333707afb47d5448b6b842328b7b3f4135d90399d4ac7dcdaf +size 8117 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Shinbi.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Shinbi.uasset new file mode 100644 index 00000000..09f94568 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Shinbi.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e0600541f8bbfe0c4c703373651a18cfde425eddc9f377cd3d04ad7b8b5cad +size 4232 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Statement.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Statement.uasset new file mode 100644 index 00000000..16784a73 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Intro_Statement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a551f426270eda57916b02202ca98f002d0c39122a4dfd97069af90bb3d6a4d1 +size 8047 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Assist.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Assist.uasset new file mode 100644 index 00000000..02d0360e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Assist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3273d710e17a477e528e4309b5f705f1982e2895679c1168a4357b21626e11e +size 8007 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Enemy.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Enemy.uasset new file mode 100644 index 00000000..8cf97544 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70563ae0a720ad5604ed36511bd1d19ad303ffbf36004cf2afc3b692d9459cdd +size 13349 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_FirstBlood.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_FirstBlood.uasset new file mode 100644 index 00000000..251ddff1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_FirstBlood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b25254413034026d6e5f06cca348d7fd651a73c0f76ebc7918018b42f1fd79 +size 8047 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Revenge.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Revenge.uasset new file mode 100644 index 00000000..fbf64f0a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Revenge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44abea9ccf793f8c389adad8bb638399d7b853311074e3c0e595f5f12b426e1 +size 8017 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_SameEnemy.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_SameEnemy.uasset new file mode 100644 index 00000000..a75ceb2b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_SameEnemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b3d900b9b5d5cf2cafe9af2f2d9750abbcc366f79272c0db49c25b3d115297 +size 8037 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Shutdown.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Shutdown.uasset new file mode 100644 index 00000000..6b58ceaa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Shutdown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fec2b51b8dec7184a29998c9280bb08e58601cfd83d0b57026331d2cc7e34b5 +size 8027 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Streak.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Streak.uasset new file mode 100644 index 00000000..ec59df40 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Kill_Streak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639bfd6d7208bf3f4687fad5f005d96eb509174135190bfee6c84971aed954e1 +size 8007 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_AbilityLevelConfirm.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_AbilityLevelConfirm.uasset new file mode 100644 index 00000000..b3ae61d9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_AbilityLevelConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385fc7d17b0915823cddb6b6fd1d853a3bd4f31f5e3562be569b68b19a998374 +size 10883 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_BoughtItem.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_BoughtItem.uasset new file mode 100644 index 00000000..745e20f4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_BoughtItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7abd4783826eac8a21159a046971c3febcbad073c0f7732295961eb26b3a531 +size 8057 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_CardPoints.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_CardPoints.uasset new file mode 100644 index 00000000..1062c126 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b0a4a3f83feab5db20b3d5aa25e105c5d590aa313dace55dd29671597d7e33 +size 8057 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_Five.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_Five.uasset new file mode 100644 index 00000000..6c43552c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5935bc673a62738bf95c38340408477c6904a067e0b6eaf14c5be0d948dc37 +size 7997 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_Up.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_Up.uasset new file mode 100644 index 00000000..8275ffee --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b2fc6f4dc61a147944740a23f7e8a93cd6069ffd0bfd8de040ef7b0458271c +size 10645 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_Howitzer.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_Howitzer.uasset new file mode 100644 index 00000000..670ef491 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_Howitzer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a42c8fa34c780fa0521e54251dec206a1419ba8b622eb40abc77712909747a +size 4274 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_Murdock.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_Murdock.uasset new file mode 100644 index 00000000..57ecfeb6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_Murdock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a8423ba86cd915b0adadd3d64dee6ec34f6eac405673b0f758b98be13e89d4 +size 4268 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_TwinBlast.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_TwinBlast.uasset new file mode 100644 index 00000000..63a60c6a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Death_TwinBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edfae668c7688770ecc0dafaef19b8e9e401fdb09d110ff760e035128717b214 +size 4280 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_010.uasset new file mode 100644 index 00000000..8a0e3db4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70ef3812c47baf24b748241361faf19f6a4dca58723522a98bba9ee568e12948 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_020.uasset new file mode 100644 index 00000000..3800070e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456c3e91513bce44d325fdcfa5d6931f78e118d7d8ba094e42783316ecab0bb5 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_030.uasset new file mode 100644 index 00000000..a8d017f1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0410900961d29913cbfd2447d9ba5f5a4f66f145f2b10ae03713e556b4a36b6 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_040.uasset new file mode 100644 index 00000000..53b16324 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0a959516184880fc567ec80ca5b993d30a47f0ce9bfec9b1219c14415e8b23 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_050.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_050.uasset new file mode 100644 index 00000000..4b0e6d2c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac27b1c76d6f6ac5289e07cf8c46c7312cbfa87dc068ac04d93710907fc59f1 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_060.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_060.uasset new file mode 100644 index 00000000..b5fa6972 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88856798de2a485d0d2c7e2eedfe5d5fcc5a667d0ca816bc2434f42f58503c2 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_070.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_070.uasset new file mode 100644 index 00000000..a3e71be2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9ee827020d8ef21f9e34b9b701d65b8aa764d15d3d7a9fc2831f7b71afaa50 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_080.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_080.uasset new file mode 100644 index 00000000..43653574 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c7d72d5d35cde7843870aef61d75ebc1ad0b3755127399567c91f2dbc7aa4f +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_090.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_090.uasset new file mode 100644 index 00000000..575e2d1b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec46c93ce02ca02f277c557d363f0b14d5e034944f59ae5f869d3a1f8e5c0d3 +size 4254 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_100.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_100.uasset new file mode 100644 index 00000000..ef4af15c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5629f8c54beb99da4e50d0288908bb8b8eda723f1a68e6eaaf35826bc36fcea +size 4246 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_110.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_110.uasset new file mode 100644 index 00000000..eefc5f46 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ef46fd35c4beaa67a4fd914fd1b963ec26e5bd670cd08d53f367fc91aafceb +size 4246 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_120.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_120.uasset new file mode 100644 index 00000000..005160b9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Howitzer_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dbe45bc358200b48b0e4e2984eeebc8b7b2968b5e91b20b3c038331a3d2543b +size 4246 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_Howitzer.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_Howitzer.uasset new file mode 100644 index 00000000..7ab46768 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_Howitzer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a10a104892def2eaea0ead8b51ab6f42b804b5634928d8f223c149d8112eeef +size 8077 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_Murdock.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_Murdock.uasset new file mode 100644 index 00000000..a01210cd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_Murdock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ad6b1bf846a33249ec8eafd8b11620023cdd6244eb36d21342379b37ca8937 +size 8067 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_TwinBlast.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_TwinBlast.uasset new file mode 100644 index 00000000..34051ce4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Kill_TwinBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ddc958052861bac5c4f6f02df9fa9c023a05f881249fdda05022197f0bdcdb +size 8087 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_010.uasset new file mode 100644 index 00000000..1985162f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235b2b771c705a6ebee85d8c67b4a9f883de35db0b0f2617460c4658627e49fd +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_020.uasset new file mode 100644 index 00000000..3926bcaf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a19ba0857eb1bd8aef44a55e18eb606a7c067c910aad36f0f9cc04857baafe6 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_030.uasset new file mode 100644 index 00000000..ffb2f8e6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e1d818e24f4f12a0702a81c4643b4ffcc31a964afd12cbd302b7661598fc3f +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_040.uasset new file mode 100644 index 00000000..3a0efe48 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6dd28d4b8cd1a9258831d8c0233b2265c7cf82e6d1a802df9fcb4aa18367a2 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_050.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_050.uasset new file mode 100644 index 00000000..3e7e2837 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a486927708dda82099e9ae573d7f0cb1a105178e1c3ca9f7c1c8ac4cd899b647 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_060.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_060.uasset new file mode 100644 index 00000000..0905b405 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a1c828fae2b7d453e0a7de82269779205b9a46bb2d54310b9a1cf869822b35 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_070.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_070.uasset new file mode 100644 index 00000000..02b27fa7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc761dd5fbcb262a0c4de767590e0bc8b0a260fb4fa6e963c824d664e30c26a1 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_080.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_080.uasset new file mode 100644 index 00000000..9dd2f3ca --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee0522ea0a8c9810d6b67cc773b7328b606f1025b0719cdb9149c9aae99231f +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_090.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_090.uasset new file mode 100644 index 00000000..a0492a40 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2deb81e7c36e863287691b26fcf77933fde937a295661d1ae4ca517d638bc0 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_100.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_100.uasset new file mode 100644 index 00000000..0e35993c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fc77710d2fb86b76a431bf326505b45742c77fa638c970a80d58387251d45de +size 4240 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_110.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_110.uasset new file mode 100644 index 00000000..0ac61588 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90f0e6de5c23f770496625284562e4c823ef6c8124a0c1cd82143c6e1cfc6ab7 +size 4240 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_120.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_120.uasset new file mode 100644 index 00000000..cf2489a7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_Murdock_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956f06e7aaa6dc43e4f99f50cada8993af7fff505073ca05f42be5f4e9cb5eb2 +size 4240 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_010.uasset new file mode 100644 index 00000000..61587cba --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165af791e1b4377e5860760fde5a5190d54893eebaa5cec5c268388251596378 +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_020.uasset new file mode 100644 index 00000000..e285470b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f6e46e3a72a705a7db4bc13131459d50aace653f35aea560ae2c68c8924e39d +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_030.uasset new file mode 100644 index 00000000..6cdd0590 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f03d18533bcbaf373fea20f3620fe25ef770b2bad9101a25928cc65b3f452eca +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_040.uasset new file mode 100644 index 00000000..247cbfb5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f427912cbff4a9b940f00a9e2a2c576fc3a9ebfa64da328e3fd7d02df8e4e3ec +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_050.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_050.uasset new file mode 100644 index 00000000..664bd08a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d370c0140ce4ce74fbdea8c039c9f7d4003a0d026e8a3ca6c9b3adb09b04c20 +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_060.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_060.uasset new file mode 100644 index 00000000..3d2b0cdb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1d58f6c3ed5542a88ebc0a5ae6c982cc7350714a7be3b626b247c826646b64 +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_070.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_070.uasset new file mode 100644 index 00000000..606ab28d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765e565cb0440ac5c72ef9d0e696ae5e48b7af024e13be10eeff38d24ae2e98b +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_080.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_080.uasset new file mode 100644 index 00000000..d9764bd4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a96151b866dae072a24eae51eead1bd591470568a9b6a24dd179970a690d605 +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_090.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_090.uasset new file mode 100644 index 00000000..23c0c271 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a271c8ed7cb89558f6a769c5f334571b9142f5407eeff17331a64fb1a8eab8f +size 4260 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_100.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_100.uasset new file mode 100644 index 00000000..518ade94 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddb7f8451f739a1a3edff3f4d9f35f2baeb03e6af6865219292f63d0781207e9 +size 4252 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_110.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_110.uasset new file mode 100644 index 00000000..b5df6c5d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659444b74bce9efb1e9e4d6bdb9d95517a614436dae87ad57a0bb643b7495711 +size 4252 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_120.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_120.uasset new file mode 100644 index 00000000..0575d738 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Lore_TwinBlast_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b436f2082d060ecf38a30001ceeee3b596e1a6a94f5191acf26b20b2f5dc6ad +size 4252 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_010.uasset new file mode 100644 index 00000000..0aab5a50 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d8b3b7245dea9cd5ffbf382e4bb74fca16e23f340b14345c55a72aaa5adc58 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_020.uasset new file mode 100644 index 00000000..bdbe5212 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00fa70f7d55593a675063d363d2df4f391840df77117ea87cef1d185368bc77 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_030.uasset new file mode 100644 index 00000000..450e42bb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d627771291028e573c630f2dd8ace1115e81a74fcfd9f36e956f90bcc7ad903c +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_040.uasset new file mode 100644 index 00000000..74c94352 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:363988373c83b52496780d98d5bbd634fc58b3a73b76053f53b3168c61c831d3 +size 4248 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_010.uasset new file mode 100644 index 00000000..cc0d3d2b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35aaf55fcbbf80ec0053433bb302ec32dfef97bb794c12d25b9fcb9de1a03e1b +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_020.uasset new file mode 100644 index 00000000..41793755 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae31c3f356f2d2ed1468d4312506168c4846e2cffff48c862c7b97695512d9c +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_030.uasset new file mode 100644 index 00000000..c1f0c60a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd6bbb198c9fdbfd68193fc950e7e3484f2fc795c8384b0ea3bf4232ad7712b2 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_040.uasset new file mode 100644 index 00000000..8734414d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2538666af793080d0bdbc60aae2c015004c82869040aceccec4518dee11b0cc6 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_010.uasset new file mode 100644 index 00000000..e36216bb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbe0db02dea217268566ffa4afb752c8aeeddb53c10e3686edd0d5a83278f78 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_020.uasset new file mode 100644 index 00000000..7c174232 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6475524943b1498f7004f4290e73f16f5cd07f64f88a5654478d278912ebec4 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_030.uasset new file mode 100644 index 00000000..851884a5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cb572893d0772688f20ea11cfb7c9b8f60c86b66c1314b1370cc35257614296 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_040.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_040.uasset new file mode 100644 index 00000000..e388b314 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ded11e7e880d6bb91cad3c0403a8ef8b0f17f9c6891869848e64a337a39cf0 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_050.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_050.uasset new file mode 100644 index 00000000..a09d0df9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef73a58e3a4f40e66c2a3bc0e4ea198ecadb1b20516b74ba6b3dec870e5ed09e +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_060.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_060.uasset new file mode 100644 index 00000000..12fe0082 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df035ddf0f4ef5649015d9f6c73979b608f0b63c546c5526e0338cc7f1fd518 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_070.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_070.uasset new file mode 100644 index 00000000..9e55ab3e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8489a3c728a039b208cea78599fbd048e686e19827ffd7d0acca23696b4c877 +size 4243 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Revive.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Revive.uasset new file mode 100644 index 00000000..8c15404c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Revive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9869c40cc55064d624c6d62719af7c76feed84fd506107ef235e1c36b41e25 +size 10617 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Ace.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Ace.uasset new file mode 100644 index 00000000..927ac610 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Ace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d598a3e1684aac37f3e8bda83ee55d51cecad8f1d2fdcded7b52acb2907d19a8 +size 7997 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Buffed.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Buffed.uasset new file mode 100644 index 00000000..fcb9c77c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f487bb525021e2c5da34745d8dace0e42bab8599479e3d4ad34c889e490eae8 +size 8027 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Celebrate.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Celebrate.uasset new file mode 100644 index 00000000..362cc475 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Celebrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080bdc82c060ed2e1310bfd0277dbe48e6115159952c3224dbd2ba7a7e6fc454 +size 8028 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Danger.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Danger.uasset new file mode 100644 index 00000000..a0d06959 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b052bc06f7401dcd6b2ba83327a24844af232e0352f8448f8d37d39a66f1598e +size 8027 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Defeat.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Defeat.uasset new file mode 100644 index 00000000..40aa4ab4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Defeat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0368bfac09b8c001d244bc373452801e198074e391fd364cf870dd5ced00f78f +size 8027 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_010.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_010.uasset new file mode 100644 index 00000000..5d531d4a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6094587eef21dabd47cbb8cd26b7baa6c512dd7aaf64fdee60ba58e6b33457f0 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_020.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_020.uasset new file mode 100644 index 00000000..9dcfe83c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fa50d22f86f63968e6fa04d36cfa640a0b85e6deb07ffff35cbaa1d6ba7a295 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_030.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_030.uasset new file mode 100644 index 00000000..802a3404 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16218980c51912b54827ef33f663d0aeedef21ad39acf0b741902045f3f404 +size 4242 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_OrbPrimeActivated.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_OrbPrimeActivated.uasset new file mode 100644 index 00000000..9c382f25 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_OrbPrimeActivated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82313336246c0798e2dba8e81f3b5f3ee9389ee26d8910a6592f37bbf49cf979 +size 8108 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Recall.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Recall.uasset new file mode 100644 index 00000000..ebc13b8a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8e712309b38f3912f0c0ebdda3757e5d253be54005618fedb6fcccd50a70518 +size 10686 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_TeamDead.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_TeamDead.uasset new file mode 100644 index 00000000..fed3733b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_TeamDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c36513d63360a8227d99f6d60ed0f2ace5484f4e1a082c2d45edd8ca4b447d +size 8047 diff --git a/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Victory.uasset b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Victory.uasset new file mode 100644 index 00000000..5a7a8dd9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Cues/LtBelica_Status_Victory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc724d0f876eb0f550b03eb6158867e960f63cd63d6aa46b4b8ecdd2634f86f +size 10729 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..bc019a82 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d80781d9f8360cc984c3a602375b17810200f0b3b4ad1eee111f143502bd93 +size 2702 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..c68ebd76 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb1b6b8cc872a4b0b8f8fc7eaeaffa86917523a76b1f7b95131d0ee100c857a +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..8641a5d8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_E_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9172f6b51f3b0c4d797c9908f0d25923ce697dccafcdee3304d70d61de768d05 +size 2712 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..064520ba --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7dbc78e0048a56f9111bfd837a48782578baa1d2342d4e7e00442a276c554a +size 2690 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..fa24cfce --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0f52080139c598c8b4b691485f817c9f4913a11b215b4511ff463b978347cc +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..4d0e4e39 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d335520b6eb50ba69cfda8159f3070de2e220029589d364698dc1e0c6d3a981 +size 2702 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_010_Dialogue.uasset new file mode 100644 index 00000000..41241710 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21b0974ec97e97d505601bff4ecff98dbf81ef6a28993381a5c4079b7bdd9948 +size 2676 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_020_Dialogue.uasset new file mode 100644 index 00000000..b0ca16ba --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aea55a5aa65e71091102fc738d096bab4f07aff9507721cf205b2d09b0b25c0 +size 2684 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_030_Dialogue.uasset new file mode 100644 index 00000000..7b37b966 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7d4312d9a429c6084b9022b082fec6c1f024506e75669a23348861252d04f6 +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_040_Dialogue.uasset new file mode 100644 index 00000000..57293192 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_LowMana_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1402a20a857de1b7c987ca1c4b1f7ef701a78900d93b2896267da8b0d124fd +size 2702 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_010_Dialogue.uasset new file mode 100644 index 00000000..6575f691 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7808f7640913bfd958853aa1d23253e4992dc77bb330c560d1ac3955d5621e25 +size 2618 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_020_Dialogue.uasset new file mode 100644 index 00000000..6a37539c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed6b003e5ff682c208e5c0efbf33bf7338588b906efab6b292f8ce93a028246 +size 2628 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_030_Dialogue.uasset new file mode 100644 index 00000000..85b9d16b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aba2e773230a9f61d68cb540618441943d747de7a39b1cb473ab76890ed5a0d +size 2624 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_040_Dialogue.uasset new file mode 100644 index 00000000..3a626ea5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_No_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a542a5375cb84c13223cd1f9c8933d6ab3170989289f267ec27000e3ece710 +size 2638 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_010_Dialogue.uasset new file mode 100644 index 00000000..6fbe5f9f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c6eb50074029d40c09b128641ed8b615d4b91606f4362f816935c2b2873a5c +size 2696 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_020_Dialogue.uasset new file mode 100644 index 00000000..c6941a66 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24b20f37c83eebf110196eead3a05048c083d98d12308001d456b24efb13d8d4 +size 2716 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_030_Dialogue.uasset new file mode 100644 index 00000000..8f1cb650 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a315b65e46c9a4852a0f60b961b182c48f2ce82896358e5d2e3ab623183fa5 +size 2692 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_040_Dialogue.uasset new file mode 100644 index 00000000..dc8300b8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_OnCooldown_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6f89964369b69b6cee91f38f3696ea2b6e593b958144ed14b9e048fe27e70f +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..8cb4077b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2276d3b3640ebee257f39a5865cc9ec03fd9bec4613239274efdaf9584e4e31c +size 2684 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..78545951 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45076a797ac197f8a12900e0e1eeabb2693df781e61e778cb0dd329154267064 +size 2694 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..539dccb6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Q_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c12471dd1d07b6b59371cbbf491dd72926225780d217bfa9f934117adff38bf +size 2670 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..dae4f2f6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9baddf5e80e78ea07d1f54fb241c1e1f1b1268bc1c40541f12a2626d31da6806 +size 2700 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..29c01d56 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b8810a42d536f3f7d64ebbab61aaed7846d9044d637122fe89e2aaf29fe706 +size 2706 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..73eb8bbf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_RMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1e16e2ec01722d50258130d9879e3cacac9e7cd55ef3db3f47882c376a1d37 +size 2700 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_010_Dialogue.uasset new file mode 100644 index 00000000..802da4aa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc459dbacf8dc47ad91da62bb9bc53f7aa583499317482b66785777bb46cddbb +size 2700 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_020_Dialogue.uasset new file mode 100644 index 00000000..988fcccf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb739ee25e095be4784fdc4cfae44648201e9b58b603aebd32067bd14888b2c3 +size 2714 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_030_Dialogue.uasset new file mode 100644 index 00000000..6aa13ff9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_ScoredCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f82f96ec08498e6fca111870ddc855a2411020531382ede69b770e6bcb4855 +size 2700 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ally_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ally_010_Dialogue.uasset new file mode 100644 index 00000000..166b8d5b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ally_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6338376a61961c6ce3e2b6ee4d4f5c21fcc934e98e0c67b267478c94ea13b18f +size 2736 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Enemy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..72b5438c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e60a355796e9762463223df28a449f3284ac524bfe53c689116d3cf7ea78da4 +size 2726 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_010_Dialogue.uasset new file mode 100644 index 00000000..ce41839e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e441b3d142cce375710e2e73a6fd2a4d6c115e7532bd96ff171b93042b7543c +size 2758 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_020_Dialogue.uasset new file mode 100644 index 00000000..7a1ee459 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e903602f76f5bb323695cb99390dbf6e2e5a472d35d1b7b20e9bb90fe8e3de2 +size 2760 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_030_Dialogue.uasset new file mode 100644 index 00000000..38f3c1f7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Ready_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb515df4b35826406fb9e7a24449df74c640ea8154109d5dc2fa58204c56f966 +size 2782 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Self_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Self_010_Dialogue.uasset new file mode 100644 index 00000000..f7f75b43 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_Ultimate_Self_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:099ef093af745ad7848f1981a20a04c1729ba50617469a9f74be840a9af5c059 +size 2738 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_010_Dialogue.uasset new file mode 100644 index 00000000..0f53ed1d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955708a6a452051f146a55beea9ae484a55bdb47d652ee9f79791176398aec91 +size 2726 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_020_Dialogue.uasset new file mode 100644 index 00000000..d7710890 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c824fa674fd2dab9408c766a3f1786f1e8b1135040b4a65197ead0ccaf10100 +size 2740 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_030_Dialogue.uasset new file mode 100644 index 00000000..0b1eedc7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010a0065f46859b97bf244b85223d59111ed8337917f4a76ce91334fd09ce933 +size 2742 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_040_Dialogue.uasset new file mode 100644 index 00000000..5e10ada8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastCharge_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d58976ef551f12718c78dd73cf62758235fc12172ec74fd82b9224b0eaf08728 +size 2744 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_010_Dialogue.uasset new file mode 100644 index 00000000..6133d7b7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d857f710fd381af30701b21adfb3bdefa69b70d5f00023568c46aa49de3703 +size 2750 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_020_Dialogue.uasset new file mode 100644 index 00000000..ca67f1ec --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc8bcdb4b8841aecfdeef2d6f19f9920b06578964a82f9c535154c5180a522f2 +size 2746 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_030_Dialogue.uasset new file mode 100644 index 00000000..0be7cbba --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32010b46147f8a363f665dfe53e7e1512c9dc6213d129e03ba64a82d35595bd3 +size 2750 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_040_Dialogue.uasset new file mode 100644 index 00000000..c54bc7c1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastHealth_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b40f9b3e2a520a00769e1213e40090898dafaa719b2c584ec390ceaa540c99 +size 2752 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_010_Dialogue.uasset new file mode 100644 index 00000000..4c4dd073 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1545faecff5854ce22122a23481186003172fcdd50745b422b153a12cbd4646f +size 2730 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_020_Dialogue.uasset new file mode 100644 index 00000000..6a8cf05b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4e274a7a856181ab396e4baa15c8a750923050df2eff7c348eb2aeb11be40d +size 2752 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_030_Dialogue.uasset new file mode 100644 index 00000000..c0c5d0ac --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3817b37ad5d331c129a9493dec32a3c878fa48fbe3a4d60170fdbbc54fa505d +size 2740 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_040_Dialogue.uasset new file mode 100644 index 00000000..e2e0c8dd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Ability_UsedLastMana_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66818c4e38dc713a9fe372556d8c03874ca3244290ed9db8fdb73a1a507008b3 +size 2740 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_010_Dialogue.uasset new file mode 100644 index 00000000..fcf982ba --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12abb82f47bfca57c43de31ea7ae0cac6823d7a31f9b6caebf40e6ada5c50fb +size 2680 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_020_Dialogue.uasset new file mode 100644 index 00000000..ebd419f7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ce35299cc74f84db94243d8342eac3ebf9a2117f6d318cb56e80cddcf1df122 +size 2694 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_030_Dialogue.uasset new file mode 100644 index 00000000..8cdae76e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02667a415094f130a273c1c1d1fe11e4db3ef2118b4cc31e8d83781ae1b00c6c +size 2656 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_040_Dialogue.uasset new file mode 100644 index 00000000..d111660b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77850d10dfe207fd14129cfa0f0c3a4738fde4bbe14c97a45e66671db96eda8a +size 2794 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_050_Dialogue.uasset new file mode 100644 index 00000000..c3a7618e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Catchphrase_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aafb0ea5f58bb98093fedac7d0e66d441564d77a8fcb247dd6742d4ccbf0029 +size 2732 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_010_Dialogue.uasset new file mode 100644 index 00000000..1acdb4ad --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d755e273094026742a18f082580b114ea2c27d1cd803f50012930d0f4cb306c0 +size 2594 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_020_Dialogue.uasset new file mode 100644 index 00000000..38d4744a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c1cc77b51acaba01077221eb0bc708b016479067f4e476463f24cd0123fba1 +size 2606 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_030_Dialogue.uasset new file mode 100644 index 00000000..1bad0ac2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebe138478450c76a13d0d1902d035b58d962e49b9987d72addd5d21aefaaf19 +size 2610 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_040_Dialogue.uasset new file mode 100644 index 00000000..3cabd9a8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1458c189bf2355fca5a130bbdd2bf781cc1f03a872ff0ce7c6ece48a1d0fb7de +size 2600 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_050_Dialogue.uasset new file mode 100644 index 00000000..1b45820e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20ffbff995ec2cef5f211e774e67858b43b83692da7e25156b4f48a23bcd2fe +size 2592 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_060_Dialogue.uasset new file mode 100644 index 00000000..e10673c9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:590c97fb64163555ef6e2e496c60020497c31f760d802696f6366a7c00e501d5 +size 2580 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_070_Dialogue.uasset new file mode 100644 index 00000000..3da138cc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Death_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f644f0458ff8d9c324e631d8d20da236f6089ba78207ee635fbb6ae86134d29f +size 2626 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_010_Dialogue.uasset new file mode 100644 index 00000000..24f24f28 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef21802001b4093c19452f99b880c3ea66e5128148506339c02d5dbc4007d6a9 +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_020_Dialogue.uasset new file mode 100644 index 00000000..05e84d66 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbabf7044cf6569666119e882c0873567556060ce7d200d696ab47d061ff6ed +size 2680 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_030_Dialogue.uasset new file mode 100644 index 00000000..fa9d8072 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftLock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4360fdca9d0e60fd979bf140e5fa672c57935c57f2289b6900be7a5b35f7fe5c +size 2676 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_010_Dialogue.uasset new file mode 100644 index 00000000..5050ea98 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d6edc9af1328ad10dac3208c2f72e0e734a365cc617a553efaf9e3318e8f3d0 +size 2670 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_020_Dialogue.uasset new file mode 100644 index 00000000..56afab28 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edefa0060f01346247938d9ee320bf44c5fe4f8444e79b28714bdef884f83cfe +size 2644 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_030_Dialogue.uasset new file mode 100644 index 00000000..34e6d3d1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_DraftSelect_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4e313673262f2f3d35c0dcd39457e3e6399b289e927e3f88339b7ddaddc61e +size 2648 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_010_Dialogue.uasset new file mode 100644 index 00000000..2197af85 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7db7a96358b611ccf55c4f09136d0eb6e34860009504cb81e26857ba09f2448e +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_011_Dialogue.uasset new file mode 100644 index 00000000..effab0e6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f15d5d34414c6b82132e7c51c69cc22ff788c60c0523a8aa0695d603293ff11 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_012_Dialogue.uasset new file mode 100644 index 00000000..8fdd3d69 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b733aae679aa8a5238d3ba1fa1542deaff4252fcb19755437829c6522f9c91 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_013_Dialogue.uasset new file mode 100644 index 00000000..057fb4c6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75830375b9b81e9fc3ccfc4f2b809d28d9e98ce0db00d7182e21d5e287bd892 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_014_Dialogue.uasset new file mode 100644 index 00000000..ff2175c5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_E_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0032d8b255ea70e15d05411e554eeb359f4b13faccc7ddb95f1e1b1148a41ec2 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_010_Dialogue.uasset new file mode 100644 index 00000000..69de730a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e9b8f1fed55e4568b1653268d5ef1e4217154b3e4396aabb179ebd197eab56 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_011_Dialogue.uasset new file mode 100644 index 00000000..77556e46 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2babe2cd77166a9145e97d2ddfc0cbab12ec3a238a41d41f424decaaa3b728ef +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_012_Dialogue.uasset new file mode 100644 index 00000000..bd30bd21 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a93cfa206f4061dfaa06590f76e4a54e0f10d5cc7b6dd703fcb5ac207457c63 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_013_Dialogue.uasset new file mode 100644 index 00000000..823387f6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1baae73b07505fdc0cd0ef58966420cea6912bb9ca646816bf5e93cc3274d76e +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_014_Dialogue.uasset new file mode 100644 index 00000000..38220553 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_LMB_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:282d9a2fde4908b13109e43771062c7800c2e6025b4578a936534b8ff6635881 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_010_Dialogue.uasset new file mode 100644 index 00000000..350b2ca6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c38697f0ecfc095989d5c63bdaa4cb51eae033243f04d59a7bba10dbe542f8 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_011_Dialogue.uasset new file mode 100644 index 00000000..529aea8e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9481b7c42b9c561df3b4dde4387cd6c2ccc2cdbbfe8a29ca84d618486f497405 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_012_Dialogue.uasset new file mode 100644 index 00000000..55efbed0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2ed2d3b5948fd6494e0b6dc86bf464ef00efd64d7b878da057f5d2c9a665ea +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_013_Dialogue.uasset new file mode 100644 index 00000000..5af949e2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0570e102e32e32acd49ebe5b41302fbdb3183f25fc54f034b57e03be9e215350 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_014_Dialogue.uasset new file mode 100644 index 00000000..bffefc85 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Q_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7453ad35263a032500349105e445f742cf1e9a0cf72ae156423a9dc1f9b03f +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_010_Dialogue.uasset new file mode 100644 index 00000000..25c502be --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f1eaba6452122cef63bd08d96f1afaec494ca4e098700a9860b5865b499cd49 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_011_Dialogue.uasset new file mode 100644 index 00000000..daf54f63 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b82ec7c6a883952e4ba14ad8ba1c66f89bba9c65944013636d735030d1368fc +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_012_Dialogue.uasset new file mode 100644 index 00000000..3f957304 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:742ea4da442f84efd981b8fd7dcf886817006b76f52f6a885964cf48fbbc1831 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_013_Dialogue.uasset new file mode 100644 index 00000000..d0603ee3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f6eaaa3d1e5360f5f8f442bc3371d8c08ed01cc7ffb3c7c8a21a465cfeed2f +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_014_Dialogue.uasset new file mode 100644 index 00000000..7014e68c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_RMB_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6230a2d59d2444a9d52eefede570f41aadd8768e094b4dd3ccd015a65b540dec +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_010_Dialogue.uasset new file mode 100644 index 00000000..6b4c371f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df50929cc2ae2e360030a4b9482e59e1aea0897c902842ce4a5f7fb1f7dbcc85 +size 2214 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_011_Dialogue.uasset new file mode 100644 index 00000000..6dc5224c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa76291d32a6eb062cde49cadcb4a0b0df65f5846f578f20256f5231a05d25a +size 2214 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_012_Dialogue.uasset new file mode 100644 index 00000000..e1434b13 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e1f299bec33614dbf212a871fd053993e6e3af89e1e405b652453960d500724 +size 2214 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_013_Dialogue.uasset new file mode 100644 index 00000000..320e4f99 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5a3dc0261e3fb9cb4de97b622f548c03fd09b545f575842514e2418d10ac4f +size 2214 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_014_Dialogue.uasset new file mode 100644 index 00000000..16265c36 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Ability_Ultimate_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2901d06eb1a2fafbc8a5c36c57f416d9e6f1c5b3272a7a3cbf4cdb3e04bf6075 +size 2214 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_010_Dialogue.uasset new file mode 100644 index 00000000..1f455075 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85a49bdd3c7535e8c65c71072b7f95bcc4f5ea3d1ef09cafe042b9d76014fc12 +size 2154 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_011_Dialogue.uasset new file mode 100644 index 00000000..1e7d76a2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a526596b88f0f559cef7ce9cedd4283b4a9daf79c5cb3aecd23ceeb349cd50b +size 2154 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_012_Dialogue.uasset new file mode 100644 index 00000000..73ef9237 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec3fac950c2881d49943821dd9f864daeb34992f0c5b3f9e9b7fccea475ae0aa +size 2154 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_013_Dialogue.uasset new file mode 100644 index 00000000..218d60ca --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dcb82a47f13b63c6dd59ddeac56dd66b8a17020ed591a464d4f52724e3bc5db +size 2154 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_014_Dialogue.uasset new file mode 100644 index 00000000..85d11067 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Attack_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d317d48c7d7bb87ba957d275cbe9431e37457f01e836454b69055b5ad01e8bba +size 2154 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_010_Dialogue.uasset new file mode 100644 index 00000000..32d0bad8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66860c0c2ae992ef49c35d8343463362caf0446f0253fff4d6e8ee3f201e802e +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_011_Dialogue.uasset new file mode 100644 index 00000000..c4c4f1d2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c57b54febc4f29ab4e33e41f4fea78d4cf633a4bc421699ce1339e90d175e0 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_012_Dialogue.uasset new file mode 100644 index 00000000..b43c9b7b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059a25c5239d2a606486178a4e657a3a1f3043efd33868c3e3bb7c186f93695b +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_013_Dialogue.uasset new file mode 100644 index 00000000..cb241933 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e89fe652dcd815e6d2b64e8ca7671d3507cce505b35078b2c5f433f9c1e08472 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_014_Dialogue.uasset new file mode 100644 index 00000000..cefb844c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Block_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c346a49c394efe3e5c87b460f15dcf16b9b3540b39672c95c6dc7e682bffd19 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_010_Dialogue.uasset new file mode 100644 index 00000000..38f966b6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2a1821f5f847e8ac98dfa461cf325d8dffc8ab5d434c5ef42741ec7ed325e11 +size 2226 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_011_Dialogue.uasset new file mode 100644 index 00000000..eb5d4c58 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9faa343e859fd66f39e17ff2f54260fa6fd5eb3ad2e6333fe82f0b3f0bf10cc +size 2226 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_012_Dialogue.uasset new file mode 100644 index 00000000..528e776f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461d843f477dee1b75a5841e54542f5205c85824ddc3b2c67fd5ef773f5b5436 +size 2226 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_013_Dialogue.uasset new file mode 100644 index 00000000..679bb629 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ad327db4eeb5e5e002f7a9ee8f021c3373e1b19bd4aa815a93888a13728787 +size 2226 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_014_Dialogue.uasset new file mode 100644 index 00000000..cfb5f1df --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingLowHealth_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1b427dd5ac3d76a0636fcadbe7816fa3563b5c1b82d3c0a6873266e8a1d42b +size 2226 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_010_Dialogue.uasset new file mode 100644 index 00000000..241f0546 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb15b662a35e1617589df92f0d1c94953d14d006f8b020452f0a734f9a22ec2 +size 2190 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_011_Dialogue.uasset new file mode 100644 index 00000000..ea896d4a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d97f34dd09d20e027c69fc275647a8a26581d7f2adbe39ee75df1c8d180d33 +size 2190 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_012_Dialogue.uasset new file mode 100644 index 00000000..013bb30c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4aaae182eed5384f145b9f69aadcb31fa84b54d121e7212ff271cf25c825e2a +size 2190 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_013_Dialogue.uasset new file mode 100644 index 00000000..adfb91fa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861f3ffa4952e6f8971a1334820454ed7c368cc98eea29d4eed29566d75375a3 +size 2190 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_014_Dialogue.uasset new file mode 100644 index 00000000..cb7ebe3d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_BreathingRun_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a69728aecd79b4067ffd9c87f64bc6dd31e8ad34c23bc889639f74657573e94 +size 2190 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_010_Dialogue.uasset new file mode 100644 index 00000000..698000fe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:420eb37d76f9f7356d9c4656a2a28dc206dab36506f42bfaeba2551a34daa346 +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_011_Dialogue.uasset new file mode 100644 index 00000000..f297e073 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f66ab1e9cd67dd53d2bf80806d43a61349eec9456be9f43b9357b56ebadafa +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_012_Dialogue.uasset new file mode 100644 index 00000000..dbf1988f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f666ee5a2cc214817af27d507adacbfe6c7178c3458c7738703d868dbc8bba1 +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_013_Dialogue.uasset new file mode 100644 index 00000000..af2834ed --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b00bf5e468f227a11429553af04c07919560e757b08f9d1d9683609053e64d4 +size 2642 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_014_Dialogue.uasset new file mode 100644 index 00000000..ebb06310 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Cheer_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:452fd90c6a3c053647a2855291799173ec043e7e67f15758ab1bafbeb0399193 +size 2638 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_010_Dialogue.uasset new file mode 100644 index 00000000..e4ed1064 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c69432426c0abb4e07f63c337ac756121d282ca0c9e310fb8cc42cfb25e6fc7a +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_011_Dialogue.uasset new file mode 100644 index 00000000..5b2f5793 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e489d212bbec744fdee2a6d415946332b539493601ef6574d1a6db8adf7c51f +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_012_Dialogue.uasset new file mode 100644 index 00000000..bbb6ba4a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5467f75e334154a46a22eb25831b8322df40e11136ade819cca231b386875003 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_013_Dialogue.uasset new file mode 100644 index 00000000..b24a2c7a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa30d634a8bf7ab2a66da120c3aefd5f3be057c433d48ff5860dd6c410427f93 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_014_Dialogue.uasset new file mode 100644 index 00000000..b2ab68f1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Death_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69102af277f8a924f4761632d095798ec0dee5f565cbd1871129b2c84b4827f2 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_010_Dialogue.uasset new file mode 100644 index 00000000..798e106d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13becf4297571630762c5ab8c94f09147e353e43073c8544050e39a51d87bae +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_011_Dialogue.uasset new file mode 100644 index 00000000..0e4b1742 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fe0d3197e9481be632f4c2347e88220f382fd68e4ca6a0810f1a54edca0119 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_012_Dialogue.uasset new file mode 100644 index 00000000..0a24d152 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a063b6c60a942495d107cd420c69c6fe85844d18e12b9381acdc518b9ecdac +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_013_Dialogue.uasset new file mode 100644 index 00000000..1f462b04 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:672ce7e31705f148e3c18a63130487d30f9af73fbf27ac5497acee7579017519 +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_014_Dialogue.uasset new file mode 100644 index 00000000..de15b25d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Frustration_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fec5a34f3f2237b24958a25c3a4476d5eae670014af6e31d71a1875b7d0f8f +size 2184 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_010_Dialogue.uasset new file mode 100644 index 00000000..2dd30142 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c371d7ae0eb7ee03a4d0413d8d855e1b2037cd26d6133100f2b8bb5a03e4ce0e +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_011_Dialogue.uasset new file mode 100644 index 00000000..20c5c52a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d38d74845dff014ad7585eb4dce92596cbea042233989dc6cd7a0059ae8bdb +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_012_Dialogue.uasset new file mode 100644 index 00000000..fb95dd62 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bd2bfc76b03d3123c77959e946e1b1a301ff95d4281f6a519779cbf11a2a81 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_013_Dialogue.uasset new file mode 100644 index 00000000..a295eada --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6173ff88365dd902a102af5457fe480bbd77c2955abf062783bd7029979c946a +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_014_Dialogue.uasset new file mode 100644 index 00000000..57b1d6f0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_JumpHeavy_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86188d0d90373ebfd2233a2aa3ef6051b1e3d0ccddb179d02938d00d361fc32 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_010_Dialogue.uasset new file mode 100644 index 00000000..bbf07327 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47e93976c4db5da8d31442dbfe2f4aaf7ee853feeb85d3993e7af33562134a80 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_011_Dialogue.uasset new file mode 100644 index 00000000..158caefe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c4ade7594b42635b5436f23d19d931f82461460bb2be173f103ec9a301ed0f1 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_012_Dialogue.uasset new file mode 100644 index 00000000..1b644c8e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53096724ec36a3927ce7668517cf861c02e673da6840f78e2f2000e16c3fafd2 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_013_Dialogue.uasset new file mode 100644 index 00000000..4e970cfd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08115457d8acbc72eaf54b67bf995e72ece92aaf35e3f513f14ecaff9c6cf2d +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_014_Dialogue.uasset new file mode 100644 index 00000000..197c7fdb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Jump_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad7a456ab63444f319e583ab32ef95a38ba8a4f314c52248c1d80e2cde57ad22 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_010_Dialogue.uasset new file mode 100644 index 00000000..d1053ede --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee2cd1183939aa981765caccdafc19fcb34ba67ba855eb2e1f7f908d5ac7c3b9 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_011_Dialogue.uasset new file mode 100644 index 00000000..ba512ace --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6da4a2dacfcff89047f835c31a8e8d73618cf440fc5a6495f8adcf84dedde3ab +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_012_Dialogue.uasset new file mode 100644 index 00000000..cbe88fcc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eab419040612840f92a6fae04a50a66e37e7e403768a18b86d3eec52e55f179e +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_013_Dialogue.uasset new file mode 100644 index 00000000..cd444ab6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd18d87a4cb267198065364027b185a10c286dd1bf0133cace2331d62bde9df +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_014_Dialogue.uasset new file mode 100644 index 00000000..9cb30a7d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_LandHeavy_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e565484d18467166f053e119a7c8f22ddd40652ebf93144439c5e009f39a7b49 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_010_Dialogue.uasset new file mode 100644 index 00000000..3775fa5b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b4009c131555b6de123be293b376b80771e1733d358fbdf411f618dd69d70c +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_011_Dialogue.uasset new file mode 100644 index 00000000..d35c2ef9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f7e14412dfbf38fca54ae20c974938d72533f520fa76af0ab98f5f8ae4def6 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_012_Dialogue.uasset new file mode 100644 index 00000000..fb916825 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca8e878c638df0ebb22d9ac08f6419241f62930726f19b9986bb90c2158a7c7 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_013_Dialogue.uasset new file mode 100644 index 00000000..0474c394 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fab9a805afca6180b03f91a26e489bca1730e4f83c7813f55f5174d5cebaa5c +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_014_Dialogue.uasset new file mode 100644 index 00000000..004f95aa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Land_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a1f172dc2d229f03f2e4207a51202a1145002cecdecfe1938e74760505239e +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_010_Dialogue.uasset new file mode 100644 index 00000000..aa2eddf3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09c4a9cc6815b3ddc1d57772344ad8477a5002daf729418f7e35c89f23b80f41 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_011_Dialogue.uasset new file mode 100644 index 00000000..e08b16e9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76550e5e090288b32e1ef2af9779ed760f19f77a89dc647f07e2a2c4b1cc46c +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_012_Dialogue.uasset new file mode 100644 index 00000000..b8f9781c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbff630113e382f60943c5e9083706212d4ef1facbf137ecc1f545386726e61d +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_013_Dialogue.uasset new file mode 100644 index 00000000..c20e3b5a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91f8ae92c5a67a47c8f212313e16dcc7c1ca4cc2a792ae02a1cb214e4924317 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_014_Dialogue.uasset new file mode 100644 index 00000000..f254327e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Laugh_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb16647978dbefca72ed1f16c0fe2d39bee3f8884c147b6c06aad86956766d43 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_010_Dialogue.uasset new file mode 100644 index 00000000..a66a91c5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1422cda46e4593c43e3850d11edd8f11bc657ad5e0c1c79eabf47e8f1e11aa45 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_011_Dialogue.uasset new file mode 100644 index 00000000..0cd128e8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c13e13149b4c0767fac8276448abb0eedbb485d1b3a6dc8661ad30be5f657d +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_012_Dialogue.uasset new file mode 100644 index 00000000..9e603c1c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d9b5647290503310cc727cb08d1a49553e5664c0ce47aa8cbc8326a670879c6 +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_013_Dialogue.uasset new file mode 100644 index 00000000..073213a7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8cedfb9a6d2b00bd6672598041420241b506914ae22a1c8747c36932343ea2d +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_014_Dialogue.uasset new file mode 100644 index 00000000..78166edc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_PainHeavy_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418b592664b9e392b57f2a733c3aa87176389cec48a286df0a2318b6b2f73d6c +size 2172 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_010_Dialogue.uasset new file mode 100644 index 00000000..25a15490 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0e1000dc941e3a6bc2958713731a084c7e58270301b6d13aabc29602e39495e +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_011_Dialogue.uasset new file mode 100644 index 00000000..4b560813 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88a9cfa83644be9f7c0be03edea808f04f00779a68c6958285f025369b04ec7 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_012_Dialogue.uasset new file mode 100644 index 00000000..8b9478c9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083d647c5bfc8d0407c18a88bae69654a6a8cc5b1162faeaa5e6b3a8f4f62971 +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_013_Dialogue.uasset new file mode 100644 index 00000000..15e192e0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bb140846b55ccf3721014c6a866563d4cc8e777f71d131c4e1af304ec052ab +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_014_Dialogue.uasset new file mode 100644 index 00000000..1dff9cfa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Pain_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5a2c9125339c395e17830d2a1ebed08c3472ac035bfd37fa0e716702369800e +size 2142 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_010_Dialogue.uasset new file mode 100644 index 00000000..4c23b7f2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df89c456e8e49fcb2d3be7753d8f2a526ad040370304804479f478f3656ec74 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_011_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_011_Dialogue.uasset new file mode 100644 index 00000000..8180c9fc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec59d2f7e1e01098f687c23e7709d4c50d29c0849f4f2e408e21c2fab28df8b +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_012_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_012_Dialogue.uasset new file mode 100644 index 00000000..984c09c8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f64e42ec9edce1fc4ad434d8a5c79185486bf588465ef76be645ecd6e3f3e2f +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_013_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_013_Dialogue.uasset new file mode 100644 index 00000000..72047c1c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6fe3d94fa8297ccd57334628c17bdecd4010188a60a3edf4d19c161e7634a9 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_014_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_014_Dialogue.uasset new file mode 100644 index 00000000..7727f501 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Effort_Swing_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40435ee3e102ab73a59404508a4f95fd8802d81196307f01459a4a49b62d3597 +size 2148 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_010_Dialogue.uasset new file mode 100644 index 00000000..91171e72 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df834c42d833e464b25ea16829d29b405ec56573b77585c122bf1c75b033ef2 +size 2586 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_020_Dialogue.uasset new file mode 100644 index 00000000..cac8b81d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0e95ddeffdf94d59b0ecb4abffd5117fad888e1399e7741f23232271a7b28e2 +size 2582 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_030_Dialogue.uasset new file mode 100644 index 00000000..5858db76 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6c7e8bc1968a2cf9692a3e4b796beb04289ae9b63dc57bdc5c8f8604669576e +size 2580 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_040_Dialogue.uasset new file mode 100644 index 00000000..6088c70d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004a26f3f88bbd8e02b43737f43a409671a0c529ce5eede061f2e86f564949e4 +size 2586 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_050_Dialogue.uasset new file mode 100644 index 00000000..2a284929 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637ca8d0e3ea2caf45b4313e0453f96bb73b87f2d386550d053f672e8a9fb412 +size 2586 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_060_Dialogue.uasset new file mode 100644 index 00000000..56c1956c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630c32673e53327f6a4cb169d1f151b621032ae6948fcf0092198e78646f75b8 +size 2606 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_070_Dialogue.uasset new file mode 100644 index 00000000..e9299fa2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808346fd58ba8028693c25a295eedd199f4d1acf96d0523d6e9af0eb5feb505c +size 2654 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_Taunt_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_Taunt_010_Dialogue.uasset new file mode 100644 index 00000000..0998a21d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_Taunt_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b281f17dcc9e0234150d6768a0b34384ce4a6ac56e95111e0882f50c1bb410a +size 2746 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_Taunt_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_Taunt_020_Dialogue.uasset new file mode 100644 index 00000000..023632b9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Emote_Taunt_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc88f97ccb7cf7d93de3ae31337c7a3e55e5e6f4d599716741c11a835c9b46b8 +size 2832 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_010_Dialogue.uasset new file mode 100644 index 00000000..4059ed43 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d036980fbf9bc656cee946d11e177118f32ee052cda42bf84d8841ab37fa7d +size 2760 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_020_Dialogue.uasset new file mode 100644 index 00000000..e78f6632 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81d4120d433386933022266f458f4723bc78c104d1e8516df0a9b6779df3cd21 +size 2704 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_030_Dialogue.uasset new file mode 100644 index 00000000..63059e76 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_CriticalSave_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ba51d92db252df79613e2a3d183d53acae3c2a1c8bde3698d50d6450a85fb9 +size 2704 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_010_Dialogue.uasset new file mode 100644 index 00000000..3d9b07da --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbd23b6a7d168dc300b64160ed76892bfc0248185ec7476d3ea7b7ccfa732d63 +size 2690 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_020_Dialogue.uasset new file mode 100644 index 00000000..b2e59f5c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef7ac57e86fb271a664c49e175722af8524e7dd26b6c8efe0d72fe514123889 +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_030_Dialogue.uasset new file mode 100644 index 00000000..94813d63 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Critical_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45056b7e14cbc15c30a10390a68cea0bbd15ab8501197f678b864074d675096f +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_010_Dialogue.uasset new file mode 100644 index 00000000..ca039034 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8027830207fa7c93d3ced2721d207e85c185c297aefd97ff2a297736e31d419 +size 2656 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_020_Dialogue.uasset new file mode 100644 index 00000000..0861f111 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02b8c0e03a7996c2bc63f477bd6348c5e47e01c5bd78db371b4b66dde46da71 +size 2668 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_030_Dialogue.uasset new file mode 100644 index 00000000..aea5bf94 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Healed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c290e82b07499a4a113d5ba4ea7f440557bd67773bcdff3ff44bf152189449ba +size 2660 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_010_Dialogue.uasset new file mode 100644 index 00000000..25f0a7b1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ce9d00dd0f5b4b687e896427e0976eebfa3e02cb1dac9b9268f83348ff0a690 +size 2648 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_020_Dialogue.uasset new file mode 100644 index 00000000..0de7b19c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a47c439fb2964a08028f8ea7e7174e57774cd966e12fc9b13a90ba645152b0 +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_030_Dialogue.uasset new file mode 100644 index 00000000..af10d777 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_Low_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4c781d0ebaf7ae78c8ffcc2e6ebce00064f0f752f043d80383247bcd48fddd +size 2630 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_010_Dialogue.uasset new file mode 100644 index 00000000..a9f12fc3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1c4850bd9bac85b2aceb0505b11a77514ae4a62ea15d1a6b97cf20340cc086 +size 2700 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_020_Dialogue.uasset new file mode 100644 index 00000000..9c5d49db --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd0c1a890f40dfe990213684419a108e230d35de3819a4eb3ede86cfe3695e4 +size 2704 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_030_Dialogue.uasset new file mode 100644 index 00000000..022e44ec --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Health_SufferedCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d758a23b201b52252dc8b1c8ee04196d0360981667325e6b4e1915444ab60ab0 +size 2716 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_010_Dialogue.uasset new file mode 100644 index 00000000..d424bd79 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93ffd8ccca4b9ef132304a8611222cb24ddc96e604f56491e07bff6051e7cbb6 +size 2716 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_020_Dialogue.uasset new file mode 100644 index 00000000..b6c32f8b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb149b59d064dd34bf2948d77f0f1d2b057aaecf6d2fd03078c2dc9e478affc +size 2710 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_030_Dialogue.uasset new file mode 100644 index 00000000..6eb15a9c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_BoastResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa0bf84932426577279ca6de022581bc2f22f3f4ea058580902768c386c659d +size 2730 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_010_Dialogue.uasset new file mode 100644 index 00000000..36bdb940 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3c85624274f00bae576e55569dd6d669726e07de33be2d1ded4eb8b144eab8 +size 2660 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_020_Dialogue.uasset new file mode 100644 index 00000000..d5f21346 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f659e035475ec9cc3cecd08b1fa238df16e21e12f5d72ad27b735cebc5797b4 +size 2704 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_030_Dialogue.uasset new file mode 100644 index 00000000..24758bb1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Boast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1392e157c1dbf2d9e3ef098cf99dedb5450c209f5d2615c177a63055209abc4 +size 2726 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_010_Dialogue.uasset new file mode 100644 index 00000000..d5cfc91b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d432af23a3aed9dbb9662ebe053bdcf1fe8cec955dd73757c230fc04391c3cda +size 2732 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_020_Dialogue.uasset new file mode 100644 index 00000000..d3dc5e35 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39611f54fd52a453af97c139a7cbc392d789e503b8687948ae974bbdf8442be8 +size 2730 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_030_Dialogue.uasset new file mode 100644 index 00000000..5640a4f9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_QuestionResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f46428a7d47b42ac7d7a41de133df764dac4b426fbea08ec8f4d05b5e618910 +size 2730 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_010_Dialogue.uasset new file mode 100644 index 00000000..e34f01f1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce18b6b27cfd9a921f98a31a39fadc99a39d83d194fe7c31954cca33311d361b +size 2664 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_020_Dialogue.uasset new file mode 100644 index 00000000..d7b36233 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ead0904bb93f76a1ecbf9f68fb11f0dbc76ace9e32c0d88526b421cece1433 +size 2696 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_030_Dialogue.uasset new file mode 100644 index 00000000..d3846c48 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Question_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ee3e76d608ed5012da478d88d78c52ec0d70351b9f6aa4ad45bd2f9272657b +size 2702 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Shinbi_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Shinbi_010_Dialogue.uasset new file mode 100644 index 00000000..83fe0d43 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Shinbi_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba9926b06f6282f25427a1e49a95f0cfcd20e6c19cc48ecf065c9b99a4a646c9 +size 2650 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_010_Dialogue.uasset new file mode 100644 index 00000000..8d43bf0e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c913a9ad68711a0b762f03aadbf2713e05a8acbaf3c665a870db845c455f0e +size 2752 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_020_Dialogue.uasset new file mode 100644 index 00000000..62430f98 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262039cffce146f32e43249b41ae9ccf186d4340dbf2282edd364ddaa27e98c9 +size 2716 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_030_Dialogue.uasset new file mode 100644 index 00000000..afa0b3a2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Intro_Statement_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967b9b5ebf4a7d5a637f24d460c02b6e98d54a139daca7450d5a4479ab844635 +size 2760 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_010_Dialogue.uasset new file mode 100644 index 00000000..530b25d1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ff77ded8c7179b41ba969540eb08dc017bf0a18d8f19c529d5120e5b44898b +size 2652 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_020_Dialogue.uasset new file mode 100644 index 00000000..22e5d9e1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f520cd7493a8d8df85ead528692d28f4177eeaa4a423ec5a18acfc5b703fc769 +size 2656 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_030_Dialogue.uasset new file mode 100644 index 00000000..c0197b6d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Assist_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b3722c5181468820c30b68acd2c5e44ad6f4abf54e1c414a50d1933313298f +size 2640 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..11694a69 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ab7c2b2a73fd8d891c465d2d4b478c661ee2a7f82515f7f07a482580a7aac50 +size 2664 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_020_Dialogue.uasset new file mode 100644 index 00000000..63856309 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e52fb54f55136f0e596f106284bc4a7d0646ef9962066284cdeb772a99c89bf +size 2670 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_030_Dialogue.uasset new file mode 100644 index 00000000..99214a62 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11d508802672df38f8bf024be99290f3423800fe1f28a9b70b9fdbcf59898883 +size 2664 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_040_Dialogue.uasset new file mode 100644 index 00000000..a4bc41a0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cd37ab4e1ea2732412feae1af9c5d121578a3424b5d85e259e3ce51e8f0db5 +size 2638 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_050_Dialogue.uasset new file mode 100644 index 00000000..0e2a3336 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc092141a1a3ba0b26d63ba5434d1aa13b3df420faef86e7fdad19815fd748b4 +size 2648 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_060_Dialogue.uasset new file mode 100644 index 00000000..eb09370e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c6c18a5426aa310eb7df93345553b96c714429fc3b4187a74d2357295fdc17 +size 2670 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_070_Dialogue.uasset new file mode 100644 index 00000000..bf6c94ed --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Enemy_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce6cba189317766afa33e653dafc56854cfe4907d2b809054a36fec043abcd7 +size 2652 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_010_Dialogue.uasset new file mode 100644 index 00000000..f7d3ca22 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1993472089f2b104ac3a6e017830c52dfc395cadcc65feeb35ff5e643dfc99 +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_020_Dialogue.uasset new file mode 100644 index 00000000..2c5e295b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fa0e9677aa623917fbda332b824d927ebcccb47b772748ed137f7989069f76 +size 2690 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_030_Dialogue.uasset new file mode 100644 index 00000000..af630d02 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_FirstBlood_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198fb79ad7b941baa6bf080e734b7603ef971ba2c7816fc82d44153ee11442fb +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_020_Dialogue.uasset new file mode 100644 index 00000000..91f9470f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3c4b29bb4adf7a5eb5c4286aca220cc1a7d44f748baf8d20ac3ac3523da981f +size 2644 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_030_Dialogue.uasset new file mode 100644 index 00000000..8dc6434c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Revenge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9386dd8865dd8c3bc1d97074e99e4b39fb940a02bc4b15a299e63b19101cfccb +size 2686 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_010_Dialogue.uasset new file mode 100644 index 00000000..d8733d76 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb240addc7e09cb55d5030a1f1bca6508c14827657bcc9bb3dcd237a37ae7195 +size 2674 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_020_Dialogue.uasset new file mode 100644 index 00000000..1f9c6249 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f282ca691a462c0cec7b77c2520df2207e688ab3eb915e2adb40e09a58b575ac +size 2710 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_030_Dialogue.uasset new file mode 100644 index 00000000..c848017f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_SameEnemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a903bc0a08e710031ec59b631776fb7c758d141bb4873349241edee4268d1b99 +size 2688 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_010_Dialogue.uasset new file mode 100644 index 00000000..79ffbfbf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be910ce8941f21a54453d0160a60daa9a3644ada2c8f8563747b9296d3021240 +size 2682 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_020_Dialogue.uasset new file mode 100644 index 00000000..776c1386 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bae42571904775097f4a9c0d6dc3796d314436d0483ca69ea20e48a7c4cac907 +size 2680 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_030_Dialogue.uasset new file mode 100644 index 00000000..50a2db32 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Shutdown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b359fda7c32b64c965d70d392300f49cba6953f3e7ec01662c0c761f638278ae +size 2662 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_010_Dialogue.uasset new file mode 100644 index 00000000..9b637819 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e9b3da9c1028efdd5f3ae479fc998fca1cf12f14f7007ac84f66330ed53958 +size 2664 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_020_Dialogue.uasset new file mode 100644 index 00000000..f8d1d89c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07036a5dda43966e764f923c6c39c0c0406e8ab0e0ab2e47c02a93a1b79281f +size 2630 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_030_Dialogue.uasset new file mode 100644 index 00000000..b16ca063 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Kill_Streak_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74e7f656d8c3e6aa14e1d962ccda05f3e8848a4e04d7cea47da0a94ec4ff5b1 +size 2672 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_010_Dialogue.uasset new file mode 100644 index 00000000..eb508fb9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad7e39a1854bbd70ad13e645270f03b7c4fb16de9f36b6e0ab109190c2d4c1a +size 2746 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_020_Dialogue.uasset new file mode 100644 index 00000000..1eb51a6f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:696c6b827206bcad974f621eae7df1cbf2e62babfb95e7949acaa206d16443a9 +size 2766 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_030_Dialogue.uasset new file mode 100644 index 00000000..2e25c25f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e53c6d60efb671cee806755caf6e1ad5b8aeed9e26993b7be9e43e9dde19fa +size 2744 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_040_Dialogue.uasset new file mode 100644 index 00000000..ac001f13 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2f98346d08085e982c55ff25d990f017bce872a34a4bacbe44c1bbd065c65e +size 2768 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_050_Dialogue.uasset new file mode 100644 index 00000000..8a1d0480 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_AbilityLevelConfirm_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a4b7e586e1ebcfa2a2514a01e891a6bc4e13c905f704473a849f77ba5763e2 +size 2746 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_010_Dialogue.uasset new file mode 100644 index 00000000..ca96b5b4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3fc6ebf274e37537634532229f1600f821017436d06cfcaf4856314e7adb75 +size 2696 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_020_Dialogue.uasset new file mode 100644 index 00000000..f97f1672 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00cd8892f242e0942f93e27634e09bb43ae9849d410e34d2c17ab116e66b8b25 +size 2704 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_030_Dialogue.uasset new file mode 100644 index 00000000..abdbf7d9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_BoughtItem_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a6fbdb389f705c112d44b780e18c1528f9c70cc54a9a04707bcf10f7c9d60c0 +size 2704 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_010_Dialogue.uasset new file mode 100644 index 00000000..e0e10985 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef54812cf0449e4fa12b561976338b5c832e6163748e1282613d24245a13096a +size 2712 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_020_Dialogue.uasset new file mode 100644 index 00000000..be692851 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:820adcf9c2f303ce02c00a56b8f16a7e50a3eb8bf59741ab03e84b48109b9503 +size 2746 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_030_Dialogue.uasset new file mode 100644 index 00000000..d73a231e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_CardPoints_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76245c23bc8b10c9b147505e03aedb97b63134750af8850a022a0476a20d0c6 +size 2738 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_010_Dialogue.uasset new file mode 100644 index 00000000..95682184 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3c28e876ed93d81020beddb4969c656b64213aab036722dd8cde88aa4c4b93 +size 2690 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_020_Dialogue.uasset new file mode 100644 index 00000000..c4dde7dd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b4964c1f15c44c4087376c37052d699ad32eccf610b6e169202a668275399f +size 2666 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_030_Dialogue.uasset new file mode 100644 index 00000000..073aa4ba --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Five_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:300e01eddffd6d97915da4fc8e120db7335e44f62fdb6441e82bcdcb2a0fe9e4 +size 2676 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_010_Dialogue.uasset new file mode 100644 index 00000000..5005ad11 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e622cbc248052a1c3825f2d170598a7876692df80a332c021f53daf7a59191d +size 2604 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_020_Dialogue.uasset new file mode 100644 index 00000000..c544978d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4abcdb538d0bb395a560fd13c4264b7fde6bb5c2e4723537377bc29118f4286e +size 2618 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_030_Dialogue.uasset new file mode 100644 index 00000000..9389fb07 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0e3731b66d1bb1d2173c043aec111daa040a7661282dca3f8cb706a5784177 +size 2616 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_040_Dialogue.uasset new file mode 100644 index 00000000..c8b9e677 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5884a542c432f0de8d8b6345d5c402e2fdc91eaf9093b5c70d3f6fd17d2d44c1 +size 2644 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_050_Dialogue.uasset new file mode 100644 index 00000000..9b105bfe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Level_Up_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22fc11827ac3de8a1b360b28c040a7b94c312edee263e596823aa886a41388e +size 2624 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_Howitzer_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_Howitzer_010_Dialogue.uasset new file mode 100644 index 00000000..915a3dbe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_Howitzer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de686e7c6a2da6bed07457882998693e383520cd523e0a13231980a29cb25c9a +size 2702 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_Murdock_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_Murdock_010_Dialogue.uasset new file mode 100644 index 00000000..367d186e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_Murdock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1033afa75d788de7a60c1489c3eb5690358b693a120defaa12a1d9d109b65a3b +size 2692 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_TwinBlast_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_TwinBlast_010_Dialogue.uasset new file mode 100644 index 00000000..55b49644 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Death_TwinBlast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2577ca295a7e1fe9db1849d983a398f81e4f041ee8e20f424fa9764e56f8cb31 +size 2712 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_010_Dialogue.uasset new file mode 100644 index 00000000..8d31c1de --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bcd3402369c905089068ebd7aa252e2326bb345797fa63439d8a8ac52900745 +size 2770 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_020_Dialogue.uasset new file mode 100644 index 00000000..0a520044 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0e65ccf19121f45ec742768adfb40f15f513e5caf759b7bc3616f185289cec +size 2772 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_030_Dialogue.uasset new file mode 100644 index 00000000..9e0228de --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50445aafb87f6af12050bfdc05ebeea4666a4f9eec31195002d4c14f7a1c7f2a +size 2700 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_040_Dialogue.uasset new file mode 100644 index 00000000..750c5810 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9859f1e4f1c4452a35a76c19ed26ba724b1320b27e266d8dff36def919af96a7 +size 2834 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_050_Dialogue.uasset new file mode 100644 index 00000000..2a14e686 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96de85b567f8548f02f0b0addcb5d13e0c64c8b5d1ee9f7ce6d6531727c8b0f +size 2756 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_060_Dialogue.uasset new file mode 100644 index 00000000..eae60070 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6bd8e348dbc992143ed3cd484d8df5250cf3ba9525390e040b9420d83732a9 +size 2786 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_070_Dialogue.uasset new file mode 100644 index 00000000..062ef2b9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ead390cabf8131faf2ffd78985bf98c3951b8f45e0626a94196cd1eecb4119c +size 2772 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_080_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_080_Dialogue.uasset new file mode 100644 index 00000000..142d31a4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:402c801077d68147d436a071dc1d7abecd904cd66acb8552b8e2dd2cdb460690 +size 2712 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_090_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_090_Dialogue.uasset new file mode 100644 index 00000000..7cdeefcd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c01fe54104dbbae2ca87a3dba6d37cd000eaf1663f8dff32053398776a0e566a +size 2676 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_100_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_100_Dialogue.uasset new file mode 100644 index 00000000..85c35c38 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed86105d889051f4d139220ea0bb7ec8e1ca3cd06159d0281f3afc1b269b1c8 +size 2722 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_110_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_110_Dialogue.uasset new file mode 100644 index 00000000..ef826bcb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f276d6cfd94d06747264cc92380be9dc35a5ab0cd49da55d542b22d9c54e88 +size 2724 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_120_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_120_Dialogue.uasset new file mode 100644 index 00000000..fcb229e1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Howitzer_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a2d0078706d96ff496c6e4a9094b073d3417e167048caaa74f0447fb3daadf5 +size 2714 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_010_Dialogue.uasset new file mode 100644 index 00000000..8904a80e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18c0dbd549e10e126eb0e7b6d66fba38874666087d42e5d61452b6b5ab6b5dae +size 2718 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_020_Dialogue.uasset new file mode 100644 index 00000000..51296b15 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6cbad57916cebcafc7524a11a1ef75b0dba9f5f12005e07df56709326101f79 +size 2728 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_030_Dialogue.uasset new file mode 100644 index 00000000..c1a5e342 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Howitzer_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439e9b074d8e7d902cdd2b01647d20e1337d5e5884e817e90e21e9c2a5f59367 +size 2710 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_010_Dialogue.uasset new file mode 100644 index 00000000..021d01c7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9c685d8aed0c66a3876d4b91aeb7175c918726333c8d0bd5d99ec87d8147dc +size 2726 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_020_Dialogue.uasset new file mode 100644 index 00000000..453a01d0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011e0916e9e1918974a66fad03b4a2263f5c881f0ef7f13c2f719cabd5a2a5e6 +size 2734 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_030_Dialogue.uasset new file mode 100644 index 00000000..e55a0560 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_Murdock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8405cf4e9fd237fb91028ca0ff3920f2ca4c16dcc02cd50f3bc40ddd0803867b +size 2734 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_010_Dialogue.uasset new file mode 100644 index 00000000..cd4ef579 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2242e34375aedb8022ab5b5b597d3560104ed7878f0346a516c1b661fdb7bf5f +size 2764 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_020_Dialogue.uasset new file mode 100644 index 00000000..73484d74 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75b84ff2ba1456c38b67f2d5de772dd59372b828c11ab7c812f7db82b405703b +size 2758 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_030_Dialogue.uasset new file mode 100644 index 00000000..243b8b8d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Kill_TwinBlast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13585cc848e9b8334bce00b6cc905a94e4c04c0ca3bb8967c924b60f9a981f57 +size 2740 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_010_Dialogue.uasset new file mode 100644 index 00000000..30c04104 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3caec2e8228228895c84c0b7278b5c9d60ddfa4d0a8ae21430a00b6549237bf2 +size 2786 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_020_Dialogue.uasset new file mode 100644 index 00000000..48edf13b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a420154821135e5487c0057033c45ddbf8717fd643661bd5f3b80f88676c16 +size 2798 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_030_Dialogue.uasset new file mode 100644 index 00000000..41ddd078 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d93f62a691a42e28a598b803ff8bbe803a84481ace5ff0c01ced4c9804563b +size 2646 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_040_Dialogue.uasset new file mode 100644 index 00000000..8b84dbaa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52304df781233c27fe0c9df39876ff0acf81d342a5949c914ba54be9e7d9dda7 +size 2738 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_050_Dialogue.uasset new file mode 100644 index 00000000..5fbc2b3e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f00f6df4350eb3ed9e0e99667ec7ec9af7d998ae226e0357e235fa684bbbd7 +size 2750 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_060_Dialogue.uasset new file mode 100644 index 00000000..73bca397 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:989017f1c697d4b599398313219e06b9466765685a4bf97824949287335eab74 +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_070_Dialogue.uasset new file mode 100644 index 00000000..17303613 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf98ff6c94c94840ea7c29639d82e02345d6384f724ccfa37db094c9a6b5adc3 +size 2732 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_080_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_080_Dialogue.uasset new file mode 100644 index 00000000..5067866a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f616e9e929a91886d182eebd85a98e4ae546043d9f11b8e20e9e206bb6c66169 +size 2634 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_090_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_090_Dialogue.uasset new file mode 100644 index 00000000..f09899a0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f9d5f4610c43271aceb393268db4762f506d7a0854be5ad47d2c8c9b7017da +size 2730 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_100_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_100_Dialogue.uasset new file mode 100644 index 00000000..3e39ab40 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3929c6c2cde82600ac968880cc3363c81cc5a9bce9a3b51d829e0cd4f04c1d09 +size 2698 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_110_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_110_Dialogue.uasset new file mode 100644 index 00000000..80419a02 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f08a9003613514a42578b7688801bc2bd483768e926ec2a20f3b1ab7617471c +size 2730 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_120_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_120_Dialogue.uasset new file mode 100644 index 00000000..5f135838 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_Murdock_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a652165759dd932dd7cbefaef8ab90d444a47b20340be4e368fff09fc091b0db +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_010_Dialogue.uasset new file mode 100644 index 00000000..c77a4946 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc828af58439c7d27c46b320668a34989c76339e79d5d8f3ad0f2b4f26bae172 +size 2718 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_020_Dialogue.uasset new file mode 100644 index 00000000..877b91b5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781dd267ac687262c5805065cfdf6f77ae0f54c5036c8e3c8bee0be293a9335d +size 2762 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_030_Dialogue.uasset new file mode 100644 index 00000000..e579fe09 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01e9f4c28fa37b24d361f1c404b812b0dd64030de54bda5560eceb3b80de9d08 +size 2798 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_040_Dialogue.uasset new file mode 100644 index 00000000..78083723 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4d3270f49d0a23adc6f9941eba84ebc6ef4879df50ef02cd1386d66133b076 +size 2706 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_050_Dialogue.uasset new file mode 100644 index 00000000..9aec1241 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2700e9ddda64fb5931b117dac24b57e161cb647006210a162e234afe4d1b26 +size 2748 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_060_Dialogue.uasset new file mode 100644 index 00000000..96078768 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b959a57e7c6971a1aeef95c070bfab6feea00431406479d1c12b1e6a2ec43e +size 2752 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_070_Dialogue.uasset new file mode 100644 index 00000000..2528577c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc17e050ca13c47be2a46b5321183effe9e4bed7a723f2e4f61c7d311de14dae +size 2688 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_080_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_080_Dialogue.uasset new file mode 100644 index 00000000..192a1025 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b668417c09fe6d6d8a0783d7c262d2a6c1d80e1a9e5e2dd08abd036e829bb5 +size 2772 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_090_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_090_Dialogue.uasset new file mode 100644 index 00000000..7e124d08 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73ffd0251288f4315192a36392d2d73fcedbd76213dc3f187e6a49871d2bb51b +size 2716 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_100_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_100_Dialogue.uasset new file mode 100644 index 00000000..78cab43a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30c4e13c384d0d3245afbf40aa343acb7c73d28291df1ea2532dbddd64700857 +size 2674 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_110_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_110_Dialogue.uasset new file mode 100644 index 00000000..29b1d36a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbaa347f989af5e9f75b0b6cfd579fb007c8ae88e126bf11bce0077cef621fb +size 2666 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_120_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_120_Dialogue.uasset new file mode 100644 index 00000000..744f9cb9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Lore_TwinBlast_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247e644275f916dc5baa7ab0f828f221edde0de5bc15c9db801865dac8582f05 +size 2692 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_010_Dialogue.uasset new file mode 100644 index 00000000..d896de7d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f13ed177e8b4e501e98d5838f3e368d6e0e3d766e1fd328c30f9fcc003ec8d6 +size 2638 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_020_Dialogue.uasset new file mode 100644 index 00000000..cfa48063 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f323e39a586f5ec08fa08aebf117ae418063ed12d6a1fdab37571a6c7ccac38 +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_030_Dialogue.uasset new file mode 100644 index 00000000..274cba99 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56606fde5ee1b416a48ed2e9cc59b1670e6f2efae74be3033a5cf61a5f35894 +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_040_Dialogue.uasset new file mode 100644 index 00000000..5c9927a3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileDizzy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19f044955a820b6f05b838baff51b29cc031c593d697090e81a6bf1d5f5b7a4b +size 2756 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_010_Dialogue.uasset new file mode 100644 index 00000000..31da4f34 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b350eae335f27adbdbf6dd1b062080a176abfe260c7b0bce5cf4d01908018c +size 2728 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_020_Dialogue.uasset new file mode 100644 index 00000000..5d9093ee --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f0b67c0fe77ccb11c8fb806dd767ebb0e7e6b1776420e54f9b5d8f8ffa3ed1 +size 2858 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_030_Dialogue.uasset new file mode 100644 index 00000000..a45d5023 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53b4e3e2027d89568d2561d52be0b0923bfc597d89e1ebb027b0094dbd8b97b9 +size 2876 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_040_Dialogue.uasset new file mode 100644 index 00000000..c1016026 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfileIdle_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772cc18f81e80c696cb999d59e3506ec91a9c76ae566fe15e5797319d39aaf45 +size 2792 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_010_Dialogue.uasset new file mode 100644 index 00000000..c4cb7dc1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d51e7f2810c85bd488b045d40d71c04935ac47ea50c733ac50fadad82ac0eb +size 2640 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_020_Dialogue.uasset new file mode 100644 index 00000000..6366e353 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:798277b5451acd481e5519a44338d404d3bbd175e600fdb61e83d20ecfd6dedb +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_030_Dialogue.uasset new file mode 100644 index 00000000..d39ae8a8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a99d192dc30bd865e9f2e9ec2aa4f24b636e3565e4d469ec63a40d71bcab75 +size 2666 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_040_Dialogue.uasset new file mode 100644 index 00000000..9f8d3a08 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10871877fcb2ca0f8123b42367a588ecd12ac2300456560a8c4dec223d96b0c +size 2672 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_050_Dialogue.uasset new file mode 100644 index 00000000..ca21b208 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f98e1f73599a6dbebc90d28bb358d8606e9cad29a5b7aac29df9d1c1b42aca +size 2682 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_060_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_060_Dialogue.uasset new file mode 100644 index 00000000..836f4592 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869b0bdfd74f4139fead34c4d9d7e289f3dbf85ce12028a4b9c64750af025920 +size 2886 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_070_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_070_Dialogue.uasset new file mode 100644 index 00000000..98f22e47 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_ProfilePoke_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5fb8e928755814e7ab56bf8023db5903fbedc7c13e9728d009a4047923db9c +size 3128 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_010_Dialogue.uasset new file mode 100644 index 00000000..f226d1ac --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f07d2be4c7777a81701ab273987ec6bb6d3e9fdf5e23e3e047f138bdf54c0729 +size 2628 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_020_Dialogue.uasset new file mode 100644 index 00000000..79605413 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bca84e0275423776f9af926a8dd9a905bbd41944a3a03baac7f21c690ee1bb +size 2636 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_030_Dialogue.uasset new file mode 100644 index 00000000..96cd2053 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902403ba9cd56c343b62ef35996b01cb08ab94792d7308d32a7a6f40df325a42 +size 2666 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_040_Dialogue.uasset new file mode 100644 index 00000000..9a5a3bf9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cf8494f20b5c699474b33e756c4f7db40615a8a8125528fe1c4e9e60943f694 +size 2624 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_050_Dialogue.uasset new file mode 100644 index 00000000..0d93fe1f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Revive_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddcec822e9b27a3aa94f2d232b368097a5204d835c102ef2ca2821718f0c4933 +size 2628 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_010_Dialogue.uasset new file mode 100644 index 00000000..fa0e5a0a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c8973f53bad8a00b3e57eddecf161f09a265ccfb0f265b0e2307b77bf57b55 +size 2654 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_020_Dialogue.uasset new file mode 100644 index 00000000..efd00a9c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d461159e4bb645ce849108e17cd27164e8bb28b2ba69c6a734a384a66d72b51 +size 2642 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_030_Dialogue.uasset new file mode 100644 index 00000000..8fa3fa65 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Ace_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56795fc814b43ffd3995bf7f44d4e3ce9e79079e39a84ba5102a62e7211f297 +size 2640 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_010_Dialogue.uasset new file mode 100644 index 00000000..1ac36b22 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:557250c01678dd73c2115ab846911a813e9c58973d311d55c76ff37afd660fb4 +size 2670 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_020_Dialogue.uasset new file mode 100644 index 00000000..1ac22aa4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f93c7b1e465d80a8d96548f8c404ec2645bd6042ed237f28cd8f29a8d18c3f5 +size 2674 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_030_Dialogue.uasset new file mode 100644 index 00000000..3775a52c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Buffed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c73ab6d3ba8af599dfde9c776a016c9d5bc2f2fbf323a8ad971bf9f8b1ffb5c3 +size 2686 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_010_Dialogue.uasset new file mode 100644 index 00000000..30d09f21 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3fc9af3027e690b095f4866ad080a9731e7a12b23531476d09bf046f07d30b0 +size 2680 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_020_Dialogue.uasset new file mode 100644 index 00000000..42e8db39 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d55e202e9aa0a41d7cc7327110bf155444ac1660c0f579c651d1865b8b88754 +size 2682 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_030_Dialogue.uasset new file mode 100644 index 00000000..9e2bfa45 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Celebrate_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942e17583c66a81c7df2103d98a37fe8cb347d9f9c9cb95de3be397a7dfd3f70 +size 2686 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_010_Dialogue.uasset new file mode 100644 index 00000000..bb4514a9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2cd74d5e15622d3d796e042f8376a8452410686c5ea61264be60b74b8bff05 +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_020_Dialogue.uasset new file mode 100644 index 00000000..d4564cb6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e02ae875e5268aad6f7469580f05c2b95f1719bb622589bffee2c985d446c4 +size 2680 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_030_Dialogue.uasset new file mode 100644 index 00000000..def800ad --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Danger_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19a96c55d3a2bf2a371b275c8c646ac90d358fde8c10e13344829192181336c +size 2686 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_010_Dialogue.uasset new file mode 100644 index 00000000..6ed52108 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b733c76ca3ea584f6e8b2a90fd9d19a88b3181628b1e80b697ecef9524066a2 +size 2692 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_020_Dialogue.uasset new file mode 100644 index 00000000..e9ccb373 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0d58456d40b2dffc2a3e5cd00a74e481c19bd047706c66143d42284ea13711 +size 2674 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_030_Dialogue.uasset new file mode 100644 index 00000000..fcefbd7c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Defeat_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2d31db49619ec9108df3ac1b8d8e23d311b3be9ba2321070489bf0de38c8f1 +size 2684 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_010_Dialogue.uasset new file mode 100644 index 00000000..1a797855 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0debfc8e9db04d8bac9556c82399c6cad72b6455e4e2779ee9e0164b6f806277 +size 2668 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_020_Dialogue.uasset new file mode 100644 index 00000000..ebb5e79d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9297eb69bb22846b10ed94364ffa294009ddcc49ecd6162b031a31874ab26b +size 2674 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_030_Dialogue.uasset new file mode 100644 index 00000000..87ca9557 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Idle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2025670743a2a3a56c22ad76109bbb5446aca56eadfdbb2583a5c987c13d9e +size 2740 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_010_Dialogue.uasset new file mode 100644 index 00000000..84d7a09c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a9ce9a8bf158d359232c99a0b3dc5ecf9c8ad3478e5001e0ee390a723cb279 +size 2770 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_020_Dialogue.uasset new file mode 100644 index 00000000..bb6e1054 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db7f1806d4fae426462a46a7286cb5d4a8f0266bee5b319335ae5a9c87be30c +size 2798 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_030_Dialogue.uasset new file mode 100644 index 00000000..19ac3e8b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_OrbPrimeActivated_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52bf58fb55beb51518440c7814b0e41613ba86e525e013f137fd8f47eeeae2ee +size 2742 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_010_Dialogue.uasset new file mode 100644 index 00000000..c63e810e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca511de29edfd2b6741625ca156fb97a5296b676bbb3de4053c1d3868de38e0 +size 2664 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_020_Dialogue.uasset new file mode 100644 index 00000000..5147a066 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0dfc923dee5adc2a8219e5a9cdecbd5b33ffdbacccaaf006a9a9a85b93182b +size 2676 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_030_Dialogue.uasset new file mode 100644 index 00000000..2877dd4b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace28c81729334d75b79fc1674b634a571a9d6eb41e368ea1b697dc5d89559db +size 2662 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_040_Dialogue.uasset new file mode 100644 index 00000000..1cbb00d5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0879f0b0bf50296f07716c309a3b3287f7087947a8710f8fbe1e150374727a52 +size 2678 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_050_Dialogue.uasset new file mode 100644 index 00000000..b633066c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Recall_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b607e28efed1b08cc688f4f3788145e2f9d94ca7df66368e9c29c1d9493acaf +size 2688 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_010_Dialogue.uasset new file mode 100644 index 00000000..200bcd66 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5d530dd73f22e459e6980fd0c39e936209b35f9e47735ef9f7c4b097ab98b0e +size 2686 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_020_Dialogue.uasset new file mode 100644 index 00000000..970b1bfc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a91bdeffa87f8e25158d03f0e65733eb28e0620eafd9622031262d5134a6e5 +size 2754 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_030_Dialogue.uasset new file mode 100644 index 00000000..b6d3eb5a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_TeamDead_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a164148227bfde8ed882eee9baa39d520f1d99618b552fa0fd795ec18eb4ccb +size 2708 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_010_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_010_Dialogue.uasset new file mode 100644 index 00000000..80d8306e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05336f75ac8f7835d2e5a6cc41b377306e7eac03d668034112da40484084ea93 +size 2674 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_020_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_020_Dialogue.uasset new file mode 100644 index 00000000..0b80e7f2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020187edd699e30a9d837d8d761d51cd03af2801a248b5fdfd5f05cd3fefec9b +size 2688 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_030_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_030_Dialogue.uasset new file mode 100644 index 00000000..da377443 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682cd8c0a2f222620f15c4b7aceb0654eddb775cb800607fcf6cfac28966c944 +size 2672 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_040_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_040_Dialogue.uasset new file mode 100644 index 00000000..6fde8277 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b21a52568ae5a92db0e03d8062f3b5d13324615023d59c564947ed4684e44ae +size 2688 diff --git a/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_050_Dialogue.uasset b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_050_Dialogue.uasset new file mode 100644 index 00000000..1074cae1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/DialogueWaves/LtBelica_Status_Victory_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1b7e5f1a7d4b40b2475ede2f311738cb42653059d10263115415f96f323fce +size 2676 diff --git a/Content/ParagonLtBelica/Audio/LtBelica.uasset b/Content/ParagonLtBelica/Audio/LtBelica.uasset new file mode 100644 index 00000000..37289f3a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/LtBelica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb589aeda746fed0f3d84de8ac306e510edeb2614b9d85f04126587f547aa5b +size 1222 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_010.uasset new file mode 100644 index 00000000..eb2a57d2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f2bdf1f0e4e47e9037e7182494f2d06b43ca32f5d71f39d0ce5d029044660d +size 450844 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_020.uasset new file mode 100644 index 00000000..c54b9926 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d115c86c01b8bcd1dd54b1c8b9167a89a2aa076424693ccb0206c6017d5131 +size 499226 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_030.uasset new file mode 100644 index 00000000..56d08753 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_E_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2becee4bb3b55ea7cf051eb61268988e6c7252f6eab7ecba8e1e8f7bc17a2bd +size 514199 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_010.uasset new file mode 100644 index 00000000..f8d92577 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d00b56796ae38f6851cadac2613290879cbbefdae999e9e291f19298d93c4b4 +size 387707 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_020.uasset new file mode 100644 index 00000000..e06e549d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:321365619bea58f8e94cbcde959152046c868292684d26b9fbbee605abfd558e +size 461366 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_030.uasset new file mode 100644 index 00000000..c1899b99 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8387d4ca6342e1eb1b2fe4e957b203f26d7bd28e87d6347457aad56ef192ecf9 +size 362594 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_010.uasset new file mode 100644 index 00000000..9c767876 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9314fff6c7b365d34ca9aab296f63923faa27fbbd6fcb0367ce43b8876c452 +size 400666 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_020.uasset new file mode 100644 index 00000000..34ec0db1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b709b4e15897bc0e11a91153753c256a383de11ef91f07838fb9197987046515 +size 387389 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_030.uasset new file mode 100644 index 00000000..034d1d3f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8f9028f24e3a85bb9d978652752964ee095ce962ddfd550a8a049829b1c1c4 +size 393635 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_040.uasset new file mode 100644 index 00000000..9a967c9a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_LowMana_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e173e4f2e2c7cadd38c6f38fb6bb2b12a6a8963fa970d5bee0be385e0ad6faf +size 511764 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_010.uasset new file mode 100644 index 00000000..383f1099 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0bb3965515bf997d1f19d7d540365ef6b96fcb8f9dac78087ee798c8334261 +size 272520 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_020.uasset new file mode 100644 index 00000000..e8d83e38 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f50b9c2d38b0d4161a45de51e9cc26efb0495e94f93322dc0d7b2e29703128b +size 316127 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_030.uasset new file mode 100644 index 00000000..1b59a8b7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b40c07c7ae89fe6da9d2e9f2c5aa72b8b25d474c5ff602bb3cedc3c51d9322 +size 328299 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_040.uasset new file mode 100644 index 00000000..2b7ceed4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_No_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573061018a042f056919cdd956971f7838060ef8c7e4a2acf36b84a95ae6177c +size 386540 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_010.uasset new file mode 100644 index 00000000..77b5e230 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8902c59927696f5a16c418c2dfcf3caae00c35fa40b59981ae4f9222d0bd14f0 +size 387694 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_020.uasset new file mode 100644 index 00000000..e7715609 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5706645778ca67e90a591054813b0d1cea4940772fa2ba76ddd9ad0a5b9e34 +size 390895 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_030.uasset new file mode 100644 index 00000000..be8e7268 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa70f7e4541dbd71066a8a69d33da66c996e1b772682587adb9ea794d678719 +size 333117 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_040.uasset new file mode 100644 index 00000000..95d3ca69 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_OnCooldown_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a727ed6059eb7521e06be4b35cab5784efddb39d03a3e728049fbcfd1779e3 +size 401555 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_010.uasset new file mode 100644 index 00000000..09f2f8d8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29741f97e65eecc86346a792627ea6159a235b6151a6587ffc3124913c65ccff +size 403453 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_020.uasset new file mode 100644 index 00000000..b4d38129 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4123e7552634fce624db6b94ea4b09208bbb372786d515e315fa8f55513703b +size 399393 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_030.uasset new file mode 100644 index 00000000..22b8318f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Q_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd0ba7ad45745f1410ab358e14208484a007102d50324a75b483218b20bf6542 +size 327814 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_010.uasset new file mode 100644 index 00000000..f1eddf88 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfea2755b8938188e2dccd168b75cfd71874682586462f160dafdd58169cd70 +size 408813 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_020.uasset new file mode 100644 index 00000000..d8803062 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cef9460affd95c67d3939d62ff63695f0b48bd2918949620e265867c980b308a +size 392618 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_030.uasset new file mode 100644 index 00000000..df2860cc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_RMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fb43f1afac252d55b6e1d513db5ed3ef51328e189a7dcc44dcca115e26e9f7 +size 350704 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_010.uasset new file mode 100644 index 00000000..2c56bc25 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9773c34b374444fdf5345daf766dab575877ad345960c9599f74079a42d3a2bb +size 409964 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_020.uasset new file mode 100644 index 00000000..6aff5a81 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1e58c226009607d23d501242462943ed2b1a6897fb30736c49a45adb54d037 +size 433004 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_030.uasset new file mode 100644 index 00000000..71c4b390 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_ScoredCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e4bb586e37ac3db3d1b8c8bf65a466c656ca711de9b0d81ad598e28cae8bfc +size 427981 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ally_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ally_010.uasset new file mode 100644 index 00000000..afcfb9ae --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ally_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160f83d095352a2738bd2a747c75a61d54ba9fb494954fea4079614176960af0 +size 452487 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Enemy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Enemy_010.uasset new file mode 100644 index 00000000..fd6f5403 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451eba374dac7f986c17cdc8d58eb35447608bfb8a3590618bb5761e0b29cf52 +size 407164 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_010.uasset new file mode 100644 index 00000000..b6fb0885 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d429fec0c38ab899d1e2fbb3470adcb67de948f71b60b977954b2f0497040aec +size 494182 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_020.uasset new file mode 100644 index 00000000..d0ff44f3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3c3fb56bf407977615a225626e87f83d6163ff5beef55c9ff055109a81c12e +size 521715 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_030.uasset new file mode 100644 index 00000000..d2bd4e3a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Ready_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe034104a1f2597acc5f28ed9239b3bdc29bc6757ecda5a9a74fdac150d880d +size 683463 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Self_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Self_010.uasset new file mode 100644 index 00000000..b9ebf3bb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_Ultimate_Self_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f9f169c85b9b940301c62acd39f00f6ab92f1421faa75b10a5a95bfc4d25a5 +size 409484 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_010.uasset new file mode 100644 index 00000000..9518745c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7f39902ad0268250fab6b1e1bd89a77390b83567b463a460abac100980a7f0 +size 405652 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_020.uasset new file mode 100644 index 00000000..5284ec85 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d5114df6a94a534adea8cad0dc818ec94d9a4bf9d286b6b533140f07e3645e +size 404682 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_030.uasset new file mode 100644 index 00000000..e88717b3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ce29ddb0601ce2f6d3aa3338062d3b98d84e98d7872c4fbe875ee4c2d1b6871 +size 427922 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_040.uasset new file mode 100644 index 00000000..1497bc1c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastCharge_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb1108bdd21eb04816a2e14003c774edd072d5c4efe731df343994be6b19437a +size 377658 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_010.uasset new file mode 100644 index 00000000..635f0513 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf2d89ca77e8f60090069a129a9fdcbcf816f7c0c729d080138e9b1850a8683 +size 402751 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_020.uasset new file mode 100644 index 00000000..925afe06 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4df74c3b649d77f0026c87445d2ccca2c57cf493c4d367136b2f3c45f595b30 +size 456684 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_030.uasset new file mode 100644 index 00000000..a14f146b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bed59efb8441e965978f0b66bc80cb1e4ceca44adef80a2517ed1757b65a78e +size 438995 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_040.uasset new file mode 100644 index 00000000..51a4ab2a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastHealth_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d5218bd2c75e251a3a334bfc07b22363a95909cd210e17c936182dc90cef91b +size 419716 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_010.uasset new file mode 100644 index 00000000..e5731d04 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db210fba02d17a0d94d312c9722f46166949c4a677d19be8b9d5c001328269bc +size 393362 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_020.uasset new file mode 100644 index 00000000..6f41f311 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedaa8f8c8d97e9b96ce3f82dccc81db124afcbc3cb05ca48cafaa3997b27b7d +size 485438 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_030.uasset new file mode 100644 index 00000000..2e712dbd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf236920865de09c2cc33ff6ab922ee87321902fc0f5d824780623e0c93bee8 +size 450887 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_040.uasset new file mode 100644 index 00000000..70678cd7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Ability_UsedLastMana_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3d9a06f4c7fd065421d0efb4ec0384f88474e969bffa4461108e6d673ca28f +size 464402 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_010.uasset new file mode 100644 index 00000000..2325a794 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:777abad5b049908b50112f892b73e1c503a7ee68d4ad7fcf5678e356b51fafad +size 648543 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_020.uasset new file mode 100644 index 00000000..bd252032 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e630226de8fe8e403c47ece0d9fb1cd1b6c437298cb5fdba0cd3b33f0521b4f0 +size 733719 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_030.uasset new file mode 100644 index 00000000..e66df84e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74ea33724ebad888fa726d1a270934b408f5a8feeff67d4fa6c148fd15a6f1b +size 637289 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_040.uasset new file mode 100644 index 00000000..207ed691 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e4b62423e4a3212120d12b8f7800bd5b5b4bb75d13047520bcb5d48666d642 +size 1327797 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_050.uasset new file mode 100644 index 00000000..2799973c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Catchphrase_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bca74a8935f9c3613166292dfe12cf18928317dea968067e2f9a9334c0f9ca5 +size 865221 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_010.uasset new file mode 100644 index 00000000..c51c08cf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eadbb9227f8070430aa4b75d072237e03500fab84da10ff28f7937de3429ebf +size 372619 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_020.uasset new file mode 100644 index 00000000..2ee139b0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c236dd29cf09b804bf73ec9d15df86e8aa87f49a13563893f5a7d65efd8acfea +size 421757 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_030.uasset new file mode 100644 index 00000000..317bae58 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad16cae4174649165b66a3773c201cef076d1003915bc4826451e5ae24a7d231 +size 386343 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_040.uasset new file mode 100644 index 00000000..bd592433 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51d9dada93c864b2f4204c120bd42752a513219fad540b75b69f296923e7451 +size 408101 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_050.uasset new file mode 100644 index 00000000..f0801876 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a62e0cc27e747e926f694c920425af0948701d2d0df31e3cee9247c07e449f3 +size 366570 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_060.uasset new file mode 100644 index 00000000..6a2d6189 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb134a46f1fa2bd60f2ee20df88e547c5bb71d83f869b7ea61bc12b0909af1b1 +size 299468 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_070.uasset new file mode 100644 index 00000000..055dd1ea --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Death_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba7397aa47e156110b4d9a341b15b1008737640b4b742a4e8d5b886e9f7db6b +size 352328 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_010.uasset new file mode 100644 index 00000000..1a355a49 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c9dabfcc594d4ffd44ab50d3210bd6eca6267bae354fd6a9dd42d26aeaab92 +size 472816 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_020.uasset new file mode 100644 index 00000000..5bdba79e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d136d9a9befb721e7538734a68ab5770bbe9de81b4a1cf5594c6836d8e8eaaa +size 802528 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_030.uasset new file mode 100644 index 00000000..68d830d5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftLock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:568757aecbc3d2327d17b58c8515fc33be92bc93258dc7db46ceb2f09e3a9fc5 +size 541092 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_010.uasset new file mode 100644 index 00000000..fa25e4e4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4654c400c1dee35cd42de31b878cdfdfa477436d3af01a92f2e1bd9d251809 +size 480293 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_020.uasset new file mode 100644 index 00000000..226e742e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a34bcb62558e132ff073be6c5d278f96467f56273dac13eeb8d213f95e160cc +size 381565 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_030.uasset new file mode 100644 index 00000000..8a61092f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_DraftSelect_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8c057fd648810a81ce162c5de332e1d83e45ccbd9b993f2f6534032ac7969c +size 427966 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_010.uasset new file mode 100644 index 00000000..6a4c5b6f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94304b12cf8ab4225db9afe7be8325ad90f122f0311cefa1a33cc6f5df679689 +size 288025 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_011.uasset new file mode 100644 index 00000000..b3925ff6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2646f86711d2ff8efc7167d751e0af192e42c7a43a924554d77831edb2b1f92 +size 301022 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_012.uasset new file mode 100644 index 00000000..2ebf1411 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1cb8511158e5258e2a8abc3a820ef9142053a05e2e403935fc8f075cc91eb8b +size 264945 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_013.uasset new file mode 100644 index 00000000..eb5ab315 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be3513d210ff1ec58f1a3e7ca70440d1827225f03c309da2e9105e0d29ad8bb +size 295694 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_014.uasset new file mode 100644 index 00000000..a2c674e7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_E_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091959a0ed325f882b40481a446c8111f98edbf94d5f86aec8263f30c0aa938f +size 285637 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_010.uasset new file mode 100644 index 00000000..116bf555 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f625432bb3f93ac8f31fccdb7ef826044628b9baea768359fc876d8e1be1af +size 270739 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_011.uasset new file mode 100644 index 00000000..43b3afed --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6c1dc0a124a7958a18e4a5fe4224e5bba589e41a412f23fed56059aa96b645e +size 260486 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_012.uasset new file mode 100644 index 00000000..416bb5e7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f7a09e123416d131e5c362849ab04b07667052429bbb1cf08ff8f7b4457202 +size 277924 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_013.uasset new file mode 100644 index 00000000..9e492912 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3444a4319e65581dda26286bd44e374897ba216324d389545452ba33df7939 +size 268729 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_014.uasset new file mode 100644 index 00000000..c28b7e45 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_LMB_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cad610005a677f4dca092497c55f392514b02623b089a2f8b470d07f8623953a +size 261229 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_010.uasset new file mode 100644 index 00000000..f49cfa4c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b67e85d067b5f36904db97bd080970f943e17f914a9c13f3d9a85dc3735339 +size 410598 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_011.uasset new file mode 100644 index 00000000..c201ca79 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97ffc3c5dc36e9762cd0cda2fda62e5fb684b70888ed28226a5fca2926521d3e +size 389476 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_012.uasset new file mode 100644 index 00000000..7f293824 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60646d5f05e866a7538fe6d8e61962602120812294acdda9761f616611c433ea +size 399102 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_013.uasset new file mode 100644 index 00000000..2cd2b035 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:603d4ef534337dd2d6879a53e4b9e7fc47a29a66bb10f5647191ebe42a5626a8 +size 399264 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_014.uasset new file mode 100644 index 00000000..4fb12c57 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Q_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64c1836a8cbde2b3558e0a69748e2cc4c2e3f0121d4a186719caafa6f3c62be +size 427803 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_010.uasset new file mode 100644 index 00000000..91e53234 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f596bbc3f035fae7411a8b7d0399fb4e93afb9b186d7ce0656aebfe8cf45efe +size 306670 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_011.uasset new file mode 100644 index 00000000..59f73f60 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b34fb35cdb1adc3021af3643c0e0fd824cd4682c8f12daf2f501c2e75c6c81 +size 322235 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_012.uasset new file mode 100644 index 00000000..a38f9318 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5742efe19ad50520e7076d174ea3655f994581a1e39a8c3330d408e80a04d428 +size 283141 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_013.uasset new file mode 100644 index 00000000..d652f034 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6bc2ed25300c7870769bc6cc88bfb5a40cfc5a7cecf7009291c943234b911f +size 274116 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_014.uasset new file mode 100644 index 00000000..e936cfbe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_RMB_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f670adc3d36248530378abe1593088ca53f935add2145e890e86b70bcec9fce2 +size 275878 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_010.uasset new file mode 100644 index 00000000..c659484b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f2c656e53ab632ba1c64a1c601c28e30fef2495ff30aded826cdb1d6e9b3bd +size 447156 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_011.uasset new file mode 100644 index 00000000..47f80694 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e402486adfb608d2ddb160d887fcfcb4bee6418f8c9738bf22ccdefd076de6c4 +size 416185 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_012.uasset new file mode 100644 index 00000000..bcb4e05c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e44443f0d0b3e5affb37d6191073be61ecb294892a9f5b36990a4b9a9e7c21 +size 435197 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_013.uasset new file mode 100644 index 00000000..11660032 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:795f9a20c17de6c3bf948357e63c7dfab655829bc2c8bd63f4b172ce37a1a0c3 +size 385347 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_014.uasset new file mode 100644 index 00000000..b6233b86 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Ability_Ultimate_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d8e9839541420274b19b33a4b3fc1d833c7f9f42f8c0604161ca44ca7b1a22 +size 450384 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_010.uasset new file mode 100644 index 00000000..16c924f2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d53fb6848308b2403fe78f42c81b63c1df8224ecde101b6dd3a5640a9a39a53 +size 329835 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_011.uasset new file mode 100644 index 00000000..a939164b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d207f97e14ee2198b2f0fc749ee09bfe1f0f1cc7c20e85304af6af25e90b3fc4 +size 354880 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_012.uasset new file mode 100644 index 00000000..9e5d665b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14db9ff4bfc2e006db4502702c0bd3a9b0bacd6ac65a0ff0dfa542398ce5eef3 +size 339771 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_013.uasset new file mode 100644 index 00000000..cbefb26a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2362d9a0cc33613c207a717d111fc87f38a33c6eb061bd4958d749fe8aec5d5 +size 377225 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_014.uasset new file mode 100644 index 00000000..4a43361f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Attack_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7256e764b93f4c3e370357f86fba248272724c22bb8672ce638e022bdc3abdb1 +size 319016 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_010.uasset new file mode 100644 index 00000000..6de4ce80 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e55037196187c7b40437ce325d6064ba0e16e7f30391b4454beade03efe08457 +size 347385 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_011.uasset new file mode 100644 index 00000000..f7bf7198 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c76775b6a8240f83cca37164c53adc04f9de327c0c5dffdb0e4b61c6edb48c +size 333310 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_012.uasset new file mode 100644 index 00000000..170d3b70 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1540bde0c3be544daa2e89d5cb992f741c561e1295cc720e20d565c05bc3279 +size 358620 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_013.uasset new file mode 100644 index 00000000..d734ec45 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1b53db5bc29faba48c1086fef1c0b72bc1515f76a47310faa29b27e9725a46 +size 279136 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_014.uasset new file mode 100644 index 00000000..a7f78e01 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Block_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f94e6cdb23a9fd11a17365f266f51c01dae905644ddf6563a1c062cb12ef928 +size 304724 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_010.uasset new file mode 100644 index 00000000..3e427f7e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f40413adda1ae073fa8b1c9f2b9559748f1ccbe8f6651e6e06f0c13deaa8d526 +size 1771836 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_011.uasset new file mode 100644 index 00000000..28039776 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d789ab1a22be9b462a536410395f76563ecc4e5dc675f56c297b647bcafe604 +size 1786951 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_012.uasset new file mode 100644 index 00000000..52300b58 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c21a82c94132ebdd33f8dc9c808d4d97cd13de40c8b1f070d77026fdae8f85d +size 1790972 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_013.uasset new file mode 100644 index 00000000..608f12ea --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef34e64b4aa01f4d0fc511f0818ef842be0e3be78d9a141424ae8003ecae45d +size 1646719 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_014.uasset new file mode 100644 index 00000000..a3be470d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingLowHealth_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc65d5bf3f022b6b81f44097eb08d3195ff1d7ba07e909797b26211eddaf4e1 +size 1480882 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_010.uasset new file mode 100644 index 00000000..52268c4b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcf329f329099efa71b3d754f03afc9999ab309551560c041d0bb2cae89d7d5 +size 2229308 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_011.uasset new file mode 100644 index 00000000..dc67e020 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6ed3d0ba03408769ddc2229c6ccf0d4266e6e6ec339ec9bc2cfca2893da5ca +size 1919501 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_012.uasset new file mode 100644 index 00000000..3a246810 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34e9809095257d6715c25ec243328a57bbee8753071b411b77f033035f6c534 +size 1452292 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_013.uasset new file mode 100644 index 00000000..fbdee349 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06856c0433b37d0979f5a9504d8d17c89a663dba84af42b2a6965159193b59e +size 1348971 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_014.uasset new file mode 100644 index 00000000..7ec6adf6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_BreathingRun_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f409bf66a3482c2112aa9b6228d95c45f6480b817d29ae8e1eb73e644373d913 +size 1646861 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_010.uasset new file mode 100644 index 00000000..dacb5c3a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33239fbf08cf37a14edbddf638d8f4c4a3da3b26a1d51a65266dc488d833d23 +size 363654 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_011.uasset new file mode 100644 index 00000000..1990492b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4f6a942fe6c916edbd09d34a3cfe79e7aa4262e9f608ba698bccb11d175715 +size 457166 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_012.uasset new file mode 100644 index 00000000..6b7fc0da --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d3588778ed23d4acdaad9ab1f9cd304ba95230bd4a1e39e0692e727d7e76495 +size 341289 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_013.uasset new file mode 100644 index 00000000..5af668ae --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd9f930656924e64ced91c564b01838e613231636c52c9baf6e071cd40b196d +size 352851 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_014.uasset new file mode 100644 index 00000000..2cccae94 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Cheer_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a45a734730f5ea4b8702a13a7095238a97b33e35bab34397c98e2f5d7e9f65c8 +size 395528 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_010.uasset new file mode 100644 index 00000000..95cfa176 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9a94824bd207ceff4ac7c20d734995e296c33005f5900436324f9b70b08f73 +size 615909 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_011.uasset new file mode 100644 index 00000000..ddcbbdb8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27c798e5bf3ee2537e138c43958da513f2ea5fbb60663ce6c8fde42cb2a60a5 +size 747146 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_012.uasset new file mode 100644 index 00000000..36d732bf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3518ef4dfde627fa0a4a5d241cefdaf1ec2f934007e8e74e51be1c4b8c7d9f2 +size 558896 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_013.uasset new file mode 100644 index 00000000..8fcb7be3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d090acc2196065498119c88399da9d734338d59ff9d763a5503a52a62c4a8c +size 573885 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_014.uasset new file mode 100644 index 00000000..d130575f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Death_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a05fae0633ce42c298f7078a1c940a27dc16c3c7d16c9a3075645351197cc40 +size 514197 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_010.uasset new file mode 100644 index 00000000..3cefe6c8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cd21b65bf399d1ee81a622a7be3719394fe2f699fba74eeaf942cc695c5c10 +size 348277 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_011.uasset new file mode 100644 index 00000000..c2b9221e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7c52c17334b32e91d7088956a9e2cd363dbbd0dcc085b783d3f983fcf87e1b +size 385167 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_012.uasset new file mode 100644 index 00000000..993d5347 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86eb4e85bc514dcf356742c0e840e82fc7b831f5320fcc361ec31caf2cd1fad +size 374878 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_013.uasset new file mode 100644 index 00000000..b7d86dca --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc915e85669a04178a0022cdde4185efdf3dbeac1e9020bb675700f80f5b4d3 +size 382863 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_014.uasset new file mode 100644 index 00000000..90823826 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Frustration_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c10676cc0af9294528edc236cae983218ef6f41513c0e02df9e43cb0d8390c68 +size 397505 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_010.uasset new file mode 100644 index 00000000..8341b2a4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f6d38d422091550f6c7aabea21855a00d9664e8048abe1dd63b5b225588685 +size 337019 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_011.uasset new file mode 100644 index 00000000..2392b364 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20870f051dd9b10628a57d1cd2c68dfc3b10395b63c0fd510e667d8b53ea3dee +size 384990 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_012.uasset new file mode 100644 index 00000000..df7b955d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc577f201209e059388286cf1087f380f7ad4155bb07b6629bc6be017016d28f +size 274126 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_013.uasset new file mode 100644 index 00000000..e6762638 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d35eb67bbd3275d05f559b29b491e1b17cbc0d67d6e82732a8092189bcc78c +size 299993 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_014.uasset new file mode 100644 index 00000000..7c41b0b4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_JumpHeavy_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c43957ea4976d1816b69ba83cdda935fe5a969e89f40b529267a87a4b73a5df +size 264549 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_010.uasset new file mode 100644 index 00000000..610fb7d8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1c8988f8ae43fb71f36c7532d92fce2700bfb8d8df94db9fbecbcab626007d3 +size 262543 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_011.uasset new file mode 100644 index 00000000..083a169d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78e92e265e4957e1c70548225791d4bce95483d42262929afb3454fa4e15588 +size 252963 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_012.uasset new file mode 100644 index 00000000..4938b5ac --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfe7874be562d615462f40882dc1d30606c181c47140acb241a2ad990bdae706 +size 264199 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_013.uasset new file mode 100644 index 00000000..03d8d721 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdf732c38077c5d188ac6a40e1241d9e2cc7afd63ef0dc62cef79a219fab1ad8 +size 270617 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_014.uasset new file mode 100644 index 00000000..1189a726 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Jump_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7b021ff0ebc4ffbb7347f1c77fed9664d567058f44d5586c36f04df69f03ff +size 249772 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_010.uasset new file mode 100644 index 00000000..fd4058fe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713ce76da685be093f4454c7d98be89e00a91da0880f8208c2805c0489a191d0 +size 296866 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_011.uasset new file mode 100644 index 00000000..23fb6c13 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7610f59a95408b44d1682351a772d89ce563f972467c2394e3df6893fb4a70e +size 345178 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_012.uasset new file mode 100644 index 00000000..8b07bcd9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5fa3e7a6132f892309721b437a84650efaac556f7bbbc546252c1123ced4822 +size 303562 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_013.uasset new file mode 100644 index 00000000..3a8fe997 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f13387c53d2cc8efb86d6e45b6532f6866dac76f177e4e5e50afa133a7fdca +size 295595 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_014.uasset new file mode 100644 index 00000000..7024d57b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_LandHeavy_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d5aad98051f19f537df9c210ec020b308d25909b802dbfc3bedb7a7b10b254 +size 298880 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_010.uasset new file mode 100644 index 00000000..c7f5f8af --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af0bf48d3691250ac3a0e8cde9b24f119f21c1f4610205decfe6c8fe2adeedb2 +size 285770 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_011.uasset new file mode 100644 index 00000000..d23d7ddd --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbdddf3f8b9a7edf43f374d1c0075dc4f22f5ed1a69afa177cc1765f98047c02 +size 290313 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_012.uasset new file mode 100644 index 00000000..c967cccf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdb1fc8888f28c162f6690896d8d2a5947ce14f42101b14325fa6db18a6cb10 +size 290256 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_013.uasset new file mode 100644 index 00000000..c924a287 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7c9aeef83d0a8b84ade47df76766e062dd569736d3f7d01c3bccd0fee18748 +size 278466 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_014.uasset new file mode 100644 index 00000000..97723678 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Land_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1898fe69911ff7f2e008f7f08b88398f48468d35b8ecf36823285c053358720c +size 268112 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_010.uasset new file mode 100644 index 00000000..eda919d4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ab9b3ee38f3486318ab874e2fb24f7cffbfdd2849160a8f69d2983b28322f1 +size 577321 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_011.uasset new file mode 100644 index 00000000..cb9b96cc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df704f75b6f5cb87dfd1b00357132f4de6e2e69366d3b3fd3f7697299f7cff85 +size 536399 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_012.uasset new file mode 100644 index 00000000..eb48d8eb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef35b36b4599bcd6b14a2aae5a309f66bb878d79c40977f9ef4e346b27c475c +size 549220 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_013.uasset new file mode 100644 index 00000000..1f25a202 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eecb9395dd1ec42babfca35a2a9d4fe967a344ec9a5f0dd5b279c934323c0989 +size 488087 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_014.uasset new file mode 100644 index 00000000..e7d1dd99 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Laugh_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47eca4c281fe9a6294c745ed45ad91221155c8c3122178c199fb02a01ea6c36c +size 483413 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_010.uasset new file mode 100644 index 00000000..51db1ee0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01add13182dce28d4fd3fce511313157afbebb345aa8421a9a7059c010f328b9 +size 374658 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_011.uasset new file mode 100644 index 00000000..72442e4e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e891d7ef2b3e2f955e03ad86177a0eaa281dcb780d256a2cdec7b701cae0c6 +size 344075 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_012.uasset new file mode 100644 index 00000000..b96510e2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c9b743bab095730e76a3901e5a593333094ccb85ee0081ee7c9109240f1c0cb +size 372601 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_013.uasset new file mode 100644 index 00000000..4a7df039 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a967f49e2a2a02cf5a4fb158486b84b7f4ee5a7fbfe1522a0844a3f371f668de +size 322729 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_014.uasset new file mode 100644 index 00000000..e01b9a6c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_PainHeavy_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c9fa62046540799f5e2eae3c996911c49f19cacbab6cda6e025d320ecc51fa3 +size 344618 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_010.uasset new file mode 100644 index 00000000..bb8f7a05 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:935e77e950eeefdb60b1ea43e52402f451f7b546014f02d922774b9b2c87c688 +size 343551 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_011.uasset new file mode 100644 index 00000000..0e6d9cee --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f43b83a3c6e8b968161e279fff008166312acf1113a49641e8f21c022ba4d1 +size 357816 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_012.uasset new file mode 100644 index 00000000..d828840b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a625567f1eb96b4e7b433c703496f5332af530c0377f21e3905dc4c43cf0f359 +size 283642 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_013.uasset new file mode 100644 index 00000000..742e2c65 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e2b7b6d77c76d0b41fb6dcb56a63d88f776017e45a48323454ae726783439b +size 295897 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_014.uasset new file mode 100644 index 00000000..092ffa23 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Pain_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1dfa0dbf37dd38c213fbaa8ee76417a3b6e0fd67fb0b63e9e0a91ba747b3038 +size 327747 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_010.uasset new file mode 100644 index 00000000..b20aa3a2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74b4d13fc8eb61ec376dd76787c2f4e4ba057b18b6a11fd8e45702e3e71265f +size 353125 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_011.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_011.uasset new file mode 100644 index 00000000..aa6c51d6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed56f3be3f77ca0917551167385fda039161972ff0741fdf0dc33297b012f3ba +size 304000 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_012.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_012.uasset new file mode 100644 index 00000000..4d0b991a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19020ab5bc64a5e568e611a525a7f817022377103ec0cc81ac3316cb7f457026 +size 364351 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_013.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_013.uasset new file mode 100644 index 00000000..a47a12db --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d457fda775e6171d3ed5889fe30fb793adb129f95bd3e83f7975b98f80e174 +size 308036 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_014.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_014.uasset new file mode 100644 index 00000000..8202bd0e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Effort_Swing_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af8ebd5962b6c3a853eb4ddd3a6bef5406060801289c62ffaa61a7874c63c0e +size 320366 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_010.uasset new file mode 100644 index 00000000..8a57e926 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54b5948905eb38bfd544f03e596443ff129c59732fc3bb7146af53e6c50237e3 +size 300779 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_020.uasset new file mode 100644 index 00000000..08e74e52 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af54ddb9940569a51b8e3e361223c31f8857128ebaa3cad489c751f839d46c0c +size 300075 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_030.uasset new file mode 100644 index 00000000..1e126e35 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbac11d33ebea7ca074fe7c3371e1af25ac5de520e9634d0fa61d7a54e00d2b +size 295469 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_040.uasset new file mode 100644 index 00000000..a4b6aada --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8392f66cb9257589772a8cbcd123a4dc0780eeaa01ef8d81cc792aa02293f196 +size 316171 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_050.uasset new file mode 100644 index 00000000..831527f4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6b4ec99dd1f3658380bf2b0d35498b8fa9b7215f8824454f41fd477be20f10 +size 305921 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_060.uasset new file mode 100644 index 00000000..3ad5535b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8a04ae501e9ddaafbec9247751be3220e10f114f9084338f8a82ccd013eb8d +size 379761 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_070.uasset new file mode 100644 index 00000000..0a6765ab --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b71d521ed0e56907342c577a8706c20e56c96f9260eb998fcb221c8a289477b1 +size 648919 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_Taunt_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_Taunt_010.uasset new file mode 100644 index 00000000..53f0fe8c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_Taunt_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b70d90310f2e32fa5138c1ecf7761bd1905b5397a7a3d1ebf577dea6403516 +size 908301 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_Taunt_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_Taunt_020.uasset new file mode 100644 index 00000000..ae92e315 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Emote_Taunt_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d85c1fbb514d0a328ff9a15294e68603f0475aa20d485d43cc7223e1a0bbb2bf +size 1642588 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_010.uasset new file mode 100644 index 00000000..7357fd62 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39e3686aa2316b8c7cf2557b51704b1b4232b660046512918f0f78bfcd26bd0d +size 769866 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_020.uasset new file mode 100644 index 00000000..605497fe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6bcfc96e9a3742fa9f5818c5780b69e6821b4b065ba8f1d04a7e7aa05d98943 +size 411695 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_030.uasset new file mode 100644 index 00000000..8e3a7dbe --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_CriticalSave_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f5e512dc9b0c59155557df4dfcd397cf3cdfe43341d43fd4d755cf711dc806 +size 344426 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_010.uasset new file mode 100644 index 00000000..151fa39c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e108e88476313f5ae7a64cd58698c47c0af2b174c736991249ca2f1be0ae1758 +size 454767 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_020.uasset new file mode 100644 index 00000000..7ee1e0d9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ea22f798b00ed37d8b0657f8c0b118c80ae109df5cd3e3e0809a42f781b68c4 +size 497676 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_030.uasset new file mode 100644 index 00000000..cd3ab4b1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Critical_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08c57a4f940592afd09949643bc434dd06b1127eadd981a246fab1d5220bfe5a +size 439940 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_010.uasset new file mode 100644 index 00000000..4ddd794b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877e55f6f678f003b24178f33c7166346223deb94f54f8813b169e383d04c998 +size 320330 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_020.uasset new file mode 100644 index 00000000..0bb44d9a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606d92eadbb55efeb128acf36685457f2f2d29553d6b57948b95517d78560b75 +size 379632 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_030.uasset new file mode 100644 index 00000000..722adb63 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Healed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dc3af830c280e42f9dbbaa492a3be14a7a0da58610eda801ae19adb2220529 +size 372646 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_010.uasset new file mode 100644 index 00000000..2880b612 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940675124257214cb78f2096be70a83f6d8ed675e660ef5eb161cb8eb7efb9f4 +size 390593 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_020.uasset new file mode 100644 index 00000000..057480e5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13934e426925474a6e419da13c06062827d65bb660a8434e4cc2971ff6cd541b +size 343967 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_030.uasset new file mode 100644 index 00000000..6cea049b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_Low_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412f21109facf651ebb62b530278ff41af04608b1a35e040e3ad5597e5e2e099 +size 370256 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_010.uasset new file mode 100644 index 00000000..0414d798 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d481e0188c2a2f2677f5112ba7f646f3f036772459155b463d34ce679075ee79 +size 329598 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_020.uasset new file mode 100644 index 00000000..937e3954 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bba3a1af66525cc476d6fae33eae537d4e59eb775cf6cfcfeda852ed3fb291 +size 481664 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_030.uasset new file mode 100644 index 00000000..5dd9d051 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Health_SufferedCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1296cad2f24698b2ecdc378d1d45d940409335172b4f7525a6d6196ee4f1d35 +size 415061 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_010.uasset new file mode 100644 index 00000000..80064545 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cb1507fe30d7d169280522259c236f6d709a412c84d349b57a46333a272006 +size 543362 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_020.uasset new file mode 100644 index 00000000..7bf6eb37 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72073e29ecbb83958d5194a722c47c785ab7cef86bcebe1708ed5edab359b94f +size 384437 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_030.uasset new file mode 100644 index 00000000..4a45d082 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_BoastResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:223c5e84fd424b0e488169d7c7ab56af211c7842058505c5122ea1222aa04e8b +size 539005 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_010.uasset new file mode 100644 index 00000000..900ca67b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7935e51d436bbb90b5748a221bde3258eb1814090ac8dd395821470ad0913a0 +size 473452 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_020.uasset new file mode 100644 index 00000000..dc83d85f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b248b1be48e798201b8873c110f5e7c201fbe3d3c26cbd43acf0a614e8c67a0b +size 612257 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_030.uasset new file mode 100644 index 00000000..a08c4b15 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Boast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ccaa281488c2e96c9415a9ec45d78d1a6c604f3658863aba733d53bdd661219 +size 783511 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_010.uasset new file mode 100644 index 00000000..aeb9a92f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e55150452fc078a376f85507c12127f52bbb0fdc885ce65277a756b50fa5cf9 +size 346967 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_020.uasset new file mode 100644 index 00000000..09c62f66 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765d7139ee42b11f64865c5c1938a1d04c146e7612bf02d9948d79c3ff6f5034 +size 363171 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_030.uasset new file mode 100644 index 00000000..892c9326 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_QuestionResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9a68fe61eee5d6dcdd43ae5f924e3cb8b4c44e7113825f3cac4b246ef11f58 +size 340968 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_010.uasset new file mode 100644 index 00000000..677203de --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9936b30fa738a59ba5f5c0a7bcb152ea161d994a77a1eb964411a8142eabd07f +size 346292 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_020.uasset new file mode 100644 index 00000000..fdeded6e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a62a4f164d4d56ec84e448546d982cb616d12200d9210263f790ccc00a0339 +size 425561 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_030.uasset new file mode 100644 index 00000000..038126e8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Question_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1f880419eb0d007522d9d1a57d1d1aeee13500b40d9c8a0ad60049257336b6 +size 416070 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Shinbi_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Shinbi_010.uasset new file mode 100644 index 00000000..7177981e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Shinbi_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd47a9b8fb8e4449818b056edb55c778f00e9cd5904b83bd65bfcf60d87d09c +size 520903 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_010.uasset new file mode 100644 index 00000000..af9f9494 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c099e3c1e0134a26157494556bf5e45dfa686680a9f225a51e318b88eb5bd5d +size 844479 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_020.uasset new file mode 100644 index 00000000..6e0a7a99 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0ef8fa3c7b476c830b0449c320d7dd75a866d37c3ea388aac7963c6697eec7 +size 648823 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_030.uasset new file mode 100644 index 00000000..d2f95376 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Intro_Statement_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a5dac96d1d03167c215b4cd892191b4a1621a8062f0e3d02ad0c5de1a05c2a +size 846286 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_010.uasset new file mode 100644 index 00000000..1b9add58 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8747cbcb0d1f6c530421742ed4c7aef5995bbde18cd51dbaa8c67d93c14ca011 +size 401925 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_020.uasset new file mode 100644 index 00000000..6fd38dcb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1b3573b810c3dfa1ca747433e80b0619d41ff6ce68cff431e1086bb7473f7d +size 384117 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_030.uasset new file mode 100644 index 00000000..bceb2c5b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Assist_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f90b0530b7d453b0fc330fbd25f57d89cf0ba06f39dc5e7e6fe000600abcb11 +size 346762 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_010.uasset new file mode 100644 index 00000000..9a888839 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0838ca613df4ca5cd47f6176199ba1f204fdfdf596e669127651158560d62994 +size 502857 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_020.uasset new file mode 100644 index 00000000..7d97e038 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e255a8c738247b67a53b33f7e77f0925357dccce4cce84470bd41043329e2eb +size 470676 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_030.uasset new file mode 100644 index 00000000..0619e60d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab129c71740246b84a0086366489575763b12fb9fbb053c402e44d5fcc568a8 +size 499493 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_040.uasset new file mode 100644 index 00000000..9e8317de --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e21d7f1c350adc38f1ce684db80949f052087131a81547eaa1993a7718e9f6a +size 400849 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_050.uasset new file mode 100644 index 00000000..cc33916a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54a73d82b88226a63db10799739959158f9e42451cd43d9c1cbee24a9d3c074 +size 444731 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_060.uasset new file mode 100644 index 00000000..d4e82c27 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af8812969cd1b28c48f7cdd34d4bebbe603abe522e6eeeffc71c37b3b8a7ae8d +size 527443 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_070.uasset new file mode 100644 index 00000000..699997d0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Enemy_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49508603b559d0ee86dc9b0ed192ac1b4747edb2c0ab6146375dbef4e662e2e0 +size 431845 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_010.uasset new file mode 100644 index 00000000..96e13949 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4059ebf4b43a165945a02400ba873b41d1ef3cb3b1924cb205f5a5ef821ae31b +size 381159 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_020.uasset new file mode 100644 index 00000000..075b4a24 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914fa2ac000aecb2fcca03e3b11c24a19b2ad6eb32294708166932301a83d524 +size 429582 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_030.uasset new file mode 100644 index 00000000..e3d2da07 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_FirstBlood_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c637cc119f375ac19808fbbf8cb16fc5467363e3c5f35e6e08a5ee35b2a76ce +size 442766 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_010.uasset new file mode 100644 index 00000000..6c477a5d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152d87aee7e4245b5e7fe2495fcf6c270f1e20c89b4ef1e2ab578eab325b7648 +size 427731 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_020.uasset new file mode 100644 index 00000000..fc5a4002 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a035b942741425f5ff6cdbb18dcf8f533aebe917c7749bfcf2623bea4de142ca +size 364502 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_030.uasset new file mode 100644 index 00000000..050f9a79 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Revenge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f90c0082eb18deb634abb590c4a448b57049ce098d673881f6646dfe91188d9d +size 535199 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_010.uasset new file mode 100644 index 00000000..c9a14ad6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47de642df0333ade45ca4c6318bc1241a9367ad028daa83c3877fef6279b03a5 +size 422150 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_020.uasset new file mode 100644 index 00000000..2b643c00 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c9e11feb4a54f2bc3130213c55ccb86b553ae6935cc0412cd2f834f839057b +size 617805 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_030.uasset new file mode 100644 index 00000000..ffd7fe14 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_SameEnemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454af2735f337863b4cc1ae709c1c5c4347fca106148f221d0a242e51ac4e9e0 +size 520042 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_010.uasset new file mode 100644 index 00000000..cad774f5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39388cfc946c317f3b760186d731e40003ad8076b019166dad2cba497eb670f9 +size 421488 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_020.uasset new file mode 100644 index 00000000..94c4183b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72df8e9aa4765afc02a7289e0494e30758ab665bb2329d9aac38e1b79654ef7a +size 495086 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_030.uasset new file mode 100644 index 00000000..69e0b968 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Shutdown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7867249c4fe0bfc73bdaf6ea9a9690c57b17e416f1264928071f17eccf88bc32 +size 400683 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_010.uasset new file mode 100644 index 00000000..a27cabec --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f11d45f25fcb71bc42627a89ff7ea08cf820a0b6177c0646456c5e2c1adfe6a +size 462096 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_020.uasset new file mode 100644 index 00000000..1365d77c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fa9fc59984f26a588d4b423f8a40b11682138c8a7a61c0847f6705c17cc018 +size 362391 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_030.uasset new file mode 100644 index 00000000..4ec1b231 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Kill_Streak_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e62c05bd9172174cc527760c0aed4eb9b1e5d29f832db6fef3c601ab74bcdd8 +size 487052 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_010.uasset new file mode 100644 index 00000000..283f2fd2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f180dc00107b173b42d79a009572446a3c97a87aeaf488d50e4916b9ce1ff801 +size 315243 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_020.uasset new file mode 100644 index 00000000..4eec611f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:312f1de18356c88a855e104e5f7cbc485ea5b75b3f41294a9318594aadf5202f +size 403071 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_030.uasset new file mode 100644 index 00000000..5e12a3e0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31530e215b21b7ae2c719336bd0e3ff1af6091401d23a2f0e938666e952a7a3b +size 335408 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_040.uasset new file mode 100644 index 00000000..b0f01335 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2433d01299f17e21e49ead760e89479824a6e989887a907516bee967a94b7c2 +size 507684 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_050.uasset new file mode 100644 index 00000000..d8d346f9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_AbilityLevelConfirm_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269c6bd66178dac9a6f9e3e2b572a89a1b3c13b61b465a18fd184011c012c98e +size 312482 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_010.uasset new file mode 100644 index 00000000..d619f5b8 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c86a5fc8c29896c4e55836b26fcaf04d5479477cfff1e9b1bfc7d04c230f190 +size 364812 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_020.uasset new file mode 100644 index 00000000..947ec02c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f1728710a5a23d4bd70f101e092c795cb113021d7f3f5a48102e7c30b9b10a +size 474248 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_030.uasset new file mode 100644 index 00000000..e469f259 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_BoughtItem_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a2c0954d3f0a2f6c045b673579178dc0b032a7136a61d44b272d3d478c2f3f +size 398678 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_010.uasset new file mode 100644 index 00000000..6e31c17f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f12e88ee0932b1dbfa966535b2f52b9cce289e7387ebe514a25a237c5b4c5e +size 443087 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_020.uasset new file mode 100644 index 00000000..0d1f01f9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3311ffc8e971eedf17b6ce5c9a03becaa4dceef93778defa9bc170622f6704e +size 681129 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_030.uasset new file mode 100644 index 00000000..9069615d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_CardPoints_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49b074bc582af67aaad95f5441b2c6e5d147c6d6c3800d0316bdf20d87172d35 +size 605808 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_010.uasset new file mode 100644 index 00000000..a3c4eb19 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4369ef2f0cd325b5564b3a8fed3ea36b23133a424d4acc98f0f848105dac2a +size 610200 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_020.uasset new file mode 100644 index 00000000..7d6bf072 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c229f73eadbf294e6301452a58eac9f8b6929ac629749ba47ded096a43291b4 +size 563081 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_030.uasset new file mode 100644 index 00000000..6e082eb4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Five_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7d5a8c3f514487c99c7a3e12cecf4f68f3f7d22c17e878dd3f4c7e5ea3e9dd1 +size 550663 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_010.uasset new file mode 100644 index 00000000..7180e39f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8803e0371465c42bcba236ffcacaf5259df661e75da1f1db5a096b71ee497e77 +size 365351 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_020.uasset new file mode 100644 index 00000000..6cc33b40 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e30c8f11348fae4cc61e6ad62e86bba021030b9710e7ac18b90e2b9ddf4d19 +size 371213 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_030.uasset new file mode 100644 index 00000000..394174ea --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20051d960b8ca6447bcb87a4ecdf040a1ae048efc24ecc9b1f8d72bc6ee81704 +size 366068 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_040.uasset new file mode 100644 index 00000000..c117609b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6524500617dde44284ca3c7395e4909fa7fd4f3aff9860c4966f7cb4ab50e47b +size 447150 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_050.uasset new file mode 100644 index 00000000..e24a599e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Level_Up_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28fb958b013d3b1058d4f7bdd1a0d0df87541a28c4a80b5a3948dd6ade7938b6 +size 393006 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_Howitzer_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_Howitzer_010.uasset new file mode 100644 index 00000000..70b7c046 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_Howitzer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32e013aef328b2df74d8263d15487d770dd749abf3b2ff14ef5eb4559343ac7 +size 432667 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_Murdock_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_Murdock_010.uasset new file mode 100644 index 00000000..88939dc5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_Murdock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478ce019eeb0238f23c1db1d679526e947b6b2c7fd824afcc07e15e25a0965e9 +size 426463 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_TwinBlast_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_TwinBlast_010.uasset new file mode 100644 index 00000000..57179713 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Death_TwinBlast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae5cda0fa6ba7714fc23831cbfce2fe1a25cce29e1765e6aa50513189064dcf +size 404104 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_010.uasset new file mode 100644 index 00000000..60d68b58 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9516cd6d60bb8312b0c480315b717097cff376b463b2024760b6ff800621382d +size 989073 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_020.uasset new file mode 100644 index 00000000..714eaea6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd39200b379a3fa073acf4a2e194b39becb9e1afff7b8e8181c016bed6b3da66 +size 911757 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_030.uasset new file mode 100644 index 00000000..9bb16f60 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d4729b3830d6c4b127c5a40a5a756843f0765d56a98b663ae285ae036d91f6 +size 706346 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_040.uasset new file mode 100644 index 00000000..a385d00a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:110d60da63776e6ab5cce022106481b15170825e6fc98e262dc858a46ab9bfc0 +size 1329154 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_050.uasset new file mode 100644 index 00000000..241f072a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d423659247ace268c13345474c4bca53904a869ab74b0e250c4e7b4e139487e +size 798241 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_060.uasset new file mode 100644 index 00000000..fea4a351 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4255080dc2026aa28150d07506f167df43432bf6f38ed5f62cd7a43651833319 +size 949091 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_070.uasset new file mode 100644 index 00000000..4a4b7f01 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6be3adf10931ef406739ee0d97203c804ad780c342a4796643db13669ef390 +size 959304 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_080.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_080.uasset new file mode 100644 index 00000000..3ead20fa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0566cd63e375ead038fb7d7d8409a498409f1c91d9bb118b37e5b0d5f9c57a5 +size 591045 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_090.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_090.uasset new file mode 100644 index 00000000..ff7c8fed --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dd200d85c28b736fdfd0cb20a65b6baabf4d0002123a314b9eddc8c6a10d645 +size 526571 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_100.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_100.uasset new file mode 100644 index 00000000..6746634c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9637398e37b14284b26e1aedf4c323208eaa918f0ad42fec975c5e0e7e2f39a2 +size 775354 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_110.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_110.uasset new file mode 100644 index 00000000..8f6ee008 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a518146e2e6c36587ec46bdb5eab75ee24c7f4600884506865b957448375d8 +size 638435 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_120.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_120.uasset new file mode 100644 index 00000000..aa64d807 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Howitzer_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aef43723fcc6015576de0a5867262bb69c38bdf7a14b193424f0c203a30a0ac +size 866974 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_010.uasset new file mode 100644 index 00000000..d3d7bdd7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dd14e1dab868c803e82971d964592f4ca2757c08eb707a59935df852e60d7a +size 481355 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_020.uasset new file mode 100644 index 00000000..9420a874 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c5d1ef33325cc3ba6bc6e70aac60b689efdbdac2626bbd4544a6f0caec99ff1 +size 562186 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_030.uasset new file mode 100644 index 00000000..a86f23fa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Howitzer_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31661390a65f4841d55bb3286c6da8a5cc3c8822d1b10b8d15695b63799d1d98 +size 463845 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_010.uasset new file mode 100644 index 00000000..cb4b3867 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ba813adcb05bb53f254a6236352f4ec96af5d91e5c808fbc0a594aaf4dc7c3 +size 549521 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_020.uasset new file mode 100644 index 00000000..9d1395aa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4064b48c252f6d0b78bd47502a47a7373fea16fd2ec83526228817c8190d12c3 +size 538235 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_030.uasset new file mode 100644 index 00000000..46ceb018 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_Murdock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12fe818ff4cda668d011dba426fa60294486b28789a12dd7e286cf18ece47137 +size 584024 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_010.uasset new file mode 100644 index 00000000..a3557932 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09197c764e16586b645f9a47a92327909672ec629d0035178ccdaa546a565be3 +size 538771 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_020.uasset new file mode 100644 index 00000000..2a709c9c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d24f7c490c98c323a8a3698f450796f6ec82bea997d1e5e9783fb7f72f81e6 +size 661129 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_030.uasset new file mode 100644 index 00000000..d0fc4954 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Kill_TwinBlast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b543404dbdb043bc5fb37197f11a304c1bd4e92b40daa3f6fdc1f193de8767 +size 519396 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_010.uasset new file mode 100644 index 00000000..b2440295 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe4cb253b2a570eb48e2379063390ea9b481842cbf09e03491c7d3b274fd94f +size 984863 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_020.uasset new file mode 100644 index 00000000..835a713c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16f5fa6341771b2efd74a50c21ffa2e8d1bb91150ebc4fe9a12f7207369947c +size 1070876 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_030.uasset new file mode 100644 index 00000000..707e2415 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b7f2607f5b09156112f05ed336906d0f6d0cb06365f3a366ef37d31de0220ea +size 385799 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_040.uasset new file mode 100644 index 00000000..ee93ff36 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79c82771093692936f7a48f0c4fc3f25f349d70f88dcb73d294fb1cdc4953fb3 +size 962915 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_050.uasset new file mode 100644 index 00000000..cf5936ff --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad67cfdfb7b120b9d8c8550b12807349a3754963fd7270a8a00084239d805337 +size 816333 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_060.uasset new file mode 100644 index 00000000..da846618 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203f95d4a3f8db5fab4357dd567a12137a5db621cee17baa3d5418fbbfbe71d9 +size 605703 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_070.uasset new file mode 100644 index 00000000..6da3087f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bf84a89a935e8d94a50fe091a63169b6db3eac46b8397e5dee52ab08b11e547 +size 674885 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_080.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_080.uasset new file mode 100644 index 00000000..ca98fb18 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d2c15ba9ce94b7d8e7e3ee105637f087024aa44b87ebe90892ffd57b82dc1c +size 365710 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_090.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_090.uasset new file mode 100644 index 00000000..e411318e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdeb2ddf939a31ca0ac4ea9c40cfc1dede14fb2ebc72a187621df76a1340086e +size 687507 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_100.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_100.uasset new file mode 100644 index 00000000..5462037b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c98cbd5db9206e64858fc822c5194cc5f47d24d90f7e07096c7dbc128df99cd6 +size 606618 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_110.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_110.uasset new file mode 100644 index 00000000..99b6c296 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d156d61203cb6d275d409312306732e53db80447e491f092243b84535eb5da6c +size 808065 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_120.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_120.uasset new file mode 100644 index 00000000..aa1e559b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_Murdock_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7be509b729ed48d4fa2dcc102aed713e4b933e159f0666d1782f9f3575435b7a +size 693712 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_010.uasset new file mode 100644 index 00000000..88aa80a1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0780eeb1287c77ab4f60826892c08473ce659c109c7f3b5efc67c0cec12b5a7 +size 792531 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_020.uasset new file mode 100644 index 00000000..f3922141 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f481582eb45cf7eddf0c85a5679509f336a88cf4da3d0d05b090f738aefcf5 +size 795152 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_030.uasset new file mode 100644 index 00000000..5926d063 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913670d7ed51d492fae8ebd825335755e22fb570205033abea1ef56dc56a6255 +size 977659 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_040.uasset new file mode 100644 index 00000000..20b85b0f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9348c69dbf62e008195e0bfdcf228e062d14c83df10f4a6f71e931e56018bf13 +size 600661 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_050.uasset new file mode 100644 index 00000000..7bfff4fa --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49eb44c67336dbdd4f563aeba3eddd7b24da9e9393247066964162fc1b79bc7 +size 706140 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_060.uasset new file mode 100644 index 00000000..30c783f0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013b6363d747cf0f53d311565deb30957883628c031ce2471d6f7e5be4ab43f8 +size 654274 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_070.uasset new file mode 100644 index 00000000..4d5a8ff1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4f21388eda8c89ca9756f048b1da678f649a074f478b13f2da5528fa34420d8 +size 496772 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_080.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_080.uasset new file mode 100644 index 00000000..308f8ce4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c688e9855d55e09dd837884689dfc787aad049de6d3b625a718bf2abfa5756c +size 1034699 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_090.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_090.uasset new file mode 100644 index 00000000..18e419ad --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:757636118f00fbb7ca7ffce21b2a5e46555d5ee3c1e22cf4110aa91f022be10f +size 718277 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_100.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_100.uasset new file mode 100644 index 00000000..dbcea803 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63f83fcef4c25a0edb90c027496bbe5779dcaa31609563a74d18e05c70f30ec1 +size 414156 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_110.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_110.uasset new file mode 100644 index 00000000..aa21c3fc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed1eb962ecb4cf16ac0e55fd9d1e50a180732d8884e53f76059432960650686 +size 507000 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_120.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_120.uasset new file mode 100644 index 00000000..237b14b1 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Lore_TwinBlast_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261ec9c7deceabd8e22e8d45d438c9936c698b8c977e18c2d5fba174010c036e +size 500637 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_010.uasset new file mode 100644 index 00000000..80b164a5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1d39fa4a4e675c2214e966a5f9082e0da3aaf0576b45959bc61782d94a5ab4f +size 372813 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_020.uasset new file mode 100644 index 00000000..b690b8e4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b649917bf4f5fe822622b6f0f157060af7e2f2a3d7fa41f061d5b2fe0177839c +size 545603 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_030.uasset new file mode 100644 index 00000000..cbc41509 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689bbaf7530377c2f078f22e7893cabb6ee1ad54c993295428a1d317436342d2 +size 644272 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_040.uasset new file mode 100644 index 00000000..5f30ab8e --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:880884938d9426b5fe7a6e7604592d80af76f05f0a5321a7766a16c693908c0d +size 958459 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_010.uasset new file mode 100644 index 00000000..ba132f5d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:056d54c0488953dffade2ddce856c1a65946ea602f744325c6af45b8fbc2c0de +size 786547 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_020.uasset new file mode 100644 index 00000000..5cd50aa3 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38a01090c2bb507ecf469a7315b821d4f51f4d4ebc33d2b8cbd859874ba7acd0 +size 1545717 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_030.uasset new file mode 100644 index 00000000..b905c7ad --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1d230cec1e684059fbd15cd26adcef7149a857e1d11d1deb1a81ca271132c3 +size 1858696 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_040.uasset new file mode 100644 index 00000000..44a6e33a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87996e94fb39ca55b6065d33f118d2a36caa46c595d34b9227fa4e86eadc0de7 +size 1339461 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_010.uasset new file mode 100644 index 00000000..a66ecb6a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49fe82b157b9fbbb276c9cb0190cd2a82c0d58c9d8045092701a6af9743fcfa +size 471481 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_020.uasset new file mode 100644 index 00000000..8e944175 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:637412e29eec1c81bdb16b32780d346013a0553db27f898b75cf002e84a353e4 +size 355666 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_030.uasset new file mode 100644 index 00000000..04ac9b14 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b2c9a3821214323b14e590da84ef7f68c3ff5f10fc52026896abd1580705c8 +size 408646 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_040.uasset new file mode 100644 index 00000000..65bbb61a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af1028688690db72c76dccc582cd9add6576b0b53ab2b460ce909311a650eed0 +size 514458 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_050.uasset new file mode 100644 index 00000000..f34fad48 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7304d21006e09065b20b9733a6d10d1fa64ff13f256effab8897e2496471a39f +size 552902 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_060.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_060.uasset new file mode 100644 index 00000000..3726837d --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f56573cbe2170326ff749cd60c1e279468f95e675f9240d9638a0d8660807c4 +size 1883172 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_070.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_070.uasset new file mode 100644 index 00000000..04f8ed82 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:347c6763d167fd9b94737368dcbaff7a36d356e1440e35bc87bd66d06eb79568 +size 3177671 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_010.uasset new file mode 100644 index 00000000..4d9be6b4 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a931a0b34711da645466fa4897bd19a071efa2923c3835f73311cac6d875500f +size 599052 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_020.uasset new file mode 100644 index 00000000..6ca7fe91 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92237e1e4e8e66f7d59b705927b98727a01dff71b92490570d57325d77e06163 +size 478334 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_030.uasset new file mode 100644 index 00000000..d5f995a9 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a491cf5a7a505be2f912887dbc4e95b2c663e477ceebaff5d6755266d1f6d19 +size 693274 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_040.uasset new file mode 100644 index 00000000..81a32e03 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e04a591ea3c44d422c915caec3c6067fddcd3fd337d57c0ca8275a5b28c9e706 +size 477641 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_050.uasset new file mode 100644 index 00000000..1bace3dc --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Revive_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632259abf66a446e726cffaa67f87672a827d7e350fe9fe46d34337c9801b82a +size 515879 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_010.uasset new file mode 100644 index 00000000..8978bc45 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:825801a42e59130654918938c6fd2f6ddceef929c26b2053a31e919082b86c33 +size 539780 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_020.uasset new file mode 100644 index 00000000..4fc2df73 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8b896455eed6faf5cf7123fea0cd6476615c3d76d4fcd519a39680377ed6440 +size 464551 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_030.uasset new file mode 100644 index 00000000..5bbd0f13 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Ace_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efce6b5dbb5aef04562e5eb90bbf474d7d15f8ddeb4e3c532ebd4af24e5b6e2c +size 397718 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_010.uasset new file mode 100644 index 00000000..a386673c --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae39599af07128aeae0f9244b44d9d429b35315c6937c0eb0cc417048b3a88e +size 428070 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_020.uasset new file mode 100644 index 00000000..cfb4ace6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e309c31474355540625e28db0fb6d0e39eaa448441f9a2d2a9cc9c1b87ca827 +size 476730 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_030.uasset new file mode 100644 index 00000000..46db3b80 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Buffed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b83a8cbd3b9bbc95466639c95e0b458f6820e097e1d7fba2d9c2387620c5c0 +size 498741 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_010.uasset new file mode 100644 index 00000000..cb7dea45 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432a512b14cc734cb4b3f7b777365d21fad754a17401b43f2017b9b154f99fbc +size 364122 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_020.uasset new file mode 100644 index 00000000..ec2792e2 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c822c5fd55bad297fdbb8209e39e060904f6de8370df5baff5e763c3b66c491 +size 387176 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_030.uasset new file mode 100644 index 00000000..3442d5b5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Celebrate_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b053a2332d115391b2d335cfcca8b6a6631d34d92a7f31dd807f53ab88fac9 +size 380159 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_010.uasset new file mode 100644 index 00000000..94aa3c13 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e266987977b121ab683d6e742ee9f786019dbe6509174aad1737166469a4154 +size 432900 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_020.uasset new file mode 100644 index 00000000..8fd22877 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb878bbc449cde1d9cc1df083a2ef44d91514f3d55f2d47dea95024559fd0153 +size 410580 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_030.uasset new file mode 100644 index 00000000..8ad74314 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Danger_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e22071a00da4330d4465b15ad77256d17cab9dbf58ec3d37e90d8bc74ae2b6e +size 475841 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_010.uasset new file mode 100644 index 00000000..74295719 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7acd01c267ae168a84a390139c55746041a3004b3beb7652045e90e130bbc85d +size 453195 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_020.uasset new file mode 100644 index 00000000..702a5196 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537ec2ebe7ec33c9deca7c27f52ece3ee6bde9fd9a63bfb21981168a7c290752 +size 401017 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_030.uasset new file mode 100644 index 00000000..19331703 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Defeat_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0812ed3e61f45a71b4f346adc641812019e94e87934fbd74e2aa9a101a0cc510 +size 423807 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_010.uasset new file mode 100644 index 00000000..f93bfeef --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6555003f8b4c5a5e4a47dfdca0bab8da3b60e679f605704af1f45ba6c32c04 +size 488563 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_020.uasset new file mode 100644 index 00000000..d271b8c5 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8d690c712bbcfd633356f64e0e3db022ef8e3665539c52820fd3f7835810184 +size 454864 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_030.uasset new file mode 100644 index 00000000..99872832 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daecc1101ded7c315ea7c5429180da2c415b895f50b13ddcfd6deefe0855374c +size 911231 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_010.uasset new file mode 100644 index 00000000..931eadad --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c2d19cea048147b0a4d3da2f3bcbe1fe7617def02fa60fa5571040a9c02004 +size 535588 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_020.uasset new file mode 100644 index 00000000..1b38fe3a --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acd705ae71cf46efa9d07bc2b7ee5e29549fe5be4b4b213d055ac884b6a8f0b +size 613699 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_030.uasset new file mode 100644 index 00000000..296c8aa7 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_OrbPrimeActivated_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c100c0d1a7a5837cd9c81e007ae3131d35e36739f20a1b0f2b9356e0e7a51a8e +size 495529 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_010.uasset new file mode 100644 index 00000000..3d53c89b --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6fab911b22f30d8ca64a96abf03996bf4459fe06268f2c74bd4ac8f32cac51 +size 369606 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_020.uasset new file mode 100644 index 00000000..e75e8324 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ee59d9300cc6680959a6d088adfd9ab8b63c6428c764e2316e0e8723346569 +size 432918 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_030.uasset new file mode 100644 index 00000000..589f5a60 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b983ac9511595efad888c9921e37d88754bc5bb3d4ff38f80a7019725b4c04e +size 403836 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_040.uasset new file mode 100644 index 00000000..654e5432 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88dd12072f9c30c2dcdf985881ce8801c4537163d1a0575815e82d936f1160f1 +size 415293 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_050.uasset new file mode 100644 index 00000000..7238fb63 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Recall_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0491a8fdf6df1d092a4b4f91d8ef6b463270d174e12c81d4ffd2344522c14d63 +size 429713 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_010.uasset new file mode 100644 index 00000000..623e91b0 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fc60bafdf949f39b02d8d858d2eccd5ba13f36aeffaaa72bcf5f0e891c6009 +size 463202 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_020.uasset new file mode 100644 index 00000000..e3b7b661 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83ce7976a614a7de610fe8b1791eac49c21ec22811fa0f6461e4472f9db99c1c +size 689628 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_030.uasset new file mode 100644 index 00000000..510c2abb --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_TeamDead_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410cdd83045a030b7ea68a069ee9817806d952614debf3442481b36ce09ccdea +size 576327 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_010.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_010.uasset new file mode 100644 index 00000000..c2f3e128 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eccfd942ab0c24fe682a48f949fc8e7032b5a73e160e0adf1f6f29407e422d +size 539366 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_020.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_020.uasset new file mode 100644 index 00000000..887bb69f --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161b722c1ec4c6f5c758e3b367fb6180e511201aba1d415f5a19a44345858158 +size 482155 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_030.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_030.uasset new file mode 100644 index 00000000..f788aedf --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2feb4d2f5f38fff9fbafd96cf999cb3493d249ccf34c7937ba5554982c2b4562 +size 473736 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_040.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_040.uasset new file mode 100644 index 00000000..fc8111b6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd42b7a8285946eec4821432914e79c503b70b611ebb1bb23cfcb5bb3935cbfe +size 413331 diff --git a/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_050.uasset b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_050.uasset new file mode 100644 index 00000000..cd5c6cb6 --- /dev/null +++ b/Content/ParagonLtBelica/Audio/Wavs/LtBelica_Status_Victory_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b698e82065877c7bde3cabc1f5e103c8c808c769e4b4bfb19c070f67a5350b88 +size 413041 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyelash/M_EyelashMaster.uasset b/Content/ParagonLtBelica/Characters/Global/Eyelash/M_EyelashMaster.uasset new file mode 100644 index 00000000..caffb856 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyelash/M_EyelashMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cdc08f8a22d24819636a31c615b5161bc4bbe085554fadf643cc79bc71f2b8 +size 137449 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyelash/M_EyelashMaster_Inst.uasset b/Content/ParagonLtBelica/Characters/Global/Eyelash/M_EyelashMaster_Inst.uasset new file mode 100644 index 00000000..7c38a88a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyelash/M_EyelashMaster_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f231289bc4358d119155cf3fb4f6fc97a4142b37c2da65d4bda383fb93ab97 +size 124033 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyelash/T_Universal_Eyelashes_D.uasset b/Content/ParagonLtBelica/Characters/Global/Eyelash/T_Universal_Eyelashes_D.uasset new file mode 100644 index 00000000..03f72c76 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyelash/T_Universal_Eyelashes_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5161f77fe58df18241936a3bccc51fcc595b94a4b79ef577b582406eda74153a +size 1722841 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset new file mode 100644 index 00000000..35a6e802 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55a41dfb9ba03b6b25167453ee304738fc17ec64afafc8da916622be5179b13f +size 131313 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset new file mode 100644 index 00000000..3441dbfe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:896b915c6894094e5b5f7dc6e3f5ed4e58737891e501fe689edcf6df5c3ebb4f +size 243763 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset new file mode 100644 index 00000000..8f462228 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bee9570bead698d7ef1aa8be3c28b18d2e7fbb395ccdab2cdf91812990599552 +size 189369 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_TearLine.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_TearLine.uasset new file mode 100644 index 00000000..aab080fe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Materials/M_TearLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef604dc43a7014cb87640743834883492595d0ac1681c6d4486ca68a311bd180 +size 128107 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/SSP_EyeInner_Profile.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/SSP_EyeInner_Profile.uasset new file mode 100644 index 00000000..e093a0bd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/SSP_EyeInner_Profile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f97c82c4e35680a81373ae56403825b42627f3ce616875fcd6fde0711319f24 +size 2399 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EYE_NORMALS.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EYE_NORMALS.uasset new file mode 100644 index 00000000..5a8fd7a8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EYE_NORMALS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebd570d1dc04c7009084fd210f42c16e10a11f73a16e3ab23c3553cd2921c0c9 +size 274099 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_2.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_2.uasset new file mode 100644 index 00000000..c9ab39a8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b86c52d4654689ff2d2f86e582173c4710f9649512ccb871d611c784b2fcef80 +size 398712 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_4.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_4.uasset new file mode 100644 index 00000000..3ae75f7f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7386f69782790c1fbe4f0d09e3167fd5cecff6406d2cfb9d5ec7dd92708640ca +size 418439 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_6.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_6.uasset new file mode 100644 index 00000000..5b95378a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a463a0788e650aafb9be2cd7a9f9bd9a6c860c327c2cc5364f050064a4b1ebd1 +size 431112 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_7.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_7.uasset new file mode 100644 index 00000000..ae431a56 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeIrisBaseColor_Example_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d613aa8aa37ac8f7a0f31fb0e9b0637d59939f68f5bcaf158dd71f2617d61d3 +size 442397 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeMidPlaneDisplacement_Example.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeMidPlaneDisplacement_Example.uasset new file mode 100644 index 00000000..42ed36bc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeMidPlaneDisplacement_Example.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bbcdff5b0e8a575d4a4bc310f411fdb040399485119219e4058ed9c379be334 +size 428759 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeScleraBaseColor_Example_1B.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeScleraBaseColor_Example_1B.uasset new file mode 100644 index 00000000..3d28c635 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeScleraBaseColor_Example_1B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50d9cfd1118efddf4c317bbfbc45686bc5ba69e9e34141b97f46765bfa727b49 +size 3893178 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeScleraBaseColor_Example_2.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeScleraBaseColor_Example_2.uasset new file mode 100644 index 00000000..343ddd20 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_EyeScleraBaseColor_Example_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de46bb5175c31e14af4b49a2ea2128ef4dabcdc560b0fde43823df9126c7ca69 +size 4028374 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_Eye_Wet_Normal.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_Eye_Wet_Normal.uasset new file mode 100644 index 00000000..aaeaa286 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_Eye_Wet_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2c18686924d3eb4dd73728ecbecce11db7486513a3da70fff8cbe37a63e07a6 +size 1089834 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_Sphere_EYE_NORMALS.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_Sphere_EYE_NORMALS.uasset new file mode 100644 index 00000000..290b05df --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Example/T_Sphere_EYE_NORMALS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4aed8074e325fce8c8dca743aaccab5da92cd282b0dc3c145573bd313f7b55 +size 825504 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Special/T_Belica_UE4_Demo_Eye_Iris.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Special/T_Belica_UE4_Demo_Eye_Iris.uasset new file mode 100644 index 00000000..a5e9b72f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Special/T_Belica_UE4_Demo_Eye_Iris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db946faa0757961ad6993848a86f09cc80fd7b8190f101cd81a9ae618cf57639 +size 443472 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Special/T_IceZombieEYe.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Special/T_IceZombieEYe.uasset new file mode 100644 index 00000000..f513d3a4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/Special/T_IceZombieEYe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7275fb9da18ae296b8cd9886a1bef7e8e0c88fa2e6f354e35731f84966e45e8 +size 473945 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Belica_Corona_D.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Belica_Corona_D.uasset new file mode 100644 index 00000000..fecc1d4c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Belica_Corona_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2824b153952c8ee799b5b51263509cae7b0e5d10ca6aaad641cff21177c3b6f +size 2155982 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Belica_Eye_Cateract.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Belica_Eye_Cateract.uasset new file mode 100644 index 00000000..73121237 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Belica_Eye_Cateract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf0f14db2c80ae3b65d4090af6842ddec2967b1413a45a33d86dcdc87dba6c9 +size 527069 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset new file mode 100644 index 00000000..a85e9d45 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7626051d17bc113b1dabe51d5d0963d14a650f5d4eab6d4fcedacf8fa6d4dba0 +size 60061 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_EpicQuadPanorama_CC.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_EpicQuadPanorama_CC.uasset new file mode 100644 index 00000000..a2153a34 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_EpicQuadPanorama_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e955e25b0ff4e010b6c33b2011f0957a153d014191cb8f260202f008b50ea58c +size 72373319 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset new file mode 100644 index 00000000..d4acd4b5 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2255ed686bfeab6144e84659f1b65fea59fbf0a7a32a9ef78300a4eaf1eb358c +size 100067 diff --git a/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset new file mode 100644 index 00000000..ede4a6c1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af071a707e5cf9112981b3acb22c58610fb9dba6e722834e9b6c9a32489bbbe1 +size 1007632 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset new file mode 100644 index 00000000..d29d3deb --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e15dab50a08553c3481286a65b58312fdc92c3097b20962dc5b93350af160c +size 102013 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset new file mode 100644 index 00000000..70df7a98 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9066a94b4bb48f0960dba5f6bb573206aa75906960256398ad792cb32baffff +size 321539 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Alfa.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Alfa.uasset new file mode 100644 index 00000000..d94dd401 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Alfa.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddeb5f9c4f97e76ec4ec10bb76a26d322363fa75aa12305356e045c961002979 +size 1777743 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Depth.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Depth.uasset new file mode 100644 index 00000000..777b7281 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9105252beab5972b04b2e319508cb61859e756548e387a199cae706cadbc126 +size 5036036 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Diffuse.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Diffuse.uasset new file mode 100644 index 00000000..edd82791 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e365856aed40149f41763bb09dc08a48e5e40850295bf8c27aafd80172301e92 +size 23412177 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_ID.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_ID.uasset new file mode 100644 index 00000000..ab885591 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c38a975a5e78cc0757a025f6bebf948499642097b12a503596b03a5c75f29ee +size 5288893 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Roots.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Roots.uasset new file mode 100644 index 00000000..cf37d645 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/SharedHairContent/FemaleHair_Straight_Belica/T_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf7614eb6f9d1a97784a1fa7f127c784992ca8fc6880c0b314f976c6722a4e4 +size 4860147 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/T_Caustics_2.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/T_Caustics_2.uasset new file mode 100644 index 00000000..a47fb791 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/T_Caustics_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0531820cd512a99feaf8e1200263f84210491f03099c2490e809f28caa5370e +size 135017 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/T_Fire_Tiled_D.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/T_Fire_Tiled_D.uasset new file mode 100644 index 00000000..f206e6c3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44349da5ae7e4dab774bde38e0402de9201d9d8ea84a4d4d08c91c8cd0a4e57 +size 603101 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/T_SparrowHair_Flow.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/T_SparrowHair_Flow.uasset new file mode 100644 index 00000000..846f881c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/T_SparrowHair_Flow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7bbe4646488c02fac47a94b94f134fab80d2743f70b5cfeb7c38c0cebe7fab6 +size 410143 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/T_gradient_stasis.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/T_gradient_stasis.uasset new file mode 100644 index 00000000..ccf0b799 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/T_gradient_stasis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef97b54bc8fa005ceb653a877a750bdedf95c519c8185461c89df90f42d686ae +size 42238 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset new file mode 100644 index 00000000..7ec5e41c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2891d18742cc5b209455612a772534caaf11dfd7b7d6dc62030f9e6719972af +size 791030 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset new file mode 100644 index 00000000..88b27257 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d72ed9dd2b7cd578a77305012f3e482cf2922d9c53f97fb93cefb8b51b70db +size 2944652 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset new file mode 100644 index 00000000..6e46811d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9940b80769340f5ac38df3f185b6f32112942029e52b3981f7252e889a27d9 +size 1940052 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset new file mode 100644 index 00000000..63a11660 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c67835d2bcf75d050dcc89301a6c62de50cd311fda0055715f2ac3cfde602a9 +size 2791558 diff --git a/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset new file mode 100644 index 00000000..1aa093ad --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7976c705a76a99c385a89d1c857606e908e05f07e08439d2f24658ccea9e77 +size 2326568 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Events/WinterHoliday2016/MF_Snow_Accumulation.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Events/WinterHoliday2016/MF_Snow_Accumulation.uasset new file mode 100644 index 00000000..8ecacc03 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Events/WinterHoliday2016/MF_Snow_Accumulation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3731acfd5c423094c5340e37753a4c8193e9c0d5250d326ff7e76925bca236f +size 85950 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_AOGrimeBump.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_AOGrimeBump.uasset new file mode 100644 index 00000000..df0b7791 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_AOGrimeBump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025478c38f8393644779fefffa42c3ddad4054e6ee39ba767bc9ea484154515e +size 106514 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..3f0f9922 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eee83dbf5416631947d58cd0ef2f4ba118381b96804389c930190b3c29dbb76 +size 68088 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_CameraDistanceFade.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..84017e00 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bd9f5668c48caf6f37a94791a0fbc770fbed9bfe9801a7c65fd9f8e729227cb +size 77210 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..9d9132fe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce38ed39734ea7e5eef9808de62e8bee5c97d013c112aae3ac0235a9f6d6d47e +size 79894 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..000af198 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f3f17c506d8284728c7f424f043bc217a000aa6ce89c36656192e960b3e3fc +size 70422 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..4c3a1387 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a002d1223c4c0d96fc3f1d3dd2f89b31ea53c5c491e4b2c5b9db7cea1d8e0b9 +size 146610 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_HitFlash.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_HitFlash.uasset new file mode 100644 index 00000000..20b929ad --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4f2ff76c485142efcac246f232de817198629ed1286ef6cd6a390763339671b +size 82875 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset new file mode 100644 index 00000000..d98d5293 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e626c4eb49364cc407283945b173a665353c0f97dd23b07ab728b7567a7d14 +size 45455 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..7a7453ce --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6775a7e084f8e1620a19a9b8597231539b34b7c8d8178514fec8f417f2e9802e +size 128228 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 00000000..fc7b62af --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8969bc93ccf995c369be94893f48a3f0da9373b4ba1c79f93805879c1818030c +size 121310 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset new file mode 100644 index 00000000..b6df590f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:026a0929fb3ef927d0d2f5e092cd6ea18fe38675ade09f653247db982ab1db95 +size 74234 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_RimLight.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_RimLight.uasset new file mode 100644 index 00000000..beeb7d61 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_RimLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9012bf6344ea81de6aa8f13af5d0fc0566729f602258e7e34c86ab2a1e66a7c2 +size 66167 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_SkinPores.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_SkinPores.uasset new file mode 100644 index 00000000..15a62055 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_SkinPores.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9679f67cf9bfafc45a6312649c470ce333afd7ee19bf9c08e8ca59e59b937258 +size 77072 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_ThresholdMask.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_ThresholdMask.uasset new file mode 100644 index 00000000..a4664144 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MF_ThresholdMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da34fd273d6ff546aeabfc5fa798fb7ae56d112c969aab591d4c340b36331f92 +size 107626 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..74eedc95 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80af93847ea3b1ec402ff382ab6fbd3c8130c4d6c6ed2202d710b2a8efc24275 +size 49543 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..e31ecad0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc12c0b636850c1a86fb69c2513f246c85c922c897d708b9ed1a1d1585f2830 +size 50262 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..457d9119 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff353e4a7e083b4636e544129976ee013350a1cf631d387c6f3e4bce3c375f8 +size 78079 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset new file mode 100644 index 00000000..d297ae25 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4df2066b1fbf926da29768e400c529190f374bd3cc8929126a41f93d7dc6b23 +size 83153 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..5aef9125 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49bd78bdb9071a714ff29ec8675b335e9190c0289c643b207abbc15e10dd2461 +size 86125 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..3f7b27aa --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b70f5f6959a8354910bbb86e494f955f324ae5994af2ed64d537b2fd82781405 +size 6959 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..dc3be153 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f4a15014ea6441eef9e5a20413bbbcb4623d107f58e11cdeff4826a1c66afe +size 3751551 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..17b592ea --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a183c33e803655aad4e31194ff84955ccbdb8a79e3319cd0bb2d410f8d804b7d +size 1830813 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..0bad0e9e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec3e76c3309b639fe18f8fecd2accd8427b48821006988391352f177ea11ee6 +size 3152253 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04.uasset new file mode 100644 index 00000000..a8970d03 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b6bcb6df0dcdeedc5670877c72a9fc5b4cdd8574ec57c9e7e34b98c624d04d4 +size 3967084 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_Belica_Plastic_04_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_Belica_Plastic_04_N.uasset new file mode 100644 index 00000000..3e3387ff --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_Belica_Plastic_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912f162458cabf7d7e56828a61655f8e67025edbe8aa52d4e3b768643ea3ec68 +size 8544124 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_LinearUVs.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_LinearUVs.uasset new file mode 100644 index 00000000..31b76ea4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_LinearUVs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d785bab3add1a9de2c80bbc7f42f9b35d2be73fb974fc40f90f58ecaefdfb058 +size 292409 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_Soft_Noise.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_Soft_Noise.uasset new file mode 100644 index 00000000..349ba68a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82d10060ee965b6a864944324a8462a0f6ef6ce9a0b23ced5536ee58bacdc17 +size 1127267 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_TechPatternA.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_TechPatternA.uasset new file mode 100644 index 00000000..09ffc915 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialFunctions/Textures/T_TechPatternA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3dbedc1fddac7e8ea1de1e57ca47ec9503205d0ae3133040263171d1075ec94 +size 4918187 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/ML_WinterFrost_1.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/ML_WinterFrost_1.uasset new file mode 100644 index 00000000..5f94e94a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/ML_WinterFrost_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a75f279359b1deff7ff5edff5d6631978f75e0ce21a055c9fea2c82762f163 +size 126279 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_MASK.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_MASK.uasset new file mode 100644 index 00000000..5262bcae --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ac3408d5e40d8bb8c2923cd02c1b4ec953db645cf4dbc825328b739f74157c +size 11761378 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_N.uasset new file mode 100644 index 00000000..40af9662 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675c182bc54577db08ed587a199a2f39deea2e1724627167d2752a567be47e1e +size 13804348 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/ML_RoyalSilk.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/ML_RoyalSilk.uasset new file mode 100644 index 00000000..4a784f54 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/ML_RoyalSilk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ea8976ce584c0bba139822c847c6a408900ad77a898eeb45dd97c42e69aaff +size 134015 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_GoldFabric01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_GoldFabric01_N.uasset new file mode 100644 index 00000000..99275fc1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_GoldFabric01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c299b0c717dbe0e8f93243be2ebf2daea0594d895f5c4a2f8fe645f15a7dcd37 +size 10988734 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset new file mode 100644 index 00000000..ab34d5e6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f42465049e00c4b2d96e53292b1a5203646d9db765aeef669770ed021e458371 +size 729330 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_silkroughness.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_silkroughness.uasset new file mode 100644 index 00000000..e20ba51d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Fabric/T_silkroughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeba401356e3cc9ef1f2fead33f1ea5439de1eecc39e47e716b9b3f9f5a48a5c +size 371116 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01_Colored.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01_Colored.uasset new file mode 100644 index 00000000..2659cc4c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be840e641687e8d90e53af34bb9ee827240d1082e0ce8dc3f01a82d82186b668 +size 144995 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset new file mode 100644 index 00000000..fff9f3fc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be7b174bc6eee4ff2bf774b13f4a769977b2615bc1783d2064468ad60296889 +size 127155 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset new file mode 100644 index 00000000..33ac610c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd6e2d9f0a5f0d14a5292cdc20adfc20dadc37e56d6ca3505d7e1bfdbe8ad97 +size 9554617 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset new file mode 100644 index 00000000..29865834 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4479da095eb8d0ab5398e17c8761a44ddfe520aeafc1712c4a3fede4dad8dea +size 11673031 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset new file mode 100644 index 00000000..70591c23 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635d444ebc048e016be07f6c1d70a5261772ab65bb9ec3c94ea5d73585daf707 +size 11683329 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset new file mode 100644 index 00000000..0041f2fe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64bdee70d15e3dd856804afda20c296a6a9d905212fad139cb675ccf0e85fc0c +size 7617181 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/ML_FlatBlack.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/ML_FlatBlack.uasset new file mode 100644 index 00000000..7ea23e3c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/ML_FlatBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5541024d076233c9945fe236bad038801374d7db7b5fcc08abf49867a8fca7a2 +size 101785 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..ab772449 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b94b0f1f79cec0dfa4a52bde4cebbb669bfbed4dee81564b479248f6ae6b0167 +size 79134 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset new file mode 100644 index 00000000..730f03b0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa423b50de7a1c905936d96c15343eedaebab768544591d21a29b2467c92497 +size 113467 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset new file mode 100644 index 00000000..b281c714 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490de721737d12ef59793b7c981f8dd4de0f5b3362348e0ca6fa846120c48fbe +size 128785 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Iron_rough.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Iron_rough.uasset new file mode 100644 index 00000000..052a319a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Iron_rough.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0900536b336a96285c2586c617c796cba25aef6d84b18714d32e113a41a9d504 +size 118994 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset new file mode 100644 index 00000000..72bbf09a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75163b73af48d42feb4aed58dcb9431bfdbb9f18b6e1f2183eba7f8fade2d2b +size 120276 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Metal_Braided.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Metal_Braided.uasset new file mode 100644 index 00000000..11a10aef --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Metal_Braided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9f3be95092f047ce7451265bd02edf4017af912e5ce55d5bf4a10998ef2cce6 +size 147726 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Black_Metal.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Black_Metal.uasset new file mode 100644 index 00000000..2b7e4fe0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3add6e29b9f5ce88ee5968c1668fd414a80f9135a8da2c3bb392486e811f8e08 +size 128611 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored.uasset new file mode 100644 index 00000000..f0418a41 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb94b02ff343d72dd0c97a7a76aaba94433959d63594bde9f0a13f6cef22d13 +size 117503 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored_Metal.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored_Metal.uasset new file mode 100644 index 00000000..2de4bd9d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Primer_Colored_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:952cac405be8f4bfd5443cb9c1f1c98a18858cef1dac72b4e63ebebff7e68017 +size 114391 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset new file mode 100644 index 00000000..c9c5b033 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8126efd2fac4422b46e877b154f6c411355ff4c16d2c79cfb4942fcf568c1d2 +size 108838 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset new file mode 100644 index 00000000..2e8c18de --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81dadbecd297c304836ac69063db9f077296a13b12c4997bc5f591542c3b0ed +size 115115 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 00000000..fdab7ca6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c59356f3fe03bbda3ae66e2a6ae0d3e8d73b1cafabebdf142f1ce21dc5f3d13 +size 132810 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Belica_Body_Color_Overlay.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Belica_Body_Color_Overlay.uasset new file mode 100644 index 00000000..2d022047 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Belica_Body_Color_Overlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68c0e9d3b3bd1c20c0e18ca1b6b6ecbfa7b5b2fe97ad68c7ddcba467f5a2b7f4 +size 984518 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Belica_Machine_Base_RGB.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Belica_Machine_Base_RGB.uasset new file mode 100644 index 00000000..6004b9ee --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Belica_Machine_Base_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc1f98806a3bda75512dd351a8345034404a9b962556256ff76ed9c1c965f78 +size 21127887 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 00000000..43a32c82 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:284713587fb8ad20e548372e4b61db29d87cea6c934ed47e0a80e46466aaf29a +size 3482 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 00000000..edcac5b9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed6390563f2712991ab5477242a34fb11d5ae0596564eae703ee0a7f4db8274 +size 8175040 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset new file mode 100644 index 00000000..fbc6c05f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60f70b92bd237809ba6109a74f44ee24a15d94e2ceb1e641be06657513d237e +size 4396483 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset new file mode 100644 index 00000000..4a0c241a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d67cbec69a5267fa452006a31662576eda6de28b3aab988967546d5369bc4f +size 3674117 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Metal_Braided_01_MASK.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Metal_Braided_01_MASK.uasset new file mode 100644 index 00000000..f804c0e6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Metal_Braided_01_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8351f15aea4a29e8358219be6fbcf79340d04b3c6bf156fa95fd0776d5d997d2 +size 5607423 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Metal_Braided_01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Metal_Braided_01_N.uasset new file mode 100644 index 00000000..31399342 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_ML_Metal_Braided_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42d8957ce4bc6813fcdc1f900fbb22c76db0c6af2565812f7329939913d59b4 +size 6517271 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset new file mode 100644 index 00000000..dceedf12 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2174220c547c094311fe13601459c31a3c84ea3aaa1c497cc8502c171f9d817 +size 8088156 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset new file mode 100644 index 00000000..10f47919 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f68377e8330084000e18ad6837eb872c860f67405efd473ad22c311f195f4df +size 7050029 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset new file mode 100644 index 00000000..c6ec1997 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b0c33fda2a0e4c5e0ced571c7e24b7c4d245b99b2a75b435db80098faeb419 +size 10872819 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset new file mode 100644 index 00000000..5bf8edf2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa836d46f3df298c5cd9f731c9de2cf8ae8329823c9dc6d50706a726327f1af7 +size 3591981 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N2.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N2.uasset new file mode 100644 index 00000000..36c90651 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de99957d4ca07930b0279bee2f72ca68304a666e1445387b303d3cd1b871da0 +size 5936951 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..dd477cba --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6073820bc3c60f7599f943bb14426249148c0d072b001bbc31cc4c5705e29f +size 49626163 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset new file mode 100644 index 00000000..27f1143a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6c17fa013400410007e9e64c2acb8655adf5ceeed33575ddfe5e1c485cb9621 +size 12225166 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset new file mode 100644 index 00000000..d10bfaf8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3141c18ea68c43250247b3a2fd4bd6ec5b748dc968ab387e56756bfcfe1c960 +size 12373988 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset new file mode 100644 index 00000000..17834de1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3a8b657bb95662fa561884e14f3fa64098b0e9d700827d1ac462dc7736e200 +size 23623037 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_AngelicClearCoat.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_AngelicClearCoat.uasset new file mode 100644 index 00000000..3343e373 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_AngelicClearCoat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de2cd3cfe77fb6816bff4dddbf49047e7c45cef4be6477ef3d33e0db88fb55c0 +size 99685 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset new file mode 100644 index 00000000..a13cd9c7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33ae9f29cad16fc90c4eb4c5d3da22448509af8a2abb6914b17ade4dc7a136ba +size 112660 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_Scifi_Glossy_Plastic.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_Scifi_Glossy_Plastic.uasset new file mode 100644 index 00000000..4fcbafa7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/ML_Scifi_Glossy_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d565c8763cd409437f1720489e9ac1453c0dac4ebae6df493fa6b45fca69de2 +size 91214 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset new file mode 100644 index 00000000..20267190 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f5c03bbf12660423bd4973f1dc04a092ec5ee4f64dd10d416856c7a3bbb700 +size 8095473 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset new file mode 100644 index 00000000..17a36ca8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2216a5661f62447d16dcd89e03f5000211e3230af0224d5f5e9c2d67ee5924c2 +size 3376438 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_RockFlakes.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_RockFlakes.uasset new file mode 100644 index 00000000..f66e97d8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Painted/T_RockFlakes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46ea2d12b602804c287024fbbee0fa37663d7180e6c75a308dfa2cb3396d3590 +size 266680 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_Lame_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_Lame_D.uasset new file mode 100644 index 00000000..d622fe8f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_Lame_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d13608035ef8ca610d9e1f752b345a3585bb069558aee515665c017b817fbe +size 1567226 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_Lame_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_Lame_N.uasset new file mode 100644 index 00000000..c38f989c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_Lame_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c7e15700f22e67ab439c09d89c989734e37314acbbc5c8eb3ee083bca46283 +size 725756 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset new file mode 100644 index 00000000..127ada9d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033c665467cd2b959868b37e16a78cd81b02a1e050709f71b19120e486d1f3d3 +size 1986973 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset new file mode 100644 index 00000000..40f174bc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d458098f190792bc3da71738da787b4b75ff31a985b1b6f769ba5e3400bc683a +size 4275743 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_GlossyBlack_Latex.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_GlossyBlack_Latex.uasset new file mode 100644 index 00000000..67550217 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_GlossyBlack_Latex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70a24a58853496d25d279703e37847084973058c74dc37d4de25bbcd5da14a3f +size 98464 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset new file mode 100644 index 00000000..26e18fbe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d51e7b8da1e9aad9e6cfd2c7c0269d3840a5a533bbf87e4c92777215a22ac04 +size 125769 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset new file mode 100644 index 00000000..e65f8b2c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c41531a7ce7607788756388a1eb075146dbda83db5f1dd965baf32baddfa9be +size 133455 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/M_RubberHose_Simple.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/M_RubberHose_Simple.uasset new file mode 100644 index 00000000..d657f4d3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/M_RubberHose_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a2599c15f40ec1308a48a60134028474e3d63860eb1041c4d085e1a5a15eaa +size 104804 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 00000000..e7de264e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0ebe0a6d75ce09696dfa4fb8a34186b1101c5d93b5b27a33ee488ad349c53a +size 3862 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 00000000..e95551d2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f861de849b278068bc2a34d09441bce5b44d3928020642933e7fdd1c2c90ee +size 5451394 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 00000000..711a30bb --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78d931b426a059d75c0215d16bda81435362b0c30ebdfff8a2b8248f6c4ae2e +size 4852237 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset new file mode 100644 index 00000000..cb7f22e3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73846c3e379ea09cc6b80a5091d8c63be0ceeefadf2f3658f830d24fed033d1 +size 8760871 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 00000000..53399ff2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e023f033fe6906a89415ea15d9bea65ef6d9f003984ba26cfd1e16da7b0e435 +size 6436930 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset new file mode 100644 index 00000000..e5cce822 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fc7f4f767922e59ac1f9e7fd804d5fc9ef471286c7bb7ff926dccff553daf7b +size 8753503 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/ML_Skin.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/ML_Skin.uasset new file mode 100644 index 00000000..fd4578de --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/ML_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78220886361df64b23ff054cd568f425b87fa029a2c6bce7ee94cb43aa6da9ba +size 112202 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/ML_ZombieSkin.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/ML_ZombieSkin.uasset new file mode 100644 index 00000000..4b02fc78 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/ML_ZombieSkin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee8101d02ea9bbfeea04b63dad11da9677e301b662ba4cb2fcee277953fb086 +size 135902 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset new file mode 100644 index 00000000..becd9ec3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67ad3796d7742ebe9a26cd0bc47d7c3c7c8430b28b0ed50f19ec44beda6ec946 +size 1904427 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset new file mode 100644 index 00000000..7a0e5293 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f45e48973eb0916029cdec24e3cf47b1085f67c5727d0059300618978f12409 +size 1562901 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_Diff.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_Diff.uasset new file mode 100644 index 00000000..0b830f75 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_Diff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d16b822b624f2e1e4a2b637a3e1f675caa22447e5d16879b246e895bd0d5bef +size 31174312 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_MASK.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_MASK.uasset new file mode 100644 index 00000000..39689141 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c56558d36c77bb39f664bba7830b3c628a321de290606777fc162790a171eca +size 29457071 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_N.uasset new file mode 100644 index 00000000..82449929 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b644b914fa6e01280305cb7c24d7a804e3c3d740b53d9d68744998d3f17ba1a4 +size 24961419 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_N2.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_N2.uasset new file mode 100644 index 00000000..30ec0881 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Skin/T_ZombieSkin_N2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5ba3c875cfe34783e6731d7ef41b16f812a8a5600cb815fc3b47bbb3f5c354 +size 9468590 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset new file mode 100644 index 00000000..fc3cc298 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87136ea67e1a2f75cad41116e620cc49d7d56e5c75e3c93b48d9313dcd39be66 +size 101842 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/ML_AggressiveSpinningLights.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/ML_AggressiveSpinningLights.uasset new file mode 100644 index 00000000..6ec7236c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/ML_AggressiveSpinningLights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4231d8f8581899470c2ba492d3a9fe687b737a35768d50f342a08c29f48e3d2 +size 114296 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/ML_Primer_Halloween.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/ML_Primer_Halloween.uasset new file mode 100644 index 00000000..0c93a659 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/ML_Primer_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a93f71983c90b11a26f61605403eaafe0e2086b891831de8cf8baa378ab47e79 +size 120167 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/T_small_Gradient.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/T_small_Gradient.uasset new file mode 100644 index 00000000..4f01adbe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Special/T_small_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df77e389416de48dfbd83980934e15abeed41e6f1979adb5d87b612b22fb586b +size 13933 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset new file mode 100644 index 00000000..d9b82d2d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1051eb128dc7756906ae5cd28f06a7abaf015489e3c4f26c4636c4df34d38518 +size 123163 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset new file mode 100644 index 00000000..d059e88f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0d8184ad33a5e298e701010fc81e78fb4ba94d2c5cc0f0ad2a65848f24f0cc +size 121192 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset new file mode 100644 index 00000000..c721987a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1797aad08eb045c7cb01a50e1ebba688e176a3583101232a262a9051747710d2 +size 125424 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Belica_Eye_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Belica_Eye_D.uasset new file mode 100644 index 00000000..ee2a5f45 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Belica_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:628fa031990918d1d8f8fb7fac8c497070bf034a0a90b404d2dae179b2609832 +size 3803229 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset new file mode 100644 index 00000000..1f42adc7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f60565c70571a82b9a3f7b52996d6dc8dc74b64245fbf999ae1fbd6e649c7cd +size 2728630 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset new file mode 100644 index 00000000..c1fcc3c0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fb7cdd3ef4a40a93719827ccc7955eb4d81a5d5cf99649ea7297c9d0d2afe9 +size 29664 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset new file mode 100644 index 00000000..25c1669a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4615adc6efee0a3a3142f3ca132559f66ad766b6e30a992a878ca92da147bffd +size 6868880 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset new file mode 100644 index 00000000..ac8533d2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0531053f3329f92ef3122579d73e3d784219479d4ab9295e3574ef77a806d4dd +size 8544089 diff --git a/Content/ParagonLtBelica/Characters/Global/MaterialLayers/T_TestML_Mask.uasset b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/T_TestML_Mask.uasset new file mode 100644 index 00000000..ed1f20e9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/MaterialLayers/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604c0d2e5f78c1358a459ec49356708b9e2f4508011a25a0fd1b06233d518d2f +size 12134 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/MI_Human_Mouth.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/MI_Human_Mouth.uasset new file mode 100644 index 00000000..dcbe5d62 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/MI_Human_Mouth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092df7bb7f95ba87fb65bc73cdcb433853a7ddf9e100cb382bbbd0b51b127e30 +size 113714 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset new file mode 100644 index 00000000..6462a021 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59bb32eb4b4f0260ed128dd62f6ae2da5418b32a5ab2202cd6e771e9c1a20c9c +size 168132 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/SSP_TeethSubsurfaceProfile.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/SSP_TeethSubsurfaceProfile.uasset new file mode 100644 index 00000000..9a019478 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Materials/SSP_TeethSubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6727f0b825a4b684fc2c0a5bc68bf42b7bd4af0fd47e0d01925af9fb85bcd2e +size 2535 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset new file mode 100644 index 00000000..27a72f77 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b401bbc8dbf6d89d4a0ac03822a7823562edf36b7c87589f3d640884401284 +size 6603554 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset new file mode 100644 index 00000000..045380db --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2cce4193bc9a98f3cac278fbf254746a23047076d80b9a16e6cf42fff1503c +size 5775193 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset new file mode 100644 index 00000000..70ef7e2b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f357f3a48809b1b6330dc4ab75c5f0d4014030fa93485edeecd60b0205d534d6 +size 6051933 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_TeethAndTongue_D.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_TeethAndTongue_D.uasset new file mode 100644 index 00000000..b5986be4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_TeethAndTongue_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:364ed8faa5859e88120858e7e2d66e89d71566d69d4eb4e3e62c2ac5b543d2d3 +size 1080534 diff --git a/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset new file mode 100644 index 00000000..2219e74c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5966c6ef9a28d3329bdb733678f1d08de9c8672964a568e502f5f9cfe39a44da +size 1001367 diff --git a/Content/ParagonLtBelica/Characters/Global/T_Black_Linear.uasset b/Content/ParagonLtBelica/Characters/Global/T_Black_Linear.uasset new file mode 100644 index 00000000..c88eda27 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Global/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47228e186de5fb97d70bb473e97d4f067b99f41b6cb98be935a7f8ce8408167 +size 3165 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/AnimationTestMap.umap b/Content/ParagonLtBelica/Characters/Heroes/Belica/AnimationTestMap.umap new file mode 100644 index 00000000..9ab61f98 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/AnimationTestMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce7ce9074b2894714ff8600f2680da5a9547f25e95715cf5d4193136385269e +size 1951209 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CC.uasset new file mode 100644 index 00000000..90efe9d2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17c0e253b519987314347839f374fff3234e7662f107399e68a055638b1fd3b +size 117693 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CD.uasset new file mode 100644 index 00000000..d97d66b1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f9a722b03407bf6827622798b1ae5ada2a75ffd468830fb1d28e39c4f768549 +size 115952 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CU.uasset new file mode 100644 index 00000000..f5736eef --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3fc3aa6ebcb0755f1b570351445fd3a2f37d2bdd7e6aede4365a493f61a3755 +size 117980 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBC.uasset new file mode 100644 index 00000000..c6bdd27a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec830e3ccca8264c43e6c69240c26e80c99d7628aeaddf24504cf4b712262171 +size 117988 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBD.uasset new file mode 100644 index 00000000..c5523b63 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3454c4eb66b928740d3a44d4a76d1a24b4aa4c3bb4f75af6aee55f3f708755 +size 118060 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBU.uasset new file mode 100644 index 00000000..87020e1c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f365d2fbbb8ca377b57f0bc6fbaba9a81bae515e6bb4c31dd8c8cb7ed3ab4ea +size 117819 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LC.uasset new file mode 100644 index 00000000..9f200a72 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7d42e8908dd4ba17739e2eae3220de7856d07035e83dd468af2ce409a5851ee +size 117816 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LD.uasset new file mode 100644 index 00000000..064e03d6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc14d012305d85b4f75d3ca324c528c2a674e2582242051b7436e48b9394c883 +size 117818 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LU.uasset new file mode 100644 index 00000000..3c49f88c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e620c74e1a9ee2034f875e40cbe3f51a0fdf4443f9f0af9b29f62709738260 +size 118896 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBC.uasset new file mode 100644 index 00000000..859f4942 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7801b8b3d13f1ed51e9d93853e3b6111b4d9e0e7b895b556dce9edfc9a325912 +size 116853 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBD.uasset new file mode 100644 index 00000000..1c80747a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f782fb77b1cee71d9170fc5f45efa4961c5149650a1a640ce8590376ce11e0 +size 116855 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBU.uasset new file mode 100644 index 00000000..13e51add --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85668eb446cdf460c2ebc75c83659c4ae8689ac65a145e191e87a416045e4bad +size 117055 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RC.uasset new file mode 100644 index 00000000..a2ee3228 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c3757f15aa8e44ea71452c37af30c483a3c660ad567ef37755972be490d603 +size 117193 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RD.uasset new file mode 100644 index 00000000..f1eb52e9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be658f74cc41043d97069e1b1b0976844d53727ffbd3c1f89884bf7ac180e2da +size 117421 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RU.uasset new file mode 100644 index 00000000..f8b987ee --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa1bcdb99e321ef465acf9866b17fa3e5d1772742d263dd16d99d1bd4fe9dd5 +size 118206 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AimOffset.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AimOffset.uasset new file mode 100644 index 00000000..9d0a9543 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/Idle_AimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12c31e8f736649f75b95560314700441d3c22b55c915fed8a0bea51c061b638a +size 100231 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CC.uasset new file mode 100644 index 00000000..82d893f1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9f6502a0806340d8fcf015aa6aa9f2d235ad3f95678b6acb454b7d4a310c3c +size 117353 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CD.uasset new file mode 100644 index 00000000..9ddd3c10 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ac9e758065567cb783d5d924a0b46004e9274ca339bea7e7e002e20fc85dda +size 116031 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CU.uasset new file mode 100644 index 00000000..15362d66 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f860d87b79f93052b0a26b9e851608516acfcf3b1893864ad0561d8d571afaf5 +size 118162 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45.uasset new file mode 100644 index 00000000..a87c3007 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e434aa8c7af95161b81542ca217dd7e6c3e551b25f588f1e80402ab3238d077 +size 116869 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45D.uasset new file mode 100644 index 00000000..696209ad --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569ecfa32aae7b2c4b3e52ddc191e514d933cd2a51bbd31a426eef8a33d05d14 +size 117493 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45U.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45U.uasset new file mode 100644 index 00000000..9c03ce55 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_L45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc232870742b0cdd0356af986f5bda5fff56532729c7ec8308bf52e86c06f0d8 +size 119067 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBC.uasset new file mode 100644 index 00000000..1a63c095 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb80ddabb516af0fa2d6bb33410056d379dc55d9da489563f48de9e953a5d29c +size 110537 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBD.uasset new file mode 100644 index 00000000..122b626e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fefd81edd820f1e395841809f13b4cbdb624becd226b73e78fc7d2c02349535 +size 110632 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBU.uasset new file mode 100644 index 00000000..62deb5b3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c521f8db9246baa4c87edec129fc32ef0c7507b3770a3b2318aebcbc54a73957 +size 111622 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LC.uasset new file mode 100644 index 00000000..fc680823 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1c54c4a3488a9ab251977d88129d3ebb8243548faed6118998eabc93867c5b +size 110339 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LD.uasset new file mode 100644 index 00000000..72f3fbd1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d6e6e67da661857c86b96a0461609cd9da95aa1ea1043f4ae803e6ea221528 +size 110010 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LU.uasset new file mode 100644 index 00000000..82ef1b61 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb65e9961c3d645be057974830e2b1cae5b6ab4d8a11f3e134eeeb9168b10a04 +size 111734 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45.uasset new file mode 100644 index 00000000..b7c21ba0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b067758d6e130eba63ac389be81ec4c1bafcbb0c22c70e667c7c857c41455d +size 118343 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45D.uasset new file mode 100644 index 00000000..b79299cd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c327b9bb0a16147fa5fe2d42eaced4c51dc1ac82d2d94e4f78206851abeaa02b +size 117063 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45U.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45U.uasset new file mode 100644 index 00000000..042da872 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_R45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cce90fa4be5fdaa4e2eda608a1e8ad43361104b24a2b6d1b9efe8452a6b05fa9 +size 118592 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBC.uasset new file mode 100644 index 00000000..919442fd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e9dd48431e7203b5826ef68c7bda79ab5b180de75a8b827e0d4fe9f296083a +size 110070 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBD.uasset new file mode 100644 index 00000000..af3524be --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228b2084f4c8ddce7ee6cf1f6b1292c951d45f967621234d6f621d65a8cb51e5 +size 110073 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBU.uasset new file mode 100644 index 00000000..e1b50b0a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad0467e7e94d7753ec968da366d5efb7a3c707a7135b2b71d1acb88dfe4522fc +size 111316 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RC.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RC.uasset new file mode 100644 index 00000000..bc6f37e7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3583d01bc8b7fa1946106d373a63de43f01f2f30f7c072fcf0e693164b78e3 +size 110700 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RD.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RD.uasset new file mode 100644 index 00000000..aead42ae --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca26725f53aef03b2fd626193e6ed4c65df3fd39613a73043a8a16e026602fb +size 110443 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RU.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RU.uasset new file mode 100644 index 00000000..4e4ddb16 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d72be5ce81791a70b1cf5c30fd5f5535e16b9a43a8d93502a5037f8347e2bf4 +size 111109 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AimOffset.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AimOffset.uasset new file mode 100644 index 00000000..be3edfcc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/AimOffsets/RMB_AimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96d6b779cefd3efe6dc382cf2a1232807a0e540f7e424e3dfa87c9033f2cc58 +size 100320 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogBwdSlopeLean.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogBwdSlopeLean.uasset new file mode 100644 index 00000000..d7c49713 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eceab0d72eaa1924c51231f2e7a7d5877830b47dfdf951a9f6d0f6135f7aedfc +size 97227 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogFwdSlopeLean.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogFwdSlopeLean.uasset new file mode 100644 index 00000000..274e57ac --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbf9bb855a1032a0838cd708367deefd5fb402dd9ea45d57036156e18c478dc +size 97717 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogLeftSlopeLean.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogLeftSlopeLean.uasset new file mode 100644 index 00000000..212b02d0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0002d055bd0eb3244d23fa41c510872a1dd248fcdf7b1997a6e87743a198cad4 +size 97675 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogRightSlopeLean.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogRightSlopeLean.uasset new file mode 100644 index 00000000..b1f0c61e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/JogRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:262fda1ba43a7582d5ae73ba0da4275f807c71e546b76020f5e49b93b045c9dc +size 98333 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/RMB_TurnRight.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/RMB_TurnRight.uasset new file mode 100644 index 00000000..3e202639 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Blendspaces/RMB_TurnRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8685c8c7fc8e94e0abe87ce91ed2cf9b44554aead7b3c8798b38f88960d4a553 +size 105072 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Bound.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Bound.uasset new file mode 100644 index 00000000..b8b3f20f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Bound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55ce16dcc0f35d8602d486d69332273b3722fac4a0f5b85d9c24d67b07a09ca +size 117372 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Cast.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Cast.uasset new file mode 100644 index 00000000..08738327 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cdf6fe3aa32a8ccf6b0e61d532c5872cb902f8e2834df4a901ebc0e91e5d099 +size 153545 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Cast_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Cast_MSA.uasset new file mode 100644 index 00000000..e042492d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Cast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856fb4f4540aace87810d706796ab1a57f06fbc63c8b4a2a556be23e65ce3e12 +size 154068 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Death_A.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Death_A.uasset new file mode 100644 index 00000000..b4e938e7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05869e0fff4860adccf9bb0e2edbdb0d99e5f789ee34588c4d5502f610125399 +size 207780 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Death_B.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Death_B.uasset new file mode 100644 index 00000000..1440044c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Death_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc28da88e10af82b72a3894ef1612d75cafc03dd78ff98c8cfb55269735388fb +size 183529 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability.uasset new file mode 100644 index 00000000..be23b9b4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0e51881c26fc7efb3abf7b58f97f7af9a9c210dc036ca58c5349808b25ef8f +size 178181 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_MSA.uasset new file mode 100644 index 00000000..400fff40 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc2288f380070ab63cb743996274051c1e935bb08364c6ec44badba74d3f46d9 +size 178157 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Start.uasset new file mode 100644 index 00000000..7666030c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472e0a0dd830f9db708eb033e579bc4048063aa9ebeacf14645ad2cd8ea2adde +size 158527 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Start_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Start_MSA.uasset new file mode 100644 index 00000000..a5004726 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45158b2b6ff3921ede975dac369e9305ec44a8a2ea195489cfe87214838485fc +size 158692 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Targeting.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Targeting.uasset new file mode 100644 index 00000000..6288bd75 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Targeting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d25e8d71afb8ce51e642d8d4759d51c8d82e64d463a68018cc23cdaa908dc9c +size 118622 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Targeting_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Targeting_MSA.uasset new file mode 100644 index 00000000..1672bd07 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/E_Ability_Targeting_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:515bbc9a9510565f7d633fdac00635667b55957f77c19f5ee069a848970f59c9 +size 118932 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_Browsing_M1.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_Browsing_M1.uasset new file mode 100644 index 00000000..64c45b26 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_Browsing_M1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e06c41f7071fbeecff0db977744ece9bfe4a6fd8f9e6ebb1b2c150e5c8c57bc4 +size 543536 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_Salute.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_Salute.uasset new file mode 100644 index 00000000..0bf69889 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_Salute.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73064773fb895b642d4a9888325ca774ed55311832ba256ce13ae3d73f9ed7b +size 507745 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop.uasset new file mode 100644 index 00000000..c18b2999 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3589392aa22de03eadcf4809dd9637c68f0d18a1e7cbd67afa4192f9118c77 +size 465173 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Intro.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Intro.uasset new file mode 100644 index 00000000..ec931fa7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Intro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:554874d916d957289f3085b7f2650da41223ace491e762a42933541d27b9dfe1 +size 153691 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Loop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Loop.uasset new file mode 100644 index 00000000..487aac02 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210b051c616b9dacc9800a556001b7d6ae21a19999b1759224865635043f5be7 +size 250329 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Outro.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Outro.uasset new file mode 100644 index 00000000..bacf9a2e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Emote_WhoopWhoop_Outro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06f474da6c75f8b6501eca2fb8b200d93a949f7a1d0399528f2e3349f07872ed +size 293816 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/FrontEndPose.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/FrontEndPose.uasset new file mode 100644 index 00000000..2a314822 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/FrontEndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be7268fcb2e9aa562577ce6bba8a70833f2ad598259effdf2bf8f8b457f4008 +size 501511 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HeroSelect_Idle.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HeroSelect_Idle.uasset new file mode 100644 index 00000000..117fea02 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HeroSelect_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d58d39ab7ccb88a0a8cc4cca46c37b09aa2b9c283a10bef4411420741deb06 +size 611277 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Back.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Back.uasset new file mode 100644 index 00000000..d168fe5e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a40aec1e8b606b0faac4e837e7b5c98834c2b309ae1d26f01f552937dfde0588 +size 165497 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Front.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..e97d0efb --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b4223863dcdb7a82cedd8e72cc76a56e8a71bf04cb313a5a092ad173d50c6bf +size 161705 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Left.uasset new file mode 100644 index 00000000..da8601cd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee98bb802a578b40384bfaf0b684e63714da64ce0ab2136a79d1330463d6343 +size 163113 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Right.uasset new file mode 100644 index 00000000..65c29d23 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbafb8454cab9bf89c6cf606f66a31efb56fe6670bddaab210fddfbd16be358 +size 167827 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle.uasset new file mode 100644 index 00000000..c177d015 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5343c7a1fecd22314fa8cccefd7cd2ec76deac899450605c50b336e2f763da6f +size 567127 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Relaxed.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Relaxed.uasset new file mode 100644 index 00000000..23a8f443 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Relaxed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6b8c0ac757db6a49a870da58d879c281039dbc03ff8dcf68cac74bb5d5d6d0 +size 482864 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Relaxed_Additive.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Relaxed_Additive.uasset new file mode 100644 index 00000000..7bd30a8d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Relaxed_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a1c4b4f2d45536836d9e5e3fb56bc52b7ac89efd7190d67f1265f90da35472 +size 483093 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_180_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_180_Left.uasset new file mode 100644 index 00000000..e6cde964 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_180_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fa6000a5b9bc2f6e6d338701390a801a35b2238bfeee69b2796237b27a68fb6 +size 239039 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_180_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_180_Right.uasset new file mode 100644 index 00000000..4bd91f18 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_180_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24777511ebaec653585e48f631a54d4e4cc4b998f789e38102ca8c1bfc1489bc +size 195089 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_90_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_90_Left.uasset new file mode 100644 index 00000000..7299232b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_90_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dbdf2617bebe93719193fcf32b80e0cf80b670ddac5b5b718885eb94f25a7a1 +size 201477 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_90_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_90_Right.uasset new file mode 100644 index 00000000..f96cec47 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae82ae89e4d7887273949f429d50dc659682aa0aea765e568d176ba216ba5e3 +size 232047 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Zero_Pose.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Zero_Pose.uasset new file mode 100644 index 00000000..76178658 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Idle_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cae951ff7e4004e03252c57b42276f6f8fa6ff1ef9a40e9586b528058204365 +size 115384 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset new file mode 100644 index 00000000..c4cf1f58 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c3d239041abcd2542f75388a65d27f4ca645b74d3fae85fb4fe151ba2bf5a8 +size 448520 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset new file mode 100644 index 00000000..ba7b9d92 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb24cfbbc9b118ed235be9472282c5634fd2fc2dc3fb5a60d95b7c0274cc95ab +size 194282 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset new file mode 100644 index 00000000..43042ad4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_BwdToFwd_SpinCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72297f705cb6cd58b58c89dc1b6a113a51a4df362d38baa2375823a087ba02c6 +size 200503 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset new file mode 100644 index 00000000..888344a3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e881b0e43e6615362ec775c9e7f359fbe033bb7098a5e952395e8f053cd31d +size 508186 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset new file mode 100644 index 00000000..f82d6094 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffd0ed047eb9c420dbb3f8aa9abd355b58970b31c698c0a696be7a9af21ef364 +size 520262 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset new file mode 100644 index 00000000..00fddc26 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc588e68f6a3a7cbc7d1ed535c41e1f2fa8e1ec8b987c78b26631ae3ad32761 +size 264025 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset new file mode 100644 index 00000000..ad4ec985 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e16b93ac5e97d65e68e0a1dc3e73378898ed84ff0cfdf55de7ede2f9b2a4f30 +size 260683 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset new file mode 100644 index 00000000..18a92756 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cc3b8926e5d801ab25bf1b1f9f865cc23a0441290bfb2d900bb529e459c203 +size 236018 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..07bb6c1d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92bf25b91c2777e4f25dd1f3f201c1bc0a99b2f11c7d1727d65056eb4f05c113 +size 403708 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset new file mode 100644 index 00000000..bb2bff97 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:638268cdc461f10ddf17437a927b38e66af98c5ef74ecdf9f6ec93ade5137ca2 +size 202831 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset new file mode 100644 index 00000000..a3342240 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_FwdToBwd_SpinCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a624d2bc8265f45acabd75a8ee5ec80237138538bb2e4521f236512f5cc83012 +size 190078 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset new file mode 100644 index 00000000..1ff80f11 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70218fb91412f17aa2de6c37be961829c8ff40f9b5eeb9a164fb2f9cab7f2cc2 +size 410759 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset new file mode 100644 index 00000000..3a33b472 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230b6e700958804677596977476ad308521c2140662970861a75bec0252c15f3 +size 413567 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset new file mode 100644 index 00000000..98813361 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca20be84b0f68953f8d3d1f6644f5eaeba311258903ae3114715de5237b7a2c +size 154409 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset new file mode 100644 index 00000000..27bbbd6a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b379972c30531aa34a4ea85a850f61c59edf4c70f60ed4ed85023df84fa913f2 +size 304417 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset new file mode 100644 index 00000000..219e3294 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6171ea0b26017e4e1183f43606702a80bee385e9033b4ceeef4adc5292ee7e0e +size 239516 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset new file mode 100644 index 00000000..be9c68f4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b8bf13c3302996ae44941a88d0853349276fdd1291b672d939274cc7ccba32 +size 233121 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset new file mode 100644 index 00000000..6a9d224c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Fwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf907592ea3cdd8d24fa282ba4d155d039d57709d4be0d69f89ee1fdf729fe4c +size 154931 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset new file mode 100644 index 00000000..54f3372c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78de9923a76d6c9e383c13c56f773c8dc78157e0a9200129816826efa793870a +size 516980 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset new file mode 100644 index 00000000..2e20c5ff --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67561c253a1d3d216debb6344f168267c884ca1ef154b2a8c6ccb48755df897b +size 526948 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset new file mode 100644 index 00000000..b7264b46 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1907fd68278a361541211adee5a138451bf14260874f18a8b36ec848ef2d15c5 +size 531238 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset new file mode 100644 index 00000000..4e450272 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d778f379fd9662c8f4d61bfec9df3ddc6a10d9c574e733309d06c76c1209df +size 227140 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset new file mode 100644 index 00000000..14937756 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be0ca2016e4befe947bb96e28a7967bafc13d9336a9af985f6e97dfe75f422e +size 196742 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset new file mode 100644 index 00000000..6354c277 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Left_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4abccc6d3b9a71be91937629dfe341670f4757683d03a76ae46d6fc9ca20b11 +size 209471 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset new file mode 100644 index 00000000..8ee336be --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c809caf843fc3d78634e1d5f394c44a3e41421ed05784c1e48b7d4a815aa5412 +size 505372 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset new file mode 100644 index 00000000..4583583a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdd905b5eba38ace29cdbcc5d2b1d442b01f3ccce1d270f2ebc8144c4809ff6b +size 544159 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset new file mode 100644 index 00000000..46505058 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e34c46aeeb843769a8ee7f44b1e9978591ac6b57269b4a2323196595b6a010f +size 548576 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset new file mode 100644 index 00000000..fbdc5770 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2779bb8eafb51e91a1f15e3b0bfe2ff1e9bc32d44a676e439edfcbdaeeb4eea +size 285922 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset new file mode 100644 index 00000000..2453cc45 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12055e89af24fad12e42913f4eebedf93623d041600901e88063719ca17248f1 +size 196290 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset new file mode 100644 index 00000000..38c2a6d8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jog_Right_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a46ceb96517b32eb2be64ac0212c2b9e0e53e2cfcd2bf09c0b1b82080666d8b +size 216983 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Apex.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Apex.uasset new file mode 100644 index 00000000..830cbc3e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7989575d8230b74fdf3d946fe9a0facda8fc5ae89f31eb6a18f6b8f8d7c39906 +size 130793 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Pad.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Pad.uasset new file mode 100644 index 00000000..eacfd593 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Pad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fe0de778cacd29b823d97783a6fb02f812d6a346005e8289eb4a6c6396f166 +size 190341 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_PreLand.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_PreLand.uasset new file mode 100644 index 00000000..df515ce7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7848f166fe326c165e702e20f03c51aec455759a85c7007cff2c71ad1f355123 +size 126474 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Recovery.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Recovery.uasset new file mode 100644 index 00000000..37892c7c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc27b0c0e0bf3e4f435589b900013c14ba0613835d440d327696ac7844e7023a +size 189264 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Recovery_Additive.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..a7fa7df3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab4055e175426e6aed5d65083e2e2066326a89871c0db8ecd529390280efb3dd +size 567931 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Start.uasset new file mode 100644 index 00000000..29b08832 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0765c5fa0f4fc0c4836571f11d9e409cbe1011cc0692b72016560bd5e942cd +size 248895 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockBack_Front.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockBack_Front.uasset new file mode 100644 index 00000000..d064e442 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockBack_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a69e28095271c027e4ed44a18ef91a43ece8c6f6c71cd59803d5b2b733770d4 +size 178240 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockBack_Rear.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockBack_Rear.uasset new file mode 100644 index 00000000..8ebbc7eb --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockBack_Rear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1384c77b7a92e77c577a53f247578b9445479d9220118121d1981fae82ef58 +size 176216 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockUp.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockUp.uasset new file mode 100644 index 00000000..96cff9d3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/KnockUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c10bb486a1573c57bb95317e8867d2a5dcc0b9c2fba6edc579a7a7d1edce10a +size 175861 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/LevelStart.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/LevelStart.uasset new file mode 100644 index 00000000..0391d3c6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4af019ceebbf3740287d3b20123cca906b5076c11dd8137fb70b541ba303072d +size 441750 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/LevelStart_Montage.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/LevelStart_Montage.uasset new file mode 100644 index 00000000..ae44f0eb --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/LevelStart_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e715e3426ed51e538c0f2e40845d730dfc3f4bd835dea4c8a8de4d43eb65da1 +size 100811 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Fast.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Fast.uasset new file mode 100644 index 00000000..c76de1e7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a048ee1e626646011892efedb8c76c10040e0d9c00ebf61586d798ce32b05ed +size 137514 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Fast_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Fast_MSA.uasset new file mode 100644 index 00000000..ee4430c6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Fast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c796c599c315f2d588339b016e625102cea816e6e92cbcdcd1d8e5133ecfbf +size 137794 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med.uasset new file mode 100644 index 00000000..f9264a74 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19cab7f2f34546a82e3a0e032db79fafdc33f2b7372b2c500b6f440c91b62e7c +size 148411 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med_MSA.uasset new file mode 100644 index 00000000..a7304d01 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56490079d7c88b67fb2c29330f6bcb36bc89c6c55ffd956fafd3e7431f62c47 +size 148875 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med_Montage.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med_Montage.uasset new file mode 100644 index 00000000..b3f3ca1d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Med_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93047ac2779bde2b91e6436a49754597f8b9fd5b077fb35c91d2eb8282c3198d +size 102947 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Slow.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Slow.uasset new file mode 100644 index 00000000..5ab9ff23 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4b3132e4985bf9214507e4a8fa32714c386c359a7c1d22d0cbfcfcb80ece9b +size 170632 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Slow_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Slow_MSA.uasset new file mode 100644 index 00000000..756f3474 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Primary_Fire_Slow_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69519d61f077ab31ff33f2dd6188d161245ad5394ba7a7596180def0f7e3c7f +size 171315 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability.uasset new file mode 100644 index 00000000..74c374e1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b692df1ce2bf852a78bfb13f3c508f3861cc155e7a1ec853b20b68ee630c7a +size 185040 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Loop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Loop.uasset new file mode 100644 index 00000000..cef01395 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c79ffe8c69b6196c6ff04d048666b428122e33e3f2e186ced9bdc7005dec31 +size 118524 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Loop_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Loop_MSA.uasset new file mode 100644 index 00000000..f2914be1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439eea7ee727b213e4de69a1321b2cb435aaa1c11ae0622c3f19a21eab5f2504 +size 118253 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_MSA.uasset new file mode 100644 index 00000000..2348fd30 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3118efff8ea927e77d4a61990081fcb0b0529b31dea7a64fb804a88836d8abe0 +size 185239 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Start.uasset new file mode 100644 index 00000000..b481ce50 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68ca7346eaae4f31538ecaa67d658c14083e8094ed262116809e9045f3a1264 +size 180484 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Start_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Start_MSA.uasset new file mode 100644 index 00000000..7f51ab60 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Q_Ability_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b525126387e2e1b89b4b69cc3b803f4be012137036c22a4035d2454866598a +size 178721 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB.uasset new file mode 100644 index 00000000..e31b732a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df7f1d59bde7878470a20696458ff05805db56c8f453edb2b5825367c5cd5d20 +size 171769 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_MSA.uasset new file mode 100644 index 00000000..ff37b637 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5146cf5be46006d786bcd7950d866157239ebef364833efb852c4e64ca71265 +size 172098 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Fast.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Fast.uasset new file mode 100644 index 00000000..7d6eaeee --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47dd0d68a8e2a324e6abed44dda4f211bf652696f5cf55ef5e1d103cfa92a15d +size 280374 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Slow.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Slow.uasset new file mode 100644 index 00000000..948185c9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf8d9ca9cd5d2134728148d4aa51e7f8ff0aa91c5267f71f71662c00b1d4f96 +size 248567 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Zero.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Zero.uasset new file mode 100644 index 00000000..c985f547 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_TurnInPlace_Zero.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b2d04a29f1d469f052f235df1101abb0888d5c9a8f7cca6cb3fa571ea37184 +size 273743 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_Zero_Pose.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_Zero_Pose.uasset new file mode 100644 index 00000000..7f69646f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/RMB_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd219de9082b2816ec7b165f6793d5277184a444260bfd13307c143b638ec68 +size 117087 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability.uasset new file mode 100644 index 00000000..126b7ba6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc77677c17dfb3e66dcaa6a78c5e9d87d95bbf0a4752fd9356bf5d1d0e576f5 +size 297411 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability_MSA.uasset new file mode 100644 index 00000000..9f7fd6c4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52b5a6edb0d48e7bcf9c30e93dd71c877a5d941b94c48b6bd3499af88f8437e +size 297737 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability_Montage.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability_Montage.uasset new file mode 100644 index 00000000..b60162f1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Ability_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f07b93af5c5bda5f0b2b0f046752c78eaa2275b2bf09814c60098c9f2e6c266 +size 103883 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop.uasset new file mode 100644 index 00000000..0fd167a9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:845f3b64bc8b22e6e7d8448f874df3c08fb88a6093f0ba8bdd875cfbdd19edbb +size 118943 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_MSA.uasset new file mode 100644 index 00000000..b01cf27a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb151a882536b9781abc779b60946fd4861766b90deac58fcf824bf8c56b8a6c +size 119200 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_Moving.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_Moving.uasset new file mode 100644 index 00000000..900fc350 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14f51e3e7d39927716144e509fe75935599623809872370e9c3c6adc2deea964 +size 117789 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_Moving_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_Moving_MSA.uasset new file mode 100644 index 00000000..208a9130 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Loop_Moving_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4310c3e898530808fd9ed9c617da8e6bd53adc9c5966cfbdb18e71d9080284c6 +size 118397 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Start.uasset new file mode 100644 index 00000000..10bc6861 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4c65739eceba589ace7c612471514cb447212f1a055c55b66ce263cdc36496 +size 175685 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Start_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Start_MSA.uasset new file mode 100644 index 00000000..80e57b98 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/R_Intro_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f60dc05d8bb987f53aff672a850343b638b51e18e8ca8371bd47611a7c01a17 +size 175757 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Recall.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Recall.uasset new file mode 100644 index 00000000..1815f7b7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec2823393b6c26d2c97799dd417e58d90185715493c214846000ddd0924285a +size 522173 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Loop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Loop.uasset new file mode 100644 index 00000000..7f7cd91a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a693e851d4c431d190533c52ff239423df1bbec1c834f146534ec7f36fa4e87e +size 117182 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Loop_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Loop_MSA.uasset new file mode 100644 index 00000000..aaf639d2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a820fd31eada0ea95e91b7ace942bc0d24932aad434bc620ddc50119f592279 +size 118071 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Start.uasset new file mode 100644 index 00000000..9267b437 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb0347ea93dcad8337c65c01a2cf4083d03b7e812d55e518a3ba943cd12c368 +size 146159 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Start_MSA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Start_MSA.uasset new file mode 100644 index 00000000..ad0cb223 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398b3e3c0bb813c01d293cfa45cb90f3c44f269b139a82ec31e286cd7d352195 +size 146950 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_TurnInPlace.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_TurnInPlace.uasset new file mode 100644 index 00000000..78c3cb8c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_TurnInPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d1f4ffedfafae9a638dec4e7634a588042bb2d0ab24e55fd8c753fee11e822 +size 137667 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_TurnInPlace_180.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_TurnInPlace_180.uasset new file mode 100644 index 00000000..44bd56e3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_TurnInPlace_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3edfb3345282a3e77222bd4bc894e0dd934dea3bd67b43c72c495ef281862c52 +size 137531 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_Turn_toIdle.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_Turn_toIdle.uasset new file mode 100644 index 00000000..d7860eb4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Rmb_Targeting_Turn_toIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f352e875e85175790ec5eba359ea754294fe483595ec5592a52e7a0394d31b05 +size 132308 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Stun_Loop.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Stun_Loop.uasset new file mode 100644 index 00000000..be6ed504 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Stun_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75da248f6748da6f743aa8caf038ff8f846bb95093c3b53b284ec02680d346c5 +size 134408 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Stun_Start.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Stun_Start.uasset new file mode 100644 index 00000000..e770d590 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Animations/Stun_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fdf12597f97dfbef8b126b05f55689bbd0d0e2772fe93feeb5aac7b57ee4abb +size 253589 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/LtBelicaPlayerCharacter.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/LtBelicaPlayerCharacter.uasset new file mode 100644 index 00000000..9c666100 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/LtBelicaPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4523ecbe4139ba66ff75d981fe4dcec6b1d50cbcc8ad584a0333ece954c5e47 +size 277483 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/LtBelica_AnimBlueprint.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/LtBelica_AnimBlueprint.uasset new file mode 100644 index 00000000..47dc7f31 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/LtBelica_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9122b559954b707d9abbe2acf548aed405bed8bb1ed39ade5bc4341c3a46300 +size 649174 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MF_BelicaAnimatedScreen.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MF_BelicaAnimatedScreen.uasset new file mode 100644 index 00000000..8c892c82 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MF_BelicaAnimatedScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2097053d1bb6f01ee49ceaa0ddbeede1659ae6c1b33281815562f73f1ca08ae1 +size 119358 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MIC_Belica_Hair.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MIC_Belica_Hair.uasset new file mode 100644 index 00000000..a0f1f742 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MIC_Belica_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b22261ac5b45f36a01d076f503919e86b2c26e3306321db9549be675efe7c50 +size 163240 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MI_Belica_Eye_Occlusion.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MI_Belica_Eye_Occlusion.uasset new file mode 100644 index 00000000..ed74a452 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MI_Belica_Eye_Occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c636537a06cbe5a4e77a582dc6a4b152e4cec65d71b57e17b4fb279459e3f35a +size 94725 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MI_Belica_TearLine.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MI_Belica_TearLine.uasset new file mode 100644 index 00000000..f5e225e6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/MI_Belica_TearLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8a4fcbfc22b04923accacfd9f0ee034e09a7dfd176e9010aff857e18dae3bf +size 102736 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/ML_BelicaULTEye.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/ML_BelicaULTEye.uasset new file mode 100644 index 00000000..e4e4f775 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/ML_BelicaULTEye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce455c65830b75c51fe651e19e1aa044b8f6c888ed62b40560a75bef4a6a710 +size 73936 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica-Hair_brown_01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica-Hair_brown_01.uasset new file mode 100644 index 00000000..1d2be8b5 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica-Hair_brown_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d66e69827e634cd4e263251ac070b9761c6354659ad4c9e4d55d44f97eb061 +size 150238 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_ArmComputer.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_ArmComputer.uasset new file mode 100644 index 00000000..438acac0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_ArmComputer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22b7f3cd14ccbe3faab8e61d983d0d058fceed1b90aa3e60c222068e75e69b13 +size 176616 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Blue_EyeRefractive_Inst.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Blue_EyeRefractive_Inst.uasset new file mode 100644 index 00000000..d297a007 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Blue_EyeRefractive_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2703eba94b7b1c4558cb673ad4b2df7c2dd4084bbeb09f54c1ce6ddd3359efe3 +size 132923 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Blue_EyeRefractive_RightEye.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Blue_EyeRefractive_RightEye.uasset new file mode 100644 index 00000000..5d0e800d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Blue_EyeRefractive_RightEye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b777e6c936c81750e3946fa5bf71d84b6f265d7954644ab9f647969efaa008dd +size 128737 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_DroneBomb.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_DroneBomb.uasset new file mode 100644 index 00000000..45976531 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_DroneBomb.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d4c530fd30e896aeaecad5406864b16d90f57394f22dc597608476fb46c94ec +size 248236 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Guns.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Guns.uasset new file mode 100644 index 00000000..c3e4649c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_Guns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d11133dfcc15b7d118849957484da0520ac6458982b4df1b04f03b90965db45 +size 205950 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_LowerBody_Inst.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_LowerBody_Inst.uasset new file mode 100644 index 00000000..163c2502 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_LowerBody_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec728045e2c21600e529eca573cdf014a47f41c748b867618b9b97e7b64a61e3 +size 168063 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_New_Head.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_New_Head.uasset new file mode 100644 index 00000000..17f73c4c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_New_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af2cf8672fdc8dd5c808a35c91ce220c7e950cb2361e2bd24492c8fec991e79b +size 153123 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_UpperBody.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_UpperBody.uasset new file mode 100644 index 00000000..006002e4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_Belica_UpperBody.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fcf630f26334ec177f9fdad017db1b0135bc6197c8c749dbe3eec6be4c3ba01 +size 226432 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_TacArmHoloMesh.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_TacArmHoloMesh.uasset new file mode 100644 index 00000000..ba3d2887 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/M_TacArmHoloMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50fb25663d517455166b9e9987c4d2419940e10ccf0aefd4ad0c556349fa525b +size 129594 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/SSP_Belica_new.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/SSP_Belica_new.uasset new file mode 100644 index 00000000..b0e06a3b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Materials/SSP_Belica_new.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c77135973167e78d7d62130a4523922a1d74b73cf9c5eef02aa21109bb29b5c +size 2458 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica.uasset new file mode 100644 index 00000000..e154c743 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2285eb8b3d7cf8bebd78f94a27e16a4d1542713c2f68ccaf06eca0ea9cfb72c +size 15756430 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_CylShadows.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_CylShadows.uasset new file mode 100644 index 00000000..64882baa --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_CylShadows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:505a6129cd70a1bbbc10724b970ba0052cf6552ae9161f6cc41304c9cd1fa266 +size 41649 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone.uasset new file mode 100644 index 00000000..a6848dec --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75296c6bb7faa00dae0b568044ba6583aad26aa288e7f29d118f6fe9d1663a9 +size 2763289 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone_PhysicsAsset.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone_PhysicsAsset.uasset new file mode 100644 index 00000000..5a957818 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56bdc11dc8359a2af0a1a5e5be0f48e02b96b72d5aed2db401e8e81443513176 +size 112214 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone_Skeleton.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone_Skeleton.uasset new file mode 100644 index 00000000..bb090e44 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Drone/Meshes/Belica_Drone_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78b46d099c5b1bcf2992a8ababce2b21f2997f5293fe6d882925b2feec998a0 +size 5289 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Extents.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Extents.uasset new file mode 100644 index 00000000..77635be2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Extents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed161b41e4f36297085184fa37341a18bf81bed2ecb1b230b09c154a0c9bbaa6 +size 19564 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_PhAT.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_PhAT.uasset new file mode 100644 index 00000000..e475fed5 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_PhAT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491552c271a8f18c057fbe38e44341f07385b324fee2a1316ba5bb60039008a7 +size 50754 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset new file mode 100644 index 00000000..4d09b6f0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Belica_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92186592f96c8309b795cfee975e855dcaad751def90c01a9d1e4b3806d6bce4 +size 67715 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Orion_Proto_Retarget.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Orion_Proto_Retarget.uasset new file mode 100644 index 00000000..e84a6fb8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/Orion_Proto_Retarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbaeff201850cfd93e2b251a8c4f0dbc80a40773c920c034c18a2f23483a397e +size 68560 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/SM_Belica_ArmHolo.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/SM_Belica_ArmHolo.uasset new file mode 100644 index 00000000..5ad9cf95 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Meshes/SM_Belica_ArmHolo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:434a25b83ddd3cd2fd6fc59ba266acd224226a36de6ba453eadccb94f8e2c3b0 +size 83302 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MIC_Belica_Eyebrows.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MIC_Belica_Eyebrows.uasset new file mode 100644 index 00000000..8f0017bd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MIC_Belica_Eyebrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b335f71bf55be4fe433a9734982b4d51177b2b19a03845811b8466b01712e1 +size 158974 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MIC_Belica_Hair.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MIC_Belica_Hair.uasset new file mode 100644 index 00000000..f0f96409 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MIC_Belica_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588b708a554d6c3bdee0a39521ea2bc0ba6a235f8bfe3fca4429bc506872e80d +size 166624 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MI_Belica_EyeRefractive.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MI_Belica_EyeRefractive.uasset new file mode 100644 index 00000000..67ab4034 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/MI_Belica_EyeRefractive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14010fb586b12bb87de0736665b7e4df5d1f58232981b8cbc5bbec8b3c4887f2 +size 128308 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_ArmComputer_Biohazard.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_ArmComputer_Biohazard.uasset new file mode 100644 index 00000000..efaf911e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_ArmComputer_Biohazard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63075b86c6355f4c55cc89c4e58541660332fea88d3bb825136215b36d2ca42c +size 175124 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_Guns_Biohazard.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_Guns_Biohazard.uasset new file mode 100644 index 00000000..861fdc52 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_Guns_Biohazard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc41cca501c4ff8cb270097703a921d5c3900302f1b0491b5d09d4f525eebe20 +size 215776 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_Head_Biohazard.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_Head_Biohazard.uasset new file mode 100644 index 00000000..0fa02c23 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_Head_Biohazard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae87668e2aab559fcd3690bdc257ed75fa8dab823e217b643fa24c08f6aad01 +size 156102 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_LowerBody__Biohazard_Inst.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_LowerBody__Biohazard_Inst.uasset new file mode 100644 index 00000000..5c5fc3b3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_LowerBody__Biohazard_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba59fcd5dda9bba046d5d354c6cb77256e51d3b72512b313363baeab104bafd +size 171953 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_UpperBody_Biohazard.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_UpperBody_Biohazard.uasset new file mode 100644 index 00000000..250ec6e1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Materials/M_Belica_UpperBody_Biohazard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6c564500f2300bbf007e60a2a95971580b727b44c7555c3129c2881e7765a7 +size 219991 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Meshes/Belica_Biohazard.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Meshes/Belica_Biohazard.uasset new file mode 100644 index 00000000..250dac39 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Meshes/Belica_Biohazard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3f5be5be53585c2d937504cdf748179e4cf5c9c2867b8dea8e3b574cc769e4 +size 15756466 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Face_D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Face_D.uasset new file mode 100644 index 00000000..d265c7c5 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Face_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0699c904cae201b1d015c43f2579f5fecd4f4fbf3dccceb27735e7282081223b +size 19910498 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Lowerbody_BiohazardMask.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Lowerbody_BiohazardMask.uasset new file mode 100644 index 00000000..074c9dbe --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Lowerbody_BiohazardMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccdfe1aff56dcc9e92769cb82522540171b50c142fa9c266097790f20e4ac3c3 +size 9227967 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Upperbody_BiohazardMask.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Upperbody_BiohazardMask.uasset new file mode 100644 index 00000000..fd1ee8d8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_Upperbody_BiohazardMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2227cb86daec07db621035a81a459b186beb64f45debb90e825a37da657758f6 +size 5596049 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_m03_Belica_guns_Biohazard_MASK.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_m03_Belica_guns_Biohazard_MASK.uasset new file mode 100644 index 00000000..faca85b3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Belica_m03_Belica_guns_Biohazard_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0ac0ab6c481d14a34c24833cfd88360c178ce8f7b561adf47ee360d50f0dced +size 4160269 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Working_Belica_Face_Diff_Biohazard.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Working_Belica_Face_Diff_Biohazard.uasset new file mode 100644 index 00000000..32b12ac1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Biohazard/Textures/T_Working_Belica_Face_Diff_Biohazard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6256262b845d220ea3ec4038f29c79db1ec30cc76d42efc3b281818d6d81b6 +size 19868149 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostFrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostFrost.uasset new file mode 100644 index 00000000..79b2fd2a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostFrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11fff58bdd709a7e300f1c55942c9198d42e341d614f70338dcbf8e0c92417c7 +size 143504 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostIron.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostIron.uasset new file mode 100644 index 00000000..df8fcce4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostIron.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021435a74f44e0025dee0057a9ab89e4a9944439c2b2eed3cce5ce55cc35505f +size 121016 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostLeather.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostLeather.uasset new file mode 100644 index 00000000..f01cbe12 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostLeather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5f1c1ec4b9e9d5b22369a012b831c7d53a9428386ccc2489fffd7f838f482c +size 87216 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostSteel.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostSteel.uasset new file mode 100644 index 00000000..1ce54ed4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/Layers/MF_Belica_EverfrostSteel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a6cb5b2ddbc756984d21c0a1eee42a48d0321509e1a0faaf63028c320ebced5 +size 104727 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica-Hair_brown_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica-Hair_brown_Everfrost.uasset new file mode 100644 index 00000000..15106f0b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica-Hair_brown_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a62657cdc7f7153d0b3096d7d19ef40e4d487d420bc076ec127da382f50ce9 +size 167346 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_DroneBomb_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_DroneBomb_Everfrost.uasset new file mode 100644 index 00000000..5a3c708e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_DroneBomb_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c523c202b589d0d14d280d47170aa880063eb9c558037b1a9e879ebf4e4a41af +size 272101 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Everfrost_Eye_Left.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Everfrost_Eye_Left.uasset new file mode 100644 index 00000000..3ce3461b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Everfrost_Eye_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efdd4f56e3ea1604e8df13f04a6e88c35bb1089869081e4d20442668ffe3cae3 +size 141452 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Everfrost_Eye_RightEye.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Everfrost_Eye_RightEye.uasset new file mode 100644 index 00000000..ffb2fac8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Everfrost_Eye_RightEye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98fab200fd18404d689261b23cd95f3d3387b9555ef7ccd86ede5e6fe5daaff4 +size 130496 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Guns_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Guns_Everfrost.uasset new file mode 100644 index 00000000..8a19c39b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_Guns_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edeb66ad329708d5f3705bb5ef42f60f494a9f3f1aa7a6439e9bd13b96963236 +size 208888 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_LowerBody_Inst_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_LowerBody_Inst_Everfrost.uasset new file mode 100644 index 00000000..5c1f8f4e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_LowerBody_Inst_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8976d371678e797a29566ca87d5e21a86f8e060c8dd1adc4853d4c89c5e7c07f +size 174004 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_New_Head_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_New_Head_Everfrost.uasset new file mode 100644 index 00000000..c52657fa --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_New_Head_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b41b5a455d3934cb80a2b4c307131f313a0d27eceed7ac05d791c6d3320ab3 +size 178403 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_UpperBody_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_UpperBody_Everfrost.uasset new file mode 100644 index 00000000..c74eaab9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Materials/M_Belica_UpperBody_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e75a2a4eeb467f816332398f1c3a845aaa13a90124664e57151c632cbab6dc +size 223828 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Meshes/Belica_Everfrost.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Meshes/Belica_Everfrost.uasset new file mode 100644 index 00000000..0945d7f3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/Everfrost/Meshes/Belica_Everfrost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f047f00ee8604c0f636d8bdeefb7f2ef0a1f07664c8d755deb967bb7c7f40cd +size 9986758 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/Layers/ML_HeavyArmor_FlatMetal.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/Layers/ML_HeavyArmor_FlatMetal.uasset new file mode 100644 index 00000000..3f5923cd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/Layers/ML_HeavyArmor_FlatMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcad34206048728efdd045d28372ddeceeade2f3464057ed749f111cf815004c +size 123016 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/Layers/ML_HeavyArmor_Main_Metal.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/Layers/ML_HeavyArmor_Main_Metal.uasset new file mode 100644 index 00000000..7b58ae84 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/Layers/ML_HeavyArmor_Main_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f182d776a0d7dc1559bdf7be171f1f54af2b9e20241bee51a7c27c03d83173e +size 120590 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_Arms.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_Arms.uasset new file mode 100644 index 00000000..34a941a0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1201c304ab5cfcd4f3b5b3eda35662bbd10e075028f74230a6e4f033bcc6ebb9 +size 221524 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_FaceMask.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_FaceMask.uasset new file mode 100644 index 00000000..8d1d2311 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_FaceMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b4a39af980872a5061368d3cf62c79586171474e28cba7b7709dd155866cca +size 161709 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_Guns.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_Guns.uasset new file mode 100644 index 00000000..96bae9bc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_Guns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09975f990c1257be319d23c929c643a80548e7b0176051e4956846e60aff94f +size 204817 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_LowerBody.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_LowerBody.uasset new file mode 100644 index 00000000..ed09cd6a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_LowerBody.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6129be4ff1b3f65707ae63ce60838a9758091dd5394a25f7ab07b39cb8f009b +size 217731 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_UpperBod.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_UpperBod.uasset new file mode 100644 index 00000000..8b0e95cb --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Materials/M_Belica_HeavyArmor_UpperBod.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52114e746e2f2a555418c81342b569cfadbb4fe63398b8301fc634284f211198 +size 231434 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Meshes/Belica_HeavyArmor.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Meshes/Belica_HeavyArmor.uasset new file mode 100644 index 00000000..6f4874a9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Meshes/Belica_HeavyArmor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a7f4aaa17553c23ed19ffe7a883051272f1f1d21b6be3691344094a5161d99 +size 7468798 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_MASK01.uasset new file mode 100644 index 00000000..b02839c0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94eaad8d0c26ec1166e20b090977b5dfe753086f25bbbe1b9a087e2d41cc0984 +size 267172 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_MASK02.uasset new file mode 100644 index 00000000..45297595 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ec418056f26b0339a85c33cc606a2312b8a1c553323e6dd20003decc277f515 +size 196453 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_RGBA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_RGBA.uasset new file mode 100644 index 00000000..2105c0c0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_ARMS_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75af616d57a0266d3fc334b8320ed4399157dda866f659bb858f38327f814486 +size 15629741 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Belica10HeavyArmorLowerbody_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Belica10HeavyArmorLowerbody_N.uasset new file mode 100644 index 00000000..ba576319 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Belica10HeavyArmorLowerbody_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb2e51a059408f2aad9e382245aecf0047acd8c3fa5c7f5e967f25292f0b23f +size 16843255 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_FACEMASK_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_FACEMASK_MASK01.uasset new file mode 100644 index 00000000..8bc73c15 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_FACEMASK_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78df7b8e5bb7fd015c0d607c1655d1ded15e93c69e755c35d55fec74282256ed +size 51033 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Gray_Flat_Black.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Gray_Flat_Black.uasset new file mode 100644 index 00000000..715d4f90 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Gray_Flat_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:495cd17ef438ad0abf9ca3d3386aa675fe62c0d76eb4ecdae60e30e1498b43a5 +size 7792815 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_HeavyArmorUpperbody_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_HeavyArmorUpperbody_N.uasset new file mode 100644 index 00000000..d1f538d2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_HeavyArmorUpperbody_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a95f9c7dd3681820ee41bc1ecc618ba2fcc76d7a6c06568c2942e97b9088dcd +size 18248700 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_MASK01.uasset new file mode 100644 index 00000000..0cc0a856 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a65bcd8ca51d261d4b2a2ef68b9c0bfbba90e264146cb855930d9f026f59c512 +size 311713 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_MASK02.uasset new file mode 100644 index 00000000..747f191d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5341d631f27e4dfefbaf74e72abca04c46605016aa35110e15f69be8515d139b +size 374572 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_RGBA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_RGBA.uasset new file mode 100644 index 00000000..e28a694d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_LOWERBODY_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe412c83a1b3613b012da5da6e2380aae5d1ce3e4497850b8c97acad4561dfd +size 19747322 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Lame_D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Lame_D.uasset new file mode 100644 index 00000000..55836a16 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_Lame_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba8f788a8cba666cdb9f648646b32e8d93fc53aa714e22f4b8bae619f285f5c +size 120805 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_MASK01.uasset new file mode 100644 index 00000000..b7140ff4 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3c05992fc059fbbdefb08333873b678e316e5f8f06e8b2a0888e056b6d199a +size 825567 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_MASK02.uasset new file mode 100644 index 00000000..55e95760 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59da6e7581f3d9c418ff3fe2346306cb6d671ad793410a1127dbb527d151eae +size 456726 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_RGBA.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_RGBA.uasset new file mode 100644 index 00000000..4622e223 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/HeavyArmor/Textures/T_UPPERBODY_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac0bf99f2ee5b476852e3f209ca5525247bf0fe376ecc11e7d75a5effddd465 +size 25018558 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/MIC_Belica_Hair_Blonde.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/MIC_Belica_Hair_Blonde.uasset new file mode 100644 index 00000000..0522dc52 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/MIC_Belica_Hair_Blonde.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4736f354e41b9bbc8b43a77cafd9174b0b6f47b76913ad37dd1d2dffe1b6cd4f +size 170434 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_ArmComputer_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_ArmComputer_PolarStrike.uasset new file mode 100644 index 00000000..f2f7bcb1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_ArmComputer_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bf7faf32ed75a358f07b7657ef2a192b8a3036daeeb0086c3ce08b80726705 +size 202280 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Blue_EyeRefract_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Blue_EyeRefract_PolarStrike.uasset new file mode 100644 index 00000000..1ef8f1a6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Blue_EyeRefract_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86930dc8d893d1029f48286f85bac5eae9a531a79fed79eaa4785cbb00ca9f87 +size 133006 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Blue_EyeRefract_RightEye_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Blue_EyeRefract_RightEye_PolarStrike.uasset new file mode 100644 index 00000000..19ba6b94 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Blue_EyeRefract_RightEye_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef406de0cc929acf679bad35eb338c96f8199f1f038a32765852e5ef0d596426 +size 132928 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Guns_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Guns_PolarStrike.uasset new file mode 100644 index 00000000..9025d039 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Guns_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0428a6372df9a0b482764ea3e157716e97c3827a4b81e3e7781781fd8b7682 +size 210194 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Head_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Head_PolarStrike.uasset new file mode 100644 index 00000000..b593fd94 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_Head_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d0a43597857313c1b5a7304561797f8c53ec1d0153713c3dac60f92c65f5dfc +size 159145 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_LowerBody_PolarStrike_Isnt.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_LowerBody_PolarStrike_Isnt.uasset new file mode 100644 index 00000000..07f99f1b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_LowerBody_PolarStrike_Isnt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddfad02ed47cce9a2840773f18b1c1337b9f9b13e51c99193ce7b67d9744f99c +size 166818 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_UpperBody_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_UpperBody_PolarStrike.uasset new file mode 100644 index 00000000..2a12094e --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Materials/M_Belica_UpperBody_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54251b597cb963d821ff8f7b32268ba5d274d522ffe93e99f0801c904bb0854 +size 213982 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Meshes/Belica_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Meshes/Belica_PolarStrike.uasset new file mode 100644 index 00000000..574f30a5 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Meshes/Belica_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb9c36c1b29d4a00bf9b071f15f7f7a67a26770ef9db2cdfc14d21f09dc2e968 +size 9986458 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_LowerBody_PolarStrikeDecals.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_LowerBody_PolarStrikeDecals.uasset new file mode 100644 index 00000000..12643ac8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_LowerBody_PolarStrikeDecals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5286fbcce448cda2f59f319fc917b5e2d57e138a901e6cff8ead72b1831a70f4 +size 57487 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_UpperBody_PolarStrikeDecals.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_UpperBody_PolarStrikeDecals.uasset new file mode 100644 index 00000000..8506084d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_UpperBody_PolarStrikeDecals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b784ea4ae3dda67361cad555eb5e6d4a4ea026520fde31a478d082b3b340c3f5 +size 39433 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m00_Belica_upperbody_skin002_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m00_Belica_upperbody_skin002_MASK01.uasset new file mode 100644 index 00000000..aebe2992 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m00_Belica_upperbody_skin002_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddc98cb5f6b5d6fcd205d75df52ce3b43040d91028d33122e5b63f014cecaa99 +size 638795 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m00_Belica_upperbody_skin002_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m00_Belica_upperbody_skin002_MASK03.uasset new file mode 100644 index 00000000..17b77968 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m00_Belica_upperbody_skin002_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d52ff11533624c402e2213a9f8b21c9e81129cce02d22e22b10c7cf3c8c70bb1 +size 172207 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset new file mode 100644 index 00000000..386ab92b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66aabdd3238f9b42cedfacf82aee9aeec9281d97625fedc116975e8e652564d +size 563254 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset new file mode 100644 index 00000000..7462b887 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b67ddaaecbc99642921f99008ec89f422be9f8fbdc1ecba0dab44f436f59e59 +size 303637 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset new file mode 100644 index 00000000..7c08d36d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d6254cb8be895a904be432c44e7e23e88309d60a402800edd3f030868c3551 +size 140013 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Working_Belica_Face_Diff_PolarStrike.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Working_Belica_Face_Diff_PolarStrike.uasset new file mode 100644 index 00000000..094ae0de --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Working_Belica_Face_Diff_PolarStrike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:886dce578e9625b6eb59fdfc9c95879df67cf72f53cc0fd2fbd6dfe128289b34 +size 11784473 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Working_Belica_Face_Diff_PolarStrike2.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Working_Belica_Face_Diff_PolarStrike2.uasset new file mode 100644 index 00000000..e0a5e0d8 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/PolarStrike/Textures/T_Working_Belica_Face_Diff_PolarStrike2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c902d554d973e2a82c7ab81673aa2d2b1cbaeeb7f19349703641da18fedbe2 +size 19883301 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/MIC_Belica_Hair_hidden.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/MIC_Belica_Hair_hidden.uasset new file mode 100644 index 00000000..ca6da066 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/MIC_Belica_Hair_hidden.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a46d2e574d67a9f368254fcdc1ae3ec9bfdcec626c0c60a2ef009ab913836e +size 95421 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_ArmComputer_SpiderWitch.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_ArmComputer_SpiderWitch.uasset new file mode 100644 index 00000000..02b4c22d --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_ArmComputer_SpiderWitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22097a17aa61edfb6faf22bb14ab9432a986a7cf26e9634b91b03b737021a297 +size 188454 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_Guns_SpiderWitch.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_Guns_SpiderWitch.uasset new file mode 100644 index 00000000..ff80ce07 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_Guns_SpiderWitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1918bb9411ad99618c25d509ed144257045ea505e4d1bd67a44b3cd623357ec9 +size 228207 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_Head_SpiderWitch.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_Head_SpiderWitch.uasset new file mode 100644 index 00000000..5f2a62fd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_Head_SpiderWitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1436ec60ddaaff12eb75610e5393e1eb099a649248c74edaa6de2cdd2bb496c +size 155008 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_LowerBody_SpiderWitch_Inst.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_LowerBody_SpiderWitch_Inst.uasset new file mode 100644 index 00000000..486d4840 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_LowerBody_SpiderWitch_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda5139494b43d67291cbcbb71695f5be9aed3cf27fca0b773e7f4c44d7155b2 +size 158915 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_UpperBody_SpiderWitch.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_UpperBody_SpiderWitch.uasset new file mode 100644 index 00000000..d18dafea --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_Belica_UpperBody_SpiderWitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e4b1d50fe66a0fffb4674dfaa5d3dc68c6d13de197cd68e1172ae494d10873 +size 220847 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_WitchHat.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_WitchHat.uasset new file mode 100644 index 00000000..dfab14c7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Materials/M_WitchHat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9545763ea0ad3f188e54e575f68ba01a2b56c7b7213d9194eef7b7d2e8e64dac +size 145520 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Meshes/Belica_SpiderWitch.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Meshes/Belica_SpiderWitch.uasset new file mode 100644 index 00000000..3f7b8250 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Meshes/Belica_SpiderWitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:979dbc1651bd17280f366f4373114b99e707b55b31678acc6c1c7156be96b384 +size 9985556 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Meshes/SM_WitchHat.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Meshes/SM_WitchHat.uasset new file mode 100644 index 00000000..268345d2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Meshes/SM_WitchHat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:529cf45d2ad334820dc0158815b535884d77ee7fb98618b7c817cda2ebf2aa89 +size 1071742 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_Belica_Face_SpiderWitch.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_Belica_Face_SpiderWitch.uasset new file mode 100644 index 00000000..690e077b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_Belica_Face_SpiderWitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d304a69f6f5369c9d22d2be8f13dbc4ef6ea195fad1dbf9520727874d29f9fe8 +size 14883210 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_Belica_SpiderWitch_Hat_normals.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_Belica_SpiderWitch_Hat_normals.uasset new file mode 100644 index 00000000..c000886f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_Belica_SpiderWitch_Hat_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf3d04989a776241d475f44c26fb96bb910ec06861062c510a8397b4c672f9e +size 8928281 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_WitchHat_MASK.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_WitchHat_MASK.uasset new file mode 100644 index 00000000..37279927 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Skins/SpiderWitch/Textures/T_WitchHat_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc777efde9e93a3517fee7e05beecb362918964f0156dcc22a4679f69e6488b3 +size 1082814 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK01.uasset new file mode 100644 index 00000000..48287c4c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8844cfab822df9e47d8192a5fbd26595504540f6dedd5235d7033bc06aa0b2 +size 609349 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK02.uasset new file mode 100644 index 00000000..cd659c39 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bcc62927a8c8c9883602a493630f9db5cf86de696bd016c4f9bdd6cbc9748b +size 491550 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK03.uasset new file mode 100644 index 00000000..4e6f2245 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m00_Belica_upperbody_skin00_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6b754e59b524f2a0b5dfc0027419ed7a283b47bb90dd890b28737052cc4801 +size 217893 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset new file mode 100644 index 00000000..a337bac1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416a9390fa83ace6b4bc8cd7f5cafca14022ee8d39a88a3704bf27922624cfeb +size 562214 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset new file mode 100644 index 00000000..38dbb2fa --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c973d03d93dc9a6db4de63d56200d9c3b3de18d1d7667b9c586589f644ad54e +size 303576 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset new file mode 100644 index 00000000..6864f044 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/FlatBlack/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a179568a0dd738154dd48018f08f5816468473cae230dea2d55a1be3adfff559 +size 147510 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_BelicaScreen.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_BelicaScreen.uasset new file mode 100644 index 00000000..6eaddff7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_BelicaScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed4b5c3826ab5592f39432a885b2411a18979b54f637e66d726fa88a7bf67964 +size 466530 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_ArmHolo.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_ArmHolo.uasset new file mode 100644 index 00000000..26f1e5ba --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_ArmHolo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:796c683dfe749b305e92b1a486d539d4d1508b3f90249fbe865c32267caa2529 +size 3406116 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_DroneBomb_EmissiveMask.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_DroneBomb_EmissiveMask.uasset new file mode 100644 index 00000000..b356f13c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_DroneBomb_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c5ad3bcfe34faab3b0888d5a97bb2a791547c64163fcaa999ecd52309b9ba1 +size 11867 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_D.uasset new file mode 100644 index 00000000..4d81bdb1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436a3cff92d12ad29167891bb1f73d18d27641b69f6ff4dbf15f0f60acbcb91c +size 19910482 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_New_spec.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_New_spec.uasset new file mode 100644 index 00000000..a6893369 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_New_spec.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7684ed8ee8249dd09a08e2840d302dfc5832f089fd8e059d973bf90c295dba1e +size 2998709 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_RGB.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_RGB.uasset new file mode 100644 index 00000000..634066d7 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Face_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a597448669d5e701f6932d9deba47ceb4062103b411e4a316105db6994f925f +size 17758181 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Hair_D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Hair_D.uasset new file mode 100644 index 00000000..89a036ec --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_Hair_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e67a1529c9a95ed5b8016691af17acf3ebff6e9c142031495add22be5a970d7 +size 5632756 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_LowerBody_Decals.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_LowerBody_Decals.uasset new file mode 100644 index 00000000..d6c85028 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_LowerBody_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cafa3a29d6997add3543e0d5773d40fe1125eca31127d2325d2ad2d24922974 +size 62180 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_Decals.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_Decals.uasset new file mode 100644 index 00000000..08b12ab0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d68f27e78033098e552a4f1064f67d1cb7a819c29a85582aaea45e911bc4434 +size 32082 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_Decals_Flatblack.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_Decals_Flatblack.uasset new file mode 100644 index 00000000..6f4ce6c1 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_Decals_Flatblack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcff50bda415e6daa1741fd9777e61dacfd7c1e902cb705b8db770d0d1a82e5f +size 40771 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_N.uasset new file mode 100644 index 00000000..214f73ee --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4f1c6d1b5b3d5ed05d8206dab323ce945d34ef426ad099cb8052867db99685 +size 20797801 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_N4.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_N4.uasset new file mode 100644 index 00000000..874adc60 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_N4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee6d47484fa17fdce599cd7d8408fd13d025a4d96aacfa8d46211453e28dc2c5 +size 3181715 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_new_head_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_new_head_N.uasset new file mode 100644 index 00000000..c4e693cc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_UpperBody_new_head_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3e455dc9f74f5fa7143d433d87b4336fe0942761328311dc49fe7ccc97bb13e +size 20133994 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK01.uasset new file mode 100644 index 00000000..8e83aef9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec4b3c379aaf92c7e0ca18dfc26fe948a1184d42bfd8a618e0234ed0f4c1ce2 +size 630965 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK02.uasset new file mode 100644 index 00000000..3fe53a89 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b61ec2a5a56c536560fcdac710f241693aa5e28d37cc0b44cdd808b92598317 +size 503870 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK03.uasset new file mode 100644 index 00000000..137843cf --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m00_Belica_upperbody_skin00_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84f1fc6afdf403cbb569be5b55d43fe73dd6413e75de7057d1c51b05d8f1a58c +size 193147 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset new file mode 100644 index 00000000..903d4ce2 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a9b54907cd4fcfa1061525b0a8d671eac2e1f3a4c79a2ba9ad9affb2d7405e +size 565987 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset new file mode 100644 index 00000000..01594475 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e1a212c4d6a293864a1d50cc9d76b4e53f89265a9694c1ba1ced0fa8b060bd2 +size 283510 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset new file mode 100644 index 00000000..72e6e8ed --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7330d1e85adb58e52c46ed8fa7c33d2c84109dd73f2e39aff8b633a428b24e8f +size 155478 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_N.uasset new file mode 100644 index 00000000..8a9a8f06 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ce1708718d8f0f1dc921afb1e9fbbc1101d3cf6c8df7dcbe46737a5cb63f41 +size 17530597 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_RGB.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_RGB.uasset new file mode 100644 index 00000000..91f02c8b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m01_Belica_lowerbody_skin01_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21aa49e4cdca71294793bc8f434a2d66a44776ce12986444727cfa4dd470c6f2 +size 25882689 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK01.uasset new file mode 100644 index 00000000..4b870918 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7d8fae873cbda8c8a84889940a58c226beaa20b24527e11872a787963f930d +size 592989 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK02.uasset new file mode 100644 index 00000000..200efddd --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bdfcf535c5170ef252a8a38be30846d38e41dfacfeb6268366b2fe82ab4f6e +size 208837 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK03.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK03.uasset new file mode 100644 index 00000000..dff896a0 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82fe147458336375e98b266172fe266f144aa3357b8582b7e9fd79e68fe8aa7 +size 104247 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_N.uasset new file mode 100644 index 00000000..7e0999c9 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576f2c5cccd6d91494b9a0cb51f2cf9377b1cbb46716fe7fed8fa9ebc87a785b +size 14177739 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_RGB.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_RGB.uasset new file mode 100644 index 00000000..9cce28ef --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m02_Belica_dronebomb_skin02_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6ac7e1fd8d8917e67f3b138ea55157941e5269f3271a4723f5bb34097868f5 +size 19319299 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_MASK01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_MASK01.uasset new file mode 100644 index 00000000..7997a649 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b0f082c7e746c2d2ff8d0a8b4ddfe9025396f644fa4ccc194413d5a85c4ae4 +size 513519 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_MASK02.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_MASK02.uasset new file mode 100644 index 00000000..05ca8727 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3b9d2786d7fb503aaca6551653a309a52ce58aee944f9731c445d86c1376b7 +size 211725 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_N.uasset new file mode 100644 index 00000000..6b101963 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8507d39dd49598e4f833676aacf21a0e0b392022064cb4f4d8d994b0fb4a0fbe +size 14174390 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_RGB.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_RGB.uasset new file mode 100644 index 00000000..e150518a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_m03_Belica_guns_skin03_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f84f8394bec4ba1e844b8d1762e86a4bff2bb6d71384dad9bdffde6aa93ce7c +size 22162978 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_upperbody_skin00_N.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_upperbody_skin00_N.uasset new file mode 100644 index 00000000..95ee6f70 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_upperbody_skin00_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee4593ad5211f43a19d8080d19c387fe5290ec498088e021578360081a52fbf +size 16050390 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_upperbody_skin00_RGB.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_upperbody_skin00_RGB.uasset new file mode 100644 index 00000000..142188d5 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Belica_upperbody_skin00_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2f0fc8cdd79f362181137c92da79519d0b2d586bc3532369b41444b5af5691 +size 21564129 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_GradientLaserSoft_M.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_GradientLaserSoft_M.uasset new file mode 100644 index 00000000..c65ad79f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_GradientLaserSoft_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57160f0bcc84ce07cfd1d40dd8b89823047219f38012f0b2a8533ffe856edc9 +size 33368 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_Alpha_01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_Alpha_01.uasset new file mode 100644 index 00000000..85d02d0c --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_Alpha_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8989fcbf84b6640068d21730d8cc106839908a3f7039ca15e8e3db64f7b5e956 +size 5583634 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_D_01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_D_01.uasset new file mode 100644 index 00000000..2b63d8d3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_D_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1758d7ddd3336cf6c0a7053f26ecc9856bae655d46232657203472765e991830 +size 10309749 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_ID_01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_ID_01.uasset new file mode 100644 index 00000000..9e46d9cc --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_ID_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfde917df8d00a1f8414937a6eb79d3e0ef9a04aa2ccd9236902cf80d38ac247 +size 6225104 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_depth_01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_depth_01.uasset new file mode 100644 index 00000000..eaeb5a12 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_depth_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a707baa31f0cca83dbc41798b02762d14aa54be249f56e9c5695cdb57a4864f8 +size 9011988 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_grad_01.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_grad_01.uasset new file mode 100644 index 00000000..348b3c80 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_Hair_grad_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc965737dd6843ce882f650d00baa3743e4667d855936a099d3b42f39f88a54c +size 8864185 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_ID_Belica_weapon_Decals.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_ID_Belica_weapon_Decals.uasset new file mode 100644 index 00000000..caa45df6 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_ID_Belica_weapon_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf101fdf0b6b578646239872a2eb3104b01c4030b3974f889ca9f60dbc96810 +size 26408 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_ShieldImpact_HexReaction_Hexes.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_ShieldImpact_HexReaction_Hexes.uasset new file mode 100644 index 00000000..ff039d76 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_ShieldImpact_HexReaction_Hexes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f17fbcc505d2d7a0489ad2272cfa2681d10788c5f1a716e1d3b8bcaf0fd5d5a +size 617631 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_SlashMask_A_NoClamp.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_SlashMask_A_NoClamp.uasset new file mode 100644 index 00000000..3bc47bca --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_SlashMask_A_NoClamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c5c312d91996e807d0055f70e0035ea8b6f1f8658f6b32fcd677dd2260c063 +size 3923 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_UnpleasentGrime_D.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_UnpleasentGrime_D.uasset new file mode 100644 index 00000000..1e8e392b --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_UnpleasentGrime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b0fdd10642dc9a7613aecebb592f28a33fef0396793db6de6bfc5899c3a11b +size 9745776 diff --git a/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_spiritplane_arcs.uasset b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_spiritplane_arcs.uasset new file mode 100644 index 00000000..9c23a401 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Heroes/Belica/Textures/T_spiritplane_arcs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a7bdd1bc4ed0108b578ef9033c77a54d7e9766c825fa7a890c66668a3920db +size 731238 diff --git a/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset new file mode 100644 index 00000000..88bc687a --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c415392fbfe39b844c74d6586819ad10895ba314da17ea9a987b095ac977d5a7 +size 94838 diff --git a/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/M_HDRSky.uasset b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/M_HDRSky.uasset new file mode 100644 index 00000000..bc32ea53 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/M_HDRSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce95b2ba2cff45edfcdbdf8bf516d0a4c3c21f33de8c1ae4f325ae3b5db50f96 +size 98511 diff --git a/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset new file mode 100644 index 00000000..b7f92e37 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10d75b59a87d7820875989aef70eabf64b4c4dae0feb73845446389cd7f9d3f +size 501832 diff --git a/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/T_HDRI_Epic_Courtyard_Daylight.uasset b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/T_HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 00000000..f26c91a3 --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Maps/BackGroundAssets/T_HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d8655981f50b254c4f1d14c4069c456c7c185336867b298d4fd28ab34e37ba5 +size 9423244 diff --git a/Content/ParagonLtBelica/Characters/Maps/LtBelica.umap b/Content/ParagonLtBelica/Characters/Maps/LtBelica.umap new file mode 100644 index 00000000..d0b3814f --- /dev/null +++ b/Content/ParagonLtBelica/Characters/Maps/LtBelica.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00fad6fc96592f23cce90bc76152beb6032a257d10837f682583508df323422 +size 53644 diff --git a/Content/ParagonLtBelica/FX/Materials/Chroma/M_SphereChromaWisps.uasset b/Content/ParagonLtBelica/FX/Materials/Chroma/M_SphereChromaWisps.uasset new file mode 100644 index 00000000..995c7973 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Chroma/M_SphereChromaWisps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69b62a969b0880044a4ab96d97efb4131e1bd3b6c1bca4e55a23517144c87b3d +size 135433 diff --git a/Content/ParagonLtBelica/FX/Materials/Debris/M_BelicaDebrisMat.uasset b/Content/ParagonLtBelica/FX/Materials/Debris/M_BelicaDebrisMat.uasset new file mode 100644 index 00000000..1c0402c0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debris/M_BelicaDebrisMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c1186c46863c5ddcfb7e7dac22d675fb0530ccc043b3bbc25f6846f988d90b +size 182617 diff --git a/Content/ParagonLtBelica/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset b/Content/ParagonLtBelica/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset new file mode 100644 index 00000000..61e015ec --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debris/M_BlurRocks_Fakelit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa686e86d9f580393cbd70291e282f5d8e373c24662b4561173bd30c14e7fc06 +size 85490 diff --git a/Content/ParagonLtBelica/FX/Materials/Debris/M_Debris.uasset b/Content/ParagonLtBelica/FX/Materials/Debris/M_Debris.uasset new file mode 100644 index 00000000..8dde3b5e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debris/M_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bbd6c573a04f5f2286807e7e6455498e69cd0dc8dd03523fcdf41ba5c012d0 +size 101624 diff --git a/Content/ParagonLtBelica/FX/Materials/Debris/M_DirtTestInst.uasset b/Content/ParagonLtBelica/FX/Materials/Debris/M_DirtTestInst.uasset new file mode 100644 index 00000000..40ab7b04 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debris/M_DirtTestInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78b6e09cabfbeb21b92696e49a2e00354beabf3e0958e969a2608095964bad58 +size 80166 diff --git a/Content/ParagonLtBelica/FX/Materials/Debris/M_Explosion_RockChunks.uasset b/Content/ParagonLtBelica/FX/Materials/Debris/M_Explosion_RockChunks.uasset new file mode 100644 index 00000000..e50b6706 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debris/M_Explosion_RockChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561cd71cdb82f7c069951d00b5b1bede9653258f0157778a406d4f139391faf2 +size 106198 diff --git a/Content/ParagonLtBelica/FX/Materials/Debris/M_LensFX_Debris.uasset b/Content/ParagonLtBelica/FX/Materials/Debris/M_LensFX_Debris.uasset new file mode 100644 index 00000000..ea14182f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debris/M_LensFX_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75adec6f57fb478e5bd290fdad99e134bb5601e07c639bdb9517848f9933fb1 +size 76737 diff --git a/Content/ParagonLtBelica/FX/Materials/Debug/M_01_-_Default.uasset b/Content/ParagonLtBelica/FX/Materials/Debug/M_01_-_Default.uasset new file mode 100644 index 00000000..56d1c5e5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Debug/M_01_-_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de0dce5b7207596f2bacb66bb40f6f3c5a0f46329789cfd6ede75583961a39e +size 61046 diff --git a/Content/ParagonLtBelica/FX/Materials/Energy/Electricity/M_Electricity_MASTER.uasset b/Content/ParagonLtBelica/FX/Materials/Energy/Electricity/M_Electricity_MASTER.uasset new file mode 100644 index 00000000..d54e5808 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Energy/Electricity/M_Electricity_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6831c79bb38136d775aa7b65a28cacb213744fa954b9efe525713ef015b793 +size 173967 diff --git a/Content/ParagonLtBelica/FX/Materials/Energy/Electricity/SM_ElectricityTest.uasset b/Content/ParagonLtBelica/FX/Materials/Energy/Electricity/SM_ElectricityTest.uasset new file mode 100644 index 00000000..2075c5e6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Energy/Electricity/SM_ElectricityTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b516ed2d296297b6b7d5b0bbc6332ded2a4282a248bbf56afe8ef4c1a9c1ace8 +size 384639 diff --git a/Content/ParagonLtBelica/FX/Materials/Energy/Plasma/M_BFG_Particle_Core.uasset b/Content/ParagonLtBelica/FX/Materials/Energy/Plasma/M_BFG_Particle_Core.uasset new file mode 100644 index 00000000..d6754b7d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Energy/Plasma/M_BFG_Particle_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71b6faef651ee30e59504e3196f3b9798c670d30707baa9010186fab7228042 +size 99961 diff --git a/Content/ParagonLtBelica/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst.uasset new file mode 100644 index 00000000..cc8ea608 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b81c7715d97ebf8c7ec784ab7da0b93f1115d1544c0ba28201094e3e4e7e751 +size 99296 diff --git a/Content/ParagonLtBelica/FX/Materials/Explosions/M_Fireball_Directional_Lit_Master.uasset b/Content/ParagonLtBelica/FX/Materials/Explosions/M_Fireball_Directional_Lit_Master.uasset new file mode 100644 index 00000000..910f4a3a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Explosions/M_Fireball_Directional_Lit_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:594a35439d5b9d90d27f6e48c548e347a665e272ca70abec6d078c0d3c5eee58 +size 100993 diff --git a/Content/ParagonLtBelica/FX/Materials/Explosions/Muzzles/M_BarrelFlameSides2.uasset b/Content/ParagonLtBelica/FX/Materials/Explosions/Muzzles/M_BarrelFlameSides2.uasset new file mode 100644 index 00000000..a0d18f1d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Explosions/Muzzles/M_BarrelFlameSides2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33a9873d71b45462427f61a140aeb0359fcd299431931b2afd3e79c9b1f2ec4 +size 83080 diff --git a/Content/ParagonLtBelica/FX/Materials/Explosions/Muzzles/M_BarrelFlameSides2_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Explosions/Muzzles/M_BarrelFlameSides2_Inst.uasset new file mode 100644 index 00000000..cb977b68 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Explosions/Muzzles/M_BarrelFlameSides2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e25ae0711673e8e22ed2cb45905fb7d7f2619eeecc854d9227bb106f207dab9 +size 71614 diff --git a/Content/ParagonLtBelica/FX/Materials/Fire/M_EmberAsh.uasset b/Content/ParagonLtBelica/FX/Materials/Fire/M_EmberAsh.uasset new file mode 100644 index 00000000..e7feeb6a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Fire/M_EmberAsh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4514852d1d0fb412ed404cc121adf487e458ef29a6c8e7e045e57bfa1ccad70 +size 84888 diff --git a/Content/ParagonLtBelica/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset b/Content/ParagonLtBelica/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset new file mode 100644 index 00000000..d13cc750 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2601f339ff046e830640e044430d4197b38c93611bfbdeb4b9dd5a40cf8dc488 +size 65111 diff --git a/Content/ParagonLtBelica/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset b/Content/ParagonLtBelica/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset new file mode 100644 index 00000000..8db7e3ba --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b775708143ef0dabafc2be33d17100243c217a5fbc920472d23b32df4e1780 +size 73523 diff --git a/Content/ParagonLtBelica/FX/Materials/Flares/M_Speedbuff_Glow.uasset b/Content/ParagonLtBelica/FX/Materials/Flares/M_Speedbuff_Glow.uasset new file mode 100644 index 00000000..651f2abf --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Flares/M_Speedbuff_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73569f80ac364030f2cdb9952d1b12c0049eca86be931f986b2efb58ccb8cbe7 +size 95870 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..2a57bb44 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3269e208235717175cc513e93a2d50b99a77985368d297a990bc298594ee69f +size 102915 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..7bcecb60 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa1bdc491ad260ff166faf694adc56b52371080bd5fccea9fe43a955b38dad8 +size 105757 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_ElecWave.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ElecWave.uasset new file mode 100644 index 00000000..1651935c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ElecWave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae3388d9dc9f3299e56c99408802517645a4953e76df4078327ec1efd3ec05f4 +size 105378 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_ExplosionColor.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ExplosionColor.uasset new file mode 100644 index 00000000..33d1e4c0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ExplosionColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a23457cafed84614f8bb7c5180b01efb6e0383a74c84e2899af5c7493139f45 +size 103153 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset new file mode 100644 index 00000000..5e8be0e6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6642bd4751bf9bc2efaf3bf307319228dbca8f8c18f54a39fde427f059268b1 +size 43613 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 00000000..1074f925 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b598ecb4a274af0132dabff61e968cc4520e78fa80a0802b316d7f683b71410b +size 103442 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..5ca7c461 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755ff6c19047d4ef97ceb022aea47f5b2deae7cdc32723816055c5ab418cacf4 +size 103439 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_FlipbookSubUV_GPUSprite.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FlipbookSubUV_GPUSprite.uasset new file mode 100644 index 00000000..835af71f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_FlipbookSubUV_GPUSprite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a692bf30a48cbf5eb10a1b8d451504b4beb8847e362a1dd46bdcc52554153bf4 +size 120562 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_ParticleRandomSize.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ParticleRandomSize.uasset new file mode 100644 index 00000000..3a75a2a4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ParticleRandomSize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df261d185e3b773f694a4a745662f92c65027c828aad4816ee33dffeb1504b4c +size 103849 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset new file mode 100644 index 00000000..5a6e887f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c6466f4d5eb2445ee681f2dd7dd3e150b8589b2fe0ad8292e148dcee1039350 +size 105645 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 00000000..d2e70e4d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e750ae8acd5e2871b3c1146a380d027afd67f979f53af3a5d8533dab7f0b860b +size 115423 diff --git a/Content/ParagonLtBelica/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonLtBelica/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..e63ab84f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7f3e510a8c9f9aedf98e75b45108d2a0f02582211f13f25fbb5a5c845657093 +size 105518 diff --git a/Content/ParagonLtBelica/FX/Materials/Game/M_AddGlow.uasset b/Content/ParagonLtBelica/FX/Materials/Game/M_AddGlow.uasset new file mode 100644 index 00000000..1b035af6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Game/M_AddGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d702061722554ffc4587382d10182ea82258a359701cdd223d8f8f968c42e886 +size 81954 diff --git a/Content/ParagonLtBelica/FX/Materials/Game/M_AddGlow_Star_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Game/M_AddGlow_Star_Inst.uasset new file mode 100644 index 00000000..2ea0f558 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Game/M_AddGlow_Star_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c5265c368787caec9d3c3ed76a522a4f95e94c2189ec8a5cf44f2a2f34963a +size 67660 diff --git a/Content/ParagonLtBelica/FX/Materials/Game/M_CleanseFlare.uasset b/Content/ParagonLtBelica/FX/Materials/Game/M_CleanseFlare.uasset new file mode 100644 index 00000000..2efa3453 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Game/M_CleanseFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d0c1a9f4be83d258590fedbb4eedf24f022724f8fbc8de13cf66759122d7c9 +size 92735 diff --git a/Content/ParagonLtBelica/FX/Materials/Game/M_Tri_Test.uasset b/Content/ParagonLtBelica/FX/Materials/Game/M_Tri_Test.uasset new file mode 100644 index 00000000..4e517386 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Game/M_Tri_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e733b6920bccb3c0876cd959ce595c1bb1357f3480aa0a496e69aedcd60bad +size 70734 diff --git a/Content/ParagonLtBelica/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset b/Content/ParagonLtBelica/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset new file mode 100644 index 00000000..e30106f5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22610a3f61d33db138dc0166038a91c14a561e498ee706b7b9823f09d7953f9 +size 82949 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BeamIn.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BeamIn.uasset new file mode 100644 index 00000000..0e77464e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BeamIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b590df3b8327fc1f0bef84bc9d5ed73b25ba47a33f2e68e004aae56d645c6acc +size 120793 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaAirglow.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaAirglow.uasset new file mode 100644 index 00000000..bb2861bc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaAirglow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a6ec436dacbf290927263d839fcf31643793245e4f6e22ad6d8ad82c41327e +size 84728 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaMuzzleFlare.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaMuzzleFlare.uasset new file mode 100644 index 00000000..23357633 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaMuzzleFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f7136ead00a7ed9961384917a149d2a05256ea91851ef8883002770f853f844 +size 143644 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaMuzzleSmoke.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaMuzzleSmoke.uasset new file mode 100644 index 00000000..1c0a3e8f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaMuzzleSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee97df4b022495d25d5b797ffc1105a90381cb483a19dda8182c6683de5fa56 +size 84922 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaPrimaryShot.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaPrimaryShot.uasset new file mode 100644 index 00000000..a285243d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BelicaPrimaryShot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9627bcdddcaa6acc6aeeb41adad1aa57a5baea20c8c347c15d70100c747a827 +size 124580 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Belica_Reticle.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Belica_Reticle.uasset new file mode 100644 index 00000000..5aec1371 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Belica_Reticle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0d18a08c191a610a12f0afbcda9490936400ccb7dc1bdf5012c51e494405e59 +size 85654 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BombFlames.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BombFlames.uasset new file mode 100644 index 00000000..996fda7d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BombFlames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8aab6993a11149847c54fb0ddb431f0e07599da856be196a7fb48105af4f0c +size 107948 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BombLightTrails.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BombLightTrails.uasset new file mode 100644 index 00000000..5e7dbced --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_BombLightTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b74666c8138f7a354f4bfe663d034fa7d57192362c8ea50032d1824417c3b360 +size 115013 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_ChromaEnergy.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_ChromaEnergy.uasset new file mode 100644 index 00000000..09f31030 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_ChromaEnergy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b822eb058f2187129cf908edf98e986f876f41e2c9105913a82572a160c15f4 +size 109570 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DebrisPieces.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DebrisPieces.uasset new file mode 100644 index 00000000..b0fe1633 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DebrisPieces.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8299cd48f3ad6762734df2a37636ddce7a1c8362c8e2aeedc78a3c785aeaa6b8 +size 129539 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneExhaust.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneExhaust.uasset new file mode 100644 index 00000000..3118483a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneExhaust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f269c376874dc8969b3adb8e2f297a45b137fc53b2be4250dd61f443dcdce813 +size 98588 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneEyeRays.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneEyeRays.uasset new file mode 100644 index 00000000..3482ec24 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneEyeRays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:639ed032c9e1a13795c353afd03307dd12b62c43c7989a28b9c2d23d0f050354 +size 95885 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneOrbHolo.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneOrbHolo.uasset new file mode 100644 index 00000000..0d65c6b6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneOrbHolo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa4295add37750f0379687a5b7be10a28082d67cc8f2beb01add513be1d5875 +size 126107 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneScan.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneScan.uasset new file mode 100644 index 00000000..3d7411a3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneScan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1ab1ca92ecb5a7033b99e8b8b5498f9cde3ab2b9d6fb4ff0d9646c195b5042 +size 80102 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneTechLInes.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneTechLInes.uasset new file mode 100644 index 00000000..3829c8f6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneTechLInes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2d2a0e5c6f2c9935393e8ce3c3142679470cb27a4e126213f075124bce3f5f +size 113127 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneWingEnergy.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneWingEnergy.uasset new file mode 100644 index 00000000..44a59b5d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DroneWingEnergy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05281fa35823c843477b0cc6061a2de96c96950184375297e723d1d98d4bb474 +size 125438 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustHit.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustHit.uasset new file mode 100644 index 00000000..6aa0cdac --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fda71395bf95049a2cc654bafeda569ae85d7f3124e1dd38a96c78c679f4b78 +size 82421 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustInvis.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustInvis.uasset new file mode 100644 index 00000000..2c3fba5a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustInvis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ee49ac93e97228e48294cee743743114c399a7e5bcadba8fc5a57ecb3bf151 +size 75952 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustSphere.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustSphere.uasset new file mode 100644 index 00000000..74dc7acf --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_DustSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b79d0b839cfd0391313a52f510c11d41a0072483b1dd7052101ed5b2d9e2b15 +size 102676 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Flare_Masked.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Flare_Masked.uasset new file mode 100644 index 00000000..730ae785 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Flare_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a652d5bc5c4102cbc1fb55b24c06b8ed252db23908db2dbf634c0008ad731257 +size 79979 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_LaserSitePoint_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_LaserSitePoint_Inst.uasset new file mode 100644 index 00000000..83f1a7c4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_LaserSitePoint_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9981906f0c4f09a751a2cc3a9a111d396d2e5fc6064242c0bd37a1bf2439378 +size 75565 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_MaskedDebris_Crete.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_MaskedDebris_Crete.uasset new file mode 100644 index 00000000..51076bf0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_MaskedDebris_Crete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd117adc1daa61b7dd03b7588177380bcf375b27c246cbe1a52d037823905096 +size 95971 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_OrbTrail.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_OrbTrail.uasset new file mode 100644 index 00000000..637ba831 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_OrbTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a9b44c9348625a20ae145dc61b76d25ca24913603f81dabef8fc8bc1924a264 +size 106782 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Smoke_Fire.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Smoke_Fire.uasset new file mode 100644 index 00000000..3a30a320 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Smoke_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d033f79217034c22677eccb575e5e74056f7f026c91edbb1ce6bbaacf112f8 +size 105304 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_SparksPhoto.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_SparksPhoto.uasset new file mode 100644 index 00000000..f12e844b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_SparksPhoto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2bef25b2ce69bcd1c7d7bdcf232cb6579d80f6a1b8eba220d3d803c9d9b3a9 +size 83574 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_SwingMesh.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_SwingMesh.uasset new file mode 100644 index 00000000..8fa0e5a5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_SwingMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c778bc871421055ff589df455dd3c241052d44c7a97538916025d8aefb021c7e +size 121568 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TacArmHolo.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TacArmHolo.uasset new file mode 100644 index 00000000..5525d23f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TacArmHolo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a05345b032c77e26702204206a1a500ba465047c25165053777107592d9c349 +size 131054 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TacArmHoloEdge.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TacArmHoloEdge.uasset new file mode 100644 index 00000000..94d78bdb --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TacArmHoloEdge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14daa1f37ebf90c8bebf317cc4a14bc21cd470aed6f35d14ea830754a690f0f1 +size 131837 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Tact_Head.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Tact_Head.uasset new file mode 100644 index 00000000..f90b3a7e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_Tact_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0310bedf688ac3d586812a0e902fb8acaa8b719e829d63ba3f0c19847e439a +size 108636 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TargetingBeam.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TargetingBeam.uasset new file mode 100644 index 00000000..bed0a721 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TargetingBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1debd6199019c22896ce32a2623a96922c601dc0bee28088ab55dbafd4c5c8fa +size 99454 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TeslaBeam2.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TeslaBeam2.uasset new file mode 100644 index 00000000..f29db5ab --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TeslaBeam2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e281b267569000ffd9c7097d9760c6a7d7956a54570c8bdc138c8c85ebdedba +size 106605 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TeslaShootAura.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TeslaShootAura.uasset new file mode 100644 index 00000000..de7d4319 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TeslaShootAura.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e439c27f461eae20e45aad612bf2962930f4042faff125de3766d2db4e01e403 +size 125048 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TracerBeam.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TracerBeam.uasset new file mode 100644 index 00000000..251ee3cd --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TracerBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffec29a41ed4a263c5fbf83b1f78b717b965aa14817e5f3ea030a8b10e21278 +size 103493 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TracerRefraction.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TracerRefraction.uasset new file mode 100644 index 00000000..a1be51c0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_TracerRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555a053d0b7ac6e66b6e6c55c3ad62f550f021ef04fbc5b79a31477ab0e57228 +size 44418 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltImpact.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltImpact.uasset new file mode 100644 index 00000000..c8bdf806 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3c67a5a9d4c1d2d0ccd909d43f11d4709bdc43f32cb44f096cf7b0ea446dcf3 +size 168688 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltMuzzleRing.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltMuzzleRing.uasset new file mode 100644 index 00000000..b37e2129 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltMuzzleRing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c29c8356884cab7bf2e163d0b86dbe99b64cbb8221301cff14dc9eb6c3e15b4c +size 105425 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltShockwave.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltShockwave.uasset new file mode 100644 index 00000000..ddce3c37 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltShockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc1e1a0d94bd5620a29ad156b806fc4fac77b2d8dd6810b95f71160141089cf +size 81384 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltTracer.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltTracer.uasset new file mode 100644 index 00000000..413d050e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Abilities/M_UltTracer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7b30d67454ed37af8401913d1fa3bc4bc08b94e11417eb5573830dc7c7dfdd +size 114601 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_BelicaPrimary.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_BelicaPrimary.uasset new file mode 100644 index 00000000..157ad571 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_BelicaPrimary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f280b871f46087215f73ad6926bc06d1e20bfc30e840868c0b7df2caf2818d +size 126052 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_Belica_DroneBomb1.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_Belica_DroneBomb1.uasset new file mode 100644 index 00000000..245f238d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_Belica_DroneBomb1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa40b2480e4ca48ef891a6e58c93003bd507a8362c97fee6cd60bc555e202f39 +size 246921 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_Belica_Emote_Guns.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_Belica_Emote_Guns.uasset new file mode 100644 index 00000000..7a788035 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_Belica_Emote_Guns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976471982b5df1734349baa56b30eab1eeea6874cc723f0961d3c5464ef3abb5 +size 178804 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_BombCharging.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_BombCharging.uasset new file mode 100644 index 00000000..1a6cab1e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/M_BombCharging.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38702e4ac0c137d2a972ffd1c804608f536e66ff27e0cbe9268c0dc153d03868 +size 82786 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/MF_Belica_Heavy_Dissolve.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/MF_Belica_Heavy_Dissolve.uasset new file mode 100644 index 00000000..fd21f39b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/MF_Belica_Heavy_Dissolve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255596362a37a32417dc82fc4b187556ddafde9543e728dd32536343963eb74f +size 51196 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/MF_Belica_Heavy_UVScale.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/MF_Belica_Heavy_UVScale.uasset new file mode 100644 index 00000000..978b32de --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/MF_Belica_Heavy_UVScale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a597fedccd0208f201f00a41b9d9c6b59b770b4d8b0a6f8abcd66cc39d6cf8 +size 82068 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BeamPar.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BeamPar.uasset new file mode 100644 index 00000000..0dc5e91d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BeamPar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5691de0e2f1f02c79ea7d980f2adab6f9a11decf3b6836ee3100210ab83fc8 +size 88672 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BeamPar_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BeamPar_Inst.uasset new file mode 100644 index 00000000..49375373 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BeamPar_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9ccb6bf1ac0b3243b417336118d747868caf2232069228a7cd1da4eab15c85 +size 70572 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BoltMat.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BoltMat.uasset new file mode 100644 index 00000000..1fb86259 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BoltMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b74cfba8b413f425c754b40ff447d1f00709b2e4f46f0870281f8afd7cd1669 +size 106180 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BoltMat_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BoltMat_Inst.uasset new file mode 100644 index 00000000..4b829402 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_BoltMat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f89fd10236c5ee397afbb3260f7aa02136410b4d5573ae796fd3df0d5c53f690 +size 44949 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots.uasset new file mode 100644 index 00000000..6cfa2bcd --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ff8e20984baf14603282696ea18c88321ce2e7faa6e4b7cb8deae81a3f55d0 +size 95543 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst.uasset new file mode 100644 index 00000000..f5554935 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b12b0b398a4a07e2d512c1aa2919e4d960096115d108b71c60ca62b26ecdc6d +size 56282 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst1.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst1.uasset new file mode 100644 index 00000000..87cc3a67 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf01f943698d9270f09da6096f77d68a9a2e1a939121284c4bf134253cbe855 +size 63787 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst2.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst2.uasset new file mode 100644 index 00000000..25b3d0db --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Dots_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:214d5f884cd765b8d1dd6e6ab1b6fa7bf0b23277fe0c2b52a89d71e07e64772f +size 71014 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_EyeTargeting_Dots.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_EyeTargeting_Dots.uasset new file mode 100644 index 00000000..4ed24010 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_EyeTargeting_Dots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd6281fa93f92c2222c3d335267a522cb45bfb8253c2d7449634c5b3ffc10d1 +size 97029 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_EyeTargeting_Dots_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_EyeTargeting_Dots_Inst.uasset new file mode 100644 index 00000000..1efacbb0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_EyeTargeting_Dots_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23720359d4ab3b6da943481996ec1188c1aa22582fec783f4062d633a27b6daf +size 63849 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Mesh.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Mesh.uasset new file mode 100644 index 00000000..01e23c75 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f8b8f31793f21e40027a49b1565bb9f6a6b541fa3f8881c1627990e299a559 +size 111876 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Mesh_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Mesh_Inst.uasset new file mode 100644 index 00000000..ca4c5fc8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Mesh_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398ad220c0385cdef25f7ce192519595768f2347922f1433196102ab77313301 +size 87093 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke.uasset new file mode 100644 index 00000000..de1ace0e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bcfa911a6d83d340375491a402190755b5e1c276f85af6ff132189fc345e96b +size 141961 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst.uasset new file mode 100644 index 00000000..29bb64a0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2234d75d6c1623c2bc061774fef4ce4e5b4338e793253206b1098723d84e5cba +size 93292 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst_WPO.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst_WPO.uasset new file mode 100644 index 00000000..0432a219 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst_WPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c79e5dc291d53e2126ffe00b9e759f2ebf6b3dc8d65d94f93405db9e1b6001 +size 110620 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst_WPO_Circle.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst_WPO_Circle.uasset new file mode 100644 index 00000000..0c4f175f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Smoke_Inst_WPO_Circle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0572dd036103d59f7147fc29aecaafca7215dca77e137d0b4ca83ef72858163e +size 111490 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots.uasset new file mode 100644 index 00000000..0fb9b4ee --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650edb7eb2f640eeb40d337cf1392643983d0f859b8bde990c8c7f577b8f3bf7 +size 122415 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Hand.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Hand.uasset new file mode 100644 index 00000000..0977ea55 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Hand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccb55dd3ff5a94c81cdcc92f7e9f9dae158b293e0a030aa4334e3c8bb63eed39 +size 91056 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Hand1.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Hand1.uasset new file mode 100644 index 00000000..e0ef33c6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Hand1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ba7fda6cc0dd4019375aa57e740ec1172bcf93aaae9f5777d27e570645c082 +size 98040 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Inst.uasset new file mode 100644 index 00000000..7ccaaa65 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f37ec28f1abc55a761dfa417a46be5e2bd62cbaf7e00abac0a12801d54a0dc +size 88036 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Inst_Sphere.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Inst_Sphere.uasset new file mode 100644 index 00000000..c2d81b7c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_TechDots_Inst_Sphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493d9f492bbc3cbfb8310d50e6029439faed7f7d383b6ed30978baed6be12c22 +size 83407 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam.uasset new file mode 100644 index 00000000..3ab247a8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a3cca682540cd5688b6186731b9cfbcfa876678e830db08476c67b1d18b3b2 +size 113307 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam_Inst.uasset new file mode 100644 index 00000000..05fceb5d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f727bc6b09201ad6a487dea3caa36d09e5a95ce08e7af8a91bfb2a82bc724c +size 94583 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam_Inst1.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam_Inst1.uasset new file mode 100644 index 00000000..7a835509 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Beam_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e441674c4bc08a71b39d6e2eb0a33853f4e56b8d5768d080b7e9a06b7ef39784 +size 102978 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Face.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Face.uasset new file mode 100644 index 00000000..15d7c837 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Face.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0110d90a56c504e55bd17de4c06bdfc8a7922cc6a8a37c4fbfbebe6ef1580a1d +size 118814 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Face_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Face_Inst.uasset new file mode 100644 index 00000000..140a4226 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_Face_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1bbf78ef6decd43ed8261b06209713d903b29fd7714cdf3d737ea021013122 +size 86461 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_MuzzleFlash.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_MuzzleFlash.uasset new file mode 100644 index 00000000..85a9f3b7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Belica_Heavy_Ult_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d253bb26537dc47785ee7063d33104bd399e58ab8c69fd680ab812a6b6fd5ce +size 99803 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_EyeTargeting_Triangle.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_EyeTargeting_Triangle.uasset new file mode 100644 index 00000000..456dab90 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_EyeTargeting_Triangle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c9b644f6417869a18ebaa18e7a943df4d7fdc1fded38df993d3c6aeb51c229 +size 86016 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_EyeTargeting_Triangle_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_EyeTargeting_Triangle_Inst.uasset new file mode 100644 index 00000000..5d18ac80 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_EyeTargeting_Triangle_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a316e4de8e27179e1dbec8c7f2292970dc79a078467c8a10e7e98eb96ef08ebb +size 64699 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Spark_VelocityLerp_Inst1.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Spark_VelocityLerp_Inst1.uasset new file mode 100644 index 00000000..a719fecb --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_Spark_VelocityLerp_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a58e16a78d4ce7538049b3ecb13f37dbd77bede956f285573ef5218a534c9482 +size 70703 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_TechDots_Inst_Ring.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_TechDots_Inst_Ring.uasset new file mode 100644 index 00000000..b0e80ff3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/Belica/Skins/HeavyArmor/M_TechDots_Inst_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e579c2eca954ab525818e6eddc1880dfa287353bf962f2be96119eae08829595 +size 70925 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_ArrowFlare.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_ArrowFlare.uasset new file mode 100644 index 00000000..525be6c1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_ArrowFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c1804640bcf87dd399ccd017e6739b71543939d7fa2fe380523a8d55382afc9 +size 76230 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_BelicaGate_Electricity_Thin_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_BelicaGate_Electricity_Thin_Inst.uasset new file mode 100644 index 00000000..dfafbef1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_BelicaGate_Electricity_Thin_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be05fe7047a2de801af7ea0875565dc8c910db9c881c7f44653db6511a91f000 +size 103073 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_BelicaImpactRefraction.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_BelicaImpactRefraction.uasset new file mode 100644 index 00000000..e5b26ad3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_BelicaImpactRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cce1002d4ceea667386449d04843325647cdd16cebf1f121b327ba99376b76 +size 75739 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Muzzle_Electric_Thick.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Muzzle_Electric_Thick.uasset new file mode 100644 index 00000000..d03204f2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Muzzle_Electric_Thick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d43d77650d81fdd008a51abbd1a1dd15f6fb842e4a58ed086860ecb74f3e07 +size 81987 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Muzzle_Electric_Thick2.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Muzzle_Electric_Thick2.uasset new file mode 100644 index 00000000..f3c52412 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Muzzle_Electric_Thick2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fec2b349d3b21aef7ca48e7ba07c2a5096f45e0c184a9c596d162580060b78 +size 74420 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Projectile_Deployed_Trail.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Projectile_Deployed_Trail.uasset new file mode 100644 index 00000000..8e0eb117 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Projectile_Deployed_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87436e44f57285b290ee6ea911849445fa96217a47a5a2b3cb355137b9fc02 +size 107057 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Projectile_Mesh.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Projectile_Mesh.uasset new file mode 100644 index 00000000..42140ff5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Projectile_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994afe5a56fc4335fb8442155e16cd92f2780275f0ab4eb0394aebd2ca50b274 +size 170806 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Wispy_Plasma.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Wispy_Plasma.uasset new file mode 100644 index 00000000..fca05c6d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Wispy_Plasma.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1567fb7ca88ae3fccd1415af79bb09cfa2a1686d648321afa29eb0df7c7eec +size 115103 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Wispy_Plasma_GPU.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Wispy_Plasma_GPU.uasset new file mode 100644 index 00000000..70dfa41f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Belica_Wispy_Plasma_GPU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09b75bb273b684659ef96b8122c55d62621981c102eb9c050e7d9a1904a5d1c4 +size 92513 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Bolts_Arcs.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Bolts_Arcs.uasset new file mode 100644 index 00000000..f5431f42 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Bolts_Arcs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53fd47b67380e0fe07bb4bb0efb0f2200193c54e1c86a1aab7f06b6b60b7148 +size 80038 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Bolts_Arcs_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Bolts_Arcs_Inst.uasset new file mode 100644 index 00000000..3a5d2c6d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Bolts_Arcs_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9f125f14f41eac25ef33f919e0cd0d02ffbb1b94667a226f05644cdf4bc6cf +size 68068 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_CoreShieldPiece.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_CoreShieldPiece.uasset new file mode 100644 index 00000000..26a544d3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_CoreShieldPiece.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba18fcd2890913ec8c0ab9dc8e3a787c393839e43f25aff3905347b6a2e98e14 +size 136564 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Core_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Core_Inst.uasset new file mode 100644 index 00000000..4d1be2d2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Core_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354998b74dfcdfb9076924033ed3d8941683896fa3ea63725ea6691833fb8c08 +size 86521 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Master.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Master.uasset new file mode 100644 index 00000000..cd0aaccc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59accd9828945b62a514e535b347972a1f9a4f6a00ec47fc1914e822ba0b4693 +size 136840 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Thinnest.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Thinnest.uasset new file mode 100644 index 00000000..57b42bc5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Elec_Sphere_Spline_Thinnest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33347df6ef3c1fdcb46bc5bd71cba3acb085add7ea74518d1362e108164efcc9 +size 86536 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_ExplosionPops_InvisTillCollide.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_ExplosionPops_InvisTillCollide.uasset new file mode 100644 index 00000000..c76d6b1d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_ExplosionPops_InvisTillCollide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:693c02c8dbc5bbee08e7961ada6ccb19060e60fca0ddcbcc7dc7253cf3c1c56c +size 104320 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Plasma_Shot_Shell.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Plasma_Shot_Shell.uasset new file mode 100644 index 00000000..9ec64719 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Plasma_Shot_Shell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72df4075a7aea2fa4fece010e3f0673af7910e3da6b9ae26e7a8ded22062b1e1 +size 82633 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Primary_Deployed_Trail.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Primary_Deployed_Trail.uasset new file mode 100644 index 00000000..8182977e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Primary_Deployed_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed6adc8e4decfbccefdd60514da347f0c9e79b09936c67f0a5a5736da73d0d52 +size 108548 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_SoulEmbers.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_SoulEmbers.uasset new file mode 100644 index 00000000..7ecc984d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_SoulEmbers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e72814088158ff7b21863e760d59088e87bf8c5c4d441cc2f5aba98c072014 +size 84898 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Spark_VelocityLerp_Pellets_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Spark_VelocityLerp_Pellets_Inst.uasset new file mode 100644 index 00000000..db8c323b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Spark_VelocityLerp_Pellets_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb96efbd68e69996f06797929818a3c410abdf6a67385a51515a6c8305415cd +size 72966 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Spark_VelocityLerp_TeamColor.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Spark_VelocityLerp_TeamColor.uasset new file mode 100644 index 00000000..42b928ce --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Spark_VelocityLerp_TeamColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775db4954c22da86e84356b396196009b3c9fe0d5ae23f73f14d313421ea3171 +size 97663 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Ult_Bullet_Pyramid.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Ult_Bullet_Pyramid.uasset new file mode 100644 index 00000000..1fc25f30 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Ult_Bullet_Pyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8384801d2fc3deb576ff2ceaa7d38e64fe755b52532861066c1c961b67a50d +size 70456 diff --git a/Content/ParagonLtBelica/FX/Materials/Heroes/M_Ult_Reticule_Activate.uasset b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Ult_Reticule_Activate.uasset new file mode 100644 index 00000000..2fca4edf --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Heroes/M_Ult_Reticule_Activate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe26b47ac5016379295c12672db11c514e61fe04356e5ff908e214eb9d15449e +size 85651 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..f8028722 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be8341398a0af4cede65b7eade8e8436cfc63679b8135116abb34999397d8483 +size 68441 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..fda95288 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54bc8dc45366321cee7b0c633b307bf5a6893aef27527d26c7c39f4ba8e86bad +size 116037 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..81fd41ad --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e56e2f40e7e5ee32b6efed7098e576ede853b3f3d2f34535912f7173001e51 +size 70775 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_ColorMaskPicker.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_ColorMaskPicker.uasset new file mode 100644 index 00000000..99b98916 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_ColorMaskPicker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91a701e48c5d9211f7f2d60501baccfb8a78098b42e6497913309902d19d384 +size 64926 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_ColorTint_HQ.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_ColorTint_HQ.uasset new file mode 100644 index 00000000..86769ae4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_ColorTint_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f911a1352f18ba9587199322172916d6cf5309518b11c798f5fca769d70329f3 +size 83907 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_CrossTalkNextChannel.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_CrossTalkNextChannel.uasset new file mode 100644 index 00000000..6c0a9fd5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_CrossTalkNextChannel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f059d490a78bc12d9b49ad5c96e70b00731582febabcc0dd1a7ae1d69559ed8b +size 52430 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..c93ae004 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34436ce3fdcf9179b07d1a56018a72634591e19d19cbca534e78b8d5f5e60763 +size 140708 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_HitFlash.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_HitFlash.uasset new file mode 100644 index 00000000..ca3afc19 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b4620f5d14a7302f333cad6744a47f226208a5bcaf6243d660a0e63001bc00 +size 119104 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..fd03d0a0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e767600fb39472eebd40d155423d7f0071f2892f5689c0d91ad8d0b1f492afd1 +size 128237 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 00000000..3ab2c196 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c22f2905c868f33916fde91f7258ef350d1a2df876a3d10a12cca5d7697e88e +size 121353 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_SmoothStep.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_SmoothStep.uasset new file mode 100644 index 00000000..5a597c5a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MF_SmoothStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d4ce054573bf2d11cbd10ae15862c0db357a6240da6f902c0cf1077bd5f5f9b +size 50566 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..b4ecc783 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d3b785b66dd5105d957be840b2a45db5e471c0b2fab6836e663a31743af27f +size 49524 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..8dccde2a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9c50e6f469bdf44e01357329b15140850f2010d478a4f9937d1abeb19ee57f +size 50243 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..89787c8d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b12332b562244f41642ee2425a602ad26a4072ee8024f088548acf1ce383d55 +size 78378 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset new file mode 100644 index 00000000..19afa726 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f4605de9fe81127e2f6a6301909979ee18068dbdfc1879433e1d2dbf6df80b +size 82921 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..74ad41d3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dd8523ecb1bb8e32193ef408c6effa99ae56143041cc7d81e15a0ceb9ed05db +size 86502 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalArtCollection.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalArtCollection.uasset new file mode 100644 index 00000000..98150354 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b728a22c802f1bbf5ecd933dfe4cf021c1f9f5d7c7d6bb4fbf334baf276b6791 +size 2661 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..411848d5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b30678bed349789067215e786c3c274ccad0f0c98d4be1dbe4185a34e8062e7 +size 6954 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_3dnoise.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_3dnoise.uasset new file mode 100644 index 00000000..d2590349 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_3dnoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:295c877ff9b305211531b1a63f6039e71b8b711d91eecad97a7c8e68878a98ca +size 397783 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..a23e40ae --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a20745d84e3920e55cbdd9e037233abaec93d525c2c48d61b8bb94f6b5006d2 +size 3758101 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..e4920ebb --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de27bddf6f86f91ecc47b523047cd5edfd73eb65b82934f33f3b5da1eba0f802 +size 1830808 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..d3d6215a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d662bcb4f44296c16e6be162913f0b1e7ae4b80b01b2e45c2224b2de1262f262 +size 3156410 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04.uasset new file mode 100644 index 00000000..d1cdba0b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571d7ae11be0419661ce98cc81131590ea197cea216826f3349340ef806073db +size 3960737 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04_N.uasset new file mode 100644 index 00000000..5c699d19 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b03d258021e213c508c59b89a6c999a55534d52be86aab4115c2b2b00745192 +size 2100516 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_Cave_Noise_14.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_Cave_Noise_14.uasset new file mode 100644 index 00000000..82af1ab5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_Cave_Noise_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff57b89c576d1ad4f7bcb72040b38ea3ffebc890df77565678cf8c62b024728 +size 5886776 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_NormalNoise.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_NormalNoise.uasset new file mode 100644 index 00000000..6adce106 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_NormalNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf7ce3f98fceef4a27244b55421be1deab737c834a19bea11c8ab1bbc63a2384 +size 148810 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_Perlin_Noise_M.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_Perlin_Noise_M.uasset new file mode 100644 index 00000000..9659905f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24355062779f9c42aee4f72d8b26493a0b988b71071ec2568444c1176a94a5fb +size 7911001 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_SmokeRend_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_SmokeRend_N.uasset new file mode 100644 index 00000000..29ac634e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_SmokeRend_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1fd8f2a486e5ce1f3ae9b56103e2b1ab8629b2c1116fb34da52ace1972e1bd +size 200307 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise02.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise02.uasset new file mode 100644 index 00000000..75aeb9b0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1c104e5441473e0ef6850d7a73b836d620fdef83c502693939d6f9d4134f534 +size 2858828 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise12.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise12.uasset new file mode 100644 index 00000000..e5049508 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12e92ec8065597c7a5850bd996117d566893b88a90d3dc9b23aedf48511350a +size 4443207 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise16.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise16.uasset new file mode 100644 index 00000000..ab7b12c8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e60d14f7da044d9ce43d8c345dd95594865e35447e575bc9ed920e54c17f727 +size 472319 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_noise_flamy_Tile.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_noise_flamy_Tile.uasset new file mode 100644 index 00000000..baff4d92 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/Noise/T_noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e16991670c3f15cbb12e6846f395a5b53b8e5f293dcf5238c9cd10cfdcebd1 +size 1596553 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/T_Black_Linear.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/T_Black_Linear.uasset new file mode 100644 index 00000000..7179f96e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/Textures/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d30518f1f983763dd23aaacd725796ad7f932a6c693bf32332f94b414223fd55 +size 3187 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/mf_BelicaColorCollection.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/mf_BelicaColorCollection.uasset new file mode 100644 index 00000000..cc86e5eb --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialFunctions/mf_BelicaColorCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f21c70434e2e734e0b32edd7e07eb9db9495ea4c339299409bdc8f74c19025b5 +size 106508 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/ML_FlatBlack.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/ML_FlatBlack.uasset new file mode 100644 index 00000000..197b9e5b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/ML_FlatBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb179bc28cc64dd1c1636364ed2c20feec95caebc5717463d12eb231ff763061 +size 45550 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/ML__Blank.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..e396f60f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29740fee35b871c2548add5f58a2d08d94e929710bcbf34e8dd3f43b2a9fe1ce +size 79438 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset new file mode 100644 index 00000000..89803e34 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:874e7f9dfa8862d0c8ca66516c68ee38c189b9db8e6b1e5ac47d59e7134136ab +size 115746 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_Metal_Braided.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_Metal_Braided.uasset new file mode 100644 index 00000000..d14bb6f5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_Metal_Braided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ef1d1740467f2ac635bf61bd4aec6808a985f5348b7d07857bd476956242a35 +size 145359 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_Primer_Colored_Metal.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_Primer_Colored_Metal.uasset new file mode 100644 index 00000000..82d0b4e0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_Primer_Colored_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60479e6548744d5c6eea3299901a21e61016eb35c893d9a696dde7676bcabb84 +size 113892 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 00000000..3a209b0f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4ec987a6a6116cbbd68eac43a222c7e73a746fd455679db1ed86455a6d70b1 +size 132769 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 00000000..0972141a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78eaede10e22ae33d9623afc6dbf3c920f07a987ee6bbbff5a244ed22a749949 +size 8175035 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset new file mode 100644 index 00000000..8401562c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa02924d34a3b52f5276d05c44d292e26d579596a6baccb8bebe5b965d56589e +size 4448805 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Metal_Braided_01_MASK.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Metal_Braided_01_MASK.uasset new file mode 100644 index 00000000..721c6d5e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Metal_Braided_01_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f113140be2c6fcc0454604ab5a98f6875c605cd09e05950d63ed8e99da3ce04 +size 5607418 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Metal_Braided_01_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Metal_Braided_01_N.uasset new file mode 100644 index 00000000..757453fa --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_ML_Metal_Braided_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae80b91694eced73326ed1c60cf3c2f2bc64d000e19e6e1b19e0793a4aacd488 +size 6517266 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_D.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_D.uasset new file mode 100644 index 00000000..838337f7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f22fdcc735b458326961045be8e8720766f7fc71502f314e7029061ed86039d +size 24386687 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_M.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_M.uasset new file mode 100644 index 00000000..108f21e7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc9ad949e3bfad988ebf17244546a8aa84ed5cffa59c60cf7bdc87a99ff030a +size 2452869 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..dba5778d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178d57a12674b4b7dddd15e919171b1b6bfe8cc8a0f5638884441689be433622 +size 9735926 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset new file mode 100644 index 00000000..89c60a12 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe090e8ba4a609fbed0ead5b3f788427083c2a001f042bac743f0cd5813a733 +size 7110538 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Rough_Metal_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..fd00f9fb --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cba1c5a11f1a5037f3f56d51025a1a2a9a16ca5826b5b572998badcde3d1c6f +size 49626158 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_hardmetal2_D.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_hardmetal2_D.uasset new file mode 100644 index 00000000..065310dc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Metal/T_hardmetal2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc29c2e2724e34b056450b59aaf92632527b8f4d013af73ccc55411ac32f81d +size 23660670 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Painted/ML_Scifi_Glossy_Plastic.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Painted/ML_Scifi_Glossy_Plastic.uasset new file mode 100644 index 00000000..d14b938d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Painted/ML_Scifi_Glossy_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41c222f56f5b10076bf4f14411a0c3dd5280d79f0c633327279dd44762ebdf3 +size 94272 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Patterns/T_Lame_D.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Patterns/T_Lame_D.uasset new file mode 100644 index 00000000..93288d16 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Patterns/T_Lame_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8a545f6d857ff84bc4509b03da64691a1117d0ec5c9c9f351288a8d95c7cc8c +size 1567216 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Patterns/T_Lame_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Patterns/T_Lame_N.uasset new file mode 100644 index 00000000..d1ac5353 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Patterns/T_Lame_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549b181390c51f258fe536dfa4a699e28538498ac90749f6cbeed3c58da905b6 +size 725751 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset new file mode 100644 index 00000000..96487d12 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f0addff8d1897fcbd1fce9dac9a189c9471c8094eb64efd6e12fbc37efccaa +size 131456 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 00000000..c83f12b9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bba0aeb2eb6dfbd69990d20ce800388b07c9d2fd94744643b257dc986c93d4b +size 3857 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 00000000..b14d7025 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f749d8063cc36fd6f795d5f5840552cb27d81c07d514603df7daa738285323 +size 6505806 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset new file mode 100644 index 00000000..740d002e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e69d43860729830c6d69b3353fde9a8ca2378ad2edf007bf11e1ff0745d3991 +size 8816579 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Special/ML_AggressiveSpinningLights.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Special/ML_AggressiveSpinningLights.uasset new file mode 100644 index 00000000..cced9d5b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Special/ML_AggressiveSpinningLights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1591f5a0bb3e6753ccf65a76efe66bb6d8153131c7b899ca96285e6d2edf9189 +size 99441 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/ML_RoughPlastic.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/ML_RoughPlastic.uasset new file mode 100644 index 00000000..96151323 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/ML_RoughPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caddff23ee97131bddfa3defb5acf6390b2734e8e6c6fb2216ceb94ca923284f +size 125326 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset new file mode 100644 index 00000000..1d782d68 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f5609a9e8cfb18b29910286d9982f77a07f2d470b5cd64c9ce205947e7d3e9 +size 6940828 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset new file mode 100644 index 00000000..218249a4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65f1a46b940c6e6291f9d3eaf07ec000c7ea3603ba56fe15dd2bda66394b0127 +size 8620939 diff --git a/Content/ParagonLtBelica/FX/Materials/MaterialLayers/T_TestML_Mask.uasset b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/T_TestML_Mask.uasset new file mode 100644 index 00000000..06a4a2a1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MaterialLayers/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d96d84481e79f580833f80902d9cd1de2bcb79ce801d5768df89a320accf98 +size 12129 diff --git a/Content/ParagonLtBelica/FX/Materials/MuzzleFlashes/Belica/M_UltMuzzleFlash.uasset b/Content/ParagonLtBelica/FX/Materials/MuzzleFlashes/Belica/M_UltMuzzleFlash.uasset new file mode 100644 index 00000000..3e517157 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/MuzzleFlashes/Belica/M_UltMuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63184e7f37731dffafb3adf9ab8ec10084a9ebbcc5694386e5710c79e38ac3e8 +size 124337 diff --git a/Content/ParagonLtBelica/FX/Materials/PhysMats/PM_ShallowWater.uasset b/Content/ParagonLtBelica/FX/Materials/PhysMats/PM_ShallowWater.uasset new file mode 100644 index 00000000..46bd6893 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/PhysMats/PM_ShallowWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690823ce2a915e56c55ee2aecb05a5941ddbb6b901cb596e341b7b1568f2b97f +size 1228 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/M_Smoke_Offset_Particles_SubUV_UNLIT.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/M_Smoke_Offset_Particles_SubUV_UNLIT.uasset new file mode 100644 index 00000000..9defe6c4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/M_Smoke_Offset_Particles_SubUV_UNLIT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:552f94ef0128e0e110dffd873dab6b3a50c0422554e373fc092f1d9628440497 +size 81050 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/M_SplineThickenSmoke_Belica_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/M_SplineThickenSmoke_Belica_Inst.uasset new file mode 100644 index 00000000..1499eae2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/M_SplineThickenSmoke_Belica_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d450fe4fca70b7c28b2814c66c8a964d2018bdc3e72b4218bdff31ebb4936b81 +size 105912 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/M_SplineThickenSmoke_Trails_Master.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/M_SplineThickenSmoke_Trails_Master.uasset new file mode 100644 index 00000000..ba9b2e0e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/M_SplineThickenSmoke_Trails_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0821eb0da39e68298a6504e256f6fde81db4dad3055f9010d82ece86c298baf3 +size 150802 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/M_WispySmokeTest.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/M_WispySmokeTest.uasset new file mode 100644 index 00000000..af6899ff --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/M_WispySmokeTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d48c39d9424434b60f9ed61703107ccae9b2f21d71557643223b90ee1b6b382 +size 80431 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/M_dust_burst_01.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/M_dust_burst_01.uasset new file mode 100644 index 00000000..b0b831a9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/M_dust_burst_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd87c6f6a5addc16e683c5acec6e089ee0548943fcb4edb65da8f608b04bb066 +size 83386 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/Trails/M_TrailSmoke.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/Trails/M_TrailSmoke.uasset new file mode 100644 index 00000000..e158f694 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/Trails/M_TrailSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc581eca67391ed82f8e0ae704f514f856798334445b50b3b4194dd34cc6fdc +size 132559 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/Trails/M_TrailSmoke_Belica_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/Trails/M_TrailSmoke_Belica_Inst.uasset new file mode 100644 index 00000000..cec86120 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/Trails/M_TrailSmoke_Belica_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc69f8e090ff81a2de7618ff1cc853df8e16ca68561acd76d6f84008c83ee3fb +size 87508 diff --git a/Content/ParagonLtBelica/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset b/Content/ParagonLtBelica/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset new file mode 100644 index 00000000..459bb957 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f2af979d17be7199c70cb61e46a9558de8ed4b87f05e6df86890d47df5f769 +size 80499 diff --git a/Content/ParagonLtBelica/FX/Materials/Sparks/Embers/M_Emberglow2.uasset b/Content/ParagonLtBelica/FX/Materials/Sparks/Embers/M_Emberglow2.uasset new file mode 100644 index 00000000..cd7a6044 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Sparks/Embers/M_Emberglow2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b8f8bce3c17f231a98bfbe29b4096e7d8444d82ff207c37478941151555bf0 +size 78995 diff --git a/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset new file mode 100644 index 00000000..779c1449 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0497ca10c8e9279e5495cd09e1b66a2192abeeee50b1a0a1bfe85062c5af7639 +size 84876 diff --git a/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset new file mode 100644 index 00000000..17009cf3 --- /dev/null +++ b/Content/ParagonLtBelica/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:58348f60e11ecb1c3d547effda567b774d4472818d1d5d977c3c9238d13630ed +size 85386 diff --git a/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 00000000..e59cd24f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b5875ca106396c90894cbc07bfffd38679875475ec4b25fded95ea5fd66a584 +size 79489 diff --git a/Content/ParagonLtBelica/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset new file mode 100644 index 00000000..8a7aafd2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdcbc41b277c93e30e1d7fe6e4d12ca62f2f4bf93474b1341761154d5d3e46f +size 98429 diff --git a/Content/ParagonLtBelica/FX/Materials/Sparks/M_Spark_VelocityLerp_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Spark_VelocityLerp_Inst.uasset new file mode 100644 index 00000000..2fec475e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Sparks/M_Spark_VelocityLerp_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4f2a921c845f43c7a7a333b62a24c27c4b4f96c32eaf90c4a73a25c5e4af4e +size 69332 diff --git a/Content/ParagonLtBelica/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset b/Content/ParagonLtBelica/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset new file mode 100644 index 00000000..eaca6c27 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4791b1b7ea02ed470cc4c5f3034969362c5fdf8c7d81cd9707c92177d6324c07 +size 52828 diff --git a/Content/ParagonLtBelica/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle_Shrap_Inst.uasset b/Content/ParagonLtBelica/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle_Shrap_Inst.uasset new file mode 100644 index 00000000..d11ab23f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle_Shrap_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:449240a9a445df4afb02b300bf89044d205e4d27db13b9a34979c7393d5eb50b +size 52507 diff --git a/Content/ParagonLtBelica/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset b/Content/ParagonLtBelica/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset new file mode 100644 index 00000000..5438db10 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d97eda56ef03c37c9d4427866c0a472ee6c798c60c3b6316aa4c7d8c2ae00ca +size 98734 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_Footfall_Refraction.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_Footfall_Refraction.uasset new file mode 100644 index 00000000..e82e1b8a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_Footfall_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e44287e193b3be1091eecc49cf9e9ddeecdef6c0426ae2a60205fc60d10e9ea +size 99086 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_Footfall_Ripple.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_Footfall_Ripple.uasset new file mode 100644 index 00000000..b5892acf --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_Footfall_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8014bc4a6eb68521408e0a1db4a79f903282065be5e77ced62dd20a18e6aed +size 85583 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_LiquidSplash_SubUV.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_LiquidSplash_SubUV.uasset new file mode 100644 index 00000000..5e67463a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_LiquidSplash_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba77f24913c8ac3e0dfe9729cd977bc7092843d1d24c368fb20a2e33847479b +size 133063 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_WaterImpact_Cylinder.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_WaterImpact_Cylinder.uasset new file mode 100644 index 00000000..7e568555 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_WaterImpact_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0697662975c98867d24f0c195c709dda620c463e7e01a3399615a29bc88e0bae +size 135948 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_WaterImpact_Strand.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_WaterImpact_Strand.uasset new file mode 100644 index 00000000..f6b2907e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_WaterImpact_Strand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a29e0b1c4acc464d3d02cac5833362589c6120f4b12b90f8724fc286eab448 +size 109083 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_WaterMist.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_WaterMist.uasset new file mode 100644 index 00000000..188318e4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_WaterMist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac60ec8352ffe5b41a9b0e5f6b82912295826eea7b7656cd26606b298838406 +size 94480 diff --git a/Content/ParagonLtBelica/FX/Materials/Water/M_Water_Drops_Master.uasset b/Content/ParagonLtBelica/FX/Materials/Water/M_Water_Drops_Master.uasset new file mode 100644 index 00000000..b1ea3562 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Materials/Water/M_Water_Drops_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32035d06737785f53b72a106f63ff9efb6c08d749157da10dd5d9831e14ae81 +size 98279 diff --git a/Content/ParagonLtBelica/FX/Meshes/Environment/Towers/SM_Turret_Spiral_Flames.uasset b/Content/ParagonLtBelica/FX/Meshes/Environment/Towers/SM_Turret_Spiral_Flames.uasset new file mode 100644 index 00000000..33c1d68d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Environment/Towers/SM_Turret_Spiral_Flames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:534278f9cd8f7cede28b8a1036d00e4bb612d66f2444f645127b3f571db5ea49 +size 223005 diff --git a/Content/ParagonLtBelica/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset b/Content/ParagonLtBelica/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset new file mode 100644 index 00000000..fd286957 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d86d6b9ba766a38bf7c96ee3d7cb107be3c073095ae4f15fbd8e36d96ca3527 +size 102726 diff --git a/Content/ParagonLtBelica/FX/Meshes/Flares/LightShafts/SM_FX_LightCone.uasset b/Content/ParagonLtBelica/FX/Meshes/Flares/LightShafts/SM_FX_LightCone.uasset new file mode 100644 index 00000000..5a85b025 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Flares/LightShafts/SM_FX_LightCone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71709e838f6695a3896e04335c6dc62f8a6accfa38497bdbee73aaff1ef75b97 +size 182749 diff --git a/Content/ParagonLtBelica/FX/Meshes/Game/SM_CoreShieldPiece.uasset b/Content/ParagonLtBelica/FX/Meshes/Game/SM_CoreShieldPiece.uasset new file mode 100644 index 00000000..b1ad3349 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Game/SM_CoreShieldPiece.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2c47e1c77ef9f518d2d38a1648b0ec85b7ecaee39a2c696374cca481dcada6 +size 119188 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BarrelFlameFront.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BarrelFlameFront.uasset new file mode 100644 index 00000000..65f46a4f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BarrelFlameFront.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e845f779bf953e864c907ab7dc4a9166f5dbb6d09fb0f3aaea377ff178b0cb0 +size 145028 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BarrelFlameSides2.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BarrelFlameSides2.uasset new file mode 100644 index 00000000..5a0534f4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BarrelFlameSides2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e40925c7e8dee0d998c701ef1cb4224b6f6e90134bda2d3d991c9e590f50d5 +size 121760 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BelicaUltTracer.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BelicaUltTracer.uasset new file mode 100644 index 00000000..6dac15c1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BelicaUltTracer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d56b6f1169ef2f57454034984254db4626f4bf6a257706e3d0f4873443e538 +size 622181 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_Belica_ArmHolo.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_Belica_ArmHolo.uasset new file mode 100644 index 00000000..9585934f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_Belica_ArmHolo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce89523847bfe95b9d176107af3fd8a5e45497e44210584d75251692acd9ab93 +size 82964 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_Belica_Coils_v1.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_Belica_Coils_v1.uasset new file mode 100644 index 00000000..548cae60 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_Belica_Coils_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:922bbc212afc9df700ee545dd3b9e8fb86627a55f32ede2bcb89ff971648daf9 +size 802538 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BombLightTrails.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BombLightTrails.uasset new file mode 100644 index 00000000..2737be72 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_BombLightTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d56f1f68631607f6be38c2d552c9854bc56594b9d32b1810c1436042499ce6 +size 127629 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DebrisPile2.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DebrisPile2.uasset new file mode 100644 index 00000000..71a3303e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DebrisPile2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5940f57c993193931fe889f4126d329d410579708058fac76c23e267358b415 +size 104645 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece1.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece1.uasset new file mode 100644 index 00000000..ba98d1fd --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da83da05c909a257dff81a639c2c6d0ab9ac14e719b8db2d6da50210ac7838e0 +size 178659 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece2.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece2.uasset new file mode 100644 index 00000000..62f6672c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9e627741aa2b1141d0356145b319631270e5a7d4fc9f7794c029afb88f00f6 +size 152605 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece3.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece3.uasset new file mode 100644 index 00000000..3686d582 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:643c145fc42b2e9d21e8ef6cea7ce45a024e76235104dbf1cd27e9ee8b400590 +size 325264 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece4.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece4.uasset new file mode 100644 index 00000000..faf4a975 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c7a8f2ad2109737b199d3c34096c70e0c8309f3af5484182829245a4d230ca +size 240585 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece5.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece5.uasset new file mode 100644 index 00000000..f080a895 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bb78a195da01d65f5b6c2d55f710f52956025aae2d8bf7badaffb505971302 +size 154003 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece6.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece6.uasset new file mode 100644 index 00000000..dce0fbf2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5678832d1e7b4339fb18d043fbe7dac020c91567f544fbbf6c09057554478231 +size 182046 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece7.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece7.uasset new file mode 100644 index 00000000..de02d4d6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055eb58e5515d7f211ec2a31086758d2f9ac53b9f96f15e7149f6299477157fa +size 320889 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece8.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece8.uasset new file mode 100644 index 00000000..e4e21880 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b496d4639b5c2772abdcb1b5ddd537cadbe00238372a05395c3f179a5e5a2d4 +size 482018 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece9.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece9.uasset new file mode 100644 index 00000000..e2eaefa1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_DronePiece9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d189bc2c3853af0af2d57021e91144b0aab23603db9aca2e80b2e386b319f6fd +size 505997 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_HeadMounted_Display.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_HeadMounted_Display.uasset new file mode 100644 index 00000000..7e744ad8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_HeadMounted_Display.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bbc758f1d6812285d248e976417bba2a32086477c6386c2039f7adae019a56 +size 116006 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_HeadMounted_Display_EyePiece_Only.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_HeadMounted_Display_EyePiece_Only.uasset new file mode 100644 index 00000000..75b0a4da --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_HeadMounted_Display_EyePiece_Only.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5675b346545f888fadb62e4467feaa67ce080020c616909cacd645ba72dd47f +size 133827 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_ManaBombFlame.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_ManaBombFlame.uasset new file mode 100644 index 00000000..66fc728e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_ManaBombFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c0ec9e22db7c9a96550f9f832a34167da6213d5f0351597c905df45c1f7cf +size 137388 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_MuzzleFlameCone.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_MuzzleFlameCone.uasset new file mode 100644 index 00000000..88765b20 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/SM_MuzzleFlameCone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57ac89fa00d3aeaf5b4e36e48e021a946e0b1b15cffcfe8cd0609766e12e4caa +size 151659 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/Sm_Belica_Shot_v1.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/Sm_Belica_Shot_v1.uasset new file mode 100644 index 00000000..d1d241f2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Abilities/Sm_Belica_Shot_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebed7a9e5a569d192f15752fed5456363ce37f884f4356ae42684efb97fb832e +size 504867 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/SM_Belica_Drone_eye.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/SM_Belica_Drone_eye.uasset new file mode 100644 index 00000000..6e6954c9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/SM_Belica_Drone_eye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bebf919fcfb2db54e104a907d01cabd3c653d09cfe112e0cb27c5fba27d5b3 +size 201854 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_HelmetFX.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_HelmetFX.uasset new file mode 100644 index 00000000..b2617e3a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_HelmetFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec47b59cce85337df1c32bbbcb8af7acec6e6276b7a4377b481df54c3bd11b6e +size 187150 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_LightningBar.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_LightningBar.uasset new file mode 100644 index 00000000..1de4c70c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_LightningBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822c636025110d09f4e000e491bf2b0eac7cdcf16e1d195ce1c2add131712b4b +size 230435 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement1.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement1.uasset new file mode 100644 index 00000000..9450a059 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58726d2bd0d49afed2895360cbf415648761575a74f9b9fec82108c9964c74be +size 116885 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement2.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement2.uasset new file mode 100644 index 00000000..f23003b5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3379927056f3307239d3cfcde76652a046b9c6382babb0f11076ead50c264264 +size 155596 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement3.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement3.uasset new file mode 100644 index 00000000..ebe356d9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806e3d42419d7a0db416794239c591be57e7fcf0987f8eca410d100599636548 +size 101704 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement5.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement5.uasset new file mode 100644 index 00000000..74756c2a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Belica/Skins/HeavyArmor/SM_Belica_Heavy_TechElement5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478312c1c710a46fc6377b9bcd7a683b20023c3ba7fa890bb2b972207ac1fbbe +size 169954 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Aura_v1.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Aura_v1.uasset new file mode 100644 index 00000000..60d7403b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Aura_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddea088b20e14355e6fb77758df3afefb77451d1319842f2decce2ef9621f47e +size 144913 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh.uasset new file mode 100644 index 00000000..d750dd79 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b46f5e96b178cca65875dbc36e8ee6287628820ab4b9fdf3dbb6b956ee1260 +size 411071 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh_Hit.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh_Hit.uasset new file mode 100644 index 00000000..a7110556 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28fce10898f453c279ebd6220a31eef5c08fb547bf85242dc307701f144aed9 +size 320494 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh_Sweep.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh_Sweep.uasset new file mode 100644 index 00000000..43d6327a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Aoe_Mesh_Sweep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a324cef5fc1ddcb17d013e88f9e953167e80936ec777b9b711cf425fe16a847f +size 175482 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_SimpleUltBullet.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_SimpleUltBullet.uasset new file mode 100644 index 00000000..b1321138 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_SimpleUltBullet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:790d522d70605f0ca1ec59b147d14baaa239299c4ad955c5a14fdc9ca8007cf6 +size 79599 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_SlowDome.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_SlowDome.uasset new file mode 100644 index 00000000..5cd56b6c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_SlowDome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d64c76d5136d76882fcc5c5222f0b6f10f20da1cc899b5bda39206d525493a1 +size 734601 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface10.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface10.uasset new file mode 100644 index 00000000..9d1a60e1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a68fcaf8f4287539f530145d57b799778d49652271afda1ac70733fe761cbcf +size 133960 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface11.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface11.uasset new file mode 100644 index 00000000..2446e9cc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f485d55067bc45456feee8ea637562552b6343660c04cdc5413621c5d806ff41 +size 117714 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface12.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface12.uasset new file mode 100644 index 00000000..a6500074 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:073fff0afc5b2c598e97b62dd47e93cd94eae97d107a042de588ff8bd109224c +size 141151 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface16.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface16.uasset new file mode 100644 index 00000000..080ea36b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a518c470d5ae1593755442899d3e110941dd80ab2c130b283f68749b62091336 +size 110392 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface18.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface18.uasset new file mode 100644 index 00000000..757a77de --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b6e0cacce78c9f8bfe296d36b099669b61d8f2b030582412e35ff35af78624 +size 121021 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface19.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface19.uasset new file mode 100644 index 00000000..890670ee --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0272c13524a64736a1e5ef9d575d800ae8a3819bbbbdf637db6ae06be84c5183 +size 120918 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface2.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface2.uasset new file mode 100644 index 00000000..2a61b904 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464f986ce60338be0c7af4769a82ad94794b780b886093d87c4f482bf9a90dc6 +size 153263 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface20.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface20.uasset new file mode 100644 index 00000000..10ad648e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5374d6a8bef635a427198420e6d6f8fc9bac880cfc04e2000ff212274a6653f +size 121273 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface3.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface3.uasset new file mode 100644 index 00000000..6d7cbb93 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60b8c63e8736d09b74c1958e202e7a8a5de01b9d37f1c7e49271739661cf35d +size 93038 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface4.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface4.uasset new file mode 100644 index 00000000..34c980ca --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b9b20835d07b38ae3d2b866009c2112270d4b6b1c0025091f95df24b6fc32a +size 118615 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface5.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface5.uasset new file mode 100644 index 00000000..17d7f33b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f700cc4fe9139d005d652fdf17afbf4651749377b6aeaac29174024d2ce8eab +size 125467 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface6.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface6.uasset new file mode 100644 index 00000000..d2ef8409 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:940cabf8d068a04eddf7037fdf2a196e6254ef9033625a88136e434291b1fe56 +size 96577 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface7.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface7.uasset new file mode 100644 index 00000000..b2703d18 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4050698fa426c22f35ae2e736e78d7cf4fdb9031116d7e7bd94b3b633843c8fc +size 91010 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface8.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface8.uasset new file mode 100644 index 00000000..3cafbb17 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46411eb778f7f76763bb1a6707dd8005ca6c30a861d1ac323d5a09aae2cf22a7 +size 119241 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface9.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface9.uasset new file mode 100644 index 00000000..6e7b80f3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Thrower_Shattered_Simple_polySurface9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec2f87c89e63d5f55699f9ea069e1460298ceeae1f73ca40131ff390312f8d89 +size 98078 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_UltSmashShockwave.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_UltSmashShockwave.uasset new file mode 100644 index 00000000..5d47004a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_UltSmashShockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6944d4d72bf84635d40c9ffcdfd3e090ecab5cf8077d84a934163cd661d310ad +size 227489 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Ult_Spline_A.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Ult_Spline_A.uasset new file mode 100644 index 00000000..a64aa774 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Ult_Spline_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a21f0b99fbf976aa0e47f00fce8c009d8ec117e34fa81a6df8a076914cf95f3 +size 86124 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Ult_Spline_B.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Ult_Spline_B.uasset new file mode 100644 index 00000000..748434f9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Belica_Ult_Spline_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91dae65efe7424f2825b6143f1e212827260f3d5defe090d28a5005b4cdd7850 +size 84479 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Electric_Spline_Complex_01.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Electric_Spline_Complex_01.uasset new file mode 100644 index 00000000..bdc8188c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Electric_Spline_Complex_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7944710119b3fa38ef09ef6240e05234cdb0ea17c53afdf6b9f5d885f655c7f4 +size 126169 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Electric_Spline_Complex_02.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Electric_Spline_Complex_02.uasset new file mode 100644 index 00000000..c2d2567a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_Electric_Spline_Complex_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd5f1ae1949cefdb06694c565e09921a37ff794ae3087c8d5da83c4aefc9d27 +size 126314 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_PlasmaShot_Shell.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_PlasmaShot_Shell.uasset new file mode 100644 index 00000000..ac3f2b77 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/SM_PlasmaShot_Shell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b91a100de1980cb828ebcf3e529efa8851e698c016e068cad8e241e5a397e8 +size 123220 diff --git a/Content/ParagonLtBelica/FX/Meshes/Heroes/Sm_BelicaMuzzleFlash.uasset b/Content/ParagonLtBelica/FX/Meshes/Heroes/Sm_BelicaMuzzleFlash.uasset new file mode 100644 index 00000000..8081053a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Heroes/Sm_BelicaMuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1afb39572ab1adcba7be0da48043c5374d809ec717489a07b3ada25d8dca34 +size 119910 diff --git a/Content/ParagonLtBelica/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset b/Content/ParagonLtBelica/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset new file mode 100644 index 00000000..fe3a01b2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4a7826313da72b8483ed019c9720ffc671c88ad552043c378757bcf7805a76 +size 98076 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_BlobbySphere.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_BlobbySphere.uasset new file mode 100644 index 00000000..1f94df3c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_BlobbySphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f8154af4e95bdc236e9b9cc78b5eadcfa6e9d8663f879cb477bdbb5b30a15a +size 166971 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_PlasmaBall_2UVsets_OuterRing_01.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_PlasmaBall_2UVsets_OuterRing_01.uasset new file mode 100644 index 00000000..77721145 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_PlasmaBall_2UVsets_OuterRing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a46f121083c860c3c1ad25411dc173b69b45b4172455a91ac29e123523f3ab +size 123969 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Recall_Cylinder.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Recall_Cylinder.uasset new file mode 100644 index 00000000..b93a30cb --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Recall_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404a59ef37ca59ac12cd319b64ec552bf37a25c322d6e1f8d5d2f4d58f615e42 +size 107242 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Shape_Flowerburst.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Shape_Flowerburst.uasset new file mode 100644 index 00000000..e5a3de64 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Shape_Flowerburst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65defc86ab1581c2dc3b29f5a221b8ced9f5995562d16572d245f6bbb132083 +size 183185 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_ShockRing.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_ShockRing.uasset new file mode 100644 index 00000000..e85ade31 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_ShockRing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db44589056e4d2d4ddbe7f78918d5c8e817912fcb2352ea8b9bc58c5237f6ccf +size 306615 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Sphere_FlippedNormals.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Sphere_FlippedNormals.uasset new file mode 100644 index 00000000..0d4a3420 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Sphere_FlippedNormals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb98bac41406b7003c5bd09af75468f51176458b50d571f92bcfdafc0402fc61 +size 244846 diff --git a/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Torus_Simple.uasset b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Torus_Simple.uasset new file mode 100644 index 00000000..6a570426 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Shapes/SM_Torus_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0200e8b7a31cb7e3b60791a95b4d07e864d6d6cc7247707f7f0902e940d56592 +size 198144 diff --git a/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_Inverted_Smoke_Sphere_500.uasset b/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_Inverted_Smoke_Sphere_500.uasset new file mode 100644 index 00000000..4ec74eb6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_Inverted_Smoke_Sphere_500.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ebe4c3fcfc4b5b69e9b3a754b5fafa6ad08ef3a2cc3c123a61cca5ecc7b0e1 +size 469012 diff --git a/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset b/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset new file mode 100644 index 00000000..0f0e71f1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572ec4548bfe2984bb40e394c7d05849982f3050af09a6328ac518755990b0d2 +size 152600 diff --git a/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_SmokeFlat.uasset b/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_SmokeFlat.uasset new file mode 100644 index 00000000..20d30f63 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Smoke/SM_SmokeFlat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9390c64c156162f43248de85e7d1c3a2856c9e6cd3605ba46585f8800197385c +size 367525 diff --git a/Content/ParagonLtBelica/FX/Meshes/Splines/M_Spline_Preview.uasset b/Content/ParagonLtBelica/FX/Meshes/Splines/M_Spline_Preview.uasset new file mode 100644 index 00000000..af6d9b3e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Splines/M_Spline_Preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68417ca7f821985efa286e2bbf498e50ea7c9e97cb44307cd8e19dd3a940a9d2 +size 83798 diff --git a/Content/ParagonLtBelica/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset b/Content/ParagonLtBelica/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset new file mode 100644 index 00000000..e610c81b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07e176c04f34d09f633395f527902ba231f1000217a6b986ff55eaa09a91309 +size 128408 diff --git a/Content/ParagonLtBelica/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset b/Content/ParagonLtBelica/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset new file mode 100644 index 00000000..7d4af227 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af19b44676a4fa0bea62ce5092841e29ab81e28e851166b73df1db5944d721fc +size 89479 diff --git a/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset b/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset new file mode 100644 index 00000000..0d8c6dd4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b92bbc9568c28f8bbd91ba76568febdb2913bb48078b2a45c45c3f801d246e15 +size 246847 diff --git a/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset b/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset new file mode 100644 index 00000000..b8df2793 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb84660a5f6369bd72ba6adb76858312f0303818b9d9a6a234d568621d36030e +size 244297 diff --git a/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset b/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset new file mode 100644 index 00000000..7cb944e0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11511237f5d28271015b0965583ff0f9d8ec359dc2fab446382291db577e9b0a +size 243163 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_EruptionBeam2.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_EruptionBeam2.uasset new file mode 100644 index 00000000..35af8a4b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_EruptionBeam2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cac9312c557406c871cec489b99ff8ac2f277e2f69199a30ee53e79aec8452cb +size 293989 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_EruptionRocks.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_EruptionRocks.uasset new file mode 100644 index 00000000..cf81ff43 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_EruptionRocks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5299b4620258954410d41f8dfcf6b1351755325fd16561a8906e1eaef6f393c0 +size 49218 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_GroundPunch.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_GroundPunch.uasset new file mode 100644 index 00000000..c13acc19 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_GroundPunch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9a439e2eb410eb4440aee282f4255609dd8a115efe52d482f859bb75520485 +size 280921 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_Holo_Targeting.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_Holo_Targeting.uasset new file mode 100644 index 00000000..cea5f3b5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_Holo_Targeting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43b588ed0fd7e7bc04b0a80f1416ce16f0ca15debc804df576ca32671e5e4de7 +size 121170 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_QSwing.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_QSwing.uasset new file mode 100644 index 00000000..4d46c898 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/EruptionBeam/FX/P_QSwing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a6e3e14c2d4ce819e11210fde063accb13cd531634a97f26d01616af25a17c +size 50664 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_BombBeamIn.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_BombBeamIn.uasset new file mode 100644 index 00000000..4db1a417 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_BombBeamIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa22786d618292cedc23718be5e0b56a00c26ba4af643fc5c056cbf240b26489 +size 148870 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_BombLightTrails.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_BombLightTrails.uasset new file mode 100644 index 00000000..a52870e1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_BombLightTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a302caf1f5b859884f53b6e9a21b501bc7f8d22e558cd4c412629883af065c +size 85835 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombBurst.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombBurst.uasset new file mode 100644 index 00000000..417e1741 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombBurst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9129e933bb1763c25546c380884143a7f28f60843c605fcd04bdeeb18be79f28 +size 536839 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombBurst_Smaller.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombBurst_Smaller.uasset new file mode 100644 index 00000000..3f6d39e8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombBurst_Smaller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb7f684633d8b13c94e35afe1d7b67ac7b53c17f6cfc6b21854b81ebe5cf6669 +size 543915 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombGround.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombGround.uasset new file mode 100644 index 00000000..178f8370 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab796a3b25efbe77db95e289f99a8aa641e7c7dacfc081099314707ac6b8a4be +size 804922 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombLensFX.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombLensFX.uasset new file mode 100644 index 00000000..cb9fc72f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBombLensFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12270875e30d6bf16b92d1bd252f3e4385ad8d3878c2e911c4cbe5222853988 +size 43330 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBomb_Airglow.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBomb_Airglow.uasset new file mode 100644 index 00000000..4e5eb1e1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManaBomb_Airglow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e0da9a096c978fe742fc91f9c0bc3fc64eb21f97ff96ab035ded34e423bfcb +size 42549 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManabombCharging.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManabombCharging.uasset new file mode 100644 index 00000000..1906725d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_ManabombCharging.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d4fc837feb11d7e30ba30b6409c8ec2d11e7351a03a1ba47acdf18fed0d1ca +size 137947 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_TargetingBeam.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_TargetingBeam.uasset new file mode 100644 index 00000000..88ee4e82 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/FX/P_TargetingBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d4176be04847bd5545c9fd9b62db0a28facbf6f1a3f519215a12352a546553 +size 248750 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/TempFX/P_Belica_Target_EnemyAttached.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/TempFX/P_Belica_Target_EnemyAttached.uasset new file mode 100644 index 00000000..181e8993 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/ManaBomb/TempFX/P_Belica_Target_EnemyAttached.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85dc10825a584816016de3a6ec507d383146632f26ceb9525179f8e7e09ea747 +size 447401 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaHitCharacter.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaHitCharacter.uasset new file mode 100644 index 00000000..91e765fe --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaHitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88856fa8f30a38ac39310f1b5f2265cafb1c460f70f778fa580669867a19ebab +size 438317 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaHitWorld.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaHitWorld.uasset new file mode 100644 index 00000000..af3e526c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaHitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:673f938909dba907ad5f25b0efe992e4e11e8175b0667923aaf3fe999c1cd331 +size 418807 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaMuzzle.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaMuzzle.uasset new file mode 100644 index 00000000..cedaa030 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaMuzzle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968e602a68a52e67c13541107129c08cdb13b5b8debab5980ff99ac16be48022 +size 398652 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaNoHit.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaNoHit.uasset new file mode 100644 index 00000000..afc4efa2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaNoHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e817eff85cf66f7a9b93645deb22f7f46ee7ba52c119f619ee7e684b0eca4989 +size 82975 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaPrimary.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaPrimary.uasset new file mode 100644 index 00000000..97adf577 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Primary/FX/P_BelicaPrimary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b6ae581abb3e0ceb21316214bbf49b392f3b2443e2abb695af5bf367c0cec2 +size 109273 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Belica_TeslaConduit_Trail.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Belica_TeslaConduit_Trail.uasset new file mode 100644 index 00000000..8f655795 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Belica_TeslaConduit_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84cfb41f7049801c7aaed8cdc6d839e13ed43e328aa572198f470165aac32eac +size 414584 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_ConduitBeam.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_ConduitBeam.uasset new file mode 100644 index 00000000..3f77388f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_ConduitBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3b3a93a78468036dc2dee394525f6812507392fb470a305dd69430642aa567 +size 224256 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneBeamIn.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneBeamIn.uasset new file mode 100644 index 00000000..8af14ffe --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneBeamIn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d645439cb46db610d0ae29ee64fbb74500e421443138271474394b79c0c8cc51 +size 118236 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneBeamOut.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneBeamOut.uasset new file mode 100644 index 00000000..8402e77e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneBeamOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455173ff291284d0cb3b363f6de4aa2a334d937edaff350db4f8e0dfbe76cf1e +size 136245 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneExplode.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneExplode.uasset new file mode 100644 index 00000000..647aef64 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneExplode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220dc9480908ab87e3d193d6a110ce67c5731a9e35fb5f346dd9ab59c01a5e13 +size 597893 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneScanning.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneScanning.uasset new file mode 100644 index 00000000..1716e623 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneScanning.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef2a0ac930c72f989b5398b428fb5f87ff509419854defceebc018d874be29b0 +size 52412 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneTargetOrb.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneTargetOrb.uasset new file mode 100644 index 00000000..a3eb3391 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_DroneTargetOrb.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98c24bc46c4b164ecd6fe21ee3fec34872d814e2eb3477d8a1cd82b37106cf0 +size 152137 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_HomingBeacon.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_HomingBeacon.uasset new file mode 100644 index 00000000..1c9aed59 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_HomingBeacon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29cee4d1593ce769cb20db11e96b7747d279bf20de27c0c9ec6ae8fcc54e4d26 +size 407315 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_OrbTrail.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_OrbTrail.uasset new file mode 100644 index 00000000..24c4b745 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_OrbTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca380e11e37e11a186a07a4e17d34d3a77fe5e1cbe5ac40984546b9e74b38d4 +size 122203 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Tesla_Impact.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Tesla_Impact.uasset new file mode 100644 index 00000000..25bdcbfa --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Tesla_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c90af95d81bdfab846e13dee0f2777bae5c552fface3993e8ae53c41f3ec9f +size 353271 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Tesla_Muzzle.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Tesla_Muzzle.uasset new file mode 100644 index 00000000..337b132e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Tesla_Muzzle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab008460f2ac35d6666e1f62c8b55e1e604e5b659e42c6754793d4f2a638c7b +size 53428 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Wing_Burst.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Wing_Burst.uasset new file mode 100644 index 00000000..6a596e21 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Wing_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2353131830928c843ebadcfc1d3fe3a280a8e77a0830af0cf826f2249ab55a62 +size 59626 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Wing_Energy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Wing_Energy.uasset new file mode 100644 index 00000000..7fe64743 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/TeslaConduit/FX/P_Wing_Energy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a2a96ce66ff19be3ef3a1433c14b6fbe046bd02192e0fc1421e83a452b968f +size 306679 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/PS_TEMP_Explosion.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/PS_TEMP_Explosion.uasset new file mode 100644 index 00000000..a7e4db4e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/PS_TEMP_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ce35dbc71b265c6d9a3da9d9a6071510f642eb56db22931803921373b3b725 +size 773690 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BarrelFlameSide2.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BarrelFlameSide2.uasset new file mode 100644 index 00000000..07c4f581 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BarrelFlameSide2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:977c762c637906fe63e6fd9d40ae4f27b7310f7da774b397c84d3ed3f4a9249c +size 361411 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BarrelSmoke.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BarrelSmoke.uasset new file mode 100644 index 00000000..bc37cf98 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BarrelSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c148f84f0e3122e62ecdead495637ea57dee84e6a298554d97d10f643354df7d +size 58559 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaHitWorld.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaHitWorld.uasset new file mode 100644 index 00000000..7d4e5387 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaHitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b7405521ce0cd52caea3830cd0db300610ed32b9c0926f5265f72e90b5da73 +size 150860 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaUltHit.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaUltHit.uasset new file mode 100644 index 00000000..9201d557 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaUltHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4675fe7013bed187b98487bf0ff3aa88d74155d2af63f3d4cbf1b286516acb +size 268797 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaUltHit2.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaUltHit2.uasset new file mode 100644 index 00000000..4091006a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_BelicaUltHit2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15593df22649c485509baa98ebe843171aa3447546867361b41ea62c01a90f22 +size 268779 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_EyeTargeting.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_EyeTargeting.uasset new file mode 100644 index 00000000..7b23a048 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_EyeTargeting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3aeeff736934fd2e0b1e4dfbe272eeef7f7aaf908e785840fe08851ab00bda +size 148943 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_EyeTargeting_V2.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_EyeTargeting_V2.uasset new file mode 100644 index 00000000..d8cc7c7a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_EyeTargeting_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea0dada8e7f4ddec626fb8fe6b5213c540f2814a0315af66bc911b9666dac32 +size 273549 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_UltTracer.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_UltTracer.uasset new file mode 100644 index 00000000..c597060e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_UltTracer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94866bdc857829caba9da3aa44a7e90a1d5ffcb07c28e2a5f62329ec01d34e4b +size 80708 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_Ult_Beam.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_Ult_Beam.uasset new file mode 100644 index 00000000..59d8ae7b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Abilities/Ultimate/FX/P_Ult_Beam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd8d8fbdeda86431a8ba449b32af8fc086cc1299d780349dcaa22798f1f3fa1 +size 214655 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteGuns.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteGuns.uasset new file mode 100644 index 00000000..75962360 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteGuns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08aeab7d59b8db65cbc67db042aabc1019f751ae6a73002e4119ab1037de1539 +size 100433 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteVictoryLoop.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteVictoryLoop.uasset new file mode 100644 index 00000000..d3dea3c4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteVictoryLoop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80c60d1ffe265c5355bd617f1d01332cd6f75ca8a089391961e8fb41ffe5dde +size 126701 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteVictoryStart.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteVictoryStart.uasset new file mode 100644 index 00000000..024462dc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_BelicaEmoteVictoryStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02b6718289a043f895064529e8a81e466f38dba9f59676a6d07501725c40afe7 +size 126724 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_RecallGlobe.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_RecallGlobe.uasset new file mode 100644 index 00000000..b3db1f11 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Emotes/P_RecallGlobe.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33d5a626531be8e70bbaf02a4d408c1829d8ee979627e266354db595ad9f0b2 +size 248537 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_EruptionBeam_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_EruptionBeam_Heavy.uasset new file mode 100644 index 00000000..df81a4ce --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_EruptionBeam_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d892a43023cb36f75c0f63ececae210ab1c755729c6fa9b37503b265b156f792 +size 605964 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_GroundPunch_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_GroundPunch_Heavy.uasset new file mode 100644 index 00000000..e7cace54 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_GroundPunch_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f94811cda215b820d3e2c5c760820008fa1b48e7e74de7b85d87edd4bc18983 +size 611329 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_Holo_Targeting_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_Holo_Targeting_Heavy.uasset new file mode 100644 index 00000000..ce436e35 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/EruptionBeamHeavy/P_Holo_Targeting_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b7cdfe3ee8c1a86cfa3601a185d29c3de7fd88415fa4345cfb54cb474ec421 +size 515563 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/ManaBomb/P_BombBeamIn_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/ManaBomb/P_BombBeamIn_Heavy.uasset new file mode 100644 index 00000000..f46919ab --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/ManaBomb/P_BombBeamIn_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5476958cd15ae44ce1745a4d1ce35baa4b51a207e630648f282493aad800ed6f +size 541043 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/ManaBomb/P_ManabombCharging_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/ManaBomb/P_ManabombCharging_Heavy.uasset new file mode 100644 index 00000000..914177c5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/ManaBomb/P_ManabombCharging_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288bb486195047291688c13cd994aca52c6b7df8cc4e4414eedbdf8f36805799 +size 535981 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_ArmTargeting_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_ArmTargeting_Heavy.uasset new file mode 100644 index 00000000..34001be2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_ArmTargeting_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eafc5e164029ebd7aa9b9611be2e5a31a71ba627c67b605f1cc028dcc65eaf54 +size 436284 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_BarrelFlameSide2_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_BarrelFlameSide2_Heavy.uasset new file mode 100644 index 00000000..97f765dc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_BarrelFlameSide2_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:206a3fb11059068aa71274b415fce9853bbf553755a6b03b7b2222073f25620a +size 702157 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_BelicaUltHit_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_BelicaUltHit_Heavy.uasset new file mode 100644 index 00000000..d5a22779 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_BelicaUltHit_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63d54ef312056044f0ee3aa0f1c835411e3fa63d3705beb2428a17713b48b06 +size 599195 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_EyeTargeting_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_EyeTargeting_Heavy.uasset new file mode 100644 index 00000000..a2098302 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_EyeTargeting_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25482916c1b443cab079be0bed178d5cbc4a3e3bbd16e6a4e079e3fa1e81b45d +size 502080 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_Ult_Beam_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_Ult_Beam_Heavy.uasset new file mode 100644 index 00000000..759edf71 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/Abilities/Ultimate/P_Ult_Beam_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d79dd7f5ff89ce0c2308e0a35b0910768d5d85b8b26ec572e0caf57f6f56a44 +size 164940 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/P_BelicaHitCharacter_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/P_BelicaHitCharacter_Heavy.uasset new file mode 100644 index 00000000..35edbaa3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/P_BelicaHitCharacter_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79a7875d7f0c64800efd98c698684c18a37964a52fe5d0b4ca258eb6eb34e67a +size 26276 diff --git a/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/P_BelicaHitWorld_Heavy.uasset b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/P_BelicaHitWorld_Heavy.uasset new file mode 100644 index 00000000..c3e96a3a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Particles/Belica/Skins/HeavyArmor/FX/P_BelicaHitWorld_Heavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa887dd774365ce68ea6e8d6018891713b919a256138de6e27a7e6a50d73ba92 +size 429734 diff --git a/Content/ParagonLtBelica/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset b/Content/ParagonLtBelica/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset new file mode 100644 index 00000000..9ba9e376 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00fab97e8566fdc0541d43e076dbec4c602dae1af754ef3e6d86f9e7d1a2dbe9 +size 1572213 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset new file mode 100644 index 00000000..fa963d88 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_BlurRock_Greypack_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f578200daf70994c1aef17f7132ab7a665fb715169ff73bf137101625832b752 +size 270757 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset new file mode 100644 index 00000000..d0db4bca --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_BlurRock_Greypack_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a6a3bdd41419830ed68335f361ecf7909db8e42ec886e552283aa8cf8e0c3f +size 202059 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset new file mode 100644 index 00000000..93567965 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e308627521994703f23d82afcb8d58316257fb5ca009b60f2fa37c0a7fdfd49 +size 188638 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 00000000..82110bfc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca73cef1062867a022194931a037060b0d99fb17c89bb823c497e5e6fe79d2c +size 254760 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 00000000..910765b2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b6d78b9e479804c007365c464dbb1485560e80085e042ce7ae6821f4cba13a +size 389082 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris.uasset new file mode 100644 index 00000000..c51d4553 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:709a3536616246b4bc93adf21abae9e4c8cf07bc959c7b3885535c39f077d943 +size 99919 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris_Blur.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris_Blur.uasset new file mode 100644 index 00000000..de3eb3f4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ae0b0043a7753c5feaf2c763bac212e9d2c565ab74b86d75ab7733b4e6b68b1 +size 115293 diff --git a/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris_Blur_A.uasset b/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris_Blur_A.uasset new file mode 100644 index 00000000..978fe630 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Debris/T_Debris_Blur_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d715d23982d261c8987949fbc4167b881a1513b4946663207af6c462c5a444da +size 66661 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_Beam_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_Beam_Mask.uasset new file mode 100644 index 00000000..7d8d2012 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_Beam_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72edd0279854dde996fe9555b62fdac6e9bb09d0f186dde2bf63300fc2e375f7 +size 262850 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_Beam_Soft_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_Beam_Soft_Mask.uasset new file mode 100644 index 00000000..f90c2aab --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_Beam_Soft_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b321c97c73a27be7722eb7ada6b5fdaf6fdf2ec48f5fb9415c4008049165be1 +size 146451 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_TileY.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_TileY.uasset new file mode 100644 index 00000000..b073424f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Electric_TileY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a364d0d23d2d4c62196329d76d6f4247477df23d3b2f45f5b891bcad3561e1 +size 196621 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Lightning_Beam_Tile.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Lightning_Beam_Tile.uasset new file mode 100644 index 00000000..7e7fc261 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Lightning_Beam_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b6e85588acb19e8f9028b13df9ee83fc044dbc7a1ef03d48b85ce454af5a38 +size 465262 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Semicircle_Arcs_2x2.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Semicircle_Arcs_2x2.uasset new file mode 100644 index 00000000..1905d8b0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_Semicircle_Arcs_2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76628c6d5ced405009dee844723251af80b24cc56b2bcd866c72f4f1d53e6301 +size 220205 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset new file mode 100644 index 00000000..ec547a03 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418a1e8d8e3c44c50d274616353f126ba742897ce6034f3e6de5e9301ffbe153 +size 602552 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset new file mode 100644 index 00000000..eb5d8110 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a0263b660f7ab39a211b6df2aa35a1ab462b81b5ed04e6be12b291ae429625 +size 1939222 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset new file mode 100644 index 00000000..7031eb97 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a990ce8b0db8ec2c81141a861867e1ee26af070cac33088f2f2c43d0a4de04 +size 491649 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Turbulence_Seamless_N.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Turbulence_Seamless_N.uasset new file mode 100644 index 00000000..1fc0d0e5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/Plasma/T_Turbulence_Seamless_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81aeb1a5a4217731e5bb31081d1cd73e55facccc895fda25bd6e66002317c5e +size 1947468 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/T_Plasma_Wisps.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/T_Plasma_Wisps.uasset new file mode 100644 index 00000000..882b9a6e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/T_Plasma_Wisps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7afe580207c6c9f3f83c1b95eb1dfb37342227232739f09fb66e1c7912d0ec58 +size 9082200 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/T_Plasma_Wisps_N.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/T_Plasma_Wisps_N.uasset new file mode 100644 index 00000000..cd0fec87 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/T_Plasma_Wisps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996fd43cd4bd6508f7612b1ce750488ceb52030e5632799ee33a9f8a498edc84 +size 11262355 diff --git a/Content/ParagonLtBelica/FX/Textures/Energy/T_Rift_Orb_flibbook.uasset b/Content/ParagonLtBelica/FX/Textures/Energy/T_Rift_Orb_flibbook.uasset new file mode 100644 index 00000000..eb154a89 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Energy/T_Rift_Orb_flibbook.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c83350fc25ec2bcb48213f5df2b99d99ef6bd00dd967cd42c187cbbbec5520ec +size 20761209 diff --git a/Content/ParagonLtBelica/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset b/Content/ParagonLtBelica/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset new file mode 100644 index 00000000..1b24a3e9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d17b0389b411f9cfeba134ebb1ac62ebeeef198211defe98fbc47d118069a21 +size 72780 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_07_E.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_07_E.uasset new file mode 100644 index 00000000..9afc0004 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_07_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c11e87baad4148229ecc9e9dc1e34aeb01cca18274c26d18b91170a5bd2805c +size 2495173 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_07_MeshedDepth_8X8_PreMult.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_07_MeshedDepth_8X8_PreMult.uasset new file mode 100644 index 00000000..f26010c3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_07_MeshedDepth_8X8_PreMult.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6450fbf299947dec8717e6fb7f9fef21c11db38524273b0db5a3b889425d586 +size 1982637 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_BarrelFlameFront.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_BarrelFlameFront.uasset new file mode 100644 index 00000000..40d4bd4d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_BarrelFlameFront.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0c936b82d7a5fe6a4411f06e14fdc485383fee70798b2dab04caeae8c42693 +size 2452524 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_BelicaMuzzleFlameSide.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_BelicaMuzzleFlameSide.uasset new file mode 100644 index 00000000..0f11849d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_BelicaMuzzleFlameSide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd5cf92cd5566cca36bef823f6f19837b28a7f36ee0f1c1ddf656f2b873f97c +size 2653078 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1.uasset new file mode 100644 index 00000000..1f5e8478 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c977cc206b3c68c5fefce745a3420aa526b8b55289059f76c37d2af3a88ccf +size 5214513 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1_Depth.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1_Depth.uasset new file mode 100644 index 00000000..8ac52503 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf31d166fc7cf1c474a80d1999de8d98a3f9f690f5e02942cc712132751d62 +size 2169943 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1_Normal.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1_Normal.uasset new file mode 100644 index 00000000..51703d4f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_Explosion_Test_v1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9610b01f1ea87f8bc429bc393333ebc922c77740d78caeb2a2f61836b1c9e57c +size 3919495 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Depth.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Depth.uasset new file mode 100644 index 00000000..c10906f2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f76b32110e33a9f7c0486fa6ba6678161e88948324eb88986fe543e3e4135cc +size 2319513 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_E.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_E.uasset new file mode 100644 index 00000000..0a15c5a0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21a44862fda766ff826dd1f9a84a2504c9ad55a9dba8f3c4e05a2b8eb14cbf3 +size 1736189 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_N.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_N.uasset new file mode 100644 index 00000000..1608d874 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c25d0e1fcb1a5c265c45a3c6390354a36a21f3c4f3fcc0c89ad7b1fc889fdd +size 2870758 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_Depth.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_Depth.uasset new file mode 100644 index 00000000..cfadf5bf --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30202cee52023fbc3ac3246871b05bb3ce156af5761133404f614c9dae0afdca +size 3209016 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_E.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_E.uasset new file mode 100644 index 00000000..1baef13e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beadb443c79030638317053d075b2c0eff6d1f030cd8ce89bc770180e3dc2da3 +size 2564970 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_N.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_N.uasset new file mode 100644 index 00000000..81ff4931 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireBall_07D_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f288dfb27ca87c28b8bc8f128d588f03cb485afae23a38833b0caf0d68726f46 +size 4930344 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset new file mode 100644 index 00000000..e45efd35 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0ea5bc5151d86437a475a94f5cf90939259222537f8988d9cca9f9aeb7f505 +size 5558289 diff --git a/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset new file mode 100644 index 00000000..be9d805d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db11583034eaddb40d637c60d7138da98cc2a95ff525ffcdf02752614e6863f1 +size 2968440 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare07.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare07.uasset new file mode 100644 index 00000000..ef500f2a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11110b4fb6d495847e3a34a694bb712e1dbbf750d0005f1003d8310adcf7dcdf +size 1371434 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare14.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare14.uasset new file mode 100644 index 00000000..3bc56c66 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2661bff0eec42d3cbbe0411b4c050ed81a1e01911c7064ea731ada23796bb523 +size 92363 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare19.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare19.uasset new file mode 100644 index 00000000..3b5a77a7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/Org_A/T_LensFlare19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6496f6c1c74d5a4a4bb0ec4a033562680a4bcbc22d1b6d539240d6d54083b240 +size 203995 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_04.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_04.uasset new file mode 100644 index 00000000..561b6f97 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2870e51a56ddbd8e59f515d2f9a887fdda170d5fe5163ae9530f40394bc34b3 +size 342324 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 00000000..a379cc86 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea97f572fb7ed1344e2ac66919e69e73c5b00e7fc8c1ab0f4f56964dbeac3d8 +size 373624 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_Vert_Packed.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_Vert_Packed.uasset new file mode 100644 index 00000000..5ee21522 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/T_Flare_Vert_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b02f04085a45d6eaaf0ecf7f95a04e2c3d1713d0a709537ec3587ff3a52a2c +size 859831 diff --git a/Content/ParagonLtBelica/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset b/Content/ParagonLtBelica/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset new file mode 100644 index 00000000..bc89ab3e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:830260930ce230a233e081844a5afa74703f1b39c0af9439184ec7fb88cfacab +size 53962 diff --git a/Content/ParagonLtBelica/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset b/Content/ParagonLtBelica/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset new file mode 100644 index 00000000..e5d6e497 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b459c1dc0106dcdb686deaf92085a108c49ffa574687d0feb63e69131a8e97ec +size 729623 diff --git a/Content/ParagonLtBelica/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset b/Content/ParagonLtBelica/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset new file mode 100644 index 00000000..6f1e35ca --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919674f2b1f905b54f2a9e5fc5cdc125541c7db4f959e653aeaf64bc90161bc5 +size 733869 diff --git a/Content/ParagonLtBelica/FX/Textures/Game/T_ShieldImpact_HexReaction_Hexes.uasset b/Content/ParagonLtBelica/FX/Textures/Game/T_ShieldImpact_HexReaction_Hexes.uasset new file mode 100644 index 00000000..0166d7e2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Game/T_ShieldImpact_HexReaction_Hexes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f5e74242facc703e68c8c33116183320829637135c795d5b8578682b7b5032 +size 581962 diff --git a/Content/ParagonLtBelica/FX/Textures/Gradients/Color/T_GradientSlow.uasset b/Content/ParagonLtBelica/FX/Textures/Gradients/Color/T_GradientSlow.uasset new file mode 100644 index 00000000..f2db5c66 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Gradients/Color/T_GradientSlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e208a00bebfc4d75be3e0c1ab6bb30891da39a6c352b1011a030b146d1f66e2b +size 616642 diff --git a/Content/ParagonLtBelica/FX/Textures/Gradients/LUT/T_HDR_LUT_Elec02.uasset b/Content/ParagonLtBelica/FX/Textures/Gradients/LUT/T_HDR_LUT_Elec02.uasset new file mode 100644 index 00000000..a93431aa --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Gradients/LUT/T_HDR_LUT_Elec02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d977b50a0c9f4b633eeb3c3682c45a7750af6b6dc47b172b630974ea995e654 +size 26574 diff --git a/Content/ParagonLtBelica/FX/Textures/Gradients/Masks/T_gradient_speed.uasset b/Content/ParagonLtBelica/FX/Textures/Gradients/Masks/T_gradient_speed.uasset new file mode 100644 index 00000000..62df15f3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Gradients/Masks/T_gradient_speed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3a1e02da0d0d3fd1216957d0b90ae82dbbb9d88b34346c1d93816be800e986 +size 21340 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_BelicaManaBombFloatingTimer.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_BelicaManaBombFloatingTimer.uasset new file mode 100644 index 00000000..fa0fa6db --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_BelicaManaBombFloatingTimer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cf3dfb7a457767a256b137a9e1622aafb674c13f875bbc3415211cd6e83b20 +size 1083197 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_ArmHolo.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_ArmHolo.uasset new file mode 100644 index 00000000..0823520a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_ArmHolo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e6c68918fc80f2706aa7876862aaa802a8d95d9bcc89404aa4b9a91fd12452 +size 3402605 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_DroneBomb_EmissiveMask.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_DroneBomb_EmissiveMask.uasset new file mode 100644 index 00000000..2494f793 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_DroneBomb_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7095ee14626b28a43918ec3b1abb8333595aef2506d0d6ef7bd010b58667932a +size 11869 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_Reticle.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_Reticle.uasset new file mode 100644 index 00000000..f0e40b75 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/Abilities/T_Belica_Reticle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c370996091dcf879a59aaf804eaa7a62d3520b5ebdd81f41811a70167e5adf +size 107409 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Frame.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Frame.uasset new file mode 100644 index 00000000..b6e2cf52 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Frame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d129bb2e5d6c88944d82c972db11d413e70b1177464b4fa7328efcc3c2753f0 +size 85961 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Frame_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Frame_Mask.uasset new file mode 100644 index 00000000..0a037350 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Frame_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0d7b6ce74c7778cc569df13da36bdf431bce0b1041eb58f188238d8ec4fa51 +size 177532 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Guns_v3.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Guns_v3.uasset new file mode 100644 index 00000000..796383ad --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_BelicaEmote_Guns_v3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bce5c0b917e02b7db136c1268cc4745eb75395d7400db258b62eb7489b7d1801 +size 554930 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK01.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK01.uasset new file mode 100644 index 00000000..8f049c9f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3ad802506e4819d8fc569c6a016268cc49941ce42781b0d0f820856203ee86 +size 592981 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK02.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK02.uasset new file mode 100644 index 00000000..1264abe9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d236aaa67b58781ec4dab8ea417a33448015e8fa1b9370a97f566142c9472f4 +size 208829 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK03.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK03.uasset new file mode 100644 index 00000000..b3346556 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_MASK03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a3cc38a1c89745ed8d958fc3056adc38bb86b4085ec4e1bcc03deff44ed9e8 +size 104239 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_N.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_N.uasset new file mode 100644 index 00000000..5004253b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9dd2080aef565566c0fdb73a9ada88859b1a663fa872838843839bcb3fa356 +size 14177731 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_RGB.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_RGB.uasset new file mode 100644 index 00000000..916a36de --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/Belica/T_Belica_m02_Belica_dronebomb_skin02_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b4114f735a3d1ba2716e43fc3a16a00275ee2ee62551630a97684cbeb6495c +size 19319291 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/T_Cowcatcher_TrailMask.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/T_Cowcatcher_TrailMask.uasset new file mode 100644 index 00000000..0d657484 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/T_Cowcatcher_TrailMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65abd157648d4e7aacf02bf5043972bd36fb4ed26d99104580b871961ea67e3a +size 94971 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/T_Hanging_cloth_normal_b.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/T_Hanging_cloth_normal_b.uasset new file mode 100644 index 00000000..f02d366c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/T_Hanging_cloth_normal_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2e8b4fb5a901d2f2b35c1fde0ffa1a75958b66f3bb621f4b1bf7643740052d +size 134972 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/T_MaskingDown.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/T_MaskingDown.uasset new file mode 100644 index 00000000..18cda3f9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/T_MaskingDown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52183d284125054cd1d6dd31e3519b4d48d6986d20ab8d4df226bd66e28a5a96 +size 51074 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/T_ShieldLightrays.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/T_ShieldLightrays.uasset new file mode 100644 index 00000000..964da1fe --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/T_ShieldLightrays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bda54700fb3e625e9a6b42f671bf639b16b96f683e0e2b3278e93fff3424e56 +size 802276 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/T_ShieldLightrays_color.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/T_ShieldLightrays_color.uasset new file mode 100644 index 00000000..8d7cea68 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/T_ShieldLightrays_color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:700312c50fee9b4a52f45fa7ee40fd2f6826bf0116a87b919e9a8a61ba9b9ba3 +size 701094 diff --git a/Content/ParagonLtBelica/FX/Textures/Heroes/T_small_Gradient.uasset b/Content/ParagonLtBelica/FX/Textures/Heroes/T_small_Gradient.uasset new file mode 100644 index 00000000..aeec01fe --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Heroes/T_small_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a20f5366b8598fa9a5e3c74c14d2a93c2af05bf2dace00fc8be313f9989ccc8 +size 13911 diff --git a/Content/ParagonLtBelica/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset new file mode 100644 index 00000000..a25e14d0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629ae61aa5583d9829ee8aabd6ba6a0ead3f4d38b3322ac5aaf21be0762ac247 +size 20403 diff --git a/Content/ParagonLtBelica/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset b/Content/ParagonLtBelica/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset new file mode 100644 index 00000000..fda9cc78 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9058e7599d702e7a63b9a7d4adeea44a6fdeb19cdc4bbe5622a82693cb213f55 +size 160335 diff --git a/Content/ParagonLtBelica/FX/Textures/Liquid/T_Liquid_Reflection.uasset b/Content/ParagonLtBelica/FX/Textures/Liquid/T_Liquid_Reflection.uasset new file mode 100644 index 00000000..5e7c4d25 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Liquid/T_Liquid_Reflection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f30f664f38ba71d51659abf6c88b904b1c6f2d9bbe5e6810fdb9479769a34f9 +size 55983 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Beam_Gradient_02.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Beam_Gradient_02.uasset new file mode 100644 index 00000000..3e5aab90 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Beam_Gradient_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248776f1a26d0eb3c8aa1d8c7ff34335ce878f3da86e09e119e4beab86e156a2 +size 4474 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_ConeRadial_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_ConeRadial_Mask.uasset new file mode 100644 index 00000000..bec4b243 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_ConeRadial_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52d11fee7268310bcb173b6540d1bb45d755d741cbe56adfc7d3db287f27ea0 +size 271438 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_DiamondPillMask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_DiamondPillMask.uasset new file mode 100644 index 00000000..912b1f70 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_DiamondPillMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b312aa1a53b72780ccdc00931112e716bff6d118fc0adb50c4a40fe3ece5cb0 +size 114541 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Double_Shockwavetga.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Double_Shockwavetga.uasset new file mode 100644 index 00000000..88beb7b9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Double_Shockwavetga.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58a6271289e47b03e55b2b5af42e2f4c11dae5ccbc4e20dd95420790ecce82a +size 4631 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Explosion_WarpMask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Explosion_WarpMask.uasset new file mode 100644 index 00000000..d2c80cba --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Explosion_WarpMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebdddec7fda5d606da7241d6c25c2e3bcd7bd5d8b0d5d631ee889d45adfbfbe9 +size 6116 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_FireBall_LerpMask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_FireBall_LerpMask.uasset new file mode 100644 index 00000000..8f717b32 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_FireBall_LerpMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae90d10bfd75804e41edd5fbb79e9862ed7d7ddc672bea069a13db0656c3951 +size 1431742 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_GradientLaserSoft_M.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_GradientLaserSoft_M.uasset new file mode 100644 index 00000000..42dbb040 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_GradientLaserSoft_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c228e22460b2f9964c395b03c3c3459830d4dd38b710b33fa7d6ea41330358bc +size 33352 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Melee_Arc_01.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Melee_Arc_01.uasset new file mode 100644 index 00000000..14f74066 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Melee_Arc_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1002139aecc96edb915e45e344c1e811fc9c8d34d91f1b5b14a6dc6d08707ab +size 692837 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_NoisyBeam_M.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_NoisyBeam_M.uasset new file mode 100644 index 00000000..ad8fd966 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_NoisyBeam_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a63eec9f9668e69771fed4cf8e2deaaa023fece4ba6f354a20c3d413b99170f +size 271478 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_NoisyRamp.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_NoisyRamp.uasset new file mode 100644 index 00000000..21ab5c7c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_NoisyRamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9490a0580561279d1f30da47e4b1741976b53a4c6386b7b6960a49e3d5021405 +size 310028 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Ring.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Ring.uasset new file mode 100644 index 00000000..3faa763b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01e8720ae74da6103eb03336e76eaab11af11cc64915eb582ef8542b089bd71 +size 207305 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Shockwave.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Shockwave.uasset new file mode 100644 index 00000000..0efeaf82 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e111ce3359ca6185bd53d90d2d008174be19672ea10b935d3fd5ccd2082546a +size 66897 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_SlashMask_A.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_SlashMask_A.uasset new file mode 100644 index 00000000..6d0f0360 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_SlashMask_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5430f1966c4e4cff68109fd090a51db4ed287c70d7fe01f122b4adb8d940c157 +size 3943 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_SlashMask_A_NoClamp.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_SlashMask_A_NoClamp.uasset new file mode 100644 index 00000000..8f9aca1a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_SlashMask_A_NoClamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df7fb832001a4c3d6b7e88393f22c5bf25ce2e2935cdc39e72c8e4bff6d3512 +size 3878 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset new file mode 100644 index 00000000..2deb28a6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94d8bd4ca169c4680ed4390d95351a364f5cddd68b57043fb13fd4762b052ff5 +size 59923 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset new file mode 100644 index 00000000..a1b114a7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f7018be60695d933a280b0666fde0c304bfe8f1399b8640840c2a985177dc4 +size 5279 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_SoftEdge_M.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_SoftEdge_M.uasset new file mode 100644 index 00000000..fca3f86a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_SoftEdge_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff61bec87762e76a3dd305b07bb116abe9932854b77989d8b765eaefbac95db +size 384961 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Sphere_A.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Sphere_A.uasset new file mode 100644 index 00000000..472336f6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Sphere_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9f194382f4a0c327715d349f6ce43b0cda7c8109465a726d4be389faad4514 +size 69109 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_SplineThickness_Mask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_SplineThickness_Mask.uasset new file mode 100644 index 00000000..c04e3d55 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_SplineThickness_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447e4a5c33cd0ceb309dc078b4e8523aff9f968cb125221b45aa5b8f8ca590b9 +size 71295 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Spline_Gradient.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Spline_Gradient.uasset new file mode 100644 index 00000000..bd5af98d --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Spline_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8821fefe5a2e19c47f14f51dff4847ae743cb9dd301ac23906bc0ca7490e38d6 +size 533718 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Square_Gradient_M.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Square_Gradient_M.uasset new file mode 100644 index 00000000..c6652915 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Square_Gradient_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d607be3ad7d2b447a14798925eba377e69c5df52827c8d1da1f7676663ed78f +size 385561 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Square_SoftEdges.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Square_SoftEdges.uasset new file mode 100644 index 00000000..84c17d4b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Square_SoftEdges.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c8e9e774f32fc605b51fe694cad838cf45a804b62ed33b4518183c14890fb5 +size 9861 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_TankMoteNoise.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_TankMoteNoise.uasset new file mode 100644 index 00000000..db9a1576 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_TankMoteNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae6230f796333edec63a5ea25ea1e97808830f2a4bc763fa0e1b0a3a1c23684 +size 186616 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_TetraPanMask.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_TetraPanMask.uasset new file mode 100644 index 00000000..0d356a41 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_TetraPanMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1485b9ebdfb8995c9b8a712337a5b5acf097732a5416402f3bdebd47e0e0f207 +size 72444 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Vert_Gradient_Soft.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Vert_Gradient_Soft.uasset new file mode 100644 index 00000000..4d6ee0aa --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Vert_Gradient_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5546a2de6f263eb16f1ba0db2facc9c507ce8f5f14009a9b85f78bba7c1eb21c +size 4535 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_Vert_Gradient_Softer.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_Vert_Gradient_Softer.uasset new file mode 100644 index 00000000..e100a5a2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_Vert_Gradient_Softer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b55aca6368ab656db4f27a79ef49346d72f3b140a13b3719d37968b0093153 +size 5939 diff --git a/Content/ParagonLtBelica/FX/Textures/Masks/T_spiritplane_arcs.uasset b/Content/ParagonLtBelica/FX/Textures/Masks/T_spiritplane_arcs.uasset new file mode 100644 index 00000000..10b4fffe --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Masks/T_spiritplane_arcs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400865c2df50ce9224639176ff3afcf9d0231a346c2896c8e388aa50c8024047 +size 706858 diff --git a/Content/ParagonLtBelica/FX/Textures/MuzzleFlashes/T_Belica_MuzzleFlame.uasset b/Content/ParagonLtBelica/FX/Textures/MuzzleFlashes/T_Belica_MuzzleFlame.uasset new file mode 100644 index 00000000..0c5d58f8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/MuzzleFlashes/T_Belica_MuzzleFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c02747a1ba897d0b88086b23e906900a5cb13efc7f42ab8a3eb1bb6f510118bb +size 2162968 diff --git a/Content/ParagonLtBelica/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset b/Content/ParagonLtBelica/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset new file mode 100644 index 00000000..cd1e8169 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03312da1595484a1f3998897f7e4ee5a4e40db844130479e7f35ef1600b22452 +size 116866 diff --git a/Content/ParagonLtBelica/FX/Textures/NormalShapes/T_Sphere_N.uasset b/Content/ParagonLtBelica/FX/Textures/NormalShapes/T_Sphere_N.uasset new file mode 100644 index 00000000..e7738655 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/NormalShapes/T_Sphere_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fff0cb8f670a4d6246f94bf2d6b23b4dfbc656603df9de013f6cc3417a18aa7 +size 88640 diff --git a/Content/ParagonLtBelica/FX/Textures/NormalShapes/T_Torus_N.uasset b/Content/ParagonLtBelica/FX/Textures/NormalShapes/T_Torus_N.uasset new file mode 100644 index 00000000..fee2cada --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/NormalShapes/T_Torus_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec5df1263cd59220e2011138ad53ba0021b09289bd46179ff1de42e9044b0b1 +size 125158 diff --git a/Content/ParagonLtBelica/FX/Textures/Rock/T_LindisfarneFlatRocks_PDO01_N.uasset b/Content/ParagonLtBelica/FX/Textures/Rock/T_LindisfarneFlatRocks_PDO01_N.uasset new file mode 100644 index 00000000..d7a186c7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Rock/T_LindisfarneFlatRocks_PDO01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb8aa30961d30e3ce76cbbf46090f46e684cdbe234dfb074f8bbd40ae23e295 +size 29070091 diff --git a/Content/ParagonLtBelica/FX/Textures/Rock/T_MineralRocks_D.uasset b/Content/ParagonLtBelica/FX/Textures/Rock/T_MineralRocks_D.uasset new file mode 100644 index 00000000..22599d1f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Rock/T_MineralRocks_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326b71f9c1763180a128378326273489432007f9c093aefbd924b0b2fef1a6bd +size 9256904 diff --git a/Content/ParagonLtBelica/FX/Textures/Rock/T_RockSmooth0130_1_L_N.uasset b/Content/ParagonLtBelica/FX/Textures/Rock/T_RockSmooth0130_1_L_N.uasset new file mode 100644 index 00000000..c4aea7ab --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Rock/T_RockSmooth0130_1_L_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2de4ad7d3da2ea3b9962f1615298d3e658d2f595c1f702da4ab8f4142d4bb71b +size 11184295 diff --git a/Content/ParagonLtBelica/FX/Textures/Rock/T_RockSmooth0139_1_L.uasset b/Content/ParagonLtBelica/FX/Textures/Rock/T_RockSmooth0139_1_L.uasset new file mode 100644 index 00000000..0094cd5e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Rock/T_RockSmooth0139_1_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f7acb7fac8edf56a83e776fb4497b7b51030c14f62e525f9643a7010c6e7a0a +size 9869942 diff --git a/Content/ParagonLtBelica/FX/Textures/Rock/T_SmallRocks_POM_03_H.uasset b/Content/ParagonLtBelica/FX/Textures/Rock/T_SmallRocks_POM_03_H.uasset new file mode 100644 index 00000000..f891cc0c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Rock/T_SmallRocks_POM_03_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec9672b8bcd89e7303ccc18418eaf5f2a22b836790200e6667d3883f0be3a8d +size 5931447 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_ImpactDust_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_ImpactDust_01.uasset new file mode 100644 index 00000000..edc3cfe0 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_ImpactDust_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5868d58a4ccf55d5725115a4be8ca4250ffdfd59bb926871ab01b93f55b3e42 +size 2535761 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_ImpactDust_01_N.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_ImpactDust_01_N.uasset new file mode 100644 index 00000000..7be09739 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_ImpactDust_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f18aa343eb171754c5d724fc7061cead048af4d887237aaecab05de07c6baf0a +size 4842017 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_MinionSmokeTile.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_MinionSmokeTile.uasset new file mode 100644 index 00000000..b3178efc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_MinionSmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326fe871b0a2fa9525bdc85ac444de9cc12ed40ea8f820f4c472495f72bd46de +size 3536416 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset new file mode 100644 index 00000000..1f8bea23 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea37b430ee50f760afd8b30e53d78d48189473cfdafaeeb6b6ae1a70db395f6 +size 2609865 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset new file mode 100644 index 00000000..b92ccb55 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec16abcb1e63823c4ff5b8c9e16e81e89e4b28b0a97bf3fe8b8fcce77f4b931e +size 570254 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset new file mode 100644 index 00000000..9686915a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fae2cd0b304e1d0b049b1b17cd266900b7357c7c62d3b18bc4c6d95c8e9d09 +size 505502 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset new file mode 100644 index 00000000..6d2fe2c3 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa786714c53250ea8d615a57c908716b41b028709a2c26667d98840d13fb163 +size 417660 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset new file mode 100644 index 00000000..b23818fd --- /dev/null +++ b/Content/ParagonLtBelica/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:0ca05815048ee03e1b5777f17d765e255fbaf44576276433ec4e1102b7e047a9 +size 636310 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset new file mode 100644 index 00000000..61ae39a4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d8bf894e2d2fb2dc388579509d7d64c0d551aa827be7fa3cdcef3c3df7b76a +size 648636 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_Smoke_Trail.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_Smoke_Trail.uasset new file mode 100644 index 00000000..c02f2fe2 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01f4382ab5d0f9427b0914bf7b3c64a3b3d1be8665a97ee3b7abefa2d337d093 +size 31231 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SoftSmoke_03.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SoftSmoke_03.uasset new file mode 100644 index 00000000..94cec999 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SoftSmoke_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5c0b4132a760e18d01bf8d8cd5c169645ade627abccb85029e0606da2929579 +size 1877710 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_SoftSmoke_Mask_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SoftSmoke_Mask_01.uasset new file mode 100644 index 00000000..8daecf3e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_SoftSmoke_Mask_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d981f77196633073783d28fca87bffa9231490df6d4e540305281ae1c44942 +size 1008018 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_TileSmoke_01_Height.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_TileSmoke_01_Height.uasset new file mode 100644 index 00000000..a8f614de --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_TileSmoke_01_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a572545cca5e766184878a685ce8a8a6cfda6b9f5b38bfd6400d4f5184434db4 +size 2966966 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_TilingClouds_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_TilingClouds_01.uasset new file mode 100644 index 00000000..bd9f4f70 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_TilingClouds_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdc4520f01233d859ca3fb0dcbe75956b1fd2a71e9dbb3404a49314f24ff250 +size 512566 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset new file mode 100644 index 00000000..207fab29 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ede509d5e39d5f4871445bc85cb933def7b751870b04d88d0276c29196440bf +size 11375028 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset new file mode 100644 index 00000000..2b3f25c8 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2670905b1c804c242a7057464e98b1731e92276e2e61f1e1c518f90c64f4045d +size 12024901 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_dust_burst_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_dust_burst_01.uasset new file mode 100644 index 00000000..a92335b4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_dust_burst_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391b404f01baed58edac7f214a95f1b2f840c3ed7dbc3d45c03f358eab6caca0 +size 6491773 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_dust_cloud_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_dust_cloud_01.uasset new file mode 100644 index 00000000..e3a831ee --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_dust_cloud_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1c539ec008c4da45cffb0c7f0742db3cbb34252e167e6852d5fbf53c74c65f +size 634142 diff --git a/Content/ParagonLtBelica/FX/Textures/Smoke/T_tiling_smoke_01.uasset b/Content/ParagonLtBelica/FX/Textures/Smoke/T_tiling_smoke_01.uasset new file mode 100644 index 00000000..58653307 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Smoke/T_tiling_smoke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486d0bc1e3589428053973aa83c06634e276ac79a761cccff8ce95191704e26e +size 18685 diff --git a/Content/ParagonLtBelica/FX/Textures/Sparks/T_SparkSingle.uasset b/Content/ParagonLtBelica/FX/Textures/Sparks/T_SparkSingle.uasset new file mode 100644 index 00000000..7d51cd6f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Sparks/T_SparkSingle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f31517efb5f664d2879cf5d07ff10eb28d60b1ed6e95bb1796211eb6c8b3cd +size 45482 diff --git a/Content/ParagonLtBelica/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonLtBelica/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 00000000..c38291c7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6188893a25e09d5910ce6d2d51e7045e9e92cf7bdf9fc3c06f02e53ac3238275 +size 208149 diff --git a/Content/ParagonLtBelica/FX/Textures/Sparks/T_SparksPhoto.uasset b/Content/ParagonLtBelica/FX/Textures/Sparks/T_SparksPhoto.uasset new file mode 100644 index 00000000..7ca9fa62 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Sparks/T_SparksPhoto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:007ac18a4554b53456ad7e270ac6d29b2fe1d6c57c711bfa04889df860df8c17 +size 526774 diff --git a/Content/ParagonLtBelica/FX/Textures/Sparks/T_StretchSpark_01.uasset b/Content/ParagonLtBelica/FX/Textures/Sparks/T_StretchSpark_01.uasset new file mode 100644 index 00000000..71774d90 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Sparks/T_StretchSpark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac1d48fd350a67408f09cace54b2f40d964c1819051cf001fa970ef3cda15db +size 84224 diff --git a/Content/ParagonLtBelica/FX/Textures/Targeting/T_Circular_Reticules_Packed.uasset b/Content/ParagonLtBelica/FX/Textures/Targeting/T_Circular_Reticules_Packed.uasset new file mode 100644 index 00000000..88c12f68 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Targeting/T_Circular_Reticules_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b01362e8a776ad1026ec34326979ca17b5a9187a3906fd02209f35fbf2476eb +size 229504 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset new file mode 100644 index 00000000..6a5d96e6 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d48ba7f1bedc164c7224db330b1757ad03e697755a23a1aad2486266ef6c1d38 +size 1742155 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Cloud/T_filter_clouds.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Cloud/T_filter_clouds.uasset new file mode 100644 index 00000000..52a99592 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Cloud/T_filter_clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38109ea9ed9db59ba09e6ec634c3ec00d221ff31e8322b524f94e204bebb1f9 +size 1598270 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Energy/Plasma/T_Belica_Poster_Tendrils_v2_Seamless.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Energy/Plasma/T_Belica_Poster_Tendrils_v2_Seamless.uasset new file mode 100644 index 00000000..0c0fb3c5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Energy/Plasma/T_Belica_Poster_Tendrils_v2_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4f8d3cc835c394c80d3a2822bbf473a6dd6826d4dbad01b5a64ffd21dea5ec3 +size 4299019 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..125b8d12 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1388cce401416e7b6b86e26568d9db89b3db9534b222f491dc841e904cafe553 +size 3986847 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_BlockyNoise.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_BlockyNoise.uasset new file mode 100644 index 00000000..db5019b7 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_BlockyNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6cc9c3ffd43bbd86eef12b702e07aaee130be5e6edc3d761a798e30241cf8f +size 1092977 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 00000000..f846422f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18aedaa91c8b33a92d9cb5334f3fa6a8bc2e7bcb7678880666484a9a5e90ddcc +size 1374824 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset new file mode 100644 index 00000000..aa43bacf --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177a6cc483b8ddf55a20b7e10903c7f302d20b6578c9e6b1278994f0c9e64276 +size 94318 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset new file mode 100644 index 00000000..ff79c827 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9f440735f5578f408984d89e2b294984da434966f426b1ab6f45ddfb1cd43d1 +size 1523482 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset new file mode 100644 index 00000000..8e2f8002 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb238beb0df2f08fd8fb9f61983e4d4773ff37a5a69f97aaa025650fbdb59dc +size 3341468 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed.uasset new file mode 100644 index 00000000..cff9ae25 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4fec0221fac7645f6d313197849ba7b09bf84d5cd1dd0e822cd26edcb8bcd20 +size 4553319 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset new file mode 100644 index 00000000..8df9144a --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4afc84decb1fc1f52bcaa3e3ef457185061202d86a3b920af995f94b0de7010d +size 7418002 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset new file mode 100644 index 00000000..bccc8d3b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2d1305e17555adf66cdafafe7fb417720935da97a9d4602e25cd72cd4fd42e1 +size 389229 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 00000000..69213767 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6a42607ec47dafd869bcb4ca73f081ed703747be294cd83054723dc4f75e2b +size 1127245 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_VectorNoise.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_VectorNoise.uasset new file mode 100644 index 00000000..1c6b0480 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_VectorNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49fbfc2c45d0989751f4aab5896ec808b68d503b6c0c11ae3ea2015de4fc0e3c +size 28397 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..3d562f50 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46bd630f175f4d2909bb070e58cb424918453f51d0ca3a3bf307b676ff8a0e83 +size 826200 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset new file mode 100644 index 00000000..ddb75c4b --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695f6701afe73f8de3e5ae36388abf9f70b9bff8a436d95dc4a247f048107591 +size 863230 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Patterns/T_TechSquare.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Patterns/T_TechSquare.uasset new file mode 100644 index 00000000..973aee53 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Patterns/T_TechSquare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be6e7adfc82a487635390e562dffa5b3efc10d677650b3df3fa65349b66addfe +size 533800 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Patterns/T_motionblur.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Patterns/T_motionblur.uasset new file mode 100644 index 00000000..42eff893 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Patterns/T_motionblur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5fc340588035411b49146990d13bc38dc3870f428bb8935c34dcceb5955360 +size 126093 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_HexShieldStaggered.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_HexShieldStaggered.uasset new file mode 100644 index 00000000..484d0d7e --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_HexShieldStaggered.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74368a74a558faa8c99ad123e1f4b1cf86064f6f922e4cea8c343351d054eabd +size 383308 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_TechPatternA.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_TechPatternA.uasset new file mode 100644 index 00000000..80df50a5 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_TechPatternA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f515bfc42196a0bb2fd68b2cde0417814723d5e9f0bde1f07def0cfa946f610 +size 4918164 diff --git a/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset b/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset new file mode 100644 index 00000000..d1ea1264 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:399292d036f5da6aaa11fa223971aacb0808b003995fb0110c43762a0a8b586e +size 2940593 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/Environment/T_Water_N.uasset b/Content/ParagonLtBelica/FX/Textures/Water/Environment/T_Water_N.uasset new file mode 100644 index 00000000..1b1ee63c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/Environment/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20bfaabf1057435fee81a7b5f497712de2d6db4704a0d0c3e20ba4e443e4346 +size 2114815 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/MI_WaterImpact_Cylinder_HugeInner.uasset b/Content/ParagonLtBelica/FX/Textures/Water/MI_WaterImpact_Cylinder_HugeInner.uasset new file mode 100644 index 00000000..2403b16c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/MI_WaterImpact_Cylinder_HugeInner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd86af5d897eb9ac932d2f9d5a39cc4fed332502037517d0bf06689c52c24b3 +size 106008 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset b/Content/ParagonLtBelica/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset new file mode 100644 index 00000000..2cdbd832 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34512c49ab64049225a98381e1247131487ba1c40643bbf4d4cc98df3d4fad6d +size 102901 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/M_LiquidSplash_SubUV_Inst.uasset b/Content/ParagonLtBelica/FX/Textures/Water/M_LiquidSplash_SubUV_Inst.uasset new file mode 100644 index 00000000..203423a1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/M_LiquidSplash_SubUV_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2524ed13a48684731137f5ba9799bebdcdfc30e6ab982e6dfa5a796c99a61574 +size 77198 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/T_Caustics_2.uasset b/Content/ParagonLtBelica/FX/Textures/Water/T_Caustics_2.uasset new file mode 100644 index 00000000..7959440f --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/T_Caustics_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378209c018b503091097529ac16d7bbb5a6ddf51753a5342cc9872efae7d042b +size 135012 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/T_Mist.uasset b/Content/ParagonLtBelica/FX/Textures/Water/T_Mist.uasset new file mode 100644 index 00000000..f82962d4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/T_Mist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb634ff34a650687498d9dfb9509bce1262992e9681b03eb8c3cd4ca7c474fb4 +size 654499 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/T_WaterSplash2x2.uasset b/Content/ParagonLtBelica/FX/Textures/Water/T_WaterSplash2x2.uasset new file mode 100644 index 00000000..214cca58 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/T_WaterSplash2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f98308be25c7b40d73b70ea56cb314675475ac5e0ebf1451f6558dbf04b08c +size 238596 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/T_Water_M.uasset b/Content/ParagonLtBelica/FX/Textures/Water/T_Water_M.uasset new file mode 100644 index 00000000..ba5f06cc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6384bcb69bd723f399fe435f793b0a04ae657684b7af123e38d0bef88bb755f +size 2050047 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/T_Water_N.uasset b/Content/ParagonLtBelica/FX/Textures/Water/T_Water_N.uasset new file mode 100644 index 00000000..d2e4f4dc --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156e0e89574e4fa332489046b77107cae6fa18f7dcb4bbdd70cfcb9595567001 +size 4337077 diff --git a/Content/ParagonLtBelica/FX/Textures/Water/T_waterSplash.uasset b/Content/ParagonLtBelica/FX/Textures/Water/T_waterSplash.uasset new file mode 100644 index 00000000..0d832ce9 --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/Water/T_waterSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd131de470eb34c84582be25228410e11dff0b03d32e1d7fb71092bbb1a758c +size 424110 diff --git a/Content/ParagonLtBelica/FX/Textures/trails/T_GenericWispTrail.uasset b/Content/ParagonLtBelica/FX/Textures/trails/T_GenericWispTrail.uasset new file mode 100644 index 00000000..7185760c --- /dev/null +++ b/Content/ParagonLtBelica/FX/Textures/trails/T_GenericWispTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa70c4ba38be72c04a63d4477be6be6a9aed3f243677045c48b1ab95326ce30 +size 604410 diff --git a/Content/ParagonLtBelica/FX/VectorFields/VF_RandomNoise_01_90.uasset b/Content/ParagonLtBelica/FX/VectorFields/VF_RandomNoise_01_90.uasset new file mode 100644 index 00000000..20d32df1 --- /dev/null +++ b/Content/ParagonLtBelica/FX/VectorFields/VF_RandomNoise_01_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f305cfe5d8bd2ebd8d3fec0e2c139239731f741865ee5fcf04e244476948f61 +size 2099180 diff --git a/Content/ParagonLtBelica/FX/VectorFields/VF_TurbulentNoise_1_55.uasset b/Content/ParagonLtBelica/FX/VectorFields/VF_TurbulentNoise_1_55.uasset new file mode 100644 index 00000000..43f837b4 --- /dev/null +++ b/Content/ParagonLtBelica/FX/VectorFields/VF_TurbulentNoise_1_55.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e285a6987c58a64c36c91bea59e4a9ad246dee0972a2ae3d0913a9c23bf7c064 +size 3748546 diff --git a/Content/ParagonLtBelica/FX/VectorFields/VF_Vortex_120.uasset b/Content/ParagonLtBelica/FX/VectorFields/VF_Vortex_120.uasset new file mode 100644 index 00000000..1bb6bd41 --- /dev/null +++ b/Content/ParagonLtBelica/FX/VectorFields/VF_Vortex_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9247cb9f15d44c873444ad9bfcbc9495b909e65e78921bf4545385b1163e8fe4 +size 9936 diff --git a/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/MI_Cliff01.uasset b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/MI_Cliff01.uasset new file mode 100644 index 00000000..0a0455f1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/MI_Cliff01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a877002182b6bf90822a139c167bb1f0ade928a1611b9c94e6a4c39b879749 +size 154786 diff --git a/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/SM_Cliff01.uasset b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/SM_Cliff01.uasset new file mode 100644 index 00000000..793dcf62 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/SM_Cliff01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1044ba99dfd9c33f0f0eab65fe95fd4b2aefde7e3c4d2a210dbae683c117478c +size 2371920 diff --git a/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/T_Cliff01_D_CC_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/T_Cliff01_D_CC_R.uasset new file mode 100644 index 00000000..7c3e7690 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/T_Cliff01_D_CC_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36a9b2189cdf92546489a746b468e5e019e55dfc11c05ea205a0de31e29cc6e5 +size 127936013 diff --git a/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/T_Cliff01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/T_Cliff01_N.uasset new file mode 100644 index 00000000..b18c1181 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Cliffs/Cliff01/T_Cliff01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7293294801283fa3eb848770c5d48a7753c40744eb3638b7ae1596d2826ca3da +size 107596668 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/BogMyrtleBush_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/BogMyrtleBush_01.uasset new file mode 100644 index 00000000..a69a4f92 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/BogMyrtleBush_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e5c3e2d2185a961a40d788eb86a9a23029bf74f74d775fdf989028d06f5c68 +size 425205 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/MI_BogMyrtleBush_01_Billboard.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/MI_BogMyrtleBush_01_Billboard.uasset new file mode 100644 index 00000000..f662ce9e --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/MI_BogMyrtleBush_01_Billboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c891f464a8fa2a570fb32e4c1a39c2379b804c681d32d0be020b3de4f4fa83e +size 100582 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/T_BogMyrtleBush_01_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/T_BogMyrtleBush_01_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..44bb4d38 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/T_BogMyrtleBush_01_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ab7b1bdbd4be84d62332657d893f549a8a27cee7d738e0b3cdf3cc1e91b72b +size 3546027 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/T_BogMyrtleBush_01_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/T_BogMyrtleBush_01_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..4549a3fc --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_01/T_BogMyrtleBush_01_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1757fd64a2b0e57d39d9ff2fd7d675f7187469bd465c8e851033ee3e12e94ed9 +size 3188718 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/BogMyrtleBush_02.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/BogMyrtleBush_02.uasset new file mode 100644 index 00000000..d00e7b81 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/BogMyrtleBush_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1166eb1fc4faefe3b5542170b71e05bd52275426863b7fd10a592f91931ec966 +size 610202 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/MI_BogMyrtleBush_02_Billboard.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/MI_BogMyrtleBush_02_Billboard.uasset new file mode 100644 index 00000000..1ee0c0fa --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/MI_BogMyrtleBush_02_Billboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a54c4b634112f305b2b5f9b2318c2148423072479a419261c9ac1b1cbe11d97c +size 96269 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/T_BogMyrtleBush_02_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/T_BogMyrtleBush_02_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..23b7c7ce --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/T_BogMyrtleBush_02_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c48ed4560b0ec4d4101a580f7b89a15036d877244d34f0ee4ab5da92fac402 +size 4029789 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/T_BogMyrtleBush_02_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/T_BogMyrtleBush_02_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..a6812d96 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtleBush_02/T_BogMyrtleBush_02_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a3212748696e4d4f854ba98fe7e0b50357a00689869b4cecf5430e7f7097c0 +size 3516066 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01.uasset new file mode 100644 index 00000000..d736369e --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540e5f5dfcda279e2596f86b0e3f0e3d8dd05c8e077b2e2d2af812f77aba1b0d +size 283127 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01_Billboard_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01_Billboard_Mat.uasset new file mode 100644 index 00000000..f529db8e --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01_Billboard_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91ab73100de848d7af9584cfb9ec48f3fd3133e659acec2a7afc9d20e140b01 +size 112713 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01_Fronds_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01_Fronds_Mat.uasset new file mode 100644 index 00000000..415a209d --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/BogMyrtle_01_Fronds_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1395af0311b725740ec8f3b33cf498a5f265fcc164288ab7e3edca4e9ad07c47 +size 139651 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtleBtm_01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtleBtm_01_D.uasset new file mode 100644 index 00000000..8e770e7f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtleBtm_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:455387e12a57f7cf612c699f9cf49603497e75728c08875a22e63c78733bdb60 +size 5759710 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtleBtm_01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtleBtm_01_N.uasset new file mode 100644 index 00000000..4d24286a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtleBtm_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e23762ae6a31658441d7367477849fc4e8e97a6d7150798f383a96b21725c35 +size 7767905 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..766cd450 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1823d681a019a5c5f3d53ca82dc34f7dffd36de7d06187bf7d1ef78a6270c31 +size 2607924 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..f1d37dcd --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedc2361c7759b99eb7dd33b0deb36457eb36bdb73b5cbf4ab53feab6639edb6 +size 2431176 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Normal_Tex.uasset new file mode 100644 index 00000000..c0ca2ccc --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165d1de7033b70594131274d623d10c68895ffc0adafe68c599094585fcf6dc4 +size 6196835 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Tex.uasset new file mode 100644 index 00000000..05664e39 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/BogMyrtle_01/T_BogMyrtle_01_Atlas_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fdbf4ffaddf5884081449b156e75b019266a77478b2e4d5f2b5dd22fea108f +size 6217975 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/M_Fern_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/M_Fern_01.uasset new file mode 100644 index 00000000..610fd4e3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/M_Fern_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b13f58e5f0000674c240b38680f514066464a7561dfe8b98e0cad149a77f50 +size 181962 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/M_Fern_01_Inst.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/M_Fern_01_Inst.uasset new file mode 100644 index 00000000..98b3abc6 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/M_Fern_01_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6b867e22211a78bfb182405d595e52a0dd0acf27e1ec249bb3053194d56f42 +size 96949 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_01.uasset new file mode 100644 index 00000000..6b247f77 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1468e85232fa29ee0216cb7e7cca27ab403a13b1b8347c61a47f3ce6d3b0b46 +size 263134 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_02.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_02.uasset new file mode 100644 index 00000000..51b7e00f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913658363f0c50b7a423e62553f600330dc4cdfb4ec4c2944373f867e582defc +size 189062 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_03.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_03.uasset new file mode 100644 index 00000000..7936682b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/SM_Fern_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08cfd74d73fc68b46304b692a84d17865035044f8eb5d0cca84bb169b263c7a2 +size 192033 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/T_Fern_01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/T_Fern_01_D.uasset new file mode 100644 index 00000000..f0db9a05 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/T_Fern_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c4f7b0a3395a32f37363608e99b1eda7954d13bb2363a88e7ad925bde5d87dc +size 2943587 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/T_Fern_01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/T_Fern_01_N.uasset new file mode 100644 index 00000000..6f114e90 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Ferns/T_Fern_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89685efba90ea21d0e6eb1608da7b48b5bc7be7fae4c22ac3997e67cdcfb853 +size 3283148 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/M_Buttercup_Patch_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/M_Buttercup_Patch_01.uasset new file mode 100644 index 00000000..e3a3892b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/M_Buttercup_Patch_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce8d824b36f2ce95a0b8ae284401f599cfbd51b80e1f2fbc50ec9ae8630a5817 +size 171488 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/M_Buttercup_Patch_01_Inst_NoWPO.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/M_Buttercup_Patch_01_Inst_NoWPO.uasset new file mode 100644 index 00000000..b7dbe185 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/M_Buttercup_Patch_01_Inst_NoWPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fba9f481e4e5ecdbed31d4cd05f7a82f6b8d824854bbbdfa00e852b8ea3d353 +size 118891 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/SM_Buttercup_Patch_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/SM_Buttercup_Patch_01.uasset new file mode 100644 index 00000000..2940853d --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/SM_Buttercup_Patch_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d28758896eca756c00a1b3844277d88dec66ad07eb7f229bc0812c43553e21 +size 43475 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/T_Buttercup_Patch_01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/T_Buttercup_Patch_01_D.uasset new file mode 100644 index 00000000..5a85c072 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/T_Buttercup_Patch_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b07d6a26969edc4524212353783bec33e2bdc9cace2e6c600bcfe8e777bfe05a +size 2530327 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/T_Buttercup_Patch_01_M.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/T_Buttercup_Patch_01_M.uasset new file mode 100644 index 00000000..41e6ddd5 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Buttercup/T_Buttercup_Patch_01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c439539fe913e6155f276036bad0cabff769737c348bdf0132e82b105769a7a9 +size 943890 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01.uasset new file mode 100644 index 00000000..de14b98f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af59158ca595446d65f7fd567c204660d4ff7eb4dbffd1eeb6efbbbebd59a57 +size 221928 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01_Inst01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01_Inst01.uasset new file mode 100644 index 00000000..026ea8fc --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01_Inst01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c021f7db51c7fd4bd71a08b94401745a729599b20b0a4b061c88bc5b6d795da +size 133326 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01_Inst02.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01_Inst02.uasset new file mode 100644 index 00000000..f76b6665 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/M_FieldScabious_01_Inst02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:713bfc2378efc2d0a34f2fcf09e511a0769cd2614c67450df9f54798d257f58c +size 130165 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/SM_FieldScabious_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/SM_FieldScabious_01.uasset new file mode 100644 index 00000000..3afc7d5c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/SM_FieldScabious_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970b21cc7fa877ad07ad46a807dc835556e16e1d2a8c1a0d6297fa88f26fedae +size 239243 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_D.uasset new file mode 100644 index 00000000..1493d0eb --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7be2749b0382759c3e343f37c5cdc782e546dcf92d80cdc9e6fb446bfdf36d9 +size 4702484 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_M.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_M.uasset new file mode 100644 index 00000000..3443146c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e2d880ab4ea3a0ec9afd00b29bb81068bb83b04846ef1829e750cf3e4e5d8e +size 1856945 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_N.uasset new file mode 100644 index 00000000..1161ef87 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_FieldScabious01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f3fa88ff11031915ea82fda10c4d98c46dd72a9dc8b155df0146fc8190db342 +size 4431398 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_SwirlNoise.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_SwirlNoise.uasset new file mode 100644 index 00000000..247ad517 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/FieldScabious/T_SwirlNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a2b7a691fcf452971a00d5df3c2ed54009b39a407b48f8aa2685c910ca37a1 +size 517714 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherNew_Master.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherNew_Master.uasset new file mode 100644 index 00000000..2dedb9c8 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherNew_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b64de262d0343a98aec5bf9d69b3974855f8e37d84f55492281c7726b2b6970 +size 193236 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherNew_MasterWorldColorVarience.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherNew_MasterWorldColorVarience.uasset new file mode 100644 index 00000000..dab400e7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherNew_MasterWorldColorVarience.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b620dd9e0ae62dca3ff05efad25e57942d1f3a88f7312983a10ae344e9f7bb8c +size 188753 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2.uasset new file mode 100644 index 00000000..10fb9c4c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3f1ce96e5d1c7bd026412ef7304bc43d93f5b1cd4b43d5d4829f5a142dc165 +size 124226 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2_BrownPinkVairience.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2_BrownPinkVairience.uasset new file mode 100644 index 00000000..1cc54c56 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2_BrownPinkVairience.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ca2aa4e75081efe70d821cbf16a5e4f2ad2faa9d9aaac3546d4be79805b6f0 +size 133352 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2_BrownPinkVairience_NoWind.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2_BrownPinkVairience_NoWind.uasset new file mode 100644 index 00000000..fc42f4a9 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/M_HeatherPatches_Inst2_BrownPinkVairience_NoWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d9439ad04ca4a311ec3036fbded5b72c8b477125ef54a72d9207c54ff105c7 +size 122006 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/SM_Heather_Mesh_Clumps2.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/SM_Heather_Mesh_Clumps2.uasset new file mode 100644 index 00000000..8b651486 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/SM_Heather_Mesh_Clumps2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3291af2854740b62c6fe1c06277cbbc7471a5ef4410b856506bd721156430dc3 +size 144623 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/SM_Heather_Mesh_Clumps2_WorldPopulate.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/SM_Heather_Mesh_Clumps2_WorldPopulate.uasset new file mode 100644 index 00000000..2ee4d9c0 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/SM_Heather_Mesh_Clumps2_WorldPopulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88ee29f014d7b25c24b82066f030eedab6194364de76b9bdc087d090e19c2601 +size 69922 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_Grass_Blobby_Height_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_Grass_Blobby_Height_01.uasset new file mode 100644 index 00000000..71a6044f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_Grass_Blobby_Height_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d210e82faaabea0f8ea5ac75bf60a9221bbd01769950e6950503a5f10252cd61 +size 5831512 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_D.uasset new file mode 100644 index 00000000..785a6e68 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab412c000f4f3729ca8d169e33c8d6577e1b0b2f487a5bd9175c57c30307cbe +size 3893579 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_Mask2.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_Mask2.uasset new file mode 100644 index 00000000..4a240641 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_Mask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5146a13cd473d5cd246690204e76920ea51be13c6edd66b6ae8eca3918f8dd +size 121954 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_N.uasset new file mode 100644 index 00000000..db146407 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_HeatherBranch4_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affcc5778f0b652b4762f20a1a76afa11abf77551457f05347e5e1e1a34ce8a1 +size 4809390 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_Ice_Noise.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_Ice_Noise.uasset new file mode 100644 index 00000000..09a48ca1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Heather/T_Ice_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc53384de3e1b97d3cc33a3f015a64b23b0c48a63d5522abb425027b9357c59 +size 1943639 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/M_Yarrow_Inst.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/M_Yarrow_Inst.uasset new file mode 100644 index 00000000..285458b0 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/M_Yarrow_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc219d079e28e6b2863280d570fc2bfd036cc7122fdf2319b7640dc26bb80f95 +size 106692 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/M_Yarrow_PP_Wind_Inst.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/M_Yarrow_PP_Wind_Inst.uasset new file mode 100644 index 00000000..cef7c3fb --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/M_Yarrow_PP_Wind_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78ea98413926f4398d7aafe84f47b595051129ce88f1bfc04392836526685f51 +size 130140 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/SM_Yarrow.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/SM_Yarrow.uasset new file mode 100644 index 00000000..8ec2ff7c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/SM_Yarrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5f4008aed0f3fc9ea16d91a0ff2c60f815e358e44b4333712ee977bfd010cb3 +size 202988 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/SM_Yarrow3.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/SM_Yarrow3.uasset new file mode 100644 index 00000000..512c9a3a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/SM_Yarrow3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11286ba042769fcf194f292cf0d06719afdafdbda0c022761780869c8893301 +size 233968 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_D.uasset new file mode 100644 index 00000000..2e55192b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76387b02d7d1bc53b19506aabce6c44c59e66da2fd917b9fb8156eb26f7657c +size 4383709 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_M.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_M.uasset new file mode 100644 index 00000000..87752908 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a85494f005c3a6772d8a76af0fbd994bc9890ceb5e448c8b2e963a7f6d9dd95 +size 350936 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_N.uasset new file mode 100644 index 00000000..d531b7e3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Flowers/Yarrow/T_Yarrow_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0f12fc82069d49b00232a0431cb61590f272f83b3220aef70a14ef46353754 +size 6325939 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_01.uasset new file mode 100644 index 00000000..f162e093 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0078be70054d529f6cdafda9ffbb2cf9467553dc1499662825a1bc21c188b839 +size 84038 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01.uasset new file mode 100644 index 00000000..c76183cb --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a338ffc9f6a2ec1258eb4ed2893c75f6594f0f18809686538718a103debf1d +size 23417 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01_LOD1.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01_LOD1.uasset new file mode 100644 index 00000000..71e14f23 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01_LOD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93d3ffa134719ba5a01e6f7304bf2f441a49e61f1afcacd7846ce65272e8148a +size 25365 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01_LOD2.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01_LOD2.uasset new file mode 100644 index 00000000..cc19db70 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/M_FieldGrass_Inst_01_LOD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f8c5297cc4321b8699e9403f72f7a65e89fc40b44db73e3a53dd6e9d5551b4 +size 22791 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/SM_FieldGrass_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/SM_FieldGrass_01.uasset new file mode 100644 index 00000000..36cdfd90 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/SM_FieldGrass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28719b6ec468d184d8a154f08e0016edb52e53ff625caddc6beb6cfec228072f +size 128071 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/T_FieldGrass_01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/T_FieldGrass_01_D.uasset new file mode 100644 index 00000000..1f5d04e5 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/T_FieldGrass_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1656273bf09acae99e83ab3a770373ea722d2eed5c6d9311a63e938464696560 +size 1012601 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/T_FieldGrass_02_M.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/T_FieldGrass_02_M.uasset new file mode 100644 index 00000000..c2e3764f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Grass/FieldGrass/T_FieldGrass_02_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d504bf9a3a5341809472a825ce8687fb50b34e68339000f79b764b27e5481dc +size 783493 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/M_DeadLeaves.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/M_DeadLeaves.uasset new file mode 100644 index 00000000..ae581c7c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/M_DeadLeaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f654e1753ff999f2aaa1b1e8bc9e2db240c2f5d7bb472a642e8e72929aa1f34 +size 150206 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/SM_DeadLeaves.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/SM_DeadLeaves.uasset new file mode 100644 index 00000000..4849ad0a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/SM_DeadLeaves.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db18d32076bba4d330ed560cbc25cfe87a8ba491de76ce2c8a5811ff5b2a4a8a +size 380136 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/SM_DeadLeaves_Flat.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/SM_DeadLeaves_Flat.uasset new file mode 100644 index 00000000..b415aef9 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/SM_DeadLeaves_Flat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02cfde2cf4ef578a35fca6a95460e2580107c88ecf8bea4eb1695827765c4597 +size 462154 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlasTop_01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlasTop_01_D.uasset new file mode 100644 index 00000000..879242e7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlasTop_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d146edf5958b1327ec91cec2d5640d4974e3c4e4a6f326c7ebbbd821bc62d1ab +size 21667494 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlas_01_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlas_01_D.uasset new file mode 100644 index 00000000..8b6425d3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlas_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e549c981119ac1a715efb8f3f1abb404119dcd5e9f5b28a29157387e1b5095e +size 21308156 diff --git a/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlas_01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlas_01_N.uasset new file mode 100644 index 00000000..9187a8f2 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Foliage/Leaves/T_DeadLeavesAtlas_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da20d21e2559ca4704b55c131f49cc0f921f9f8e6a97a31eafac1fe2bbaf09e +size 19040527 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/Grass/T_ground_Moss_D.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/Grass/T_ground_Moss_D.uasset new file mode 100644 index 00000000..d00aefe0 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/Grass/T_ground_Moss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e00086167b06a36730e77d4f9cc7affe7416b3efe9a83233ab2b0f6b37160e8 +size 13994865 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/MI_Tile_LeafPathStones.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/MI_Tile_LeafPathStones.uasset new file mode 100644 index 00000000..ec783a39 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/MI_Tile_LeafPathStones.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46799ab3e8628fd74d19f3a925ee4f351daacd3eb85df41a2cecfd913deee2af +size 175484 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafPathStones_D_R.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafPathStones_D_R.uasset new file mode 100644 index 00000000..66823f03 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafPathStones_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189811af43432250f6c88572a651d4e459d21f7688c201cffe76178a0c2aa55c +size 57839642 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafPathStones_H.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafPathStones_H.uasset new file mode 100644 index 00000000..e0f0cc39 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafPathStones_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71b1bff6d3f9fd7a6a2497d505fe8aeb06addf233e6c1b18cf173a370f0345a +size 7228783 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafpathStones_N.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafpathStones_N.uasset new file mode 100644 index 00000000..bd1810a9 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/LeafyPath/T_GDC_Tiling_LeafpathStones_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33180ab3a3737a72ea66aa87605c224ece6a1923a170c160977249dbe2094f8f +size 43435250 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/MI_PSM_PebblyRiverbank_Tile.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/MI_PSM_PebblyRiverbank_Tile.uasset new file mode 100644 index 00000000..a946f235 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/MI_PSM_PebblyRiverbank_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f4b9512e85a53b8a6916b58f5e0befd1f0e99c62baa5edbadd1c1ed22961b4 +size 176973 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_D_R.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_D_R.uasset new file mode 100644 index 00000000..9859f6c7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:625881a4714f736632a47eb5a887159657f2b157924b1c77a65bd4a4ae5af402 +size 176515755 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_H.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_H.uasset new file mode 100644 index 00000000..07ae0508 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74749c3e44606494caf16c9822ddfd52c98f3089362810f87691a6d47d2de00e +size 31346138 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_N.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_N.uasset new file mode 100644 index 00000000..da425ac5 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/PebblyRiverbank/T_Tile_PebblyRiverbank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb22e073a9d8099ce47e590d9d0e9fb6baa3ccd449468d3fab181ed411302951 +size 149247797 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/MI_PSM_RockyPath_Tile.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/MI_PSM_RockyPath_Tile.uasset new file mode 100644 index 00000000..279a8a04 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/MI_PSM_RockyPath_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3d80f49938749b1e49d45d4904b374867adb37d347f34bfe868f5ac2f7986b +size 166311 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_D_R.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_D_R.uasset new file mode 100644 index 00000000..344fa52a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76a7b0c4d9aa7c9b0d119f058c652f968a1108fe5f616c39a43e5c569bc22e4 +size 161273968 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_H.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_H.uasset new file mode 100644 index 00000000..5eea9afe --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec064ee36874d453ec3ee98eb327305e19254916fb703baa2aa57839a20f914b +size 31860626 diff --git a/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_N.uasset b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_N.uasset new file mode 100644 index 00000000..62035bb7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/GroundTiles/RockyPath/T_GDC_StonePath_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a902d44c5b46bbfa11151bb3fa5cd89f83176a6769b921d7332f2fee8f96782a +size 136391954 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/MI_GroundRevealRock001a.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/MI_GroundRevealRock001a.uasset new file mode 100644 index 00000000..5c2ab05b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/MI_GroundRevealRock001a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3baf04cc942f50ee6cf70b9ca71278bad002d18c90a4c7dc3bf057e8883cfe17 +size 158842 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/SM_GroundRevealRock001.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/SM_GroundRevealRock001.uasset new file mode 100644 index 00000000..49b6b0d5 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/SM_GroundRevealRock001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2efd2577f232db78f6a5477e2ff5e0b2023a43d1af49b3e917e22480cb8062fe +size 1080099 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/T_GroundRevealRock001a_D_CC_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/T_GroundRevealRock001a_D_CC_R.uasset new file mode 100644 index 00000000..7f594bfe --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/T_GroundRevealRock001a_D_CC_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e3e2842c481de0c062ab903f6dbb651c15c25a39c708ee375a6e629ccb69e7 +size 77596894 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/T_GroundRevealRock001a_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/T_GroundRevealRock001a_N.uasset new file mode 100644 index 00000000..fdc0dccd --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/GroundRevealRock001/T_GroundRevealRock001a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f9bddcf1e01448b9eb8dcb44bfdc73ebb5b009ddf585a75d6222db6c523d93 +size 91452126 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_001.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_001.uasset new file mode 100644 index 00000000..5247eeb1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6510078fcc70f0e0f19a64f2cb51bff854cccaa50d5fa5780e73cb5c395b0f4 +size 1430355 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_002.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_002.uasset new file mode 100644 index 00000000..ee825458 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508f2a8d681794ca5b01c05cd2875718a39d91a35096b2b8622fefa3c855dc62 +size 1486451 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_004.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_004.uasset new file mode 100644 index 00000000..a225b8b6 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/LargeVolcanicRock_004.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:100da59a10d64ad87df132c016e59d6141658d8d1d21fca1efd9754aaccccb8c +size 1623236 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/MI_Large_VolcanicRock_002.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/MI_Large_VolcanicRock_002.uasset new file mode 100644 index 00000000..ed3635b1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/MI_Large_VolcanicRock_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5b951ed5a6066abbaea5296e76dd9bee1ca65d244a3a5942050f07fc669aa50 +size 169696 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/T_GDC_LargeVolcanicRock_001_D2_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/T_GDC_LargeVolcanicRock_001_D2_R.uasset new file mode 100644 index 00000000..1f4a5277 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/T_GDC_LargeVolcanicRock_001_D2_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfa14ff91617e23d01592cba475d4207615896fdb7352b6588d5e4e8c30ee20 +size 183535812 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/T_GDC_LargeVolcanicRock_001_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/T_GDC_LargeVolcanicRock_001_N.uasset new file mode 100644 index 00000000..383556d4 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Large_Volcanic_Rock_001/T_GDC_LargeVolcanicRock_001_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b89b9abd208849e804b590ef29175bfdc1d7760bf1287a3dd643b3ab1953785 +size 158256429 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/MI_MediumBoulder_0012.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/MI_MediumBoulder_0012.uasset new file mode 100644 index 00000000..1ea3104f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/MI_MediumBoulder_0012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c8ab6cec080aeb0020adb1194c2e7252186f41b8a24fe89715fc795cbe3651 +size 150197 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/Medium_Boulder_001.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/Medium_Boulder_001.uasset new file mode 100644 index 00000000..4eb53f01 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/Medium_Boulder_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0d39f300e3556877d6b47cf0ba581732eacdfcc5fa9c0a49d74af452626e1fc +size 313074 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/T_Medium_Boulder_001_D_4096CC_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/T_Medium_Boulder_001_D_4096CC_R.uasset new file mode 100644 index 00000000..28c3d8b1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/T_Medium_Boulder_001_D_4096CC_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1544e10592741991d3cd41582709c6a0dd6af6d23c19f7d408d6bafdd607a54b +size 29394486 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/T_Medium_Boulder_001_N_4096.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/T_Medium_Boulder_001_N_4096.uasset new file mode 100644 index 00000000..438f1c9f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_001/T_Medium_Boulder_001_N_4096.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e62c8c516f8a2bc449fe40fa7eba1464328998950c9c07219bd1ba1211033e2 +size 16027006 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/MI_MediumBoulder_002.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/MI_MediumBoulder_002.uasset new file mode 100644 index 00000000..60d3b8a7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/MI_MediumBoulder_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2426acb0ed510bcbbfa90bf1494c6c76d1d7bc7a543b056a544553f3cbdcbd +size 151423 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/Medium_Boulder_LowPoly.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/Medium_Boulder_LowPoly.uasset new file mode 100644 index 00000000..3de0e150 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/Medium_Boulder_LowPoly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf570e8acb935eb711e70291c396235b68747a31e3f135283c54b1abdf77d5cc +size 245332 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/T_Medium_Boulder_002_D_CC_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/T_Medium_Boulder_002_D_CC_R.uasset new file mode 100644 index 00000000..9241447b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/T_Medium_Boulder_002_D_CC_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd7658dfec54a580bd5a9e74916f385a80015f5078be699c54ca20807e694c3 +size 26481561 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/T_Medium_Boulder_002_N_4096.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/T_Medium_Boulder_002_N_4096.uasset new file mode 100644 index 00000000..3eca7871 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Medium_Boulder_002/T_Medium_Boulder_002_N_4096.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a000d76bb7eea7d5cf40434dc84468959c49cf8d64693dc80375af1e3f8f659b +size 17768733 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock.uasset new file mode 100644 index 00000000..e83b6e4c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ac48ab8efe14008671bf510c1b48687d288f4d6dc5b6d5912f2661011677a3 +size 163435 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock_Closed.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock_Closed.uasset new file mode 100644 index 00000000..fe697a45 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock_Closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85ed6d69b6e61b4926158aeb4509b95f612169e968a558f355c3da2d9e993b1 +size 162779 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock_Closed_Inst.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock_Closed_Inst.uasset new file mode 100644 index 00000000..3b702480 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/MI_MountainRock_Closed_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb7bc7e0403567ad76bfa37a3f44968fa8732f663055cfb1c1974325b1afcd0 +size 160904 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/SM_MountainRock.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/SM_MountainRock.uasset new file mode 100644 index 00000000..93a81c74 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/SM_MountainRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5954622a7e4624d833dbf15c81077da84026e1d7491f26249165e41c09191954 +size 721638 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/SM_MountainRock_Closed.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/SM_MountainRock_Closed.uasset new file mode 100644 index 00000000..8ebe6826 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/SM_MountainRock_Closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d643a3ed378beeffde1aec805359edc979fe2d0601e487e32d75e2b211dc916d +size 1232290 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_D.uasset new file mode 100644 index 00000000..c8e2f926 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6137c6b992d943514874b750242591062ad2c543a6af41cb283e5d80315637de +size 109608101 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_D2.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_D2.uasset new file mode 100644 index 00000000..93380d56 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_D2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63cef61cc7c4f1eaedff8f4a9da8c32cf16360f4a0411e1c1a907853706ee687 +size 164226490 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_N.uasset new file mode 100644 index 00000000..55c37152 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_Closed_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95e6b6bb0052d6b8da725fd802e457d8b0ddf72ae618ef69811105ca182336c2 +size 99102307 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_D.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_D.uasset new file mode 100644 index 00000000..0651807b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a85bb3ce5ba31dce276c280b29d87a80d38d6da537283d4b334cb33600aacc4 +size 100878241 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_N.uasset new file mode 100644 index 00000000..2f97dd09 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Mountain_RockFace_002/T_MountainRock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8754f3271e28ddd89a9fa3633b2cc4a93967d7d2547c354f9f03ad0c203d46 +size 101883799 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/MI_River_Rock_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/MI_River_Rock_01.uasset new file mode 100644 index 00000000..e49a32ee --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/MI_River_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7185b73a853b4cd1655b513800f553ba2bb6b976d17aa2e2b051b9638cfcb649 +size 162668 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/SM_River_Rock_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/SM_River_Rock_01.uasset new file mode 100644 index 00000000..ac35fe7f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/SM_River_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d52fa7bd264a9b3c88ca8306a8b9e2e5f4c90971c115c624bef1ac10bdb452e +size 158411 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/T_River_Rock_01_D_CC_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/T_River_Rock_01_D_CC_R.uasset new file mode 100644 index 00000000..99cbf2fe --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/T_River_Rock_01_D_CC_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56092c8f32fdbe7eddf61cbb20181fb058832470e7bc46780005e63578dfd98 +size 32513237 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/T_River_Rock_01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/T_River_Rock_01_N.uasset new file mode 100644 index 00000000..f8d2a2e1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/River_Rock_01/T_River_Rock_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d81ffea8f2d7d37d047ead4ec896605881e6f5498ed9ecf19fcfd68cc568f8 +size 31925269 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/MI_Scree_001_CC.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/MI_Scree_001_CC.uasset new file mode 100644 index 00000000..704b1d84 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/MI_Scree_001_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd6a6b36ba3e7f5febbc7251d98aaad00dfe3bf1145478630a9f8fa34e70cbc +size 159079 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001.uasset new file mode 100644 index 00000000..0f77e195 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab319921c80fb74361ae2c7ea76707da79a7193e809f0495676bf1e82b39d8f +size 3217919 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001_A.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001_A.uasset new file mode 100644 index 00000000..8781e48b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ece4a827c852ee3c5e73209ab92704936929be58d3443b5e9ec492864bc66df +size 1575621 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001_B.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001_B.uasset new file mode 100644 index 00000000..950c5478 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/Scree_001_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd215cefcc50c153e79b1b6e98ace63c38d87e3295c3e50612f1041d511a1e7 +size 2085014 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/T_Scree_001_D_CC.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/T_Scree_001_D_CC.uasset new file mode 100644 index 00000000..aad26711 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/T_Scree_001_D_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fa77c57dbe1b3fd12506dfb677204bf6d059062809e35f9341275e1a4d31220 +size 143440209 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/T_Scree_001_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/T_Scree_001_N.uasset new file mode 100644 index 00000000..98602075 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree001/T_Scree_001_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96d3ae720657e8cef3c745e09c4efd08937250d9d0b8ec8305d289f3f82019e +size 116233435 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/MI_Scree002_NEW.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/MI_Scree002_NEW.uasset new file mode 100644 index 00000000..472c9deb --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/MI_Scree002_NEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b3a08c551b01f82607c16950adae731552df40f12a795882ae003827a56ab9 +size 174091 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002_Bend.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002_Bend.uasset new file mode 100644 index 00000000..7ce01c9f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002_Bend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1fe6eda3451491f28961947815f1a36311d2b5b495c43364b765b6f16b66b6 +size 1443051 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002_NEW.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002_NEW.uasset new file mode 100644 index 00000000..0e6cb310 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002_NEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956ad78a8175af1a44abb14c2a300cb37c11b67a85141f6d44bd5627fe027862 +size 2656431 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002a.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002a.uasset new file mode 100644 index 00000000..4537ecb1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247ba3ed0081d3a05706d63a38a80a32f593ecf6aa12d2306fd3d2d3db543449 +size 1319541 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002b.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002b.uasset new file mode 100644 index 00000000..a00f4bf9 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/SM_Scree002b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd63ea8dc18823bce2285c816d22247f188675dc6ce93142e2c078aef0cf7162 +size 1045362 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/T_Scree002_D_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/T_Scree002_D_R.uasset new file mode 100644 index 00000000..577c26f4 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/T_Scree002_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31777df9636d4ec2f5cc7a531d83709938c860fb8e4e7050305a51ed59f6dbe1 +size 132118582 diff --git a/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/T_Scree002_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/T_Scree002_N.uasset new file mode 100644 index 00000000..ce541431 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Rocks/Scree002/T_Scree002_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e482d5818872354f469f57d0e49ea854b9b3dcd26e8a7320b51cf7e65c7cae9a +size 98308941 diff --git a/Content/ParagonProps/KiteDemo/Environments/Textures/MPC_MacroVariation.uasset b/Content/ParagonProps/KiteDemo/Environments/Textures/MPC_MacroVariation.uasset new file mode 100644 index 00000000..83538b5f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Textures/MPC_MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aef548aaaea78bbab46e94b79d9ecf2b0b03e93a3ce778c1f252a78468a4091 +size 2417 diff --git a/Content/ParagonProps/KiteDemo/Environments/Textures/MPC_Terrain.uasset b/Content/ParagonProps/KiteDemo/Environments/Textures/MPC_Terrain.uasset new file mode 100644 index 00000000..7ffe151a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Textures/MPC_Terrain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0e5b9fcabed5075450263961656dd958548647e7236636f1ac363a2df9e3663 +size 5407 diff --git a/Content/ParagonProps/KiteDemo/Environments/Textures/T_GDC_TilingRocks_01_DispMask.uasset b/Content/ParagonProps/KiteDemo/Environments/Textures/T_GDC_TilingRocks_01_DispMask.uasset new file mode 100644 index 00000000..02b706b7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Textures/T_GDC_TilingRocks_01_DispMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc71d1e8bae713f7b813762bd27e02fff995c2bd452e84b194cce350c1005ed6 +size 676896 diff --git a/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_N.uasset new file mode 100644 index 00000000..156161b7 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0c3fa2eca6111b5076a9aa17c3afe7398036c33f52c517a42bb6b675f2088d +size 2651345 diff --git a/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_Screen_Noise_Soft.uasset b/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_Screen_Noise_Soft.uasset new file mode 100644 index 00000000..f5d775ab --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_Screen_Noise_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47da061847e1702e300d596c8226d712d7f29d2e4e8911ba3448128ba6d7543f +size 556947 diff --git a/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..4852b92b --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Textures/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1f20837f25d6de642ff6dab937170376181f8d6eee619c67a67277d1824f84 +size 692227 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Billboard_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Billboard_Mat.uasset new file mode 100644 index 00000000..c6ac702a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Billboard_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b058d7706a48bd7995c1a84ddbf3779a1619bda7c052b50193a4aa4840bc970 +size 103096 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Branches_2_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Branches_2_Mat.uasset new file mode 100644 index 00000000..b4c6c3a2 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Branches_2_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c3f99c3a90503aa4288eb8fc28d0eeee5a0e124b4433376f5982cfa7acc8ce +size 176459 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Branches_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Branches_Mat.uasset new file mode 100644 index 00000000..4b5e1d4a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Branches_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2624ae6229951ca6355ff82c0e213c856ffe539b2ce59fd4d859f4e149c11a +size 183715 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Fronds_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Fronds_Mat.uasset new file mode 100644 index 00000000..7cef02bb --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Fronds_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f47eeff6ff1cd8c37abb454aa4295d5e6f799feafab6ceffdf848dbcc0a480 +size 174364 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat.uasset new file mode 100644 index 00000000..f30e9790 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4983413b2ec1ad07b8ffa1d384b5b3cde704b6dad3afee630e55878cf61320 +size 146142 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat2.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat2.uasset new file mode 100644 index 00000000..80511955 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/HillTree_01_Leaves_Mat2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c8d6ca0d607a55ddcc55915be7ff9696914e2ec573af08af80b8cda5f10364 +size 158225 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/M_CustomDepthBillboard.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/M_CustomDepthBillboard.uasset new file mode 100644 index 00000000..eccfbcc8 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/M_CustomDepthBillboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163893e3b7e0844bf16caede630012545a6e57ab26a03df6d801c3c361a31024 +size 155606 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/M_CustomDepthBillboard_Inst.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/M_CustomDepthBillboard_Inst.uasset new file mode 100644 index 00000000..f1fdad68 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/M_CustomDepthBillboard_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8d88ee12d9e3eee8311ac0802c9638b36ab5dd8141ae867893bcf0c1d4d79b8 +size 70755 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_LimbTile_02_D_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_LimbTile_02_D_Tex.uasset new file mode 100644 index 00000000..99068819 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_LimbTile_02_D_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94fd49fbbfd50e1e0c9555851e25952b8a5b39813c665c6252db572f5e46a231 +size 9248060 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_LimbTile_02_N_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_LimbTile_02_N_Tex.uasset new file mode 100644 index 00000000..52dd42de --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_LimbTile_02_N_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97020309809f5c950e7d06c3bf5bd33d5744a8279818fefce7999c786a4d2a9b +size 11217998 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_TileMoss_01_D_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_TileMoss_01_D_Tex.uasset new file mode 100644 index 00000000..236584ca --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_TileMoss_01_D_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e4122375bb988bb2e3227cf926b40b91bb3517dc7b1e6887f541ec5e7d0e65 +size 20302852 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_Tile_01_D_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_Tile_01_D_Tex.uasset new file mode 100644 index 00000000..cfc86043 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_Tile_01_D_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f193b9081ec7ee951f0783608af15501b0d95d1189dd2ecbed3d70616b5420bf +size 18805320 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_Tile_01_N_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_Tile_01_N_Tex.uasset new file mode 100644 index 00000000..26cdde1f --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_Craghead_Oak_Tile_01_N_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62de4427da3f9d443d64eae74649fa223dc771f44e11f737f2a9dd9829bdbfeb +size 17645164 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01.uasset new file mode 100644 index 00000000..8ce5dee1 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2344da5e705e46da7d6420a2d3f20ead105283b5b92a14dfec84fab1f91960ed +size 8701998 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_Depth.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_Depth.uasset new file mode 100644 index 00000000..6fc7de34 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6fb6b5a3b4d84a8120a97a401d273dc7cbd5267f6b8d9522ddb6de6ba7d7c38 +size 322141 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_N.uasset new file mode 100644 index 00000000..9b645859 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728f0fac2fca92deb02c2e94f06c3b71f626a32f898e73650a4bd8e05934ee4d +size 18739622 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_SSS.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_SSS.uasset new file mode 100644 index 00000000..c3237bc6 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_SSS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14911e4e6abf14d004b9d9485cc8ab312cbc71e9db05d79256066eed6a2215b9 +size 4994916 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_S_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_S_R.uasset new file mode 100644 index 00000000..341219d3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTreeBillboard_01_S_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b700a83a708f3fbaee1a6de348a0133cd9f5128c272658d857a72305d17c2ccd +size 2574305 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..279d86f3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69db4663f334cb20b48bad21166ae3de9fe0e52cc5f9c3026ff46e3c8268b6b1 +size 3575440 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..b7774080 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e520ac973d65dd600470a503736c477d4733bedfc84f2b39e0eff91f770ae775 +size 3053237 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Normal_Tex.uasset new file mode 100644 index 00000000..a1d52cfb --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bcc94027e222830616e71a4656fcfc94acac1a49ec50ac251f15e9daee57bb +size 15822570 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Specular_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Specular_Tex.uasset new file mode 100644 index 00000000..6bf20589 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Specular_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f528d732ec10e93d0f0cdedcf07cfffa0283657dce99f88926ad498bc12bfbed +size 5016024 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Tex.uasset new file mode 100644 index 00000000..f9476b8c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_02/T_HillTree_01_Atlas_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29074ba78867e625310d24153d6b4fc613530f690c1da2346fc671416799c09 +size 11394574 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/HillTree_Tall_01_Billboard_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/HillTree_Tall_01_Billboard_Mat.uasset new file mode 100644 index 00000000..c628163e --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/HillTree_Tall_01_Billboard_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19a2e61271b3732895fc6200c381a93ddd02c9aedeb80d6b74935a1218503f6 +size 119317 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/HillTree_Tall_02.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/HillTree_Tall_02.uasset new file mode 100644 index 00000000..e8823bc6 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/HillTree_Tall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79796fa93555c7854b52cbdbb25c72a361fb220a83c9e10f31b5420213298e3 +size 4685603 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/T_HillTree_Tall_01_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/T_HillTree_Tall_01_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..2309f5b3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/T_HillTree_Tall_01_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adaf9e432bc6e7bb826f6cc9cd80eb616253f4b61c1f64975bf1fef60ece809f +size 4398998 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/T_HillTree_Tall_01_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/T_HillTree_Tall_01_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..2675276c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/HillTree_Tall_02/T_HillTree_Tall_01_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5672d963ad2a52c207229dd405d60a4d241dc5b25e032d4559c7be034eee6a3 +size 3929242 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/ScotsPineTall_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/ScotsPineTall_01.uasset new file mode 100644 index 00000000..cca725ee --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/ScotsPineTall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b270edf864316df66e7a39b7e9d8144871078017232082b263c42e2fe6efb0ce +size 3098485 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/ScotsPineTall_01_Billboard_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/ScotsPineTall_01_Billboard_Mat.uasset new file mode 100644 index 00000000..7367011e --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/ScotsPineTall_01_Billboard_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40aa06693635ee42d67d341894a22ade5273f45f244287557afe4ccb3ef5b37 +size 121124 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/T_ScotsPineTall_01_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/T_ScotsPineTall_01_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..de34cb9e --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/T_ScotsPineTall_01_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faa58c87f811bd06d3ecc915a3f221fb7d114a9e92e4ae98c0b9672548f0a4e5 +size 3663562 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/T_ScotsPineTall_01_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/T_ScotsPineTall_01_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..a9503c83 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPineTall_01/T_ScotsPineTall_01_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27dab8c90ad1e4c4f54ba4e74125396525e1c75b7ca51d52cc8ffb6693cb0e3b +size 2782186 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01.uasset new file mode 100644 index 00000000..f615dbb0 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67df30b621237626706981ca65aee71a3a07d3c2fde5a1d276c4845d49206b2e +size 5775958 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Billboard_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Billboard_Mat.uasset new file mode 100644 index 00000000..66893a6a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Billboard_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f589fbd7ad4ba72162537a2a27cec719c9e0f4d133e7848f89f9c6d7e66502db +size 114909 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Branches_2_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Branches_2_Mat.uasset new file mode 100644 index 00000000..2f05e011 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Branches_2_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb0539d787449f319975477dd2713137cd4e7d64f32ab9dd6b18a5c3785655a +size 169079 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Branches_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Branches_Mat.uasset new file mode 100644 index 00000000..2a30269d --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Branches_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0683a0bf641de3d3c72e598f0cd1fa60014f5f0029fd0e19c06fc7273f8eecf9 +size 157534 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Fronds_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Fronds_Mat.uasset new file mode 100644 index 00000000..68efeb6d --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Fronds_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9def9f024c51ff785661f30b57606ea796ef94b6b599ae1b7c5a5377caf77a5 +size 151754 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Leaves_Mat.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Leaves_Mat.uasset new file mode 100644 index 00000000..8e454e60 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/ScotsPine_01_Leaves_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a63fd3506c3d54384ca6dc065fbe09221dfd2391b888f4cbf3c0ee7cafa085 +size 156416 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Billboards_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Billboards_Normal_Tex.uasset new file mode 100644 index 00000000..507278e6 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Billboards_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82691107ccc5d38c569f1fb8962a6783a22768e7b7e5bf14c782f9ebf1702af5 +size 3670461 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Billboards_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Billboards_Tex.uasset new file mode 100644 index 00000000..cdd52ec2 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Billboards_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:967ff4b3ecc61bc7a771d33563fbeb7bb3f30d792f265743f1d7faba7df077c5 +size 2822245 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Normal_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Normal_Tex.uasset new file mode 100644 index 00000000..91c83f97 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Normal_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd27111c58e6006571382fe7f6f0cf43d77d34d6c551d6b91272e56595e782ef +size 10065492 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Specular_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Specular_Tex.uasset new file mode 100644 index 00000000..ae095d79 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Specular_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e35708b68957f5500df5173be94a60fe5c54f0b09f2d9de184cd06d01f472e6 +size 3231397 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Tex.uasset new file mode 100644 index 00000000..e83fc9bf --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_01_Atlas_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269f408adf920b52284f4045055618931f5f6aa2aa382d12cdd03fb26e5e44d5 +size 7665189 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_01_N_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_01_N_Tex.uasset new file mode 100644 index 00000000..91f32a01 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_01_N_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df91e474dd3c890c21fb6b86756b109a7b001660587613a9334f68c3c6470c6d +size 18382756 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_01_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_01_Tex.uasset new file mode 100644 index 00000000..d5081401 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_01_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6787b4312cdc5ae4748b9ae6fbc84ede76d5f187cd3706f475e5845f6bd867e +size 18785138 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_03_D_Tex.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_03_D_Tex.uasset new file mode 100644 index 00000000..9d64912d --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_03_D_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db0954788601c2397d1187670f536882b4c69ca33077d5b9928fb9dde35a4dd +size 4982040 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_03_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_03_N.uasset new file mode 100644 index 00000000..760bf70a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/ScotsPine_01/T_ScotsPine_Bark_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc6900dbfa0184e4bec9d90ed7a31a89878683c7baabd75c7070e5a78875bf48 +size 5521288 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/MI_Tree_Stump_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/MI_Tree_Stump_01.uasset new file mode 100644 index 00000000..77aabc0d --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/MI_Tree_Stump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4af38008f8d1d5bf1ce7b34a3959775949f02e36afc9c19d9aad814e4d02035 +size 147794 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/T_Tree_Stump_01_D_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/T_Tree_Stump_01_D_R.uasset new file mode 100644 index 00000000..176febd3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/T_Tree_Stump_01_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b706a3cf9890d4ca9762b614719a95c5bd383761219dffa73b8b713e686c19b7 +size 108512976 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/T_Tree_Stump_01_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/T_Tree_Stump_01_N.uasset new file mode 100644 index 00000000..65d5ba22 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/T_Tree_Stump_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4cede37e05a0d79848e9a9b52147286d4726776b7f078640ed45f62fa6092d8 +size 74081366 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/Tree_Stump_01.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/Tree_Stump_01.uasset new file mode 100644 index 00000000..659c8425 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Tree_Stump_01/Tree_Stump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7637e78b535527a04696e9aae2e0d660471043c60c8b18ca042979996fffc85 +size 393697 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/MI_Vegetation_Debris_002.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/MI_Vegetation_Debris_002.uasset new file mode 100644 index 00000000..3d8f420c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/MI_Vegetation_Debris_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16af62b1c2c1ba02289dc44370490b93b423aa94a4c1acae1d7508a6c591cd82 +size 153338 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/SM_Vegetation_Debris_002.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/SM_Vegetation_Debris_002.uasset new file mode 100644 index 00000000..9956cce2 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/SM_Vegetation_Debris_002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e6090735452942ae508009f11569a90d6aa56dbf48c0999f9ff019b5cefb4b +size 349832 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/T_Vegetation_Debris_002_D_R.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/T_Vegetation_Debris_002_D_R.uasset new file mode 100644 index 00000000..336d08cf --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/T_Vegetation_Debris_002_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f8a36d7a328e13d00b05382d474c6b65827c89a8d25eddef39e15b0ea3e40d +size 131978522 diff --git a/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/T_Vegetation_Debris_002_N.uasset b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/T_Vegetation_Debris_002_N.uasset new file mode 100644 index 00000000..c4672fea --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Environments/Trees/Vegetation_Debris_002/T_Vegetation_Debris_002_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3c49405dc3d9a0b45c1c1a1ab0997318e3b3d71d03395fd143511cff69edfd +size 105216593 diff --git a/Content/ParagonProps/KiteDemo/Material/M_Photoscan_Master.uasset b/Content/ParagonProps/KiteDemo/Material/M_Photoscan_Master.uasset new file mode 100644 index 00000000..60738e1a --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Material/M_Photoscan_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d503fdedcbefec51901b2e88389a44b6e534cec558b3aa48c415d1d3a4c907f +size 187736 diff --git a/Content/ParagonProps/KiteDemo/Material/M_Photoscan_Master_Displacement.uasset b/Content/ParagonProps/KiteDemo/Material/M_Photoscan_Master_Displacement.uasset new file mode 100644 index 00000000..c98724f8 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Material/M_Photoscan_Master_Displacement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049054bdbbddea7af157d6142712035b70538601118c69044ffad90d6f73c3d9 +size 203387 diff --git a/Content/ParagonProps/KiteDemo/Material/WorldCoords-XY.uasset b/Content/ParagonProps/KiteDemo/Material/WorldCoords-XY.uasset new file mode 100644 index 00000000..30c7789c --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Material/WorldCoords-XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0c4fcdc7f0dfad0e2e68a907bfe448ee4f5208412b9188f70e609556b1d8c2e +size 53604 diff --git a/Content/ParagonProps/KiteDemo/Textures/T_CliffRockTile_03_D.uasset b/Content/ParagonProps/KiteDemo/Textures/T_CliffRockTile_03_D.uasset new file mode 100644 index 00000000..375d0199 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Textures/T_CliffRockTile_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c2fb74e02b85192337035561d0f54ededf4d2428805f50a90b856a1b8d191e +size 8298518 diff --git a/Content/ParagonProps/KiteDemo/Textures/T_CliffRock_03_N.uasset b/Content/ParagonProps/KiteDemo/Textures/T_CliffRock_03_N.uasset new file mode 100644 index 00000000..b5b6e1d3 --- /dev/null +++ b/Content/ParagonProps/KiteDemo/Textures/T_CliffRock_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5418c29f64f3729456d60ba0e406f1cc2ba199e48f487503a22add91cb273028 +size 41581525 diff --git a/Content/ParagonProps/Lighting/ChromeBall.uasset b/Content/ParagonProps/Lighting/ChromeBall.uasset new file mode 100644 index 00000000..c078c746 --- /dev/null +++ b/Content/ParagonProps/Lighting/ChromeBall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af80d639b1995eeeaf63bb144d8fa808dc7cb1158b8641b0ccea14dd9ea71363 +size 129505 diff --git a/Content/ParagonProps/Lighting/HDR_ParagonSample.uasset b/Content/ParagonProps/Lighting/HDR_ParagonSample.uasset new file mode 100644 index 00000000..6567d304 --- /dev/null +++ b/Content/ParagonProps/Lighting/HDR_ParagonSample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01aa8f9ff64787824cba4d54fe16ef1fdba79fafc0b8fd8ff0fca10c51bd5fa5 +size 44896 diff --git a/Content/ParagonProps/Lighting/M_Sky.uasset b/Content/ParagonProps/Lighting/M_Sky.uasset new file mode 100644 index 00000000..cafd3dd5 --- /dev/null +++ b/Content/ParagonProps/Lighting/M_Sky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4ee2c9208630771802087862e17704c881590a774d5a438b36955946806e9b +size 90860 diff --git a/Content/ParagonProps/Lighting/M_SkyFloor.uasset b/Content/ParagonProps/Lighting/M_SkyFloor.uasset new file mode 100644 index 00000000..3e7a693c --- /dev/null +++ b/Content/ParagonProps/Lighting/M_SkyFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abca6ae35a068be78a09a16583142398569506ca094f7767d35fa12961fed41d +size 124755 diff --git a/Content/ParagonProps/Lighting/M_Sky_Inst.uasset b/Content/ParagonProps/Lighting/M_Sky_Inst.uasset new file mode 100644 index 00000000..a44179b8 --- /dev/null +++ b/Content/ParagonProps/Lighting/M_Sky_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22851b65731f3f011f741c45442c12809709d7872fbf7c85b652c2a279e17094 +size 78603 diff --git a/Content/ParagonProps/Lighting/SM_SkyFloor.uasset b/Content/ParagonProps/Lighting/SM_SkyFloor.uasset new file mode 100644 index 00000000..ef7087da --- /dev/null +++ b/Content/ParagonProps/Lighting/SM_SkyFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b96d8ed84250880060fdcf4c3f4cd3e9a124446559c8da7f0f46f84c486e95a +size 59384 diff --git a/Content/ParagonProps/ParagonProps/Agora/Agora_AssetMap.umap b/Content/ParagonProps/ParagonProps/Agora/Agora_AssetMap.umap new file mode 100644 index 00000000..0b6d7c7e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Agora_AssetMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b482c6eb6aa8891ba475fb216b20fb0ddd52a0634c485602c6be20042f7bc22 +size 1869251 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_ArtifactFloat.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_ArtifactFloat.uasset new file mode 100644 index 00000000..71b31131 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_ArtifactFloat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47ecf63839ebf4d8dc9742b864f8131bbbac4e818d900e94e7f541a5aed3779 +size 114173 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..a1d9f6ad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e7769d63618589583323e6c056eab04aaba61bc57a1cc429b626f75b25ca9a +size 105255 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_DepthEnv.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_DepthEnv.uasset new file mode 100644 index 00000000..2316daf7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_DepthEnv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97bf6f515a13fa7d3a155e0951e9a6f77ea65e6d8ba87cc0d594a59a78100132 +size 111321 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Emissive.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Emissive.uasset new file mode 100644 index 00000000..98911417 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3890bd8d7628076cdbcf655b2480ef31e1504d0e9be363c9556e6857819a451f +size 111936 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_EnvironmentBrightnessModulation.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_EnvironmentBrightnessModulation.uasset new file mode 100644 index 00000000..873b1d09 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_EnvironmentBrightnessModulation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba81dd2ed8890f7de480c52e7bf073b490b101ff97effcaa7b3151040b9aac9 +size 103861 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_EnvironmentContainer.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_EnvironmentContainer.uasset new file mode 100644 index 00000000..cfe0837f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_EnvironmentContainer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ce3e5ae855f606fd752781371996633ed865bab39f38f3db259c60f7e26037 +size 85318 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_HeightBlend_HQ.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_HeightBlend_HQ.uasset new file mode 100644 index 00000000..b7fd2202 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_HeightBlend_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84be60f024edfbeb8fca2452bd851cd0156730ad4cb880f7f88ea7a0b616bb02 +size 81171 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_LightmassReplace.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_LightmassReplace.uasset new file mode 100644 index 00000000..b705a989 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_LightmassReplace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80a7b377c006a4729e9c92b4161f7da1d91c617d7eb06468fd0be9f68e88187 +size 68454 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_MineralPoolWater.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_MineralPoolWater.uasset new file mode 100644 index 00000000..1741bf25 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_MineralPoolWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3b5e64ffc7422ecc036383bc22883792259ea601749d84605cd2ff64ef488a6 +size 134470 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Mono_waterline.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Mono_waterline.uasset new file mode 100644 index 00000000..2d41a2a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Mono_waterline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aafc5d28937c65cc11640f832964deb154f17281a3bf96e88feab3a53f523dd4 +size 105736 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_PDO_QualitySwitch.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_PDO_QualitySwitch.uasset new file mode 100644 index 00000000..1690deb5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_PDO_QualitySwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2618bdb4dd5d5c7aef3b156917d5890cf5d0c5ce6b6e239cfcb1963c43ead7d +size 44647 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_ProxyDiffuseBrighten.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_ProxyDiffuseBrighten.uasset new file mode 100644 index 00000000..383b16db --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_ProxyDiffuseBrighten.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecf3659e4f1a4c4f19119fca9364edc56dde3bbe8d1f3bfa1599934981049b8 +size 68546 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Terrain_LowResHeightmap.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Terrain_LowResHeightmap.uasset new file mode 100644 index 00000000..9a576426 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_Terrain_LowResHeightmap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af726a8f3de52bbadfff1e82724cd89129f06ef0c29a4c6a23c6ebbac9bdcfe9 +size 66327 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_WetLayer.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_WetLayer.uasset new file mode 100644 index 00000000..dc2ad30e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_WetLayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2956070207f0df4b6077efb35d5df321d0a0ae1ffc9d4ecfab78bc6ef6ccef0a +size 134667 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_cheapBlendAngleNormal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_cheapBlendAngleNormal.uasset new file mode 100644 index 00000000..a2d8541d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MF_cheapBlendAngleNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851db5a4fd25ab24de5cd2d9ef384fee55cce4d25330be0278d47939dca73853 +size 102588 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MLC_Standard.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MLC_Standard.uasset new file mode 100644 index 00000000..91eb2923 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc580f1b52d4f4d79c769c06590ad3c96e9ace0c7868ab5b03b5fd6cddede6ca +size 87605 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MacroVariation.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MacroVariation.uasset new file mode 100644 index 00000000..86530761 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93ddf90d161cd64637e5844cdffde2b4182565154290577fe22694b68a76d6c +size 129926 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarbleCracksWorld.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarbleCracksWorld.uasset new file mode 100644 index 00000000..e720db65 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarbleCracksWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0626538d15771558983770ef6fe1100258a7372165b9432f233d2d64515127ea +size 130146 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarblePatternWorld.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarblePatternWorld.uasset new file mode 100644 index 00000000..4ccd6626 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarblePatternWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:671c1254c569c25ab7de90e9e9d09a5901b680c4d591888c4d422970485a9e6c +size 123586 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarbleSpeclesWorld.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarbleSpeclesWorld.uasset new file mode 100644 index 00000000..d94f32be --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MarbleSpeclesWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce74d02f015c8958a28bb11c748d15be08b62bcc39f7e44e93743531d51803f5 +size 89001 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_ColoredAO.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_ColoredAO.uasset new file mode 100644 index 00000000..e1a71556 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_ColoredAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e86e699fcd709ac1f13ef6faf8c172a87dfccce87157916f8aaf07e7ebd7c60 +size 112842 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_OverrideOpacityMask2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_OverrideOpacityMask2.uasset new file mode 100644 index 00000000..4edb88f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_OverrideOpacityMask2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cb71fb509f4d591cfe29966300967d28fd97e41d758d4b5c32f2a89716772c +size 105477 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_StandardWithBaseNormal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_StandardWithBaseNormal.uasset new file mode 100644 index 00000000..dbc366dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/MatLayerBlend_StandardWithBaseNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:679195a9d8c31ef873e06e526f9f1cb9f79bcdc17ac3c5b56b51482bfba85c3a +size 116082 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/ObjectScaledTexture.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/ObjectScaledTexture.uasset new file mode 100644 index 00000000..3c887e60 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/ObjectScaledTexture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37514ceb743824a0080b26d38e6537ef1eaadd303417fe8a77625c845b38ee0f +size 88900 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PM_ShallowWater.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PM_ShallowWater.uasset new file mode 100644 index 00000000..8b58e918 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PM_ShallowWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:108a5573fdb4b45412611cc3901b773ff9c9a28dd5348052457c96a76405540f +size 1526 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PM_Water.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PM_Water.uasset new file mode 100644 index 00000000..a2e9cd49 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0049324a1f90ebeff1e2c34711029bd8c1088c0a9556647e2de0775b22c5c330 +size 1347 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/ParallaxOcclusionMapping_Simple.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/ParallaxOcclusionMapping_Simple.uasset new file mode 100644 index 00000000..e70f7807 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/ParallaxOcclusionMapping_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada5c6cfce8b16d8325149ead4e82f99bea1d5dd9ab19185b72a2c5152defd6b +size 131012 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PrecomputedAOMask_VertexColor.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PrecomputedAOMask_VertexColor.uasset new file mode 100644 index 00000000..1ed47df0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/PrecomputedAOMask_VertexColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb66bb961acbb85732a767210728e3f118ed66408239a360bde9c9e8f0a81ef9 +size 63666 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/SimpleParagonWind.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/SimpleParagonWind.uasset new file mode 100644 index 00000000..089bf305 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/SimpleParagonWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f7b340dbf0ce097320c13ccc93ab80c124e49d647e33f155efe9c560fcc6a3 +size 118190 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/WorldAlignedTextureParallax.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/WorldAlignedTextureParallax.uasset new file mode 100644 index 00000000..aa918af3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialFunctions/WorldAlignedTextureParallax.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a73f0a3c6a557bfc2ee223d6837505f485e9b175ca10ed59b87b1b69a7c769b8 +size 129812 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/MLArtifactBronze.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/MLArtifactBronze.uasset new file mode 100644 index 00000000..e48d791d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/MLArtifactBronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6983b664529864a5e39509178fd971a0af4e7aa5da54cfcfd52e56d04b0ebb32 +size 85892 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/MLSmoothMarble.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/MLSmoothMarble.uasset new file mode 100644 index 00000000..6799fbcc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/MLSmoothMarble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c263d35f445abb250eabe546c4aa557e46d8b8b566dac5cce795b9de07de61c +size 180466 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_AddWetness.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_AddWetness.uasset new file mode 100644 index 00000000..78052a82 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_AddWetness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432b97b5ff60af6c0f3c359c8acdfec4d48f747d476a51fcc6c38c113ad92c5d +size 87488 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_ArchitectureRock.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_ArchitectureRock.uasset new file mode 100644 index 00000000..eeb3d1ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_ArchitectureRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:447dcd3bbce8017c0048784ec67d332ef677a7197a786ddd8cf33c907f310223 +size 120051 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Artifact_Titanium.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Artifact_Titanium.uasset new file mode 100644 index 00000000..e27fe70e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Artifact_Titanium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea9e889dd5b9b593f0a2e1cc077db981e4ee03c7edb3468c0073651cae38493 +size 118164 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Dirt.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Dirt.uasset new file mode 100644 index 00000000..ed2c7b90 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a54751ec34992439786f735031cba00ea4abb42fd2d6cb7c97d9fff06af976f +size 126231 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Dirt_Path_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Dirt_Path_1.uasset new file mode 100644 index 00000000..f1559b8b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Dirt_Path_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c415a81edd488cb2eacf4cddfcdf1468a4c9c30edaaba788c5b801bfe3637c3 +size 109740 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_EdgeBlend.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_EdgeBlend.uasset new file mode 100644 index 00000000..e588c6cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_EdgeBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134b629f894d9cff0b685fed035820441d8451f086a3881e0b0a596a87c0a976 +size 71341 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_HeightGrime.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_HeightGrime.uasset new file mode 100644 index 00000000..4b20fb93 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_HeightGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714e5e4ae55a1fd378ea5f4ae24328a6831e9ced6727551a9d38ebfebb09b6c9 +size 112154 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleBlack.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleBlack.uasset new file mode 100644 index 00000000..b6994817 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b97d43e3a3d7052d2163ad0ea75ea7b7be1af86a9bf4b6ebf19863e66fe1e8 +size 108544 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleGrime.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleGrime.uasset new file mode 100644 index 00000000..6b7927fd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abc39dd034b188a9651c52384a56845b90685dcb87684c62783850be503725a6 +size 107594 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleStairs.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleStairs.uasset new file mode 100644 index 00000000..f555ec98 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleStairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7589887958f7a6bf2a4e791587a047f377017b256a821c5eb2afe019051588b2 +size 133222 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleVein.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleVein.uasset new file mode 100644 index 00000000..6c051105 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MarbleVein.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755f11b23d14eef038746d8bb67bf3759d172ca8e9c45ae2ebb221a0896c0723 +size 105229 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Chipped.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Chipped.uasset new file mode 100644 index 00000000..edad0c8a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Chipped.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4a49a86d6c0d9dbb58f1c08bece253772bcc9fd36fb78373b01989909a7128 +size 118750 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Damaged.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Damaged.uasset new file mode 100644 index 00000000..6a9c3ef4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Damaged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f0ea37a447605152f4ae66bdebed7cec660bc4a2dbfde64795822154c60a3d5 +size 117023 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Wall.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Wall.uasset new file mode 100644 index 00000000..f2f513e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704eac088184a4a1ca02a25cf04516cadd98308f0f2e22921056ff8a3a17dd90 +size 108958 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_worn.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_worn.uasset new file mode 100644 index 00000000..7f8d561a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Marble_worn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:610f8c1dd1f7b0b2fa8220595ad759e270ddb86f9f3f2faf6a9ec642f6dda776 +size 107521 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Bronze.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Bronze.uasset new file mode 100644 index 00000000..a18efaad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1c0b0f51cfebed004908450a753724a693e472cd5da66cff9569eef6200b11 +size 119513 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Dull.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Dull.uasset new file mode 100644 index 00000000..22bac909 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Dull.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60b0773d47b7b48bea4accb16a79b6945adf83f5ba2247643ff7d04625f59362 +size 117924 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Patina_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Patina_2.uasset new file mode 100644 index 00000000..245ffedd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Patina_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:895a66e3ccaa9c24f754617c6a61526c2b04832ab428794c89a8bb6c9685a556 +size 133654 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Patina_Green.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Patina_Green.uasset new file mode 100644 index 00000000..48242d89 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Metal_Patina_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d4839a434e0e03d5d10f654c2d4af23c21368e3285e3f066a092597467193bc +size 132066 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MicaLayer.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MicaLayer.uasset new file mode 100644 index 00000000..c1a100c1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MicaLayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ab6e05ff380b0330dbcb78915ef776a8b99639e028c0f24edc71a57d3804ba5 +size 97715 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MineralRock.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MineralRock.uasset new file mode 100644 index 00000000..c2a0f52f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MineralRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6372665df1fa097226a60ea944e2d6ae4d7befca55c8eaa3de453cccb9857586 +size 155168 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MineralSmoothEdge.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MineralSmoothEdge.uasset new file mode 100644 index 00000000..e0677e6a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MineralSmoothEdge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848ecff38987b9b71f02bcc85a1921b8c5f62c31c9b8256519c073e4b92f4705 +size 139387 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MossDirt.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MossDirt.uasset new file mode 100644 index 00000000..4eedfada --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MossDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15ebfe27c6f57685c3542537935d276fcfa7ee3c2bcb12788c71150750a78357 +size 76661 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MossLayer_WorldAligned.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MossLayer_WorldAligned.uasset new file mode 100644 index 00000000..3f36e147 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_MossLayer_WorldAligned.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954d513de604835e5559e0883888f30db930ba0d325f722b599a7528e8054ea3 +size 148431 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_PhotoScanRocks.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_PhotoScanRocks.uasset new file mode 100644 index 00000000..ee2d4341 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_PhotoScanRocks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0eae67f4e00bd416a3b03f6bccacf9c34c6e3711980c9bfaf94f1496df4ae9 +size 122383 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_RockFlakes.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_RockFlakes.uasset new file mode 100644 index 00000000..00c5be5a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_RockFlakes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9ee29834203ed978d11675899f75558a7b0ae7bbbed0fa13099784420794182 +size 116410 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_ScreeTiling.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_ScreeTiling.uasset new file mode 100644 index 00000000..4e8f669f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_ScreeTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e160c76436a547d574d9574380279968fb9c9c2f783f694d9e7daddc9971bc +size 111659 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_SedimentStain.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_SedimentStain.uasset new file mode 100644 index 00000000..f0018e72 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_SedimentStain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d3d8fbc473918866e62bbea694245b5da3114f9467d7fa7caacc8222bfa9c1 +size 102496 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_SlateTiling.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_SlateTiling.uasset new file mode 100644 index 00000000..7522cada --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_SlateTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831bef0c42846b320907fc400d5e611c9775db588951b69d818c311e9db0c09d +size 147275 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Stain2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Stain2.uasset new file mode 100644 index 00000000..1d80f697 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_Stain2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c4e14d9adcfd19ae04b192d92c806c4c37d070bb3c1785d8f541b2834a6f31e +size 89493 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_TilingPhotoRock.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_TilingPhotoRock.uasset new file mode 100644 index 00000000..9b2f8afe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_TilingPhotoRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b85a88292cf7b82366bcbee888e7e98539910e8b34940aa95b6173e6431ef52 +size 120127 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_TilingRocksModule.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_TilingRocksModule.uasset new file mode 100644 index 00000000..8a8f2c2e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_TilingRocksModule.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c518946b6d5e043ec593fd47d8d502e565159233168e55c8041037c7afbb7a59 +size 104444 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_artifact_GreenStaining.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_artifact_GreenStaining.uasset new file mode 100644 index 00000000..296e3685 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/MaterialLayers/ML_artifact_GreenStaining.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca593ac76a1bcb9fd08a3cc8e847ec95f79d2708cc732f1ca3049b2f515a0e2 +size 121187 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Architecture_Master.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Architecture_Master.uasset new file mode 100644 index 00000000..8bed0af8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Architecture_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b5d2bd9b392524d20118a9f6ad7b75018b70e4b631c1e8524b5abc029fee9f2 +size 141510 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Concrete_Trim_Moving.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Concrete_Trim_Moving.uasset new file mode 100644 index 00000000..c4c711cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Concrete_Trim_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e4cbb4975b5bc2b3d9089ad2229a977f63bc0eecd4be6cd32bd170d686a892 +size 135358 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_Inst.uasset new file mode 100644 index 00000000..109be8b1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34ff675a3e38ee54ff6cb813f636971f3ccf24c50d10757849743727d5f02422 +size 149871 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_Moving.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_Moving.uasset new file mode 100644 index 00000000..cccef7b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_Moving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2a45303ed7ae46dc3a131136529bcd50b0c7f174d1b879df334ce13c04ca8c +size 148862 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_NOMOSS.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_NOMOSS.uasset new file mode 100644 index 00000000..b218e7be --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Base_Metal_Trim_NOMOSS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74e3250b78f2cf1ef57df06c2c665458b364dfc9d51c294fa9fb0031f8e9f5e +size 140279 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims.uasset new file mode 100644 index 00000000..24ebeee8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8621f0c379052bc51498d7065232836f654eaca8b4b9bd8a4efe0d59e81ee2b +size 159802 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Black_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Black_Inst.uasset new file mode 100644 index 00000000..6916122f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Black_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e01dce4b6e147045d2177bdf3884a3de7182b9c07e6ada378fde392578797a +size 120874 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Core_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Core_Inst.uasset new file mode 100644 index 00000000..2b0f9229 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Core_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040c71aacd680fd556a23524a6e16efd09eca6dc970b9d54f11c87633e6eabb8 +size 134903 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Inst.uasset new file mode 100644 index 00000000..84859c13 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Core_Concrete_Trims_Emissive_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb55047011c993fe7abc4a722f5305f6ece3b21b175d83cdc4a73b73f02f675 +size 128725 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Details_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Details_A.uasset new file mode 100644 index 00000000..41219c19 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Details_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f66ee81424d11b0e545db4e0304656f92eb7c58cae954cb91de4ab3d679db5 +size 148517 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Details_A_Floating.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Details_A_Floating.uasset new file mode 100644 index 00000000..28c6c732 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Details_A_Floating.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc36f76a52c8a67d75f9afbf2e3d7cb20ed3d1a68519e25b0d0e227c01b9dcf9 +size 145077 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Pillar_Base.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Pillar_Base.uasset new file mode 100644 index 00000000..75cc7024 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Pillar_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b9f9a7d8a7d5ccea904fcd5f87201c870adaf5615c386d30a3ee4e30d66d65 +size 156668 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Pillar_Base_Floating.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Pillar_Base_Floating.uasset new file mode 100644 index 00000000..57606026 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Deco_Large_Arch_Pillar_Base_Floating.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13eab10f9bd62a2f7ef3930a46933e0173a941fa414c84823becb1b8cef928b9 +size 148429 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Static_Pillar_Details.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Static_Pillar_Details.uasset new file mode 100644 index 00000000..6df64e81 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Artifact_Static_Pillar_Details.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc66595b492630a15a3e3382fdc61dd38b07c350f868be09716f8c7737979481 +size 155457 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Injector_Glass.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Injector_Glass.uasset new file mode 100644 index 00000000..48ed69d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Injector_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82e8b2fce1843b66d7a2c40b1a2889468d53d7a3998428fee4205abacda13ad +size 152276 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MF_FlowerTreeBob.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MF_FlowerTreeBob.uasset new file mode 100644 index 00000000..03e6cffa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MF_FlowerTreeBob.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ce1b151b2ee785aeb9652b6c915d8b5cbf636b28b1a3ef339419eb45d1cd87 +size 59240 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Base_Concrete_Trim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Base_Concrete_Trim.uasset new file mode 100644 index 00000000..ace4e8fe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Base_Concrete_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7af66b9d31e471c2a867e2973789fffbd881bf2da295a5ac5c01ff8f1f3ba3e +size 150768 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Base_Metal_Trim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Base_Metal_Trim.uasset new file mode 100644 index 00000000..5306fffa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Base_Metal_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26a21d252f5effb44e829e4fe944c3f2cb2f71733933e643275e828280659aa +size 140858 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Center.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Center.uasset new file mode 100644 index 00000000..6f9dbc67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Center.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374d85feb2fcfe53c92389caca430963c928059e948befff7b0b33001f8cfdbc +size 116905 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Concrete.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Concrete.uasset new file mode 100644 index 00000000..0b1cd959 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e45fe7bb931239e1a6a12d67379f2c5ef795fd125a1094a6b3f08383a4a0ac +size 156341 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Metal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Metal.uasset new file mode 100644 index 00000000..ab3e5083 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Agora_Deco_Portal_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcfa76aa6678b87933da2b1d29da6bc55ee5d9bd93617a39dec66053d2697980 +size 146687 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Basewall_Piece_Metal_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Basewall_Piece_Metal_2.uasset new file mode 100644 index 00000000..2174f89f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MI_Basewall_Piece_Metal_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773faa37454880175f4f703192c82d4a99c35c8395350adced7ea2b6a0178c19 +size 144533 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/ML_MossGround.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/ML_MossGround.uasset new file mode 100644 index 00000000..84e34379 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/ML_MossGround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5f7703264ae08715aeb1072b732081341c6569ef6b23b43378c3521081f2dc0 +size 112816 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/ML_MossGround_02.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/ML_MossGround_02.uasset new file mode 100644 index 00000000..4e673cba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/ML_MossGround_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78c28dd8e37cd23449a1368db24a03a42ce1232450a54a9ea180c6efbd9e070 +size 127348 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MM_Master_Marble_and_Metal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MM_Master_Marble_and_Metal.uasset new file mode 100644 index 00000000..86d59901 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MM_Master_Marble_and_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b0bdeb5d671b4c4e1045ca071ba417dfe7ccbce3a7dabfe44713f0abd043f7c +size 150638 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Bronze.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Bronze.uasset new file mode 100644 index 00000000..6362811f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cd4142b84df826e9c20c52616d55c7242cc64ecfd307e6d26ea68b2f5e269f +size 157765 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Black_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Black_Inst.uasset new file mode 100644 index 00000000..04063bfb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Black_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:213a303464f1ddf7686b584557ae368286b82fd1d7254271c62947b96b88054f +size 141638 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Grey_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Grey_Inst.uasset new file mode 100644 index 00000000..2e327fad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Grey_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7461dc01dac2f8069606e710db4b4d76bb255de3305b0cc5a920a9b119e88b +size 151152 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Inst.uasset new file mode 100644 index 00000000..ea62d864 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Floors_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f41972d97df071220e64e4e04cd9fe49097dfd5b384beba538a39e838bee4313 +size 153299 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Metal_Arch.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Metal_Arch.uasset new file mode 100644 index 00000000..5c050f05 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Metal_Arch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a8a5fb959e0a20c92c0f0d478ba2e13bf9163fbe0f9afb6757d455e13cf751 +size 258282 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Walls_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Walls_Inst.uasset new file mode 100644 index 00000000..6ee0f199 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Marble_Walls_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28807cd1a8bd71965cf4274489f329ce63c68156737fc27b3c890eb988b6a4b3 +size 160013 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MasterMetalOnly.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MasterMetalOnly.uasset new file mode 100644 index 00000000..7bad586b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MasterMetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c1ef5c51893439eeac66c5813eb6dcfcaf88595300e5f531f9792319bca371 +size 143269 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MossBlend.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MossBlend.uasset new file mode 100644 index 00000000..c576f6ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MossBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb5b192dae889a22271a4d2534dd6dd3f8f3c9bd5691286bb6e0805718e62de +size 215184 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MossRocks.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MossRocks.uasset new file mode 100644 index 00000000..944cb49e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_MossRocks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b4ddcf135d184337cea69f5e6a702a8011a6866ab925dab5036a1d06538271 +size 219642 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Rig_WPO_Anim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Rig_WPO_Anim.uasset new file mode 100644 index 00000000..0d353f9c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MM_Rig_WPO_Anim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e69105b149f5a2b6d0ed41c937331cbd91ee342d8d5652c2a8bbe7aea95426a +size 252694 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Agelsjon_Rock_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Agelsjon_Rock_Inst.uasset new file mode 100644 index 00000000..33d88e60 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Agelsjon_Rock_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:724385d4b5e527fa653cb326fef89459ca0d5ba6f589660068364f549d588723 +size 176270 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Agelsjon_Rock_Inst_Photo2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Agelsjon_Rock_Inst_Photo2.uasset new file mode 100644 index 00000000..19b482bc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Agelsjon_Rock_Inst_Photo2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f824cdd7a711bcc476051433e50bf6adaba058e9dfad1efdf57b27c6fcb278 +size 161956 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Artifact_Node.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Artifact_Node.uasset new file mode 100644 index 00000000..3a8c65cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Artifact_Node.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2603fa53bbb8428c1ac07bba5912ba84661a2bdd14c0c00a1fe4ef7f6f0a3d6a +size 151800 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Brace.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Brace.uasset new file mode 100644 index 00000000..30b84eaf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Brace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:891421b2d2eb3aa2946f606a216d0a77645d34d9e3ccfb9f4365a935d86c36ce +size 162785 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB.uasset new file mode 100644 index 00000000..628975f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a5ef739b0443a05f1496f2d792d5fc2e263fd42271c910f71759e5b36941e8 +size 161256 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB_Carving.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB_Carving.uasset new file mode 100644 index 00000000..83e80f4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB_Carving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19742298588689cb7354a27360b81bd7058889ba1f6041d8cf40eb95243922b7 +size 163902 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB_Trim_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB_Trim_Inst.uasset new file mode 100644 index 00000000..da5295a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_AB_Trim_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a47d1501d5c4685b8e56a65212424087eb8e4350c03f2f1869868cf47e92e4f +size 160409 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_E.uasset new file mode 100644 index 00000000..5f7c0a41 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e7ff9a0fcfa214eda915ad39d614521119dee3aae57d30dffdab55a44a31b0e +size 161411 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_E_Carving.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_E_Carving.uasset new file mode 100644 index 00000000..52741ca2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_E_Carving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736be9ea0d9554e3a050fd0bf4644f9081271d1afd7a455f5f200cebdc5c6ed3 +size 161584 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_FD.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_FD.uasset new file mode 100644 index 00000000..4e884d3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_FD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3b4dccc8263c173328ef2e49bb7c0eda347596e4509930325fd27eb850033d +size 165368 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_FD_Carving.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_FD_Carving.uasset new file mode 100644 index 00000000..b1336aa8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_FD_Carving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e15eae89764109e206d940b0073dc1317c8d0e04c2ff74dea77aa92717d2f3 +size 171416 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_GHI.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_GHI.uasset new file mode 100644 index 00000000..4272ef8f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_GHI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9b00907d57fd2caa7441a4468164923cc56d5dc0290502b78296a0e46904b2a +size 162002 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_J.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_J.uasset new file mode 100644 index 00000000..7b58b8e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee7bbd4cc5789adaf5de5bb624b28dd352c45f4b33b8b4a212a92e872eadc45 +size 175194 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_K.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_K.uasset new file mode 100644 index 00000000..f51acf5b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3568e7dcf43911b794705606dd6531ac4cb07ff63638fd406193f7db52163cbd +size 164025 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_K_Carving.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_K_Carving.uasset new file mode 100644 index 00000000..bfe23771 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_K_Carving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0ad0a0fa3f96a62651e6be4ad2c0992d3406cbb6bc89a54c6a5470c49135d95 +size 175364 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_Metal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_Metal.uasset new file mode 100644 index 00000000..f8c7b41c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_BaseWall_Piece_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c66d223231dd0dc2517b2f3c7a64b0d563c19c079376df777c2a2925bef90e +size 132130 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_DinoNest.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_DinoNest.uasset new file mode 100644 index 00000000..2bde29c6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_DinoNest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1874ebabdf3760858eb720488efe59fc1eed5b3691df4b38b162cb23f15fb0 +size 193464 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_Inst.uasset new file mode 100644 index 00000000..e3df0dcc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999d7ac0b1e95a4c7864c2a39f125ea9426baab14248a742ecf1cc80f1dd5944 +size 156819 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_Inst2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_Inst2.uasset new file mode 100644 index 00000000..24ee9a2b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ddf9e92bca24cc0aeb47d12e0adcb75c16986771f38d11cff65d549798827e2 +size 148431 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_MetalOnly.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_MetalOnly.uasset new file mode 100644 index 00000000..7a1b4834 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_FloorMetal_MetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb8eae3588dcd134658370be9a6630441837a971d7fbbce8aa08bf6d10a41f9 +size 138881 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Glansgruvan_Rock_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Glansgruvan_Rock_Inst.uasset new file mode 100644 index 00000000..20875ea0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Glansgruvan_Rock_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d429aaebf8edf869e3a1fd61b2adcc9fa6157b1a52caf404ffceb400b8607a6 +size 142502 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Inhibitor_Marble_Metal_inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Inhibitor_Marble_Metal_inst.uasset new file mode 100644 index 00000000..6c2db3f9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Inhibitor_Marble_Metal_inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb417bee810270510c29bc67eda000c5aaebf5b9bab268ecb29d58d005db657a +size 145313 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_LOD_TowerMat.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_LOD_TowerMat.uasset new file mode 100644 index 00000000..cf1217b5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_LOD_TowerMat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0af3abaa09f906ee6a1d4ad22c529e1393585deab98456549d9c31ba2d9d24b +size 166362 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_MineralPoolTop.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_MineralPoolTop.uasset new file mode 100644 index 00000000..5b9fb259 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_MineralPoolTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d67895abd81697d896be79e9063de625429602d62da8554fa031b42c1dc15ed +size 207661 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_MineralPoolTrim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_MineralPoolTrim.uasset new file mode 100644 index 00000000..c4338da2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_MineralPoolTrim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29353004d2ad7237c57232d585f0a941cd3264f66c03128617b32c6c7d2930eb +size 208431 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Photoscan_Master.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Photoscan_Master.uasset new file mode 100644 index 00000000..f84d190d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Photoscan_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59a3e5b3c1b8ec2822c70f221067a98338b775aebc20c9678e851c0ddddbe6c +size 224575 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Carved_Symbol.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Carved_Symbol.uasset new file mode 100644 index 00000000..27d35f74 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Carved_Symbol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5bb4c6f8c39996c9cd2f9e8847ed5aa2261b31384ad711f0df2cedad4435cc7 +size 167329 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_A.uasset new file mode 100644 index 00000000..c0e5ad4a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b7f2523ccd7f0ad343292d89e9e20fbd0a4306bdb71c19a26d01bf5dcc7830 +size 167350 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_B.uasset new file mode 100644 index 00000000..42c50dda --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd3e52c8999f1cb8e387745bc92cdc2c6876925324f78eaa317b2c7c3dd2cbc +size 166627 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_C.uasset new file mode 100644 index 00000000..5a2cf8f9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cf34621b6b6be40ec53380adabb363f5719d46818dadf3a7f77c276d42d6e8 +size 168295 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_C_Ends.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_C_Ends.uasset new file mode 100644 index 00000000..9419973a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Formation_Strip_C_Ends.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b1234db664bf14b8a12d637b12699df720fdb0388a10b2a9682b1d30077e9f +size 167059 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Well_Large_Clasps.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Well_Large_Clasps.uasset new file mode 100644 index 00000000..a243fb22 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rock_Well_Large_Clasps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ca4c0cceb6ed2cc351ae8736b2b3f9327db0071e6c53abd0ed65c22ba49bf6f +size 162423 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_RuinsRemains.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_RuinsRemains.uasset new file mode 100644 index 00000000..a978f7ac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_RuinsRemains.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1246e91706c3e700dbadff2a53c78a4b56891f1b8d3afa9f30a9591bf4c652d +size 161374 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Ruins_TerminusGate_Gateway2_Rock.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Ruins_TerminusGate_Gateway2_Rock.uasset new file mode 100644 index 00000000..819020ef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Ruins_TerminusGate_Gateway2_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca1aed814e4ff69f7a7853264a099d602e500789c718d676c4c8736352ba257 +size 162547 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Ruins_TerminusGate_Trim2_Rock.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Ruins_TerminusGate_Trim2_Rock.uasset new file mode 100644 index 00000000..e49d1e77 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Ruins_TerminusGate_Trim2_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0477679e987493850cb8b9ece68ab2481884c452ba0ed3bf844a1a0bb38275b2 +size 163261 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rune_Trim_1_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rune_Trim_1_Inst.uasset new file mode 100644 index 00000000..450d9792 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Rune_Trim_1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7fa81c8fead4c00edf0bf4de657af7becbd9b975de0506f68caef01cb43927 +size 151223 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Stairs_PM_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Stairs_PM_Inst.uasset new file mode 100644 index 00000000..2fa96604 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Stairs_PM_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3bade6c73bca33f16d6a5d1bea14642cb2c92b6e2e81a506ac8c73eb751ff1f +size 141892 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Stairs_Rock_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Stairs_Rock_Inst.uasset new file mode 100644 index 00000000..28575259 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Stairs_Rock_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e8faaa8f1beb88fca64cb703eabd26dbec5b8d5a605418ba3adfd0f7485691 +size 160032 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Step_Set_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Step_Set_1.uasset new file mode 100644 index 00000000..b69aec6b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Step_Set_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc3e63dc4581febe87031fc39eddcd191389b1760381fe916d90d77c9c7a8f9 +size 213116 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Clasp.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Clasp.uasset new file mode 100644 index 00000000..924dc7bf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Clasp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b03ee196bb68c3a793292feaa3e49a6949ce6756bab42f05af2d1812b3f095 +size 132172 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Eyebrow.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Eyebrow.uasset new file mode 100644 index 00000000..8755bebb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Eyebrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b60a79a9d6fcf911b442decdf032b127bc0ee2c2169243c2aef47b608da69a2 +size 143750 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Eyebrow_NOMOSS_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Eyebrow_NOMOSS_Inst.uasset new file mode 100644 index 00000000..7703949c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Eyebrow_NOMOSS_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:006cea944a925f7d3ee44baab7d3cee7b725bc302f07f4fd3bd3033e1fff51a4 +size 138197 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway.uasset new file mode 100644 index 00000000..6c9d1bf8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331b3826d4764beb9fc763f1e05212ef642ae50e2c431cc76908a0bcc3731c1d +size 159957 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway2.uasset new file mode 100644 index 00000000..3215e349 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1beaf27e3e016adec200510234c71ec486653c0f250a119ed35bd25339fe9b2e +size 157590 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway_NOMOSS_Inst2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway_NOMOSS_Inst2.uasset new file mode 100644 index 00000000..eba1ab61 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Gateway_NOMOSS_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30251ba65b4882e720585b000b5244f0a92b4c0a775e4d71c11edc22ecc22348 +size 138654 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Nose.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Nose.uasset new file mode 100644 index 00000000..e3838d1a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Nose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3048b40f72170e36522f1849c87ea1bff66ae34a1c95c2cb1c6ed97d1b5cfa7 +size 148624 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_NosePlain.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_NosePlain.uasset new file mode 100644 index 00000000..ee30c2f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_NosePlain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781c9e80786f21b5af990c1a9e39920305852d8251e093e8a8d3acc53aaf039c +size 150257 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_NosePlain_NOMOSS_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_NosePlain_NOMOSS_Inst.uasset new file mode 100644 index 00000000..40a709bf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_NosePlain_NOMOSS_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385c88ff5d44c092bd65f175604a985247133160cf3b12a9d6d6530113c42526 +size 138155 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Pillar.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Pillar.uasset new file mode 100644 index 00000000..dcf37856 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1e7a9806ba43092c1d4812559e752a8d2243136122cc7c430f8a90dc82b7b8 +size 137705 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Piston.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Piston.uasset new file mode 100644 index 00000000..8fb8af93 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Piston.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb51560873db16470be79d8f8b25cfc5a863a367cde0b932d7c22e176e23dd8 +size 133182 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEnds2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEnds2.uasset new file mode 100644 index 00000000..668a40b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEnds2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90cc8413ddd9a4b800b13960028c195fcd25f4e238b0f745a1f7a6023a7f341d +size 156989 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEndsPlain.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEndsPlain.uasset new file mode 100644 index 00000000..baba974a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEndsPlain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaf41f48e0b0a5459d336a3480e8798323589e72279457d447b68ec850b1f8bf +size 148942 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEndsPlain_NOMOSS_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEndsPlain_NOMOSS_Inst.uasset new file mode 100644 index 00000000..c6baed36 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingEndsPlain_NOMOSS_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da8cd31a00883f1eea6f5986c4d4bd7ac0f9772e9c15ac51f7a0594f4acef5d +size 137795 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR.uasset new file mode 100644 index 00000000..8ed3b936 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f96a58d2d09ea3d807c70e1ffcca9ec52e0d2579b583246d7bff2b7da1f518d +size 148206 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR2.uasset new file mode 100644 index 00000000..87426411 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22d8b26ff8572f905a5bab818eed65ea0567d62183fbd240eab0757835cc1eb4 +size 159401 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR_NOMOSS_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR_NOMOSS_Inst.uasset new file mode 100644 index 00000000..81dd66c2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_RingSTR_NOMOSS_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48283f734e810e8935bbc16df3fb1ef2852a1721dc9ae3f847991a6a8445368 +size 137681 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim.uasset new file mode 100644 index 00000000..fc1a30bb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0be3442297db07a919167fb1e725ef85521efa5e2d04c749f8f7c786076c8e04 +size 152265 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim2.uasset new file mode 100644 index 00000000..3525701e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4211271cb402405472562a01568d5f8bdb793d27f66691a45fbcb87531fb7437 +size 158803 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim_NOMOSS_Inst2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim_NOMOSS_Inst2.uasset new file mode 100644 index 00000000..c0f8b182 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TerminusGate_Trim_NOMOSS_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5606d5c7a9c0fa2cdc25c13f872adbc3fa0a48477240cbb1bfa27ff83c5abc +size 142236 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TowerRoof.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TowerRoof.uasset new file mode 100644 index 00000000..8766ec6a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TowerRoof.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74476afc9507fe2db7b8e8c6a8eb58c18d16533ef25c2875489b53b3fac15075 +size 158181 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TowerTrim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TowerTrim.uasset new file mode 100644 index 00000000..2967bb42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_TowerTrim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e664f18775f9aa61325df41e445f8a591f49abf87d1b3381490d04e7755b50a9 +size 157953 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Tower_Sheath.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Tower_Sheath.uasset new file mode 100644 index 00000000..c7b76632 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Tower_Sheath.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c04ccee7607524abf1d2c92f5b1cbd7eb258b4204c42675837c522c0ec45c7 +size 106656 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Turret_WIP.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Turret_WIP.uasset new file mode 100644 index 00000000..8761566f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/M_Turret_WIP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac34b1f3324c74f745c36483cd6b1a137da89964f3aec6c68bd9333f08aee64 +size 150845 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MatLayerBlend_CustomOptions.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MatLayerBlend_CustomOptions.uasset new file mode 100644 index 00000000..5d0f1fa4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/MatLayerBlend_CustomOptions.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa2b402f6f9a80e47f7ea5bc0b7800f5695c585dcdd865bca993582cf23c022f +size 77817 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Floor_Concrete.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Floor_Concrete.uasset new file mode 100644 index 00000000..67a68f68 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Floor_Concrete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f247a4a6c5a537b55a21d57ca4b7fb323b549f8783744d7f54d2e337973cb387 +size 165302 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Floor_Metal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Floor_Metal.uasset new file mode 100644 index 00000000..d8943770 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Floor_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761ecc0ceee548babda030e5402521ee1165a363fe681e83fc0b445d1adfbf65 +size 142386 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Injector.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Injector.uasset new file mode 100644 index 00000000..edf56a34 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Injector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15db8791c6bdb8a5578e84be754c85165dd9febe9450c159de821e20518d8db5 +size 155154 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Piece_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Piece_A.uasset new file mode 100644 index 00000000..61b9be35 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Piece_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d79ee68f4eb1e3e280f794cd474da38e2c3825c733b9106fff764e14c40d05 +size 167121 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Piece_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Piece_B.uasset new file mode 100644 index 00000000..46b41b73 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Materials/Rock_Well_Piece_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be858b8ad44a7faf6ba896a376eccd1ce81cda67d55a64804a241a8d534edfaf +size 166877 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Agora_Deco_Portal_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Agora_Deco_Portal_B.uasset new file mode 100644 index 00000000..f80a437e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Agora_Deco_Portal_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f554bf753346b84387c4c5d3c31ebc8b1f28f943b27182deb582497cd8a5ed62 +size 1291526 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_Node3.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_Node3.uasset new file mode 100644 index 00000000..d0c6ee43 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_Node3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78fcef5c5eeebaab6620b94a097039fdfed22db6dcb31557148680b789418676 +size 178016 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_Node7.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_Node7.uasset new file mode 100644 index 00000000..36702bcc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_Node7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0fb11d80180b3b71f67cdd887aa4e7631ffbfb64bffe9017040a76657a5ce2 +size 461571 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_TrimCUR3.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_TrimCUR3.uasset new file mode 100644 index 00000000..b54f2630 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Artifacts_TrimCUR3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6306e3882ef19b0fca98210f239a711e3a0fc3a50c65398546791d0306d8dc9 +size 351357 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Core_Stairs.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Core_Stairs.uasset new file mode 100644 index 00000000..79e16967 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Core_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c32ce567f5a1b8bcbd424fb512bbe30c0b7e7cf73e1313b7c0214d294ff4b11 +size 620961 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Platorm_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Platorm_2.uasset new file mode 100644 index 00000000..985d10c4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Platorm_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2689b3a53a88331ff3464de1d4ecd87c98713e026a3b616560bdae622dbe93af +size 358037 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_1A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_1A.uasset new file mode 100644 index 00000000..b23dabdf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_1A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf1949ccaff329b69decfa7f57078e550947b025efb666992153c9c2ddb6f00 +size 234510 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2.uasset new file mode 100644 index 00000000..72e9117e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbbe00b0009057e260ce91ba715b032eb9eb9d26aba1229680b19175b3eab1d3 +size 227343 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2A.uasset new file mode 100644 index 00000000..93ffc54e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c5fd04607f0fcd5cb83b924b9613053a380682ace27ef5828e23e46092dbee +size 246581 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2B.uasset new file mode 100644 index 00000000..b255d05f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Side_Platforms_2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8adea32080834eb278cb9df5ce7c446df2bb4bb76b0c0228e5a070a79bf59592 +size 215682 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad.uasset new file mode 100644 index 00000000..b84231fc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd50a433b7d20b9969643393eee154d16cd2df601a91cd4032a246a883496ec +size 1046002 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad_B_Ring_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad_B_Ring_C.uasset new file mode 100644 index 00000000..5d0a39fb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad_B_Ring_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1edfd82b01f745f6670e44a0bade2260e8dafe2ef3f67b2870fb7ef5dea9818b +size 119712 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad_B_Ring_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad_B_Ring_E.uasset new file mode 100644 index 00000000..cb74fe02 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Spawn_Pad_B_Ring_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f25298ccac54b840ef991227553857d9610343017b54c906654bcb47247aaf +size 120321 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_A.uasset new file mode 100644 index 00000000..c7857d9b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bb42214d774dfc3c8313e75baab458439a666e57b89e211db76fc4298d766e +size 830776 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_A_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_A_B.uasset new file mode 100644 index 00000000..17c6dfa1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_A_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549cfe0099cd96ec319fdb22e5fb984a62ae14625988c5d69e45bc56476d58d7 +size 829952 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_B.uasset new file mode 100644 index 00000000..29b9ec38 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b040682ec0f1e340ea0ecf3ea38c84488c5ca1789e75c175a428f7378debec +size 769009 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_B_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_B_B.uasset new file mode 100644 index 00000000..ade76a6b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_B_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba9b7af2100c744f86bdfd96fe471de435e4ed4e3e56d457e8daa9cca41b7fa +size 766809 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_Brace.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_Brace.uasset new file mode 100644 index 00000000..a1de99e5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_Brace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfae30a713103bcbe2e1c77b29de768471d686407bc86031ec965eca6614c8d +size 436017 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_D.uasset new file mode 100644 index 00000000..5054d561 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99f796e3df72359e085f81fe76a079233cb82ef0d3a330c3495cff8d1a65938 +size 538734 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_D_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_D_B.uasset new file mode 100644 index 00000000..0df9dda1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_D_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ba9fc501ea45ad7918fe025f0490d071dd6ec437ad4c36d77e0c44f24e3b0cd +size 538410 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_E.uasset new file mode 100644 index 00000000..7370a8b0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcad55f9e087e98156506f172aa1fc4c36b67dbe76693922f30ff48ea82521b6 +size 1003712 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_E_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_E_B.uasset new file mode 100644 index 00000000..7d5554ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_E_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3023e3b79089626874e4dd845c8dccdbcb085e1d3a8259627ee950b77cafdf4 +size 1007695 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_F.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_F.uasset new file mode 100644 index 00000000..b6600ecf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9c64f0ce1b102bc53eac71fcbc6349a9f8edcca18f0721d328e5e96dae82b0 +size 867477 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_F_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_F_B.uasset new file mode 100644 index 00000000..821a6347 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_F_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993d7d43c9d6eb20f102e2ff3400a6048e07cad83847c50c2e5d4b36bb20dd6d +size 877391 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_GHI.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_GHI.uasset new file mode 100644 index 00000000..6f4d5e42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_GHI.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba97427e7f863417bbd97603bb3bf215ede88c0b26d43f31a9957eab8f07ed3f +size 1391328 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_H_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_H_B.uasset new file mode 100644 index 00000000..94901c0a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_H_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c36bce11f9d64d289398d443dcb8ea5dc96c1f64a3730441458acd45c6e47c +size 418205 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_I_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_I_B.uasset new file mode 100644 index 00000000..30bd760d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_I_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2725d94f6680bdf66fd177d21430920d8fad2a3ee2da0ae4dd6e6836056bf09f +size 663640 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_J.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_J.uasset new file mode 100644 index 00000000..027a0f11 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_J.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59875045b397407c85bb31228dd8d305cc30d5c9f2cdd15d7c0b164bde44babf +size 858892 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_J_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_J_B.uasset new file mode 100644 index 00000000..dd9b08c1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_J_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60392fcade687f2e54c285d650eab944e5a3514f5599b2518ff4dc2bcfffb220 +size 866096 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_K.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_K.uasset new file mode 100644 index 00000000..4daaef3e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_K.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de3eb2850d8aad649c5d2d712125587129c72a1b637539f136d8923406d715ca +size 2732022 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_K_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_K_B.uasset new file mode 100644 index 00000000..a9db3fd9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_K_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f888a22fecdb9cc42145dfc5b8b953937f88503cd7f4f12e412de1a00e8f0cba +size 2714076 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_Metal_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_Metal_B.uasset new file mode 100644 index 00000000..7b038025 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Base_Wall_Piece_Metal_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69811e6d40d22e74ed048ae32238a57a57f9b2bb961c75f7760a0b19e78b1c16 +size 486134 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Carved_Rock_Symbol_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Carved_Rock_Symbol_A.uasset new file mode 100644 index 00000000..1c3ec747 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Carved_Rock_Symbol_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08bd1327704096b69ca5b47ce9148d2406a2a98f049037f6a18583c9cab2f8a7 +size 326482 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Core_Floor_Ring_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Core_Floor_Ring_2.uasset new file mode 100644 index 00000000..e7ddea5f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Core_Floor_Ring_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc0424b2000a020ad059d039e40de8c06086370f2620270f19b0afe7d5cc1acd +size 124490 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Core_Floor_Ring_3.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Core_Floor_Ring_3.uasset new file mode 100644 index 00000000..10cdf8eb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Core_Floor_Ring_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780b921a8b4bfb3d92e51c7f7f35a46b67ee2c4c63f78f2dee3b905164256487 +size 235836 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_A.uasset new file mode 100644 index 00000000..52de4844 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da73199f7eda4d86137a4ce380c1ab4984c98d378e1f2738f0e6bbbafe600f5e +size 1510505 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_B.uasset new file mode 100644 index 00000000..7be25487 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5b6e0463f2f47dc7e0eab79716bb17d8f25a581685e8ad10007f6d21c52c936 +size 962627 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_C.uasset new file mode 100644 index 00000000..67ed2243 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50c1c4cd0f9f021d72ed38e09ff470f89baf09a7e26767438214fbf034ab9b3b +size 1798089 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_D.uasset new file mode 100644 index 00000000..e5a9b340 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Dino_Nest_Piece_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da116150a97a3ca542454bfd158c0bb4fc617342bb3f2ebf17ee177208c53b14 +size 2954500 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_B_Single.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_B_Single.uasset new file mode 100644 index 00000000..1a099b40 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_B_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28376a6368b0206cae9e971e9f419a2ebf84c8fe2e37aadce4e91bfd85fe75f3 +size 205780 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_Base_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_Base_B.uasset new file mode 100644 index 00000000..b0d80f5b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_Base_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e213f7e175fe915d052e54851448ab6ca61bea7272f89674986f684396eb4a14 +size 219394 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_Base_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_Base_C.uasset new file mode 100644 index 00000000..85203b3d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Floating_Pillar_Base_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c848782bbe43a62e959653ca252a234f306970870cb2286b3a083fae139b0ce +size 181011 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Inhib_Platform_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Inhib_Platform_1.uasset new file mode 100644 index 00000000..eca91124 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Inhib_Platform_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9919f6b59da7c6b02890a0a7f441d3abf4390707bd8d7e8ef1434a6443256f28 +size 215440 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Inhibitor_Base.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Inhibitor_Base.uasset new file mode 100644 index 00000000..64d8e49d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Inhibitor_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f164df86249057d982aae7dcf23bf638922a62cc6bc92d16dea5def94933472 +size 1053608 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Jungle_Arch_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Jungle_Arch_1.uasset new file mode 100644 index 00000000..7824a8ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Jungle_Arch_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4bcc23992f67f4c0bd4237ea8a5f651efe3332ada7ab48dc49d530ca51a091 +size 533090 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Lane_Platforms_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Lane_Platforms_1.uasset new file mode 100644 index 00000000..32cea399 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Lane_Platforms_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c492feb52a9ead7fbc726072190e928a60185e9921b5e43ed9570aeca0ae6f +size 860081 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Lane_Platforms_1c.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Lane_Platforms_1c.uasset new file mode 100644 index 00000000..7805fe32 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Lane_Platforms_1c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c7e32ac5510e3bcdd8bb487f4568940d71b42bc015a8310fd337eaf882744d +size 1260798 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Tower_Platform_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Tower_Platform_1.uasset new file mode 100644 index 00000000..c874f77e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Mid_Tower_Platform_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a1ac70654c942b25b834a214c98b64f1de62dc62b93fe0b470c855ba14b9df +size 191295 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/MinionSpawner_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/MinionSpawner_2.uasset new file mode 100644 index 00000000..6ac0ad98 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/MinionSpawner_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48265182ad09a9542e7317e019687abcd1d9fd9c40baa102a788399dd72df05e +size 660767 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/PrimeHelixer.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/PrimeHelixer.uasset new file mode 100644 index 00000000..8e5a5f34 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/PrimeHelixer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5327f84304c2c14be1c9b5ec8265989df5da691153ab55930e5d612cd98c8b5e +size 4351310 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_B.uasset new file mode 100644 index 00000000..e80bb16e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9f49a543fc01da2de7e49e2f34c0111db0268c96f39965f24fa5079c256a56 +size 344885 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_B_Ring_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_B_Ring_A.uasset new file mode 100644 index 00000000..9d2158e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_B_Ring_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47dc6e3183b1e6e0fd4628d76085e60f3d912f653fc67c21a2b760b53eb56f5 +size 754123 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C.uasset new file mode 100644 index 00000000..60e33c8f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33d99792a8892a699117a4b392ff1015289f6c4f49949110b4836cd834f5412e +size 275718 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Arch_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Arch_A.uasset new file mode 100644 index 00000000..9e70fe02 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Arch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52153f7188fefe3ebf1dc1547a206121026f8b24b7c5f68c4448df7a166651f +size 1103604 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_End_A.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_End_A.uasset new file mode 100644 index 00000000..38aad49c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_End_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:665c26f06816c561295a96ebd251baebc76c9578fbdd2bdafcb7e10dfafa72ca +size 447505 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring.uasset new file mode 100644 index 00000000..0cfe1ed1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fd64a058f887487ffa3a22e480d0bbbdf14e598a8e57fd94b08d4c70dcf7b3 +size 1112771 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring_C.uasset new file mode 100644 index 00000000..7b9b4869 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b5cbb2dfc88b73b32603930d048e91010eedb0cf0dd0ff1c3d603fdbcee9d9 +size 1113222 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring_F.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring_F.uasset new file mode 100644 index 00000000..6e99ccc4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_Ring_F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90db790fbc43faf5cdb56f2f176fa09c6bd999344c83b1590401630059a7a11 +size 3211669 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_ShadowPad.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_ShadowPad.uasset new file mode 100644 index 00000000..5f5e06f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_C_ShadowPad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ac177f8ad60b840bb995a2c1bd04da1adf9bcf5baa531f2e009a05dc26207cf +size 995453 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_a.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_a.uasset new file mode 100644 index 00000000..efdeadb2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d13fe1705874df0b1a8ebd215edcd789cd4236386fbbd4914ee3f5ebcd68b2b +size 231627 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_a_b.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_a_b.uasset new file mode 100644 index 00000000..10d1d8d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Formation_Strip_a_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451e811347d7424c786002122668234d0131920015787deeb1ec7484518f0fa4 +size 455958 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Floor_Hole.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Floor_Hole.uasset new file mode 100644 index 00000000..72fc3adb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Floor_Hole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52efa8a92da92e1a943c19a9b48ca072523a033ccd38f25ded5ce8d7eaf3d19c +size 198529 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Floor_Trim.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Floor_Trim.uasset new file mode 100644 index 00000000..30bb89bd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Floor_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91048d71324916f4942940cbc9df41135a0ab69818a7f682d5af002c52ee79d0 +size 2394732 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Halo.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Halo.uasset new file mode 100644 index 00000000..32a15c9c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Halo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6804a55a23903f41fd0bc418f5bdddfe25f58c54f0c7fb49c38cc2d26cd961c +size 1986357 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Halo_B.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Halo_B.uasset new file mode 100644 index 00000000..ba3a4fed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Halo_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2ce63c47e603482f6261e5628c40932977afc84bdb3b4710b009e04967f0ee +size 1399221 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Injector.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Injector.uasset new file mode 100644 index 00000000..4be3e224 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Injector.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbfd9c963cf142a434d9ac0af5eef336e12569c369cc99fa5b4761611392ba1 +size 717473 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Clasps.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Clasps.uasset new file mode 100644 index 00000000..d653e8fe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Clasps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c394c9f26e7b570c3acccb6ac37fdaf524f49b3c1ae11838dbafb739b560ed65 +size 3677998 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Collars.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Collars.uasset new file mode 100644 index 00000000..3aadb7b7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Collars.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c546b8070157c2c837253d135e2882d8b6567c958291b235d760aa6729f5d1b +size 881698 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Donut.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Donut.uasset new file mode 100644 index 00000000..3e99712f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Donut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccdc61ef4ac0ec4ceb440aa0099c6ce21514fc8122fe0db832626db013553b3 +size 2989855 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Fan.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Fan.uasset new file mode 100644 index 00000000..480bb4ec --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_Large_Fan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50cd32a610813721d842488cf5a1c5b667a44b66e3e963ca12f8e128259606ef +size 985204 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_floor.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_floor.uasset new file mode 100644 index 00000000..0909f658 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Rock_Well_floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ba02b0b3a8320cf3d8153bd1460d3c7e24a3d47084c9d2599b936948346fd8 +size 2206403 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains1.uasset new file mode 100644 index 00000000..1b62bca4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b000848b7f36cbab616c95dd7df29125aaa44ba08bcab12f1d0eeb9b5ba5e1 +size 316038 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains2.uasset new file mode 100644 index 00000000..e4cf262f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ace41fcf24c516e9b8d5a8aa2064a4b95041a52350f74d30df9db80676e26d +size 278591 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains3.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains3.uasset new file mode 100644 index 00000000..fd6ac7ad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb59fe5031d809c7642458942f1c1668c0111a4cdff485428a9f8b64e69bfbcd +size 242065 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains4.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains4.uasset new file mode 100644 index 00000000..7d36b898 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945d354519333dd654c68d46d7765992018e5042670c1b74c6676314b3ec54a8 +size 261441 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains5.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains5.uasset new file mode 100644 index 00000000..799483ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb5210aaf8e4216fa629f5e4d31f2bf095b5e0f2956dc9f01402f7120c0bc9e +size 195925 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains6.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains6.uasset new file mode 100644 index 00000000..28fdd141 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/RuinRemains6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38ef638a9eacc70501589991faf1af944139025e2af0a5cab76d7c5c8d995ad3 +size 173625 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Angelsjon_TriPillar.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Angelsjon_TriPillar.uasset new file mode 100644 index 00000000..5a825d7d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Angelsjon_TriPillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7040f86c462aac0afe5f3f257dd85b55930ba9cd7418669674900ca4fff684ad +size 757091 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Floor_Ring_Inhib_Top.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Floor_Ring_Inhib_Top.uasset new file mode 100644 index 00000000..497722b5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Floor_Ring_Inhib_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f0057b07a3452522de83cfe4cff31968c5f36c0b20d22da03b4151f9799449 +size 198090 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_MineralPoolTrim_R1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_MineralPoolTrim_R1.uasset new file mode 100644 index 00000000..56c4aad1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_MineralPoolTrim_R1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:236739e94be37013643721defc877128e764ceeed976b4cd56cb8a1b665aebe2 +size 737969 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_StairsEnd_PM.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_StairsEnd_PM.uasset new file mode 100644 index 00000000..9dbf1028 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_StairsEnd_PM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b372a255ada60f2f40632a3a6c9c9a8b46761b5cc2e7675a828f87014e37857 +size 176965 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Stairs_PM.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Stairs_PM.uasset new file mode 100644 index 00000000..6aa0a6b8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Stairs_PM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec8e0eb7b5f0b6067b7fffa2342a893ea5ccac272c34f273a703336ea46b9ae +size 121905 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Stairs_PM_2x3.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Stairs_PM_2x3.uasset new file mode 100644 index 00000000..c8c64d02 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Stairs_PM_2x3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e684d80139ff9cd219252c85dc4b2640f39703c115a91ebdb5ea4f25cb741370 +size 217953 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_TowerTrunk_Temp.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_TowerTrunk_Temp.uasset new file mode 100644 index 00000000..f5761131 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_TowerTrunk_Temp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2535415850e3b24244f4d2d87b208acb2fe58a696a88264c9a66f409c46371a +size 407474 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Turret.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Turret.uasset new file mode 100644 index 00000000..596a4732 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/SM_Turret.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d30bd3ebdd0651e49f0c44e775b2d10795a3b68131dad51cd0b321746dda0f +size 340292 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Static_Pillar_Trim_C.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Static_Pillar_Trim_C.uasset new file mode 100644 index 00000000..a8b1fd11 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Static_Pillar_Trim_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc35af788308860e6dff66eefec4ed48332cee914a5d68c77b19a3e41419335e +size 159907 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusClasps1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusClasps1.uasset new file mode 100644 index 00000000..36f383e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusClasps1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb422fd42b65d3e5515e0418a855775442884ad78498e57b67ee257610d33602 +size 267558 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusClasps2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusClasps2.uasset new file mode 100644 index 00000000..bd23360f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusClasps2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80f0b0e052e9866756fc79acf939cc13896dbeec8b921722dea6968808f1efd +size 406590 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusEyebrows.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusEyebrows.uasset new file mode 100644 index 00000000..70b653e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusEyebrows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627196ffd54dfd7863741853cb0d860890260dc6903157b4ecfc11a961b712f8 +size 492688 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateBit2a.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateBit2a.uasset new file mode 100644 index 00000000..ae4979d9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateBit2a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ed44ece9f764f4dfb4a2f663597a44cb46dab528dc03968cf20ed13fc06940 +size 273256 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateWayRings.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateWayRings.uasset new file mode 100644 index 00000000..0f0d7c92 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateWayRings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6580d0ada72db852bc4f91d964a43841879b9396134d602a435c05c0dd8cb6fb +size 319237 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateway.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateway.uasset new file mode 100644 index 00000000..5bb44b78 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusGateway.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ebff344191f07c2aa47f3a5b9dcfa0fed86ab1b72fe95dfe836d6649fbbe83 +size 306796 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusPillarBigYins.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusPillarBigYins.uasset new file mode 100644 index 00000000..8e85515e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusPillarBigYins.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b51453ebb682e90853981b6e4a175a0f18ea07151bb24a62e97feb9ec64567e +size 233757 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusPillarWeeYins.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusPillarWeeYins.uasset new file mode 100644 index 00000000..c4830f85 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusPillarWeeYins.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ac855ea72140cf0f8e8e1e2c3e0c1883d19e83b7976609a8c4adf03aa43d51 +size 306624 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusRingBack.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusRingBack.uasset new file mode 100644 index 00000000..ac6c66cf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusRingBack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a97980247184f3e9c4a0e4c50b57d4eb2e292b1755a123c810fdaaf9e61af445 +size 643488 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusRingFront.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusRingFront.uasset new file mode 100644 index 00000000..f3816891 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TerminusRingFront.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f16cb3d6bc531b30424e33ce37bf71f815dde2ee0ba9a4d5ea5f6d7a353db15 +size 500504 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Terminus_Paragon.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Terminus_Paragon.uasset new file mode 100644 index 00000000..158a2165 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Terminus_Paragon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027b4744d71257d5a05ee31175a118ae729f96f0903ea12b47e93e28c90bfd78 +size 280144 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Terminus_Pillar_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Terminus_Pillar_D.uasset new file mode 100644 index 00000000..5f329631 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Terminus_Pillar_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef5c07ba709ae4b144b4b291c6bfb2480e6db1dd8c3b73018395623d07a83ba3 +size 162960 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_Base.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_Base.uasset new file mode 100644 index 00000000..90edba87 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5719174c5ccce232d11562536643dd5b913a99b773d54dbfff436e38c7af6034 +size 984947 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_RoofsB1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_RoofsB1.uasset new file mode 100644 index 00000000..8efeb1bb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_RoofsB1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab2244e7962dfb4f9cecad46a9e970551f94f3003575118fb771aa4b91c575a1 +size 308079 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_TrimDecoA1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_TrimDecoA1.uasset new file mode 100644 index 00000000..75059008 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_TrimDecoA1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfb335c2d251ee63b5877e5ff6225300d2014f336145b29fda37d0b9f44c27cf +size 165458 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_TrimDecoA2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_TrimDecoA2.uasset new file mode 100644 index 00000000..bc2c45ab --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tower_TrimDecoA2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd299e2527a479d6f9b324731b30da0c90ef981438b00eac886a1b28f5f775da +size 149449 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tri_Rock_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tri_Rock_1.uasset new file mode 100644 index 00000000..f5198157 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/Tri_Rock_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73499b8d51566a56c9e7457fec12c4c3ba772f4a0db936a7258c6bbb96f07ca9 +size 280524 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TurretTower.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TurretTower.uasset new file mode 100644 index 00000000..696f629d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Meshes/TurretTower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e16dd2ec892ce1201a73693b83753f9d8c2000d77f0764ce488ecfec016ba435 +size 2656505 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/GlobalArtCollection.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/GlobalArtCollection.uasset new file mode 100644 index 00000000..46670ff3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/GlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeb807a8bda1a51938d39d263670d46ba3c6ee22e129e3132523414ea81a60c3 +size 2851 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/MC_Trainer.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/MC_Trainer.uasset new file mode 100644 index 00000000..ebfdda4b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/MC_Trainer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1c8fd80866b1b0452edf29892e11ce0ee94709edee2463bbe63e1672509bbb +size 2996 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/MPC_ShadowPlane_Switch.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/MPC_ShadowPlane_Switch.uasset new file mode 100644 index 00000000..aea51b10 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/ParameterCollections/MPC_ShadowPlane_Switch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8529f5b2ad4904bdfe59c175f5fc4fae8325262debdfbe01d31683c68acb066d +size 2288 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_Leaks_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_Leaks_M.uasset new file mode 100644 index 00000000..a5885703 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_Leaks_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537fde649e55c52a1c8b908d74e6ee49d528d6c1d393bec048877a35409b40b0 +size 1256951 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_M.uasset new file mode 100644 index 00000000..ffefb0a1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2caf0fc5aa8b5015c1c1da03e4510527fcdd050d8b9fb3e8e740dbecf12c186 +size 2963609 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_N.uasset new file mode 100644 index 00000000..c19250b7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Center_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e52918b490461eaea38261ff3c9974493d2ee70348c34063ded4a5923ce8c0 +size 4457627 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_Alt_M.uasset new file mode 100644 index 00000000..f8809260 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72570d87886e0ce9bc12522a055991b23ff4d90f788362bd8b4df786d526c062 +size 3633051 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_M.uasset new file mode 100644 index 00000000..b4231854 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c959e7dd10ac40682d54d6c30ff59f1996d60d839dd16cdc651e57309308e5b +size 9750700 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_N.uasset new file mode 100644 index 00000000..45e6ce5e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Concrete_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c883d5680341c88219d24bba52300a5d327788c8298c3dd131c15ab148ffc9 +size 4479313 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_ALT_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_ALT_M.uasset new file mode 100644 index 00000000..f754423f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_ALT_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97b3f542909cf6b7d0140b299d74fcd9b2a32e038c1988eb13acfd5e5ae8ee87 +size 3781283 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_M.uasset new file mode 100644 index 00000000..21050fed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d15a69168efe485b6a6375fb66194755a12c1b6f5026d096fdb32ae0431643 +size 9053222 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_N.uasset new file mode 100644 index 00000000..2172fef4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Agora_Deco_Portal_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:914b195a5b47fee35e20eb761323b2c2627255b3cdb0e74e1fd23ae099e767ce +size 4397642 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifact_MarbleGrunge.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifact_MarbleGrunge.uasset new file mode 100644 index 00000000..37ecf481 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifact_MarbleGrunge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6561f8827810ed3d17bd072b5e3cc742f9f45579da249bdc43df6169df6bba +size 9774741 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifact_Rust_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifact_Rust_N.uasset new file mode 100644 index 00000000..a17f34c0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifact_Rust_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87e1ab1d72c693f8440ab144d3997e55a9013c9a9b8af711553f3d9785969d8 +size 7209420 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_NodeWall_HeightGrime.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_NodeWall_HeightGrime.uasset new file mode 100644 index 00000000..e756d34c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_NodeWall_HeightGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9ed7dd6849c79cfa04c09f43a172ec6d4db8fbfeaea788c234b8a3b94ee9c03 +size 2151700 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_E.uasset new file mode 100644 index 00000000..81f48b92 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156043e7ee936623fbfe1da63516dab76ba3e1735713de5712db7abf3870d298 +size 70560 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_M2.uasset new file mode 100644 index 00000000..5299a964 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f949b5bea6763fa27f9daa91e6c7dbc0f6351304eeae0ed71555ed1dc1e3f248 +size 4031216 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_N.uasset new file mode 100644 index 00000000..0b499de8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Node_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f02ae68565db4bbf48e675db2d63808310ecc501df4503bc614c233d4249980a +size 2858250 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_A_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_A_N.uasset new file mode 100644 index 00000000..a6055b5c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ce7fca1974510553140a43edf960ff738c332fb5a3bd8df0c9c92b666e5e6b +size 1506453 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_B_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_B_M2.uasset new file mode 100644 index 00000000..953e9784 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_B_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf6a1add0d1eb28618b70f8ae2f4d511c03fd9b69f616fc8d4e70c19c2193e5 +size 2839820 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_Details_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_Details_M2.uasset new file mode 100644 index 00000000..97a48979 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_Details_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90966f61955bc3856a1eb994bd7d359ce7e01df5a643b664f00df85b32efb6c2 +size 10326845 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_Details_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_Details_N.uasset new file mode 100644 index 00000000..ebcf6581 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_Details_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800abde64580cab4913b3fec21fbdbcb7e816e2ea136362b50a54343b1380ae6 +size 7262909 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_M2.uasset new file mode 100644 index 00000000..43a258dd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Artifacts_Static_Pillar_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45acd67633b71f6890c6075f83d5ab49bb2e7bf7c15490a4449527d7d6df522 +size 4488925 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise01.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..38be0dd8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f682a638cb8af179716684b1f130c4ed49538ddbd990fee39b8234b018a2bf14 +size 4250487 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise03.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..ed3381f9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ea3337d5324eb045105c6a4ded83d1d5a9da9cf649318a7e04dbaa41e943e7 +size 3661530 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise05.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise05.uasset new file mode 100644 index 00000000..895ceb95 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/AtmosphericCloudNoise05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c490e454aa64c6af9eca199966dc273e065455a78ee9d3aaef55fe9191f12005 +size 4035891 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_Carving_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_Carving_M.uasset new file mode 100644 index 00000000..13132ecf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_Carving_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08fce5a722a0982d2b928c0985efe70176a7dd56136d94dc7c2a12870d1d1f48 +size 30605589 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_Carving_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_Carving_N.uasset new file mode 100644 index 00000000..6f25cb99 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_Carving_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512d8c60dc3d24a520b582f2ab3b1c4423b72939c0469ed4a0bb8c2efdad6d7c +size 9061468 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_D.uasset new file mode 100644 index 00000000..3dd0b6b1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:611ea870e66748b3ff4d6f4bc2fc88deab762b3fb7a95a29f47c2185e03a0fb9 +size 34500162 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_M.uasset new file mode 100644 index 00000000..00dbb571 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22b63e2af4bde71de826ec0d9fe41d5661f2e3cf5695b381c542f1647a040fe +size 29014390 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_N.uasset new file mode 100644 index 00000000..930a1acd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_AB_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64986a647b55a9ea1dd998074758aa74d90c166cddd3b1455c5b7fd9366c2bc8 +size 8944977 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_D.uasset new file mode 100644 index 00000000..4950f713 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be16be883d4c2ddc7ae95bf32004203369bb89d22c02b6222c1e50269eb4c5ce +size 36626513 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_M.uasset new file mode 100644 index 00000000..64a4422a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be6ee21fcbb6f28fba6c6b2afd0f15114319397e2f678145fa97d66aa72fd5a +size 31574174 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_N.uasset new file mode 100644 index 00000000..464b32eb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Brace_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dd7f12df0e38ccf83a625527868599fad4406bf306afcf0b674fd8b6a926eeb +size 3352012 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Carving_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Carving_M.uasset new file mode 100644 index 00000000..176d28c2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Carving_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9921232601ffe393d64f2daf9bd81983f69d0230042e56f30c7eaf394943c4 +size 18665585 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Carving_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Carving_N.uasset new file mode 100644 index 00000000..fdbeaa27 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Carving_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8718e921ec32f758a802c9cb1d30eec9415378c491bc27233ddfbad2340dce0 +size 6345267 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_D.uasset new file mode 100644 index 00000000..140b3a95 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1193d58a97db3f3fc33158d0e12fc0494734498e1040d839bee71973b44f2b70 +size 33739594 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_M.uasset new file mode 100644 index 00000000..2f974d06 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0456cae5ba2433b45c704f510be6e6ff4028c84823565acf26bb8e188113fc +size 19020984 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Mask.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Mask.uasset new file mode 100644 index 00000000..7c97f3b1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f75dbf04285a1b7e895293e7373186faa6fc918a42d4f377773aba97cd74c85 +size 23995735 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_N.uasset new file mode 100644 index 00000000..126ac818 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_E_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d301253f424bdbddc552bbdc525bf46610327bed37f162629489decc6c3be76 +size 8468472 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_Carving_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_Carving_M.uasset new file mode 100644 index 00000000..2744387f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_Carving_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02a18216113ecae3b1abab1c1ca6add03224d7293b690d6a9621195b4377baf3 +size 30655545 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_Carving_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_Carving_N.uasset new file mode 100644 index 00000000..4833df7f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_Carving_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65406cefe6da85f56a1b25ad284750ee694d6d0defafd31e88cdc493b05b8ee6 +size 7006454 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_D.uasset new file mode 100644 index 00000000..32d337d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a1c493f2893d91db3f045d3af11ca267ebcab6381b403f43e82e1a5fa5c98 +size 34511144 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_M.uasset new file mode 100644 index 00000000..6ffea6da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2321246b27c4e758c32d33e0e10891b9edba1ecd351d5e01faba11e4ea54c66e +size 33494059 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_N.uasset new file mode 100644 index 00000000..6beaad4f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_FD_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c775af39b5a9da4c1781597efe7394fe8819f2223a1b9b1eb6ff75ab071a480 +size 21732599 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_D.uasset new file mode 100644 index 00000000..32a5fd67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2141b39aa0ae3840f90c060ea52dd570be0dc03af2c568145e868a78e0a12991 +size 36235138 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_M.uasset new file mode 100644 index 00000000..57178f9b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230d361ed24702f053b59e9b938a756f0259e23931de0e339f91ce94b441523e +size 33241141 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_N.uasset new file mode 100644 index 00000000..546678e6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_GHI_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8575a9ffc3f8f5b60154ac23ffe3b59174b9bb70a56ece6247dc9aa5c9db32 +size 13162465 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_D.uasset new file mode 100644 index 00000000..5a6cac99 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca723fe3346256ce0481b4e731209c4f691223e3d5ac520b4cab0c80be3db917 +size 37167691 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_M.uasset new file mode 100644 index 00000000..ae030e60 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0880a6000426d56410c54efc02647ffc019bcf2c870f492386c3f74930cbd3f +size 32100866 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_N.uasset new file mode 100644 index 00000000..4394918a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_J_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2a1a8f658bb3c2ead5ffc198cca46c646c891a34eb83e5b413db35910ecc460 +size 9828418 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_Carving_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_Carving_M.uasset new file mode 100644 index 00000000..26238335 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_Carving_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89d53a4011a61712fc0fede7a5eefedba685095b9695a30d4d1e6265faada35d +size 29922390 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_Carving_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_Carving_N.uasset new file mode 100644 index 00000000..ac3a1bcb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_Carving_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f84e903a548e6390b985b3d1a1198bceb52abe1c536a0b0f07cf2396d9c6fb2 +size 8266181 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_D.uasset new file mode 100644 index 00000000..48e451d1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fda6818de08bcc59ca1f8844290eabaac9535120d30a1e81276e53cb839eb77 +size 36150717 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_M.uasset new file mode 100644 index 00000000..32ebb88e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a378907520278cb15ca7ada8de299c9ed99af3f6f796d3b33ff72d0d533332 +size 32731134 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_N.uasset new file mode 100644 index 00000000..ad717d55 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_K_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a33e22fbe5bfda0091f1fd8c723c3b3062842c0c90713c411418d35c36c5367 +size 14302073 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_D.uasset new file mode 100644 index 00000000..f7bf3fd5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b2a4f490081b63aa182f9e1e9b5a5ebb585045f8ca8fc87930a91967a900167 +size 3807261 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_M.uasset new file mode 100644 index 00000000..c27c307c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1943f45ac654a0dab9673144b2cf18058d911fbfe44aeb629f92509522291de6 +size 15835555 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_N.uasset new file mode 100644 index 00000000..1d79e283 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_Wall_Piece_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035d3393e72a606ec3159f9c23d8f04dc02d25a0a187d2b9100cadca5a808e82 +size 7978168 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_wall_Piece_Metal_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_wall_Piece_Metal_Alt_M.uasset new file mode 100644 index 00000000..8bfe2032 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Base_wall_Piece_Metal_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc53f6b3401240f61ac5330cdb1b828320450fe65b50b37ee831dd76bfb33f95 +size 5044505 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_D.uasset new file mode 100644 index 00000000..5627152a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bca42f7d75856e1ddd133608519311107fb448ff5d03009160e12ec3eb79d3 +size 34728661 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_M.uasset new file mode 100644 index 00000000..3bbcdcb2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53ba34c8f8d14a03a46df51b6285ec421e1fdd234b2d711a682a19635abd5df +size 31594336 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_N.uasset new file mode 100644 index 00000000..2c6ff670 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Carved_Rock_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6fe2b88b5a35b5e99f1979b0b1b369819315ee3307bc33cd66a772baf3be3a +size 11593585 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Cliffs0356_1_L_normal.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Cliffs0356_1_L_normal.uasset new file mode 100644 index 00000000..3dfbfdb8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Cliffs0356_1_L_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e218fdae6012228c653c3293f9a1e20dfec1452257803e1afe6a603f7f07de9 +size 8980390 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_3M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_3M.uasset new file mode 100644 index 00000000..e5ac4aa8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_3M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ffd120aabd7b0abb354fc2c14564f853bfb62cd57f363b542612d4ea3f4f54 +size 12948125 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_Color_Breakout_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_Color_Breakout_M.uasset new file mode 100644 index 00000000..762e7cca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_Color_Breakout_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aed249563beedf39d53723d457cd5978747a72213358ef5b2b5e1eac975a5dc +size 4103495 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_E.uasset new file mode 100644 index 00000000..694dc113 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a36abbf0f792df2436a8aba8db8c9a0460fac73d18d9a46b9a36db83e8ccb059 +size 219841 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_M.uasset new file mode 100644 index 00000000..be5febe8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b6d3f85e1116915981f4986fdc54bc218a911b1052ee2107fad24c90b8b5beb +size 13782503 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_M2.uasset new file mode 100644 index 00000000..565a09ad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9985bf4d969364acd76abc57c205a09bb4708f886413a9a0482a9ce6aa0cae1 +size 15632582 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_MetalMask.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_MetalMask.uasset new file mode 100644 index 00000000..1468ddb3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_MetalMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9963f7452376ce89bd3af09348b96d7d53af28d9ea17cbc18320d336a1b7dc29 +size 6802610 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_N.uasset new file mode 100644 index 00000000..3260cb14 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Concrete_Trims_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e539c58c9d9ead886fbb0189dc993aa398fcc70d42ed5f1edd2592eb01791179 +size 8759408 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_Color_Breakout_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_Color_Breakout_M.uasset new file mode 100644 index 00000000..25612021 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_Color_Breakout_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:576d33cf42f240003319034aa75b66b85dc5a54bdd56a007881ab6b052fe416a +size 2077437 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_M.uasset new file mode 100644 index 00000000..f15b71c5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b1f350fc52b0dd956f7613407ef03e053153722b8fee58b9cbc43cbd916296 +size 6137512 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_N.uasset new file mode 100644 index 00000000..362cd551 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Core_Base_Metal_Trims_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1b84df7b1222714b36acf4f59e6fc51d38af0b37494f8d0c1b557b2258ce3f +size 4159970 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/CutConcrete_Flat.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/CutConcrete_Flat.uasset new file mode 100644 index 00000000..67524cbe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/CutConcrete_Flat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4e8e0875a939cdd2ec837419bf360537475f69da243d7416c8a06ec29b02154 +size 8431746 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/DS360_059_Ref.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/DS360_059_Ref.uasset new file mode 100644 index 00000000..8e59dead --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/DS360_059_Ref.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a785ddd5bd18dbe6b4a7eaf68195469264c18806c1ee20feeb666a8dbee970c5 +size 14831768 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Decal_Astro.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Decal_Astro.uasset new file mode 100644 index 00000000..fec24182 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Decal_Astro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daad0ee947beee893b33dda3ced67bc3ff61a820d939897ba01b40b28f2fd5b +size 3667823 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Decal_Astro_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Decal_Astro_N.uasset new file mode 100644 index 00000000..3c3d7d93 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Decal_Astro_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac93b672dad637e211b2f26c1087045455b2c66c29a3f0dc4d70a5369382a9b +size 2234238 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_M2.uasset new file mode 100644 index 00000000..931eca99 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1add058d9ef5432c330fba99fe213c457da554aee7ae230d38d8dc2c4c4f63e7 +size 3891063 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_a_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_a_E.uasset new file mode 100644 index 00000000..87dfd8be --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_a_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f5eff35e62f5c443d19badc0ca37fa50ff2dc07b3b1f142f948028c1e810bc8 +size 10504 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_a_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_a_N.uasset new file mode 100644 index 00000000..c4b43422 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Details_a_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535b4e681b8e3f82f80affd49e6d17ae0a472b61bf4fc5e9fb9dde8e064122ba +size 1358807 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Pillar_Base_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Pillar_Base_M2.uasset new file mode 100644 index 00000000..269aaf1d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Pillar_Base_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6542a98dd540a0d04d0dc902da4e4ae02e53d0b9f2b6736f9156298fcc2b58fb +size 3151294 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Pillar_Base_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Pillar_Base_N.uasset new file mode 100644 index 00000000..e8f78392 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Deco_Large_Arch_Pillar_Base_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e6f6910802f5f2a5d06e6d07445aa6454077bd49fd62c62ceaa30691b5179c6 +size 572036 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_D.uasset new file mode 100644 index 00000000..8e5ca02d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:553bb900ee58fcb617bf949d6f903239ea0dbab9d7284db3584215e9c8f67b43 +size 33434253 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_M.uasset new file mode 100644 index 00000000..374a218a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d35c99c0477b53b90d765a3c5b736afc17d571e4fdcf5f07e440c96bc03652a +size 21657297 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_N.uasset new file mode 100644 index 00000000..fc1d4ae6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Dino_Nest_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98164bc62d0b51cdd9457c301121473f006df6bae4800c05cf433838d5658b1e +size 31856472 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MArbleTiles_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MArbleTiles_M.uasset new file mode 100644 index 00000000..c693337c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MArbleTiles_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5350de375388eac8b0ecf5e42bfa94da09a08eeb9209905e4599dc1092d78977 +size 200308 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MArbleTiles_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MArbleTiles_N.uasset new file mode 100644 index 00000000..5a044bb6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MArbleTiles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4da36c6b4aab5a9de104e091b12bf91e0e0f28ecf298916cadc4c49e11410210 +size 1827535 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MarbleTiles2_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MarbleTiles2_M.uasset new file mode 100644 index 00000000..bfc5b56b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MarbleTiles2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68004fee8fb32197b4e0e5cce0cc64e27a541cd7026a590bd8dc56c61056b4a2 +size 688166 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MarbleTiles2_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MarbleTiles2_N.uasset new file mode 100644 index 00000000..b1c72a11 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/MarbleTiles2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c0901b72ef271918280fa174e1ce4d6ab7d5a8e4ae5591e0aa5709d3a427af +size 835430 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_Black_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_Black_D.uasset new file mode 100644 index 00000000..38fb4761 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_Black_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afbc23fee285b046082c15d5169883577be4f87455c2c6c33dbfc03dd6bbaf5 +size 2520685 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_D.uasset new file mode 100644 index 00000000..7ec9bafb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250a425d79ece6794aa9db4cf958853967443b769f8e8b51ef8baf221f60e5d0 +size 3453145 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_M.uasset new file mode 100644 index 00000000..f310783b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76e16237c7401cfefa79f72a81b5d05ca14b376a691d5c5f0300feae820a960 +size 5251849 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_N.uasset new file mode 100644 index 00000000..9c9b591c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Chipped_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179d947191bcedcd0071022de4854a30c26d9b34e2240c0525c50187ff3f36cb +size 7444425 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_Black_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_Black_D.uasset new file mode 100644 index 00000000..1439298f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_Black_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69fe3eb5ae053e325ffef507c4a0c662f89c41dc2f7ef8dd3b0629fb69657b2d +size 4153920 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_D.uasset new file mode 100644 index 00000000..45f7a02a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af787f1d7e14f59b2718bc10ff731e9dc41889ffdb71b2587687f7804d889295 +size 5439143 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_M.uasset new file mode 100644 index 00000000..c6cb4fc3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:177448157416a50cf3e01c7e40a899c2d3d1fbd563d5e7896c253c7b52abf57d +size 5169922 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_N.uasset new file mode 100644 index 00000000..5cacabdd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_Damaged_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334484704d935d3a54c0333fd806dc2bf79528c20f471333f7315682780ac2d9 +size 10819244 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_M.uasset new file mode 100644 index 00000000..e4cd413e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54629e13a8176036474cafa713c448c14ed05772b2085e3ead2aed5fa8d10381 +size 6623032 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_Black_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_Black_D.uasset new file mode 100644 index 00000000..46fac6e6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_Black_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34863634d9c24b8ba84c4571c4ac51d34db74f053ff1595e56539c0ede527c40 +size 4430555 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_D.uasset new file mode 100644 index 00000000..7ecca018 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f36d2015d00858e624305dd1173cc61a01f98d07e1ce44536fc9a2e25ed5ec +size 4545503 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_M.uasset new file mode 100644 index 00000000..51355e7f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6a7398afa78cffa96526742f9ba045a2f0101a91afd37347ad75145dc30d2b +size 1399470 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_N.uasset new file mode 100644 index 00000000..cf502468 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Marble_worn_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec4b524e97fc3ed1eec529af6cb2c0790747aa1d7aa3c0263346a33ea4e8668 +size 6432596 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/ObeliskBOT_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/ObeliskBOT_N.uasset new file mode 100644 index 00000000..9a36cfa5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/ObeliskBOT_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ce8e51a51074122ad8179a5b02fc7da3591a7f6b51db579fe2235f37e609bc +size 3164960 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/PetalFloorA_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/PetalFloorA_N.uasset new file mode 100644 index 00000000..b583991d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/PetalFloorA_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88c756671826d50b653affd825d28a45646d12ce439362779efcf6809d1a822 +size 4217492 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Plain_Wall_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Plain_Wall_M.uasset new file mode 100644 index 00000000..a36c6c54 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Plain_Wall_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9b413ebec9e76cc980688bc274d9cb18ffd2b70ad820ea13b878b9453a04298 +size 4447485 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Plain_Wall_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Plain_Wall_N.uasset new file mode 100644 index 00000000..e7d23ad4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Plain_Wall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee96fb592e9500bd2d412afbdbfaae3b226e9bb5961dfc3804c8e43b20dd443 +size 1204343 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RGBMask.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RGBMask.uasset new file mode 100644 index 00000000..afcca79c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RGBMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe3eb2aef208c54e69e0ab51340dba7e21ae275109464342e9acdc8407bf97f6 +size 6123 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0076_1_L.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0076_1_L.uasset new file mode 100644 index 00000000..424842e2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0076_1_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74036e9c71faef02962b6b590667fa202f94c72f9e1ed809b3b74f354cdbc6eb +size 8576059 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0076_1_L_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0076_1_L_N.uasset new file mode 100644 index 00000000..b609c0e7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0076_1_L_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01c56c1edcd3a8208c6ce91d7860bd513424b7bf661dc09b1f321085a43937ed +size 11046493 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0130_1_L.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0130_1_L.uasset new file mode 100644 index 00000000..5502a270 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0130_1_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d389b28a76c54b5bf17983f8898af7a2c7eb6ee8ec73e6c3f23868a95a44af9 +size 10261216 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0139_1_L.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0139_1_L.uasset new file mode 100644 index 00000000..33744322 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RockSmooth0139_1_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbf0e44ad179668ca57e48058852671d2a0cbfc729d87cbddc98d5414c90099d +size 9549340 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_D.uasset new file mode 100644 index 00000000..1c4f17b2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2dd3b015ec5cdfe1f5dab34bf5a324010c97323f3aaa999c2c916f5ca3a1a4 +size 19333549 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_M.uasset new file mode 100644 index 00000000..7176458e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30b6079d36af9f3059f79db4dc02c73d2fa759851cce094fb4a1a5d43a81170 +size 18801430 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_Mask.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_Mask.uasset new file mode 100644 index 00000000..2b138fc6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6daccb40b73cd2fcc321ea17c515ff97d07d903720679504dacb80bfc3ba8c76 +size 16211164 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_N.uasset new file mode 100644 index 00000000..34ce2e84 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e483420e6ecd111c344bc4a71216ba91a42d92aa068086537dc3be246366be6e +size 14745663 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_D.uasset new file mode 100644 index 00000000..f25cdddf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:974c3098ed7b77d400f55ac163191acef20773bc80f521f45260b30791b95a3b +size 11214974 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_M.uasset new file mode 100644 index 00000000..5e50f112 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f85c76d97574cc85c38beb1b6980c290fb423416989a2a12d3e81d1098cbd1 +size 10968645 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_N.uasset new file mode 100644 index 00000000..49d76a67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd3f4211e60fcc5af148790649fab479e63cd37e4ee8588fee861d5d22789a04 +size 6512212 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_D.uasset new file mode 100644 index 00000000..09480e9f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8f72cfc037b79763f7c4a5e83ab3b6065e76d6329f4abf87b32d4f198a01bf +size 35835419 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_D.uasset new file mode 100644 index 00000000..d5172de0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e480e861a9d7051a9599e3ef5ed022074fa036036a15ecc5310b63022829b5d +size 36584506 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_M.uasset new file mode 100644 index 00000000..07921d4e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe6fee9fed2c19a28d2204e518ca449936b7539162cc7bc7d1bc2994a105140 +size 32626869 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_N.uasset new file mode 100644 index 00000000..763d1ccf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_Ends_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca4d152213c554ba4379c4af5ca05e08ac29554079591967aa4f214d8f2f62db +size 13480008 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_M.uasset new file mode 100644 index 00000000..33b86a6f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:900ba34f8049d0d15b9673f0a15ad29e6a73434da391e0cb5a72c7c0b2908ce7 +size 32181026 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_M2.uasset new file mode 100644 index 00000000..b84be68a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc7265fbde61d2203dbd1ed7e4dc9d5af872b543d4d6746bd645416af72c0f10 +size 8815240 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_N.uasset new file mode 100644 index 00000000..f9312f5e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Formation_Strip_C_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfed1b36810123cb60543aed1a7efddac6428331ec4fe45082f3caa2f5db46d3 +size 6333642 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_Alt_M.uasset new file mode 100644 index 00000000..a372a124 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddbf4155dc236e29f32f676ebfc5a2a5fa46bfb1ab2d4e2357f424775e23b7ee +size 5452903 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_M.uasset new file mode 100644 index 00000000..94c488a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729afe969bf72682f9729c947d8515e34a1f43f788b6097a35a62635fb623fb5 +size 14502680 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_N.uasset new file mode 100644 index 00000000..f6d403d3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Floor_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7298049f65a979c3f2d82ec8c78be0f6e844bd75d4238bf09e32b8022c5606 +size 7913798 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_Alt_M.uasset new file mode 100644 index 00000000..d988447c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45712e8d00e43e950f6f31847755e7266668894d52a91b3427b73fe011e099e5 +size 2045647 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_M.uasset new file mode 100644 index 00000000..ccc97c98 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f13d8835a70e98a1b91881676b76308d38ddd8f45dff7645b4511ddbe69e37ba +size 4946143 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_N.uasset new file mode 100644 index 00000000..c130b97f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Injector_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e482e266c81e88409a49c37a5e9b326bc338eae4e4763846a8372e558545250e +size 3580063 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_D.uasset new file mode 100644 index 00000000..b32f5290 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6004bbcbe4b448f6744c9aa4310fde2af8904f144efe192de0a88f84703e5d1c +size 33979409 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_M.uasset new file mode 100644 index 00000000..8c960dd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9e7525e3a1b52565fbafc3298120d5eb2f80ab7d7c78662439e6a6d2f13d9a +size 33381386 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_N.uasset new file mode 100644 index 00000000..2715e42d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b90932638d186ff41c675942bc6266b396ca3bcf12a385fcff82ebf79a9eeb4 +size 16548963 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_D.uasset new file mode 100644 index 00000000..6587c190 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d0d193cbad21c2b8f81a9ce5fc36efa7382f6aca2b9a7ddedba26cfe6150ea +size 33920533 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_M.uasset new file mode 100644 index 00000000..c8d3bb4d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:499731fb211f6310b9db34ee3fa72a15aca13420a6ab6b6f61c476bea258562d +size 32689830 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_N.uasset new file mode 100644 index 00000000..39688511 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rock_Well_Piece_B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:134aba2070b531fdf662080033177ef207a5d242cf147dfd55ac35884f67b7a1 +size 14523967 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rockface_A_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rockface_A_D.uasset new file mode 100644 index 00000000..4b8ae816 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rockface_A_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddf908551b53933304449a27e2646afa4a17828baa5f190e81c5b3441bd073d +size 28140111 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rockface_A_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rockface_A_M.uasset new file mode 100644 index 00000000..cd2c5b77 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rockface_A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd11f022e44dd705e564076b10de04ccc160a739ac7addc4538e133682bc0428 +size 29642857 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_2_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_2_M.uasset new file mode 100644 index 00000000..bd06db86 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5c003b6c9057d87186b8510b641770565c0bf5874b39ccd97be4c064d53afc +size 8806897 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_D.uasset new file mode 100644 index 00000000..aaafb852 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50466f108215ed2c8ecb16d4813d74983462c0cb1a3cc90565a4925a029b142 +size 7637992 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_N.uasset new file mode 100644 index 00000000..2c37ed82 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/RuinRemains_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d493120c220146bbf240090a9bc0beab8f9b099306e27430cc86175d89fdb86 +size 4808316 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Ruins_Bit_Base_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Ruins_Bit_Base_D.uasset new file mode 100644 index 00000000..5ae3431f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Ruins_Bit_Base_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32c339f09b4c351161aaaa7e8a741f723ee17f2d6dc06128958a8de779c6e67f +size 8229050 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_E.uasset new file mode 100644 index 00000000..e88481f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4708f6d102282e488aeb3cbbb6ffdede7fab27dbbb33eb4ed73f98e29bf820 +size 477998 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_M2.uasset new file mode 100644 index 00000000..033c566e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be94f9dfbb12cbc40f1f6cd50e72a55088e25850b85bf71eb69d9f4c4caa1cdc +size 4632493 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_N.uasset new file mode 100644 index 00000000..f94eb9f0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Rune_Trim_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0ef03c447343959f5aadb4701bf2dc0bb883ac279ee3a0004a6c3b7dc4401d +size 890707 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Scree_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Scree_M.uasset new file mode 100644 index 00000000..fee73666 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Scree_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48d0ad29ffe0bb3adeea298af81d8029400cbabb843481d6c80ecc9f36789e6 +size 7583479 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Scree_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Scree_N.uasset new file mode 100644 index 00000000..93b62621 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Scree_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010c88696280e4db3ae04c558927769e2e55281fedb1bcdc4e1576cdafd5f07d +size 7076388 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_D.uasset new file mode 100644 index 00000000..579567d2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:044dfc607ec6b04eda0520f7a763c8d594868ed6e91b27e3fe7f9633223a2a05 +size 10748527 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_M.uasset new file mode 100644 index 00000000..cf0a60e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b406a7b4b9c9149ed5af82205ccdaf68a7801db2374a5e573e556e072de4e42f +size 7245751 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_N.uasset new file mode 100644 index 00000000..00c8f590 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Slate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f949f54b98b27799395926b1e1d3c5a2f6a6ab283b1874fda2f00a60ce3142 +size 9783804 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Stair_Set_1_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Stair_Set_1_N.uasset new file mode 100644 index 00000000..925a2e1e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Stair_Set_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1174c7d08fd171e28f7adf7ba99fbcf95f1fd89d831f5c88a1af49f3ad7ac7e3 +size 1980738 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Stair_Set_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Stair_Set_M.uasset new file mode 100644 index 00000000..0939e332 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Stair_Set_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1063997a4a6376a1029ab856c6e72cd1c5c7a39384bf4042d9872a8e37e10a +size 3827319 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agelsjon_Rock_1_Mask.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agelsjon_Rock_1_Mask.uasset new file mode 100644 index 00000000..708b1da8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agelsjon_Rock_1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4e9156427c259130fdc29ed8d79a8937570c4eb796471dde11e78b73424b7e +size 24612848 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agelsjon_Rock__Boulder1_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agelsjon_Rock__Boulder1_N.uasset new file mode 100644 index 00000000..565aa4f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agelsjon_Rock__Boulder1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f201acfbf1599490dd17d6ca164b4a0556a289ee6c537057157a87f8686f1ce9 +size 560473 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agora_Deco_Portal_Center_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agora_Deco_Portal_Center_Alt_M.uasset new file mode 100644 index 00000000..94caea63 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agora_Deco_Portal_Center_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d06ecbca9c5b858363ed63677302f02dc3499b53aca195b0a9d9addde8a1a17 +size 2981370 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agora_P_TerrainHeightmap.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agora_P_TerrainHeightmap.uasset new file mode 100644 index 00000000..5ecdd343 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Agora_P_TerrainHeightmap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57fdaf3dfff03e01bb6b0e61c7d3bfc8ec44af8bce2670553f51cb0dfc8ada25 +size 303479 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Bronze01.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Bronze01.uasset new file mode 100644 index 00000000..fd33e014 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Bronze01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11615ad1dd4984363feed0d206d74bc1f8c341ebf00b2f7774dbb33a0243e7b +size 8983884 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Bronze01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Bronze01_N.uasset new file mode 100644 index 00000000..d1e4aca6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Bronze01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a7ecae61998c3922ecbed3ea19ef704a202504b469dae6405b72825b0693b8 +size 4523596 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_GreenStain.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_GreenStain.uasset new file mode 100644 index 00000000..977c286e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_GreenStain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338a1284725cf7dd1845fe03cd4242371c4e3b35e0062dbdd3c0995814843cfd +size 14305343 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_GreenStain2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_GreenStain2.uasset new file mode 100644 index 00000000..8834b079 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_GreenStain2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f3b96f39c8f59721a8f8751ffb1b3d9bb5089e03c6c8ef511b1bcdcdfaf45d1 +size 10602881 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Stain_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Stain_N.uasset new file mode 100644 index 00000000..bbffa1f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Artifact_Stain_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e3e37982038a2a06c3978efca6f00d49ba7ffb9adcf94c1ed9ab1705520eec +size 3608139 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Boulder_03_D_CC_R.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Boulder_03_D_CC_R.uasset new file mode 100644 index 00000000..267b10d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Boulder_03_D_CC_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:691339a913bf00477ad968676e709fa9a195f3768fbd0f7c316e9c845088c61a +size 21909478 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_COG_ArmorMetal01.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_COG_ArmorMetal01.uasset new file mode 100644 index 00000000..20161efc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_COG_ArmorMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcd59c31cf98a9395d9864c3ea62f173d328a4af32be4839297feb73ceffc0e +size 10472003 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_COG_ArmorMetal01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_COG_ArmorMetal01_N.uasset new file mode 100644 index 00000000..927488c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_COG_ArmorMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:865f3e1973067d394862d315a62a44a588211ee02bbbf07bd26d337713c19c41 +size 10090229 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Cave_Noise_14.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Cave_Noise_14.uasset new file mode 100644 index 00000000..0d3e6c00 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Cave_Noise_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e536314abf488aa2c8cc8eb35b37fb3d9038ee541ab09ea94d744b02b246f20 +size 6040679 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_CliffRockTile_03_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_CliffRockTile_03_D.uasset new file mode 100644 index 00000000..baff0bbd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_CliffRockTile_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d2e749798a1418987bbb91f3a2164f4fea622a49d6b792785c5d9f37dd24a60 +size 12539517 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Dirt01.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Dirt01.uasset new file mode 100644 index 00000000..f6f91bb4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Dirt01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3f2981cbc81943513d698deab85523643079159e3c6cb48a0ac7f4a000fffc +size 8301281 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_DirtLeakAO_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_DirtLeakAO_M.uasset new file mode 100644 index 00000000..2e67ef4b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_DirtLeakAO_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b304b6917d1bfbe7256516af448e3aa66d2c1f38973ed190f3e41360ed23b6c +size 10429152 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_DirtSand_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_DirtSand_D.uasset new file mode 100644 index 00000000..fe24ffa5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_DirtSand_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edce076530f9605055a518883cce9232f9d6c6ba2110b3f4c84c4a86727c8f0d +size 10257763 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Floor_Mask.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Floor_Mask.uasset new file mode 100644 index 00000000..6573d8f2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Floor_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd77c87e40b5855dd9afeaa07e1448e047e2f2efcdb095785e831a50aba7bc19 +size 6488838 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GDC_StonePath_Tile_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GDC_StonePath_Tile_M.uasset new file mode 100644 index 00000000..ff01176a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GDC_StonePath_Tile_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa04b0f2156daec1f49b7680c3ca0efc659bdf4603591969c487b6087abe3dff +size 30108608 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GlansDetail.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GlansDetail.uasset new file mode 100644 index 00000000..b55da751 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GlansDetail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:414f65560a729145ada1ea8b280d3a54e06cf5c4987dd16bf78230dab69c87d2 +size 9840326 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GlansDetail_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GlansDetail_N.uasset new file mode 100644 index 00000000..2590214a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GlansDetail_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919d5a6bc56316d554313dc1aac2200b430ec951a77b4bf184722ba7dc510139 +size 11486637 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Glansgruvan_Rock_1_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Glansgruvan_Rock_1_D.uasset new file mode 100644 index 00000000..16f9f075 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Glansgruvan_Rock_1_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b97e1cd013d90eb47579dc710117ece0165f9fbd99c4d1581cabd85268ab16eb +size 7583068 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Glansgruvan_Rock_1_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Glansgruvan_Rock_1_N.uasset new file mode 100644 index 00000000..5e5bc846 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Glansgruvan_Rock_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc67a130d19e8ca6e37f31c82c2e854f97c2cb08c6363d324478f74a9ca65684 +size 8538310 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_D.uasset new file mode 100644 index 00000000..bd7886ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20565c1f169d1620778c61b5710b193404dd8ed41cdd5c05b3dcca13e6976817 +size 43551161 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_M.uasset new file mode 100644 index 00000000..5d53a54f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d353955d7c03a2dacf6e53aecde51c8b82a47f71dab50823d0ca4c5668d8f2 +size 6539409 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_N.uasset new file mode 100644 index 00000000..e9af70d3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_GravelAdvanced_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:202b86f49337f50a010ef73f363a0880bb2317eb734dd4c5f0ffc2d0909ad9d6 +size 30910257 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_DarkMetal_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_DarkMetal_M.uasset new file mode 100644 index 00000000..6b95347b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_DarkMetal_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9673a8a8ef0942c92b01b701b04e057f3d0c405f8a8de32e987101c300af9a24 +size 5759960 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_E.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_E.uasset new file mode 100644 index 00000000..32b50ca0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60645e3457bc65a3a47ccea6304145b0420b2137e31e4b8d67bbfcc08a32f1cd +size 314616 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_M.uasset new file mode 100644 index 00000000..4916494f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f335f85f2f583c9964e11d6362bb9847cf873f714ed45a6e0bf63da6285792f +size 15615735 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_N.uasset new file mode 100644 index 00000000..d87c17fd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Inhibitor_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a90fb02d12a55492db3eb1ca8bef809745a355cad5365e2b4b5d6b46439eb727 +size 5575072 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_LandscapeMoss_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_LandscapeMoss_D.uasset new file mode 100644 index 00000000..4ad9d8a5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_LandscapeMoss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aca8e52480b0b51cf6a51ba033bb6a84ec4da4cfbe0ec9dfab781e3472b5f28 +size 37301674 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_LandscapeMoss_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_LandscapeMoss_M.uasset new file mode 100644 index 00000000..27b96bc7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_LandscapeMoss_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd9c2c09119d7b10fc65399b4a897c7c741c5ca4deff7302c66f3098d81c7753 +size 6367181 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleBlack_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleBlack_D.uasset new file mode 100644 index 00000000..9bde9679 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleBlack_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db18129bebff2196949867c87f2ae10131b8a6fb0164f6dc93017fe709787af1 +size 25978276 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleCracks_01_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleCracks_01_M.uasset new file mode 100644 index 00000000..ce813f90 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleCracks_01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf7702175f5663a44315a0a95a13a146dd92ef47da82f57eafdf9111fab7a09 +size 3312365 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleCracks_01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleCracks_01_N.uasset new file mode 100644 index 00000000..e68b479c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleCracks_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78255a1043ab06aa8be8f669dc140a930e3c0df8947f84eb831b85956da89a63 +size 609527 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleVein_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleVein_D.uasset new file mode 100644 index 00000000..d867c773 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MarbleVein_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0cc97b9573f5648d5d86c9c3364fdc2cf34fa9c3d5a5cc1105ecb8eb4333a9 +size 23763121 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Dull_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Dull_D.uasset new file mode 100644 index 00000000..945fb5ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Dull_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c0c52a0a5130fb25586971af294fb9f0090fd86c413da37c659361129c0633c +size 20896856 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_D.uasset new file mode 100644 index 00000000..0bc95891 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3068d4f50b73a4b05d4c5ce50683b3aa233270261cd5f2c6851aa0cbb9ea184 +size 20214610 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_M.uasset new file mode 100644 index 00000000..80b37231 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12667ce76f66f299a195b6749fb650a1c6084b8e7b0d9b2f35464e516918900f +size 2690164 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..190aa0f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b81ca184736e553b105ebfe471b039d5f8c25b4ddeac88e2d02e97e91b723e47 +size 9592395 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralPoolTrim_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralPoolTrim_M.uasset new file mode 100644 index 00000000..fa4da72e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralPoolTrim_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f8e3cb9213d345ea83a52040b507724839d6091e6ba4251173f6c16d0dd1ca8 +size 189087 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_D.uasset new file mode 100644 index 00000000..d1dabeca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6827e0cbb2d2854a3e4f783608355156bc4ea323c5e30cd74e727f097016add +size 8257334 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_M.uasset new file mode 100644 index 00000000..1f3684ff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a5232595be1a2043bb669433df437d400551f4a980fbb759f782d212edacce +size 2134349 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_N.uasset new file mode 100644 index 00000000..0c8c54e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MineralRocks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c121bcf1025bbb7f753f2be9e69d67d0a381d8713c8827d7d8a24847962be18e +size 8012785 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMask_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMask_M.uasset new file mode 100644 index 00000000..43f93bc7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMask_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87742c544066192c02752aed57aa9602a8005e4d34af6de028e9a4e92242624 +size 2922049 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMask_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMask_N.uasset new file mode 100644 index 00000000..e4207508 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMask_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58898b655c2942f58093e48761c95d076e9d986b126a74b507df37eeb5eb0fd7 +size 7726308 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMesh_Ground_Mipfix.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMesh_Ground_Mipfix.uasset new file mode 100644 index 00000000..558395ad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMesh_Ground_Mipfix.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4677b0b072faa377051a0b84d20b819e3bf4e96d961e39ef7dcf89fb2a1b2aaa +size 14123904 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMesh_Ground_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMesh_Ground_N.uasset new file mode 100644 index 00000000..f55bd4c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_MossMesh_Ground_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db183f60407b9472a59e02a751b1fef5da65297bb67e1eb6647d828970234c85 +size 11638299 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Mossrocks_Moss_02_D2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Mossrocks_Moss_02_D2.uasset new file mode 100644 index 00000000..dfa78de3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Mossrocks_Moss_02_D2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97d48e1fed78428ec37a481fd06454d81885a2e1938e3ab625dc7f11dd6f8f14 +size 10280269 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset new file mode 100644 index 00000000..200dfb1d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90472923ca3a4464af68b29ba73c9b4acbbef37f61a6891fc044e5d06be501c0 +size 2022357 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_D.uasset new file mode 100644 index 00000000..9fe15cd3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6e4b43a814c6c0c1fa95854d2176aa31a25cd36ecb840e253b7270256df499 +size 1672179 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_MRS.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_MRS.uasset new file mode 100644 index 00000000..0989b6a4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_MRS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20848db340c2b62114f12b188767fabf92663d431e72fb7831b3286b8224bf8 +size 1738024 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_N.uasset new file mode 100644 index 00000000..35ff6de4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_PROXY_TurretTower_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571b7dc44a794efe236a24d4843a0c78f877160cad464e3ae3f75e11bef70170 +size 1533705 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockFlakes.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockFlakes.uasset new file mode 100644 index 00000000..fe79776c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockFlakes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a74adc73a119bc5de75761dbe1e7994a9446a5ea2333a2906b78af60c68ef71b +size 211512 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockHeightVariation.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockHeightVariation.uasset new file mode 100644 index 00000000..a986103c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockHeightVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd5b4c2a121b3c1090030c8be69fb41290f806ea4da82fa3fca58a9ed8b29d24 +size 498546 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockSmooth0074_1_XL_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockSmooth0074_1_XL_N.uasset new file mode 100644 index 00000000..0581cc0e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_RockSmooth0074_1_XL_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3cbd974322e0629b47f8fd943da3839648071ee388a14e1d8095522f0a64fd5 +size 11193314 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Rusty_Earth_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Rusty_Earth_N.uasset new file mode 100644 index 00000000..7c078e42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Rusty_Earth_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8efe34b4781a5fdce5a8ad0ed47fdf3c815e861fb5bf531c7575023ea5f70a +size 10323004 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Scree_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Scree_D.uasset new file mode 100644 index 00000000..e62f0514 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Scree_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08c33a3e2b8e1b4ac953ea31b421ec32dd398081aa90fe18c0a2abf5385fc12 +size 12802364 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SmallFlower_LUT.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SmallFlower_LUT.uasset new file mode 100644 index 00000000..95688b83 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SmallFlower_LUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc55ef020333275fd70cd7fecb1de80947c89be474ca53086b9a49dd1d72bf34 +size 33543 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_D.uasset new file mode 100644 index 00000000..f358f0bd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a7f5355cad5eb4209a38db7a557b38225a32359ee2082f6d7cf08d0ea39619 +size 46753114 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_H.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_H.uasset new file mode 100644 index 00000000..6b178ff8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d945cdf98a0132d63320c29402634304fb0f84790f54909e9520e0193c4f917d +size 5727353 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_N.uasset new file mode 100644 index 00000000..239e3fba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_SoilMud2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c7b184557ff2ef4e247a54a3402cf0dd531e5f1c4eed1f9bf6122739ae6a79 +size 30542784 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_Black_PM_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_Black_PM_D.uasset new file mode 100644 index 00000000..605ce2e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_Black_PM_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25dea31ea9f20d58e2c19c53894c0af0ca6ba6efd3cfd136e6e4b40694fc473 +size 21056693 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_D.uasset new file mode 100644 index 00000000..c5ce64f4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3418f3144222c3b3a77f7a9daaa3eda77a1daa1542c4581649c2a442f552e1c +size 20846036 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_M.uasset new file mode 100644 index 00000000..caa61db9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6c5118b4499c1320380cce61b616b34747c7611bcbe0a56f5bdfb4f051bd250 +size 26390224 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_N.uasset new file mode 100644 index 00000000..a1eb46f5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_PM_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0ffbc1cd6d3f62e63ded4ea0f4cebc4ab032819959b4349a0b979f439cb0cc +size 31087786 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_Whtie_PM_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_Whtie_PM_D.uasset new file mode 100644 index 00000000..a16278b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsEnd_Whtie_PM_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7d55022942de33083f901e498d1a78a282bbd9c4ec66a212bb9906d7f5802c +size 23895872 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsSeam_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsSeam_N.uasset new file mode 100644 index 00000000..7cf249e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_StairsSeam_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbc26e70fcd707ba5cae482fcfaf7b0956a7bc24dc918bb792709df9ec3f21aa +size 154279 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_01_AO.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_01_AO.uasset new file mode 100644 index 00000000..0647057a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_01_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb5adc5306fd19da9e99a6fcdcc1f29c529b9470813cc4c908e73fd940a0e079 +size 5880 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_01_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_01_M.uasset new file mode 100644 index 00000000..34ef032d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dea0b97046a51095ef7d4758351ba8a3b92d0c6c16718b474d0f07ab248c9e57 +size 5873 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_DC.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_DC.uasset new file mode 100644 index 00000000..1fb80095 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_DC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e7f99e7b360887ca3c221c680a99715d823a9535ed4a036e8caa82f9db9766 +size 5859 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_N.uasset new file mode 100644 index 00000000..544c40f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:601e8db2e78788ea43d655e78fb7531b80fa0d780f2462d9dc02289f7598ef01 +size 5852 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_Black_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_Black_D.uasset new file mode 100644 index 00000000..3886ca5f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_Black_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:998616c3656a309ac84b2299c40cce2565ddb50c469b475c10580fc3e3275afd +size 18179195 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_D.uasset new file mode 100644 index 00000000..b7b3ae61 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327b9e03b8e572ee95b99dcf3f54345cecd90161e5c19c16ae75a20614625cd5 +size 21370078 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_M.uasset new file mode 100644 index 00000000..57f0a260 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:849c2a5f5a79ef4900debbe93d7c53be49d831a90a87de43c4cb721ef53a7083 +size 26429670 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_N.uasset new file mode 100644 index 00000000..48c65c04 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74a41b46e57a24c0ef6a7174ae40bf4a6ad491a6239ba432f1aa09a93d988c24 +size 29884782 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_White_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_White_D.uasset new file mode 100644 index 00000000..042b90a7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Stairs_PM_White_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ada9a8a9a86a391c3dd816d501def91659a6edca0264db8ec9b8102d65438b0 +size 24908678 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Tile_MarsdonPebbles_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Tile_MarsdonPebbles_N.uasset new file mode 100644 index 00000000..1aa09e33 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Tile_MarsdonPebbles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7654f8f80424d69e6d6b635ae33ad80995e00a7c9aaeee437e94757d6c9a9d59 +size 34208500 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingMoss_Clovers-n-Flowers_01_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingMoss_Clovers-n-Flowers_01_D.uasset new file mode 100644 index 00000000..27bc8439 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingMoss_Clovers-n-Flowers_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:689b648850c07d264dcc8d797063cca21c9a52bc7c38e68b9263ea425f33165e +size 44726058 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingRock_A_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingRock_A_D.uasset new file mode 100644 index 00000000..ffafd7b1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingRock_A_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7094816afc8442d7a62c2c0198ca8b973f7e66f51d008ec1b417db110878db8 +size 10588653 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingRock_A_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingRock_A_N.uasset new file mode 100644 index 00000000..38b9d2b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_TilingRock_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d85cc1144ca65b80222bdb90410b3a5e4408cfa6732888e6a371006eac25d1c +size 10481340 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Turret_AO.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Turret_AO.uasset new file mode 100644 index 00000000..27aff6b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Turret_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dc0da0b7d78de542923890b2dc5ea0750890ca2cc9280858a612b5fca284f16 +size 934921 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Turret_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Turret_N.uasset new file mode 100644 index 00000000..1c75c6d6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Turret_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1f9b867c9540e4719e4cab4b49148e5fb30a2392a2afebbafc94d232668beb +size 1853038 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water2_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water2_M.uasset new file mode 100644 index 00000000..564c7f3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8685aac5758cb9c0b01746b6c6ee2d89309f8afaa92b5fa798b51f2c8df97183 +size 1541117 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water2_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water2_N.uasset new file mode 100644 index 00000000..0e64e332 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6fee11a8a0a97a53f3363fce445a231b67bf3fe03fac27e6aa518095614deb8 +size 4305954 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_WaterFoam2_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_WaterFoam2_D.uasset new file mode 100644 index 00000000..0ad4a2bb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_WaterFoam2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd5bbb5bf9723f0593931b9749b8746314a2f7cc6430453dd1d466be63b2787 +size 7745489 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water_M.uasset new file mode 100644 index 00000000..b7fafd61 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1503e71d7ffeeb76f05b1a0bdf9e3e388b2a0a5120846bcee30312548221215 +size 1588253 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water_N.uasset new file mode 100644 index 00000000..1269396e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fdbc6a57831845a078c955cbfec8548644ae646614a38d1940bc59ed9b5581 +size 3527082 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusClasp_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusClasp_M.uasset new file mode 100644 index 00000000..e324b865 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusClasp_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764ebe5749d6e793eea678563fc2ed349cd93e2655e1173ff7c6467a1884fd5e +size 5128404 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusClasp_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusClasp_N.uasset new file mode 100644 index 00000000..99d2653a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusClasp_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48415043df239700e2bc8e2a290492a6902164ccff985159403d93af4ba77724 +size 2208243 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_Alt_M.uasset new file mode 100644 index 00000000..a5b0cf8a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66d375ab928a50a1f253a0acd8d5e83d821e91b579faa5ad7287af39d8374ab +size 1340170 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_M.uasset new file mode 100644 index 00000000..8269468c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adc52b84d48464acb2beaa0365bdd0df67af47f7e1b0762a28672197426352a +size 5361919 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_N.uasset new file mode 100644 index 00000000..4fb0ecd2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusEyeBrows_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b94533fe8aafc245db23e3bdb65dd265dd6743e2c540e131cbefb91a23ad2ab +size 3385310 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_2M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_2M.uasset new file mode 100644 index 00000000..3f0254cd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_2M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1f03c864267468f97bf95f9f39887e58f9e9c4ff4083d1f9333d7ceb1573cb +size 4360102 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_Alt_M.uasset new file mode 100644 index 00000000..84c4b892 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8927de0fb6dcd0cba7b9ce0637664f2729fbb3d84d5485f2a6a5426244e127b6 +size 784614 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_M.uasset new file mode 100644 index 00000000..63b2db33 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09fb4a9a1e19416e4b8736cc94413c7b2fac13a34fee5198667684d81380299 +size 4344896 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_N.uasset new file mode 100644 index 00000000..a918d9f1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateTrim_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5c25c10e05471e41c16bf143e0693a0c0326d357d9d98ebb63977a499dda6f6 +size 1654155 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_2M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_2M.uasset new file mode 100644 index 00000000..4280037c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_2M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b341592c0fa7b25cdfbc63922794e941305d9847f726eea55d01a84472a569b4 +size 5193293 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_3M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_3M.uasset new file mode 100644 index 00000000..c2e7d601 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_3M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040babb8bb467e2aaed75bfdfa1bfc55509e6fe2b0af3ec4d17ab424117df36e +size 4686267 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_Alt_2_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_Alt_2_M.uasset new file mode 100644 index 00000000..225ad88c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_Alt_2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea048d1b0f17e08bac16bb446b04e15eba7fddce1390448a3a8360264ed3567 +size 2061709 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_Alt_M.uasset new file mode 100644 index 00000000..4fa77a98 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e2b37866ab2ee2f3cb211ab861c67cb78df4863ad94c3f8c123e21ab583136 +size 2472454 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_M.uasset new file mode 100644 index 00000000..7ecbd5a4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6696ca288648c1bc5b113103daa4f25e1fcc49def39d66e7e46b97828362cc +size 5193365 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_N.uasset new file mode 100644 index 00000000..100cc7b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusGateway_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dafb4f89e906d38fc7216401e7db45721d98551cb450888bc04b1e3966f7daeb +size 3250706 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_Alt_M.uasset new file mode 100644 index 00000000..0e2d1004 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6382820ecd790ec860cc51b7f72fdbf7580f11c31695a409d0325c037be54a8 +size 1449742 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_M.uasset new file mode 100644 index 00000000..e168b8ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc30a7502dfe08ff7e15529b5f12a04d29d5efc6efef486e2d2ca25252492c4e +size 3907692 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_N.uasset new file mode 100644 index 00000000..a2d00e2a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusNose_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f09fc5dd7d8394f6fb700d1becb27729d1579cc66a88c5c50109ccc2992926d8 +size 3372498 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_Alt_M.uasset new file mode 100644 index 00000000..1dd52188 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2686070a755cfe253fa8340e5f8e22f64a5053b2cc6162e3f69d653006f8d86 +size 853951 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_M.uasset new file mode 100644 index 00000000..24cd698a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bd30593ffc623ea3a526436998f248f792e2dea7fdfd72737bfe32f3b3a745b +size 3369231 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_N.uasset new file mode 100644 index 00000000..ff020d49 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPillars_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8396171b82b4b3e72c3cd3ed496d6b02a6503a63393a613973e9fbb90a07aa2 +size 3009793 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_Alt_M.uasset new file mode 100644 index 00000000..9032a3ae --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec391a0e47b721ef3b6ab5086a00d2a6c20e35dd300ec4376fb0fa1d4ef1cab +size 868379 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_M.uasset new file mode 100644 index 00000000..9f696b55 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945b13e5693cf3e984ec12f215c4e89f40a8f7c7e2b2632cdfb617c2b0db1df4 +size 4389909 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_N.uasset new file mode 100644 index 00000000..8de5b36f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusPiston_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7c36fca4bac1eaad97db3d9494172661e9760f5c1d3aba9ec8b9e047303acf +size 1232405 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_2M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_2M.uasset new file mode 100644 index 00000000..03d1fe5c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_2M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48d15c4fa5ff473a0f62e79b639b5afb9ecd4132e015bd92a0ef05685ad07fce +size 4869234 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_Alt_M.uasset new file mode 100644 index 00000000..17941947 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac5e8a24e90b6ae1eed7b445c6343d4c4ea6950dda2291729d03852b1e12e28 +size 1289995 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_M.uasset new file mode 100644 index 00000000..c9e5b1b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f9014376cc41a8b8bfc9fd01752cc8605a6b75585855fdf5c320f707b28fa4 +size 4859230 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_N.uasset new file mode 100644 index 00000000..05fb225d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingEnds_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9994f979af3aa1a685080305592398a5803f28949a1127c5d0e4a203d0fc5a28 +size 3315855 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_2M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_2M.uasset new file mode 100644 index 00000000..1976a5a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_2M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fe0d90748a908555b4ede6afb189462b67ad675a2f5f6e6a99969c81b39188 +size 4174810 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_Alt_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_Alt_M.uasset new file mode 100644 index 00000000..c191e22b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_Alt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67fad078b2f9600649b1927db928645ad1d2268bb39fcad7938e2a9c447d11e1 +size 1324314 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_M.uasset new file mode 100644 index 00000000..6231b377 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19411a5b083bfbc124ef912a55639818a2bcf6834bce64ccebd997167f82c98a +size 4168579 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_N.uasset new file mode 100644 index 00000000..a1b3b528 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TerminusRingSTR_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec73342acdb19d0a47f8f33ddedbb6002cd73cd433ea510a885a536cdf262eb6 +size 2223917 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_HeightGrime.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_HeightGrime.uasset new file mode 100644 index 00000000..82c0dfdc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_HeightGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb92b7abe198021f29574733baebeb9d47f5f8a29693e0c47a64017b561eb472 +size 2321118 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_M.uasset new file mode 100644 index 00000000..4de61f6e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9072690e812f13b943b4b2de52507d2c4420c30eeb2480067dc63dcd548c728b +size 577036 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_N.uasset new file mode 100644 index 00000000..6b434d07 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Roofs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95040f765866482faf026177a371d5376a0fce8546eed5a2429ccf07f2cfc56b +size 4386553 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_HeightGrime.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_HeightGrime.uasset new file mode 100644 index 00000000..cf4a2a42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_HeightGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:721a9e3132bd337c163072070185bd9ff620310a9401c47e4a052bfac0f9bc0a +size 1214209 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_M.uasset new file mode 100644 index 00000000..10711dde --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbde29e54c6a1ea368f0a070119b395db9fc601f43b87e85418f432fb6a21d31 +size 118386 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_N.uasset new file mode 100644 index 00000000..3dc9869b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Sheath_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8cd6137c2f03a4a0f50f3306ef6a13c04e4268efd26dc4daa3b7962c3fd0191 +size 2104518 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Trims_M2.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Trims_M2.uasset new file mode 100644 index 00000000..4af50497 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Trims_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a158ff74a56f259ed588610239fef6ac7d2f76e233a17a77b22b17c2ee6db12a +size 6290555 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Trims_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Trims_N.uasset new file mode 100644 index 00000000..70ed975f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Tower_Trims_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d52afbd2a3d1f50c81b7ee9298757a61d23692ba8fde194d647f0f5a25e775e +size 2946292 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TrainerFogHDR.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TrainerFogHDR.uasset new file mode 100644 index 00000000..1ad9fbc6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/TrainerFogHDR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94ae1ccafcd464970edf077b7b67735f31e7b1f38e2c6565d90498b3cf796ac +size 133842 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Turret_Roughness.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Turret_Roughness.uasset new file mode 100644 index 00000000..674f9ea0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/Turret_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0efe742814a0502d90519e5fb3795680d9b094c4f68afc6a25bb5dc2b7a62e65 +size 3679166 diff --git a/Content/ParagonProps/ParagonProps/Agora/Props/Textures/noise_flamy_Tile.uasset b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/noise_flamy_Tile.uasset new file mode 100644 index 00000000..8f4374c4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Props/Textures/noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41e7b498a1976ddbc9b8095a150632a90923bb7138d79ec7ac2463c0076e2169 +size 1190994 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Agora_Rocks_AssetMap.umap b/Content/ParagonProps/ParagonProps/Agora/Rocks/Agora_Rocks_AssetMap.umap new file mode 100644 index 00000000..09b835af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Agora_Rocks_AssetMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:356165dcb0ebf304453956a1e3637f312508db010be01a29a63a680ded48d0db +size 1513717 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/MI_Burnhope_Rock_Photo.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/MI_Burnhope_Rock_Photo.uasset new file mode 100644 index 00000000..d1cacae5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/MI_Burnhope_Rock_Photo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:074907cfd8efab7789ee8410c986b3a676bed57139bc3b72a084cdbdf84b128e +size 171924 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/MI_Scree002_NEW.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/MI_Scree002_NEW.uasset new file mode 100644 index 00000000..8792bcb3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/MI_Scree002_NEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9cfe9482c3e2e6107d9939beee155132b24f1e6aea7f3e4c57cce10785e6722 +size 174522 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon02_Cliff_Photo.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon02_Cliff_Photo.uasset new file mode 100644 index 00000000..cb0797bb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon02_Cliff_Photo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f450be06143c18aa063208acd9b4cd622829d95d8aff6c1aa79fa285f7d3894 +size 183075 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon_Rock_Inst_Photo.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon_Rock_Inst_Photo.uasset new file mode 100644 index 00000000..91d1c15a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon_Rock_Inst_Photo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f877c252dcc5d146dcb9af77785b7e28c470345386f31574ff72064ef76a8a +size 178540 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon_Rock_Pattern_2_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon_Rock_Pattern_2_Inst.uasset new file mode 100644 index 00000000..68bac115 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_Agelsjon_Rock_Pattern_2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5737ed76d6f2a5d9ec0833945465647762d62622199c32d613db590cb5497bd9 +size 179204 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_GroundRevealRock01_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_GroundRevealRock01_Inst.uasset new file mode 100644 index 00000000..6cb90e96 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_GroundRevealRock01_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135d6b4eb88d238037457bb010e69d2323190a66d53c056bd2c33a9354c72024 +size 178299 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_GroundRevealRock01_Photo.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_GroundRevealRock01_Photo.uasset new file mode 100644 index 00000000..5beb535b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_GroundRevealRock01_Photo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107acfd496c8168cba586629e1e77464f734c1d07ee66a6760ea091f1d6d4514 +size 174422 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_HaridansWall_Agora_Inst_Photo.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_HaridansWall_Agora_Inst_Photo.uasset new file mode 100644 index 00000000..c4bcc9b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_HaridansWall_Agora_Inst_Photo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11a6b30d05aaeec3afd299202f9f8b17f5055cd6c2a1876e62cea66bc490adb8 +size 179611 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_LargPlainsBoulder002_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_LargPlainsBoulder002_Inst.uasset new file mode 100644 index 00000000..66f05128 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Materials/M_LargPlainsBoulder002_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180bb46aaaad36402fbfc3526fcc1bf4d3d2ef0bf02a5de09ed4173d296ec8f7 +size 174259 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/HM_Mesh1.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/HM_Mesh1.uasset new file mode 100644 index 00000000..22e8ee59 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/HM_Mesh1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b356cd17608b57f2e6561b5af0fa2c2228ec9aa3186c4f29d4a074b4e74316b +size 180532 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon02_Cliff.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon02_Cliff.uasset new file mode 100644 index 00000000..0f314bff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon02_Cliff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f310015539e18717ba2ced08cd45af60d89daecb4fdd0a0cfde6a0d49d17ad +size 449314 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_1.uasset new file mode 100644 index 00000000..1dd06093 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e458ba68378a37a092773d9f38c6d851442967c999836a3c8e21254b0fbdc7 +size 296622 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_2_WB.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_2_WB.uasset new file mode 100644 index 00000000..f0dcf859 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_2_WB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba8b27fa58248ae96f579f71aaaa10316d2eb3ca153b53f7368ce33f8a30f9e +size 292364 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_Boulder_1.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_Boulder_1.uasset new file mode 100644 index 00000000..04c4d952 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Agelsjon_Rock_Boulder_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10386cff7c98b14c72e87b8c50f98326f5b6bbf4bb43bce761851711db595a8b +size 406579 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Angelsjon_Cylinder.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Angelsjon_Cylinder.uasset new file mode 100644 index 00000000..d59cc92e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Angelsjon_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e786dc2513235164bcdfb8320fe6c7af0be373bf5fc17a537bbcc6d0f82c826 +size 196141 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Burnhope_Rock_01.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Burnhope_Rock_01.uasset new file mode 100644 index 00000000..1092d686 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Burnhope_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264df86bd2d51b749cf7763b8687400304cff4878eff44db08a7d81712999a27 +size 277997 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock001.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock001.uasset new file mode 100644 index 00000000..41068bf5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock001.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480961a431df6d4ff9651efbfccf41273bb5e30d4630b6b2f556b64802c1c096 +size 1097300 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock010.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock010.uasset new file mode 100644 index 00000000..78933ae3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9394b0d6e22f3dda99361e7ddeeca366947a9adf86204f61d841ec7b7c672d +size 576339 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock_Cliff.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock_Cliff.uasset new file mode 100644 index 00000000..0bba7c41 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock_Cliff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e0b4c51f728e700fa140063b7b9220d14985914677a15846f2700e4c4ce3d3 +size 576441 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock_CliffBent.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock_CliffBent.uasset new file mode 100644 index 00000000..b119fbc8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_GroundRevealRock_CliffBent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5afb6855e6d5b3fbc5477410a7957269d8b9752903a4188fb7249b130606ad4 +size 577125 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_HadriansWall.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_HadriansWall.uasset new file mode 100644 index 00000000..deeb022c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_HadriansWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1fb6ce8ba02834b08f4be6986d9eab4d8effceee07171e839f9c6aac96bd622 +size 1996714 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_HadriansWall_RockFace_002_RotatedFlat_NoGrass.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_HadriansWall_RockFace_002_RotatedFlat_NoGrass.uasset new file mode 100644 index 00000000..827d4c83 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_HadriansWall_RockFace_002_RotatedFlat_NoGrass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9add8a933a9c9d82aac3b52522d9fc0f3ff1d55927b79c564149cc1243b68cab +size 2026323 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_LargePlainsBoulder002.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_LargePlainsBoulder002.uasset new file mode 100644 index 00000000..89696695 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_LargePlainsBoulder002.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39b2039f855b0ccc6a8af72909e75ab05e1bc3fd47e603ca2b13682a2ce516b6 +size 659541 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Scree002_NEW.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Scree002_NEW.uasset new file mode 100644 index 00000000..68f33f66 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Scree002_NEW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8608ed42e57cd27b18857f2b0bd04fcd53bb1afa856068015de64d4e95dc3d4b +size 2052645 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Scree002b.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Scree002b.uasset new file mode 100644 index 00000000..1791f897 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Meshes/SM_Scree002b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:569cea42ea35a6a3621640e824b490d500ffb7389d8da3dad20726a37a88f46c +size 856668 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon02_Cliff_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon02_Cliff_D.uasset new file mode 100644 index 00000000..d3f01366 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon02_Cliff_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d9128e7bc8690e954960c06fe204c56aab8342afa357ca41479376db2f3d8e +size 141774075 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon02_Cliff_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon02_Cliff_N.uasset new file mode 100644 index 00000000..02614863 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon02_Cliff_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b215131fa9d964678e412a1c24e22608d169e964455fb0441693f039bfbdc3 +size 81304979 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_D_Colored.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_D_Colored.uasset new file mode 100644 index 00000000..02a1fbc3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_D_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f527e98f265c5cd064297013937c4e10185a1ac5bc074d0d2eddd4141cf08b +size 39086442 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_M.uasset new file mode 100644 index 00000000..0e56bb85 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ca5355f8158acf2660d86f12e759df7e7a691edaa36da9fe7420e2d0f3d1056 +size 18692180 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_N_Bump.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_N_Bump.uasset new file mode 100644 index 00000000..f75bc165 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Agelsjon_Rock_1_N_Bump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae5bf5a60831cd6462add1b49e7d8344ab7e09fd2dbababf5585fe9ee5b7f60 +size 38251184 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Burnhope_Rock_01_Agora_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Burnhope_Rock_01_Agora_D.uasset new file mode 100644 index 00000000..a9d03d27 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Burnhope_Rock_01_Agora_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fca78e693a65835a42baaa78730b50fe4bae36af2c18a6793fd36dd6f8627ec +size 41645651 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Burnhope_Rock_01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Burnhope_Rock_01_N.uasset new file mode 100644 index 00000000..b489f825 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Burnhope_Rock_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2280cd43b30336b56251800e3ac67821969543c3a3dbe8bd55289bcca8fc231 +size 37708911 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Glansgruvan_Rock_1_m.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Glansgruvan_Rock_1_m.uasset new file mode 100644 index 00000000..e3746ae3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Glansgruvan_Rock_1_m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1e24e52e86d12a904dd13ce4d69cb05556eb8517b7946f9f2c8c4a1e44dd0a3 +size 3406127 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_D_CC_R_Colored.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_D_CC_R_Colored.uasset new file mode 100644 index 00000000..339aa8b0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_D_CC_R_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e71e077bf0404d1a2d4a5c7fa7540f71574f2c56f31922b6083d28868a0ffb +size 34629540 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_M.uasset new file mode 100644 index 00000000..90f3d90c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6468774dacc041f24aa4158f82c9a4b2d9e11c04bb05251076007ab63e725334 +size 2650890 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_Mask.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_Mask.uasset new file mode 100644 index 00000000..d5a3b025 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8ec2098cd48d6306170bf2c5f11ac8bf04c8a500847826feea05243ac1db73 +size 7484707 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_N_Bump.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_N_Bump.uasset new file mode 100644 index 00000000..6a251144 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_GroundRevealRock001a_N_Bump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85af59e2e7e51674c831e5fece4fd44054c8053e7033effb1232c2cc0165fec +size 97920286 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_HadriansWall_D_Colored.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_HadriansWall_D_Colored.uasset new file mode 100644 index 00000000..453c7845 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_HadriansWall_D_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5fd07c95a175b74efba785e0e834181a0827545b055c75e3ef87eb544cd0104 +size 139902750 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_HadriansWall_N_Bump.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_HadriansWall_N_Bump.uasset new file mode 100644 index 00000000..9ab475df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_HadriansWall_N_Bump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9832e9c8bd0b805307121e75d77fa4a40c4a1a36d714f4116b6ca61120d4cad +size 29380038 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_AO.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_AO.uasset new file mode 100644 index 00000000..1962db76 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca6a269bebb5028b3c0942fdeb761fc2a81f518cd114e5a89ad9d00ecdbca495 +size 31941797 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_D.uasset new file mode 100644 index 00000000..c9c1fc68 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec12d5f375edb67e00674b8649250be3f49f60910b4d2936e0c5bdd433b37170 +size 119185413 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_D_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_D_M.uasset new file mode 100644 index 00000000..7524fb89 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_D_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a50e7aa9ef2312ae525189ae6306378ed7659eca4fedc27ec7015ef25051c5 +size 11969302 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_N.uasset new file mode 100644 index 00000000..56a5dc5f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_LargePlainsBoulder002_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:290c71b3712345f576bd59a2c22deb37ada7a86913bb47c11b81b66e5204ee26 +size 92324766 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Scree002_D_R.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Scree002_D_R.uasset new file mode 100644 index 00000000..176aa28f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Scree002_D_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6efb9d9294604853280706e8b13cdd1c3eab8333709edf97e1b07c368f8f277 +size 121657060 diff --git a/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Scree002_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Scree002_N.uasset new file mode 100644 index 00000000..41eef86f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Rocks/Textures/T_Scree002_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b524c1081fa1f6a2a0e9be552f62b5b36e5077ce24eaa148033e3e3e51193e1a +size 98324175 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Bark_2.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Bark_2.uasset new file mode 100644 index 00000000..3a6db01d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Bark_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef6a6318e7a04eb347e965aefafafb2056e2fdb1c605f39728c3507ff0c34da6 +size 171605 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_FlowerHuge.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_FlowerHuge.uasset new file mode 100644 index 00000000..a2e99172 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_FlowerHuge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7003eb918eb66e2f30153f67575df61a5791b2999eefc61ee1ebcc880017bf66 +size 139426 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_FlowerTree_Core_01.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_FlowerTree_Core_01.uasset new file mode 100644 index 00000000..89ef0d0e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_FlowerTree_Core_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d328dade231111868e97cf6beff9aa09698a156ba20591d4dc55970c6791bd +size 176846 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Flower_Tree_Petals_Emissive.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Flower_Tree_Petals_Emissive.uasset new file mode 100644 index 00000000..7e8251c7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Flower_Tree_Petals_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618d207318ceb8fee39eac3834e9c642a59b3e35c761c89c33ed5beedd0e5d8e +size 180437 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Flower_Tree_Petals_Emissive_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Flower_Tree_Petals_Emissive_Inst.uasset new file mode 100644 index 00000000..c19c9072 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_Flower_Tree_Petals_Emissive_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b610b33fdf06138e3c3a9f811d5eac0bb25a6b7bc36b7ae74d8891234ecd19c3 +size 96401 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_TreeBranch.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_TreeBranch.uasset new file mode 100644 index 00000000..47ba8759 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_TreeBranch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127ffce4a45ecda6f4cda201a308e415311fa63681d92e080cd2a837b0d2984f +size 185537 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_TreeBranch_Inst.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_TreeBranch_Inst.uasset new file mode 100644 index 00000000..a9f3976f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/M_TreeBranch_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b2aff405c6ba3b1b9b52ce1e33c775350894ee5e417334ae4344dd7fba02a85 +size 144794 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/Roots.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/Roots.uasset new file mode 100644 index 00000000..704dad14 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Materials/Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6281b66a1761f46e3bc20d93ca2df8b96a36304146d7e7f37779d46831a562ee +size 163624 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerHuge.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerHuge.uasset new file mode 100644 index 00000000..a1aa6149 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerHuge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47100c1778742f5154a155678e41dbd992d68a53a4b6d3d10b3ebdef1339eb6a +size 152049 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_01.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_01.uasset new file mode 100644 index 00000000..5b3b2557 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c2142326d7dd0153f5cc5217ce4738f4b4005bc3dd6c94f1c77737a4183388 +size 1195379 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_01b.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_01b.uasset new file mode 100644 index 00000000..b1f36b56 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b390cc396f0067cb3f90b37271a015b755a9817eec3426d8a982db4cbdfbf9e5 +size 1293061 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_Floating_01.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_Floating_01.uasset new file mode 100644 index 00000000..50c920e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_Floating_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb57a8664a06681047f10ee7e30d847377f918e73692f590a5f58bd6c03f975 +size 1127118 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_Floating_01b.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_Floating_01b.uasset new file mode 100644 index 00000000..59a35594 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Meshes/SM_FlowerTree_Floating_01b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e745b4428d8735a80f43bb688a55e0028cc9b3888a6dd86d63ebc811cc3b720b +size 1271829 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_TileMoss_01_D_Tex.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_TileMoss_01_D_Tex.uasset new file mode 100644 index 00000000..a7a9356f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_TileMoss_01_D_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9013be4cb6086fe10fff9220001bbb21775bf2b3f7a86eb3f9eda2ee179ca1c5 +size 20330364 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_Tile_01_D_Tex.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_Tile_01_D_Tex.uasset new file mode 100644 index 00000000..b39c2ea6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_Tile_01_D_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3682bbdf3e0349661b8a959961e5c8296d2f70bf90b055be8c5908621f5b746 +size 18805353 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_Tile_01_N_Tex.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_Tile_01_N_Tex.uasset new file mode 100644 index 00000000..67f575ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_Craghead_Oak_Tile_01_N_Tex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a0a87fc33ffbb31518bbd6a7a0ebe2a0b6c03ea7d72928335d321f868735f5 +size 17645197 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_D.uasset new file mode 100644 index 00000000..26079f9a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f657fd0e655999b07d8c963c39bfd727ea768550724ac03aeac247218d7604d +size 2739668 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_M.uasset new file mode 100644 index 00000000..5301f1a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb1e72ae83eac9e008f616b89a64473098ef32b6689d8cc9c7d61d483e3437a +size 42565 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_N.uasset new file mode 100644 index 00000000..f4fdf9af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerHuge_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca05857265bdea988d7a6c38c417f95025fc3d3a730b4718b785ef8739940525 +size 2630397 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Core_01_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Core_01_D.uasset new file mode 100644 index 00000000..a1fd59c9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Core_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d154d514094fd80dc654277bff3005e8f5bb956d89a2872c27254fd15faaf14b +size 17954364 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Core_01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Core_01_N.uasset new file mode 100644 index 00000000..4f170d6d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Core_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cf102de4c043c5a660956c583fe7e9c17582012cd779357560223876bde52d +size 16076091 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Petals_01_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Petals_01_D.uasset new file mode 100644 index 00000000..0342a84b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Petals_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05a9a147c12e25fe04724ed302d328ddbec24d7467b5600dfb570d940130346 +size 3603756 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Petals_01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Petals_01_N.uasset new file mode 100644 index 00000000..afecee7a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_FlowerTree_Petals_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2715bc6f7da9241c289ebc5e351db57c0dc3473751e0878081a3e5058df0ede5 +size 4379450 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_D.uasset new file mode 100644 index 00000000..0e5c22da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f6cfe21b0a6aefb808729a1d19715559ca6e57f025e45ac0005e981852b393 +size 11918552 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_M.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_M.uasset new file mode 100644 index 00000000..070a926e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e18f56dc12d0385aab8797745b769d663a470d61ef11f41705d04bc4fc8e6d +size 9164382 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_N.uasset new file mode 100644 index 00000000..cb0f16d9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2db5868f28a037aadbd0e7990d9f5bb9afedd127decf4da899132efd868250b +size 18903143 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_White_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_White_D.uasset new file mode 100644 index 00000000..2c4bc68f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_White_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cae94cb77bbe1b138a72dfd6005ca665441e961ff476cf891d2c81b0ce31edb +size 13752437 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_White_Lightmass.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_White_Lightmass.uasset new file mode 100644 index 00000000..d83795e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeBranch_White_Lightmass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029ab4f3069493dc0aade62441a64a8610a74d776672f2e8731bdf29a669514f +size 78415 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeSicknessmap.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeSicknessmap.uasset new file mode 100644 index 00000000..f8df7e53 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_TreeSicknessmap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dab78cdf53dff50d94d71a1b9b8fa54fc0741284e39783e6a586cbefaa5542a3 +size 522422 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_VineTileLong_01_D.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_VineTileLong_01_D.uasset new file mode 100644 index 00000000..b78ced17 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_VineTileLong_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df00e1bfeb7a74cf99305b3247a2d5dc0cbf60d449b5df491cef2ea1fd04a15 +size 6790390 diff --git a/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_VineTileLong_01_N.uasset b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_VineTileLong_01_N.uasset new file mode 100644 index 00000000..7a41df3a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Agora/Trees/Textures/T_VineTileLong_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3940f4a785fa213724b72351f487d5484b2709e22d70896848651ae8f0fa60ef +size 11827121 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser.uasset new file mode 100644 index 00000000..82d38990 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9a7bbc86167deff0161a8fb2f353042a1b634d078172e22592844052b17278 +size 128422 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser_FlippedMask.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser_FlippedMask.uasset new file mode 100644 index 00000000..9ca55bf2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser_FlippedMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2833efec92ebc4595642a37b2a4013af9416a65c7bb8c3e1e4dd104c18e85ac1 +size 88234 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser_SentryTurret.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser_SentryTurret.uasset new file mode 100644 index 00000000..bab65597 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Beam_Laser_SentryTurret.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc663d3fb7e2a16818c0e541279db0aa9841f60e9e2ab255c39b728648403c81 +size 139375 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Core_Beam_Stretch.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Core_Beam_Stretch.uasset new file mode 100644 index 00000000..b13781fc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_Core_Beam_Stretch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20aa2a96ba0341aec11e47245d848d693ad00a9297e2d6ad552187745bbb36b +size 122138 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_PortalStone_Beam_Stretch.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_PortalStone_Beam_Stretch.uasset new file mode 100644 index 00000000..ceeb01dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_PortalStone_Beam_Stretch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04cedde947be33daeaebc24689ba777eb23ef48171a793054a15260786d632d +size 139410 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_RecallPlasmaBeam.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_RecallPlasmaBeam.uasset new file mode 100644 index 00000000..f8038508 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Beams/M_RecallPlasmaBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:373b48076b49609b77dde58a75f53fda9da64a35262563ceb3040adc73ab0b29 +size 119399 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Chroma/M_SphereChromaWisps.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Chroma/M_SphereChromaWisps.uasset new file mode 100644 index 00000000..9417fdf3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Chroma/M_SphereChromaWisps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5095e6124fe71be5ab5e0dc022259b07aa871b4895ba89c6a36c16c102554e3 +size 139100 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Ash_Chunk.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Ash_Chunk.uasset new file mode 100644 index 00000000..999057ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Ash_Chunk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe68ec30c8083a5da2a2093e1089c55015a6a7de34b55e4f8ee40ac53b6082bc +size 96409 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Core_Debris_Masked.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Core_Debris_Masked.uasset new file mode 100644 index 00000000..256016a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Core_Debris_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde79f53fb3ecd6c8e3196cc0e35f35d92e93d9f103691e720852f53ba5c3eab +size 95290 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Debris.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Debris.uasset new file mode 100644 index 00000000..6645e2bd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5120a698c8ea7832ec7ee54712df15eb0e1746373229bbee8fcb6d5193227c19 +size 103432 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DebrisPieces.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DebrisPieces.uasset new file mode 100644 index 00000000..c55ef517 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DebrisPieces.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbad535e61fb5cd8ee67f4db4757ae0b3c75b3ab6f807fc815b1a8e479f79ad2 +size 131994 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DirtTest.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DirtTest.uasset new file mode 100644 index 00000000..7f3b2382 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DirtTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22782ec442bef2ae546a2449b276f59a72bf67fe0f50d2ea8e0ccd64b7fcc62f +size 93926 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DirtTest_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DirtTest_Inst.uasset new file mode 100644 index 00000000..d4d00f99 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_DirtTest_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5eedd437f9a41cac4268546c3f55c0d9918ab83e0572b85851335fdd5280e34 +size 90490 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks.uasset new file mode 100644 index 00000000..2ab2527b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45ebcef75748cb4c8d73c0a065daa9cc37324c7fa76455e7f6ced980d274d543 +size 108685 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks_Rand.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks_Rand.uasset new file mode 100644 index 00000000..fc0925e0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Explosion_RockChunks_Rand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508b730782b3602ae8c646a932f3043cc30b3ceb5cb8f1810a2dc53b7caa982d +size 103287 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset new file mode 100644 index 00000000..4d6e3a70 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba122b7050fd30a2258a1adf7ea31ce637b454beb87fc776b888a98045ecc88 +size 68755 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset new file mode 100644 index 00000000..cbb3cb00 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4140bbb454ffcc7fbc56859f2dcd38906238f5535a9ef735db92e12210105f42 +size 95378 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_SlowRot_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_SlowRot_Inst.uasset new file mode 100644 index 00000000..1390aa82 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Masked_SlowRot_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392b1e5d5b74f2e48bea32ce63e2947ee2fe50f1165faf41e89cda5b8a241160 +size 69681 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset new file mode 100644 index 00000000..966001b5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Translucent_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ab4c207f94ceb7edab90c30cab4feb503851c1c57136c9fc3c879b2b47eaea +size 68344 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset new file mode 100644 index 00000000..c643543c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_ImposterRock_Translucent_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:892c86cad247a152e18f1f449fbbff2480815fe01ae9e2bff4f7e5a535e54164 +size 95535 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Obsidian.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Obsidian.uasset new file mode 100644 index 00000000..3f3fa243 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Obsidian.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f009c4cbd9f9ed784f28e6201dddc5d4333ebda9ad786a41be4da6fbc1bc0f87 +size 85214 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Obsidian_Masked.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Obsidian_Masked.uasset new file mode 100644 index 00000000..50fe1128 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Obsidian_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c68b331962713beaea59c4b8e7c649cbdbe398a5639d0ac37eb539671ffd47f +size 84574 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Shard_Inside.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Shard_Inside.uasset new file mode 100644 index 00000000..37b72ce1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Shard_Inside.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef87be71894bce40b6066bbd299d2ed5afbc0a8097f6eee2605a01540b1b1d5d +size 150501 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Shard_Outside.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Shard_Outside.uasset new file mode 100644 index 00000000..c7f58c42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debris/M_Shard_Outside.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8178b049ff7330e3df8da1848685b82b4f5f21e994a94c751faaa231cc565d +size 150403 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Debug/01_-_Default.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Debug/01_-_Default.uasset new file mode 100644 index 00000000..d94ff712 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Debug/01_-_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63123dbc53859d499f3c8ab830b574f4632ca781d983cfa1259c199879c535e +size 63702 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Electricity_MASTER.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Electricity_MASTER.uasset new file mode 100644 index 00000000..1ddc096f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Electricity_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53632baf55e4a4778a94a73734c08d333f81e421a031d60c8aab089541ffdac +size 176701 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Electricity_Spline.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Electricity_Spline.uasset new file mode 100644 index 00000000..cb99bffc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Electricity_Spline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfc938fd0ace2167defbf67202a59f6d8a1d2980f714d8887a44883dfeba1698 +size 94610 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Gadget_Muzzle_Electric_Thick.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Gadget_Muzzle_Electric_Thick.uasset new file mode 100644 index 00000000..7660cc4d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/M_Gadget_Muzzle_Electric_Thick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d014e3799324441481cc42ec0ec35e7ef5a32937af1f055bf22199ad6242ba +size 92820 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/SM_ElectricityTest.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/SM_ElectricityTest.uasset new file mode 100644 index 00000000..a4051369 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Electricity/SM_ElectricityTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7183d2051a451171472925c8d48c8d9c189b0dbfa5323dc4fe29b2c48e237310 +size 118811 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_BFG_Particle_Core.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_BFG_Particle_Core.uasset new file mode 100644 index 00000000..dc6da912 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_BFG_Particle_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057d0712d4dcc5811f67babb1c476ef3e0e309570ec5cd6fef74397c161e94a6 +size 102604 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Core_Recall_GroundRing.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Core_Recall_GroundRing.uasset new file mode 100644 index 00000000..ea0ec45a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Core_Recall_GroundRing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da68740dbdeb8956fdb52b689be9696316a3d17238cb64804faa6eabc1343ad2 +size 118433 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Core_Recall_Spiral.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Core_Recall_Spiral.uasset new file mode 100644 index 00000000..7fe588cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Core_Recall_Spiral.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e9e9f145cf8b6f5a61f36966990cf037b0dff3e8d3f16515681d4115f0a7e0 +size 138495 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Plasma_Keyhole.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Plasma_Keyhole.uasset new file mode 100644 index 00000000..265f11f0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Plasma_Keyhole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d567d339e240c409d7ffbec90bb0917c374f8cad76a9eed3538122a94be4945 +size 81864 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Plasma_TeamColor.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Plasma_TeamColor.uasset new file mode 100644 index 00000000..ca918cc3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Plasma_TeamColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a25f72163b74f1101bc1e7b2a2ca069409cd3228d838f285e494e6e5cec97c +size 94437 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Wispy_Pulse.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Wispy_Pulse.uasset new file mode 100644 index 00000000..2df68fd7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Wispy_Pulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe38bb9ae3cdb07d10a8a94335ddd6c05c0e5bbcf7879f8dcf01701faaad72b0 +size 90732 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Wispy_Pulse_Dense.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Wispy_Pulse_Dense.uasset new file mode 100644 index 00000000..c56eeac3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Energy/Plasma/M_Wispy_Pulse_Dense.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be200e895212ab44775d02133f02b861806c3e35db21cfccddf68f6f51eddf69 +size 104126 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MF_DamagedMarble.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MF_DamagedMarble.uasset new file mode 100644 index 00000000..34453783 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MF_DamagedMarble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4189046562e1f0e26e34964d42944dc0255dbf316da7cae514128fcb4f28493e +size 101927 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_ScratchAndGrime.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..2d24c8a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09267899386b464ce4a76733ba6717af5dde6215c8b6e639564e8d96b85d70fc +size 90546 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_SolidValues.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_SolidValues.uasset new file mode 100644 index 00000000..3666a1b7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ecfceb7bbfc2c607f19a43f3d4f205c076e8e61e59b7a5c7d5f83bb6a9f833a +size 79282 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_Standard.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_Standard.uasset new file mode 100644 index 00000000..923870d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9df70697ccf430ded2ac873cce107ee1fd0693d68be2c1bc306bae9b1bff6 +size 88373 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML_Marble_Black_PB.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML_Marble_Black_PB.uasset new file mode 100644 index 00000000..9156a1af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML_Marble_Black_PB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4f41a60a0eab7f86b18008a121d4a8ee05e33a60601fb4902291a0ec2c56289 +size 94166 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML_Marble_PB.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML_Marble_PB.uasset new file mode 100644 index 00000000..cc33c865 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML_Marble_PB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb7bcb92a93dffadc5735215db45de7d529d46c4fec6c2f8fdc84d5ec71526c +size 101066 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML__Blank.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML__Blank.uasset new file mode 100644 index 00000000..e6d63811 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Environment/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d665b3d7154b74f25acb06ae1a1e0bec6337fead36cf43dfe96b0d0cd1792b +size 91842 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_Lit_Inst_3.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_Lit_Inst_3.uasset new file mode 100644 index 00000000..5c5a6e8d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_Lit_Inst_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765ecfbe2454fa15f2c05b0bd1959141601135b1a58bc0eaa9a7e66d7f2bb4e7 +size 83453 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_Lit_Master_2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_Lit_Master_2.uasset new file mode 100644 index 00000000..77ce2424 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_Lit_Master_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b88f0a866b955926ff887b16ff737a5b5a24b61d9f229f393a16e5fcb8517080 +size 108128 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_UnLit_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_UnLit_Master.uasset new file mode 100644 index 00000000..a12d3782 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/Hyperbreach/M_Fireball_Directional_UnLit_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35aa049964241aa55ddb59b31e1659a4f984c23d9ef3833d298add15d1e22f2 +size 95502 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/MI_Fireball_Directional_Lit_ParticleColor_Dark.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/MI_Fireball_Directional_Lit_ParticleColor_Dark.uasset new file mode 100644 index 00000000..3076dcae --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/MI_Fireball_Directional_Lit_ParticleColor_Dark.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0bce4869d2b8ecbfb2fd22a32320b0a7eecfd42eaa3a33077f3fc85a217a901 +size 104591 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_CoreExplosion_Flame.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_CoreExplosion_Flame.uasset new file mode 100644 index 00000000..e47546a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_CoreExplosion_Flame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d836bfd4e8195386f52c307b105d88241e0a5cec12161e84ba4133f1a254e2b +size 116116 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Core_Fireball_SubUV_01.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Core_Fireball_SubUV_01.uasset new file mode 100644 index 00000000..bbcd125c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Core_Fireball_SubUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2941fcfe7e9ee9fdb34c94c7f8b70838ec092118b96f0cf7301d32055d39ae1 +size 99001 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_DirectionalLit_Emissive_Explo_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_DirectionalLit_Emissive_Explo_Master.uasset new file mode 100644 index 00000000..28a0340b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_DirectionalLit_Emissive_Explo_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e23658572d999d1e1e23bb68ddd328518027abcada923ff746ff07b352a38cb +size 94388 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_DirectionalLit_Emissive_Towers_Explo_Radial_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_DirectionalLit_Emissive_Towers_Explo_Radial_Inst.uasset new file mode 100644 index 00000000..1e3029ad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_DirectionalLit_Emissive_Towers_Explo_Radial_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a220b389bd30c8ff56bf19230bf6c87cf1f01da5a71b164614285d20505be386 +size 107360 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Directional_Lit_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Directional_Lit_Master.uasset new file mode 100644 index 00000000..e5603d2c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Directional_Lit_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecb4afd890eb33c1a946bce84b2acc68e8ed141f3c68f41a00fa176499c2f768 +size 127115 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Directional_Lit_Master_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Directional_Lit_Master_Inst.uasset new file mode 100644 index 00000000..e859b5f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Directional_Lit_Master_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce06a3b19d2ce99f33db286d3fe0ba6b451f8bc98a757ec7a579b0c916352f37 +size 96370 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Scale.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Scale.uasset new file mode 100644 index 00000000..bcb5f7ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_EndNuke_Scale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf70c549a766206468aecf9fa0ffb57487747b7a13c2d1228710cab767e19bf4 +size 115555 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Directional.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Directional.uasset new file mode 100644 index 00000000..fd9b971c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Directional.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8efc72fedeb63829de0bff37be19303bea8aec360dab3871f2aca675dc3db12d +size 103327 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Impact_Cine.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Impact_Cine.uasset new file mode 100644 index 00000000..c59f3baf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Impact_Cine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d3d341c810a7050aee4406362d611ec188af9a42b0ae5b279bbba4c2d4a4a00 +size 108145 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Radial.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Radial.uasset new file mode 100644 index 00000000..1962a6f2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Explosion_Tower_Radial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e6a9843ca9b01390b785741387a992f955f22c77177809c2108634016b8829 +size 88499 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst3.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst3.uasset new file mode 100644 index 00000000..eb65b31f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14c97087339fff3cb56d87a5996289f35a5e734f101c57faee33d37e4d596db +size 80861 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst5.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst5.uasset new file mode 100644 index 00000000..74dea40e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_Inst5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6647f56febb0a6cffcb7288bf4109ed3ca1b1ebd5daf080dc0022256a394c22a +size 81823 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_NoNoise_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_NoNoise_Master.uasset new file mode 100644 index 00000000..8e977e93 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_NoNoise_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d941db193064fb3c33e96935c8bdcc12871c9f427cfebcb62d34e810dddb6ff +size 100990 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor.uasset new file mode 100644 index 00000000..71885f96 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc0740dde452bf708b3a3001e5e348aac36cb005bc957a1a5490c3588422fc2 +size 106680 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor_Core_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor_Core_Inst.uasset new file mode 100644 index 00000000..772c79e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor_Core_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53dd3db9fb3270b601f484a76577cd3693fbb176abd5b732491ae23d128634ca +size 94499 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor_Inst2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor_Inst2.uasset new file mode 100644 index 00000000..76c9a698 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/M_Fireball_Directional_Lit_ParticleColor_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:659763618f10cc37981b318378ca71b769d8b15f130aa949ce0fcc7a738cef00 +size 93274 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/fastFireball.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/fastFireball.uasset new file mode 100644 index 00000000..e3941b7e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Explosions/fastFireball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66fddd5440d8b3e89d19d516d9503fc955f4f067c2c0cd58f64c1244a1a605df +size 96049 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/MI_Fire_Procedural_Round_Tower_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/MI_Fire_Procedural_Round_Tower_Inst.uasset new file mode 100644 index 00000000..54a9170b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/MI_Fire_Procedural_Round_Tower_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab5f49b444145305fc4cc878e1a45b05cc0b66fb4fae2aaaabc485834fda2fb +size 72832 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_BombFlames.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_BombFlames.uasset new file mode 100644 index 00000000..0993ca97 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_BombFlames.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801e53fb57e183c011e38d160d9b3b608d57b642ac8870f04d6e5cc7f25d15ef +size 111638 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_FX_Fireball_SubUV_01.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_FX_Fireball_SubUV_01.uasset new file mode 100644 index 00000000..04c33f1f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_FX_Fireball_SubUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc17df1cdc1184bf020fb55f8c2790de0e4350aa088be03959f8cc31ef6f74ea +size 106042 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset new file mode 100644 index 00000000..60ceccde --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_FX_Fireblast_SubUV_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f65d1a13b2e3f52f13277d0b3d7e44ac366c97657d07c4501ebc0e5ca93e9bb +size 101764 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Fire_Procedural.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Fire_Procedural.uasset new file mode 100644 index 00000000..b07ea318 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Fire_Procedural.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e43d044442e07d31502c60b84d34628a2e9cb3bae87b1561349a52204799d7 +size 95620 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Fire_Procedural_Round_Tower.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Fire_Procedural_Round_Tower.uasset new file mode 100644 index 00000000..9cc5efdf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Fire_Procedural_Round_Tower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72bbbaedf32c4d2e6c2541cc7995ff5eef77a4b5bb76fddd70be0587f1919f0f +size 104649 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_ReverseDepthFire.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_ReverseDepthFire.uasset new file mode 100644 index 00000000..5fa21d1e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_ReverseDepthFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2dbf7822ce2f5bc6e81656d174c55f1cd974691b05774a677a48274ef95b7f9 +size 96425 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Tower_RainingFire.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Tower_RainingFire.uasset new file mode 100644 index 00000000..465eba27 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Tower_RainingFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03af3b0ae2fd716a376537ce741ba60f583a0ddcb4adb4e7802ac4e4378f6506 +size 104041 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Turret_Wisp_Fire.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Turret_Wisp_Fire.uasset new file mode 100644 index 00000000..baa7b3c4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Turret_Wisp_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a3ede6aaddaa112634bc0fe07a5be01e03a9b6d9a54dab4e6f46529b621975 +size 116078 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Turret_Wisp_Fire2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Turret_Wisp_Fire2.uasset new file mode 100644 index 00000000..5b09628b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Fire/M_Turret_Wisp_Fire2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17733bc36826ff8a6c6fc0a2510403828da25fa9171c9646b9c08e11b77e4b15 +size 122931 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/LightShafts/M_UpEmbers_LightShafts.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/LightShafts/M_UpEmbers_LightShafts.uasset new file mode 100644 index 00000000..210d0a4a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/LightShafts/M_UpEmbers_LightShafts.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23d3f14e15d126ed74a3ed0c5578117de325b156b42aaeb4887cc2730d3294cf +size 92455 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow.uasset new file mode 100644 index 00000000..4ad796ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c96df1199a372b2d32154adcae785d6cdcfffa4bb94384bf7aaea2411c9a8d +size 84648 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow_Star_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow_Star_Inst.uasset new file mode 100644 index 00000000..949ae4ff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow_Star_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f088891444e84f8e90b537f6e6471b0eeb1404db06451457ac50ba722e183fdd +size 68945 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow_Wide_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow_Wide_Inst.uasset new file mode 100644 index 00000000..4fc123e6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_AddGlow_Wide_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b9ee07e2e146599a1f2aeafd529b3edb2adb20c493363bcc8dc723a978d4d2d +size 69761 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_ArrowFlare.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_ArrowFlare.uasset new file mode 100644 index 00000000..51fdae20 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_ArrowFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51472b34fce9a345b13cad764d63fc44f420d87a684025afae8a90265433a65b +size 78854 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2.uasset new file mode 100644 index 00000000..7fb72d14 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27cc3a086f0ad8698bf589030d53bab2300a5f1c318c43e96d47e4bc242d4670 +size 86539 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2_SoftInst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2_SoftInst.uasset new file mode 100644 index 00000000..fbe14c14 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2_SoftInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d418d4ecba3a1e2e57b28ab70d4b5a994ebe5bbe815be5c5043cbe7b8529047d +size 73239 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2_SoftInst_BigDepth_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2_SoftInst_BigDepth_Inst.uasset new file mode 100644 index 00000000..9deb262e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Coil_Flash2_SoftInst_BigDepth_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d919f13c8040495e62055d444c47071352bdd8a7a9108687a52b50af48e96e3 +size 73269 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_Explosion_GlowFlare_Inwards.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_Explosion_GlowFlare_Inwards.uasset new file mode 100644 index 00000000..ef3fe41e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_Explosion_GlowFlare_Inwards.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0056f1d3afe77819df31ef32c75e3e2adf0270828f65b2557a8a9bc1aa95ffb +size 111965 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_PreExplosion_Glow.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_PreExplosion_Glow.uasset new file mode 100644 index 00000000..735c0aee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_PreExplosion_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94a3706b6cb68edf06967443f1b1d92a394457afee7da3dd8aaf7d4c2583ac47 +size 74288 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_PreExplosion_GlowFlare.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_PreExplosion_GlowFlare.uasset new file mode 100644 index 00000000..84090acb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Core_PreExplosion_GlowFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2cd37f5311bf07d8af7e23dfe4578f3e698ec686d4a03ecb5eec8feca3cbba +size 111853 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset new file mode 100644 index 00000000..a99cf809 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28611ff924a4e8baf5f3246d4f564db3e1949d8a22595e2e238fcbc2ab6a40b7 +size 67846 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_FlareMesh.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_FlareMesh.uasset new file mode 100644 index 00000000..30a2c65b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_FlareMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9808d24d9ce77df689fa2fac3188d5a270b115cd76fcc00c2b52b70c5db8b5a1 +size 71180 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset new file mode 100644 index 00000000..bb34c2e7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5125753119d8c0fd675f79c3558dcc10f04a6a01a2b287c0927156a11ac0cd68 +size 98247 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow2.uasset new file mode 100644 index 00000000..8d60feff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0295eb31a3f94a589d3db50f3e5a7ffe2134e41950a0a4439be5abd39abceb2e +size 68354 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow2_LowDepthFade_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow2_LowDepthFade_Inst.uasset new file mode 100644 index 00000000..226488e5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow2_LowDepthFade_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce12ca6cc541f496affa9f2d0eb52efd67d7433718ded8b75f64d3800469ce52 +size 92637 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_CoreAOE.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_CoreAOE.uasset new file mode 100644 index 00000000..952a44ac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_CoreAOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64aef7a24ea83ddaf52c6afd7bcc0ae5472b5acd213b5ba2fdd50d52f2397f5 +size 102591 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Sparse_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Sparse_Inst.uasset new file mode 100644 index 00000000..808f878a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Sparse_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4063f0f35c1ba8b9045833341d7ce973c95730e8a4ef5b35b83bd89bb51d69 +size 92957 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Sparse_Panning_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Sparse_Panning_Inst.uasset new file mode 100644 index 00000000..8f8a6a4a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Sparse_Panning_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b570570fe840ac715de3ee05b4ac238e28273bede2f2bad62a44ab8e8909f78 +size 94751 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LaserSitePoint_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LaserSitePoint_Inst.uasset new file mode 100644 index 00000000..d86281cf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LaserSitePoint_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76de72dc899443e360fe8be2bedf52e476fdb0b3020c273e097ccce346b7fd6e +size 77309 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlareMaster.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlareMaster.uasset new file mode 100644 index 00000000..36a1cbd1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlareMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4bf5156ace30d6c9af359a3c0a8e8756bca1a910fa2825c3fc80973645b03e +size 111935 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle.uasset new file mode 100644 index 00000000..2d85da71 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c1b4243731b131d44c42510605494d0934e15e262e2bb56ba75a87808510cf +size 68599 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_01.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_01.uasset new file mode 100644 index 00000000..384698dd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a378757cd61fe9263180bf723eeb3eaac9dea1545fa3e7b4b800a8ab44825 +size 72359 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_PDirectionColor_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_PDirectionColor_Inst.uasset new file mode 100644 index 00000000..9260f6c4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_PDirectionColor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6339fab641b753531933b3f34e8e9059203804056e915bb5875079b25d56d8 +size 69331 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_PDirection_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_PDirection_Inst.uasset new file mode 100644 index 00000000..9b317135 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_LensFlare_Particle_PDirection_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac53ab31d9507ab48f69925d4299ad36036a771ecb6b627a360a221732388c4b +size 68584 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Lensflare_012.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Lensflare_012.uasset new file mode 100644 index 00000000..b02cedfb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Lensflare_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5779d8e99485cedf77dbee7013e4749a8070992ed7f0e268e51d3f756c4c3d55 +size 74646 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Lensflare_TB_Soft_LDR2HDR.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Lensflare_TB_Soft_LDR2HDR.uasset new file mode 100644 index 00000000..1b817885 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Lensflare_TB_Soft_LDR2HDR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c2acc8d7263b54452ce55daa8c3fc47976f08eebc5766d3678a82630b70c1d3 +size 63613 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Panel_Glow_Exposed.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Panel_Glow_Exposed.uasset new file mode 100644 index 00000000..905f22bf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Panel_Glow_Exposed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f9d12ddcfc55002c42405db0254d7df9141a0689131312f6e73a689136ceb6c +size 111875 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_RadialFlare_Refraction.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_RadialFlare_Refraction.uasset new file mode 100644 index 00000000..43b4dc17 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_RadialFlare_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5c57f652afeafc482d3501e19c86485d4c7cfac1c42eadce17c51b317822ae +size 91749 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_SoftGlow_DepthFade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_SoftGlow_DepthFade.uasset new file mode 100644 index 00000000..132622f0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_SoftGlow_DepthFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386aa045ec3e1782f3922e38a1ecf900ae162fc9d00d36c4fb1ad731f33ce3ec +size 87233 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_SpM_GadgetProjectile_Glow_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_SpM_GadgetProjectile_Glow_Inst.uasset new file mode 100644 index 00000000..b3bf49c0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_SpM_GadgetProjectile_Glow_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73adec6c53cc913e13226c5fa3769d3982fa855caf2b26297b35cb53a1d21529 +size 71290 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Speedbuff_Glow.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Speedbuff_Glow.uasset new file mode 100644 index 00000000..f8c434a7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Speedbuff_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44b811e9f19f5d848021309b2108804e67188ceb762882c80b7820dab1243026 +size 98780 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_TacticiaAirglow.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_TacticiaAirglow.uasset new file mode 100644 index 00000000..becd8f9f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_TacticiaAirglow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f70fc6c448539fbd7e7f59b036dab51a809007463968c14647555c1e2de43b +size 87529 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_TowerBase_Blast_Mesh.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_TowerBase_Blast_Mesh.uasset new file mode 100644 index 00000000..3e9b6827 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_TowerBase_Blast_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7315ae0b35f0efe6063a60e04286053f73566cdc60adb7c813f14291337a697e +size 132964 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Tri_Test.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Tri_Test.uasset new file mode 100644 index 00000000..7a4c541c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/M_Tri_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c926bae76255905575c7ac6cc9f597d33c118353fbd6be15025932d11db5d2d4 +size 69884 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/m_flare_01.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/m_flare_01.uasset new file mode 100644 index 00000000..24920511 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/m_flare_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee812fb64fd6fd90b4f0e42ccd1a8a11ada7b8a92b4ed812f4a0950ef60d0875 +size 83831 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Flares/m_flare_simple_depth.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/m_flare_simple_depth.uasset new file mode 100644 index 00000000..e26c4469 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Flares/m_flare_simple_depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0306f111fdff25db0c5327cee821b93a7cff863290d0d5917ef117edb7d2ae0 +size 79944 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/ColorTint_HQ.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/ColorTint_HQ.uasset new file mode 100644 index 00000000..87d665ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/ColorTint_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8488fca4113792b8773b7baf3adc51f92782ec694827f7afe2466e43aadb7e4 +size 82509 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/CrossTalkNextChannel.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/CrossTalkNextChannel.uasset new file mode 100644 index 00000000..8bc0a519 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/CrossTalkNextChannel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecabe7b18478d0ae6d24603f7af0aa13edc9d1037ba36e5e62b1b71b49628da +size 85133 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/FX_EmissiveModulate.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/FX_EmissiveModulate.uasset new file mode 100644 index 00000000..e1620589 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e576096e8f6377ce0d3b2dd5ce5a3b72c4b3aa1f835ffbda1a10e653846178f +size 76103 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/FadeBasedOnViewAngle.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..7cfc1a19 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03d539b23644007ea60af3a73ce983ae49c6c1327609c2b10be41b4bfd8232a +size 79672 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlare.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlare.uasset new file mode 100644 index 00000000..fc267ccb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af9a966b75c433ee8e35afb96e24b72bc2dcd19ef3b2531b70cb5d3e3652690f +size 118436 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareClipSpaceTransform.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareClipSpaceTransform.uasset new file mode 100644 index 00000000..7e068b8d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareClipSpaceTransform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2d982d8dbfbe06f25584816eddc2771150458002d8f128b5f11477e99cec71 +size 81657 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareOcclusionSample.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareOcclusionSample.uasset new file mode 100644 index 00000000..a2d6da6b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareOcclusionSample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eddbc6de25668be6cc9b71ecdacd47a9cdf3c2e17923e68b9537637f60744406 +size 89541 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareOcclusionSample8.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareOcclusionSample8.uasset new file mode 100644 index 00000000..f869bbed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/LensFlare/LensFlareOcclusionSample8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c036b5cc7d83fc885e6b76fe24e1024fec8eb4c5ac8ce9673c1486b7c826e3 +size 102707 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_BaseColorTintAndContrast.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..a0fb39a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:931289f432297032238c6cd941d96e143ba5b96bba392d31fed8652298a074a3 +size 80647 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..addf66fa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af41aef2963b437479838a987f57a5bc46f242fe52bff47e67f35fd061f9dc57 +size 79133 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..08bd2172 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d102ebd37fc851fd837f846f088c8553b6f7d7c1e32a9d889f0bcf255a1953b2 +size 82953 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_DamagedMetal.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_DamagedMetal.uasset new file mode 100644 index 00000000..1b9a078a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_DamagedMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37ecc320b0f3fb831ea1d80149789f5116933d45f58880b63533978b942fb2f3 +size 94677 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..02481d95 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:551bdbd511e4bd56725c329acf071dac8d2ab44be30c8af000a3c4a2324eedc8 +size 82091 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ElecWave.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ElecWave.uasset new file mode 100644 index 00000000..f5f45113 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ElecWave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec678a2967ce3fa13e0094a57e13e9a06ecf924b4ab40ca6ea8cf92ae455d0a +size 81729 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_FX_CustomUV_Fade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_FX_CustomUV_Fade.uasset new file mode 100644 index 00000000..06bf0998 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_FX_CustomUV_Fade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5c8c382c10eda32de7013d5b87421a51423b7bbc84c3b650fabe27bee365ff +size 90570 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 00000000..0da63fdb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebc7f131cb2ba509ffd1157e4570a741dcc469b987c441dda5c95293d50ad46 +size 79774 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Fire_CameraFade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Fire_CameraFade.uasset new file mode 100644 index 00000000..9651430b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Fire_CameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf94ed8c70d81739fc0dfad8304f9eb437d686a9921d68354feb0c14a11fa84 +size 80327 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ImpulseCurve.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ImpulseCurve.uasset new file mode 100644 index 00000000..a7fa1267 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ImpulseCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a50324e6498f818df1e1682ed56e8c19d7a668e980b8213cd57d3b3fbf3fb15f +size 83314 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Marble_Clean.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Marble_Clean.uasset new file mode 100644 index 00000000..4bd6d99e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Marble_Clean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5593528cebc32f16732bb64fa05c90dc9471361416fb1ef98ca325074a74b2a5 +size 77948 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_OrionCharacterAO.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..9112568d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f412cea4b8d1bb79293382fa437f77eb38125f23934d7cc9c2119b7d61271bc +size 105007 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ParticleRandomSize.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ParticleRandomSize.uasset new file mode 100644 index 00000000..c6f33f18 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ParticleRandomSize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:670347332cf2bde3961a6eaedfbe2259519da8e3f454e84765e6dfa5119bc7bc +size 80174 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset new file mode 100644 index 00000000..baf8b418 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b839f5b190931030f30bde0bc196c8a4a6d15040abaebd4ae063bef55edd03de +size 81980 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 00000000..41881ecd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c3d1cb603ffb4186cdf31e39608cb5bb719a86b84ec20f5c8c4b3819937a06 +size 92048 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_RoughnessAdjustment.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..7cb4c911 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d77e225d8d24b12d3a8c90e26f6056a2c31de709d57c8e09d55b085e60b556b +size 81471 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SmoothStep.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SmoothStep.uasset new file mode 100644 index 00000000..edf45604 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SmoothStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38a9b8b712383a5bbc349d6572000a6bdc5773b52aea4848e228cc59577b650 +size 81921 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SquareUVEdgeMask.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SquareUVEdgeMask.uasset new file mode 100644 index 00000000..5489a61d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SquareUVEdgeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6a1fceaf3705a33911197b9a4366707e873331ebdfad0171f20125d47e3997 +size 79862 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_StairStep_Erosion.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_StairStep_Erosion.uasset new file mode 100644 index 00000000..728e02a0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_StairStep_Erosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6052633e8400fa3eac5a94e89da6887b920927ca3f395877984df852262fda15 +size 80787 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SubUV_Detail.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SubUV_Detail.uasset new file mode 100644 index 00000000..b78d279d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_SubUV_Detail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5fb026b578e5c78cabb16553fd6f1f876f9bdceef11565189573254d6464bb +size 81293 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ThinFilm_Frensel.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..2fa382fc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f1ba5c24091b9b3e309fecefd6f65162c47231a2df594ef61b03f4e6fae89e +size 96589 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ThreeColorGradient.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ThreeColorGradient.uasset new file mode 100644 index 00000000..4ed41fdc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_ThreeColorGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a189744565ec9723e2893311e9bb90687a82dd236eefa6250fc4936470fd5c +size 85651 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..6e9afb96 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33a6f9a48203a56113fe3dd87cea74a89c20175940cf4ff0e97209c0a4f9f62 +size 81914 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/M_Eleven_Colors.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/M_Eleven_Colors.uasset new file mode 100644 index 00000000..ab40e22d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/M_Eleven_Colors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491c90c23b44b6bf4d7463330e3343999a287d42cf6ed96fde573b543e02b72e +size 78146 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/Raycast.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/Raycast.uasset new file mode 100644 index 00000000..22b99a05 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/Raycast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f4f5b30ed10f8110d103e8cb30c1abb44e672a63e86e9c8bc3c5e79e0428f7 +size 79950 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/VolumeNoiseSample.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/VolumeNoiseSample.uasset new file mode 100644 index 00000000..bf6e78ff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/VolumeNoiseSample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9134da82edb91d89a6fa487c4c0a6f709b9c46c34aaf5962792c177295a9b338 +size 91635 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/mf_CoilColorCollection.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/mf_CoilColorCollection.uasset new file mode 100644 index 00000000..c02fd808 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/mf_CoilColorCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e664aab6efd5fef036437ae343f9a5f18804ad3df7b442a1d2d0ed231738445c +size 82744 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Functions/mf_ColorExponentialGradient.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/mf_ColorExponentialGradient.uasset new file mode 100644 index 00000000..fc383750 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Functions/mf_ColorExponentialGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff09c45e8bd0ce9693516af29fe5e5c1c360a7050af0df2c65b645e70cc44b3 +size 83149 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Fire.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Fire.uasset new file mode 100644 index 00000000..623974ec --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23f17e0b86c5e47209b4d328e572800c252cecce537951c5d80cfa5b98860b79 +size 182103 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core1.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core1.uasset new file mode 100644 index 00000000..76186986 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30704b95610328f42c04dfad980f595987fb3ddc716ad34a37194846d7f5ddd +size 193493 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core2.uasset new file mode 100644 index 00000000..4fead398 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0077caea5ff2b84a4c4415c65b8fff839d2b4b5a8da2507b6e3f0d77e37e826a +size 179529 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core3.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core3.uasset new file mode 100644 index 00000000..25c80a91 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:200bc4f4f0c3aa4247b2b35ba95dfcbee395cfbdb964f48003984a93f75f939f +size 171573 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core4.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core4.uasset new file mode 100644 index 00000000..b67b5202 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Core4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083352c9cbd8216e6ffa3123e91a16001ab4b4ae95affb6c43b71efd422946c6 +size 189994 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Base.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Base.uasset new file mode 100644 index 00000000..2f0a4f49 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabc7d22c2314b73f645ae5acf6ea6e198448a0bb73882cfa91eaae8c860f049 +size 167637 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Core.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Core.uasset new file mode 100644 index 00000000..d3d68c35 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b50b9b356eb1681621e8abfd366aed7ba0702f4f0ef9f9ba62f6a0672f0504e4 +size 186376 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Inhib.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Inhib.uasset new file mode 100644 index 00000000..19122754 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Dark_Inhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:210b75abda29a6b90553d28ab73534a2946bc980c64f43b6cd5e8c05089ec0b0 +size 181409 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Base.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Base.uasset new file mode 100644 index 00000000..325fc5eb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f8dd48a421bb58c380ec38f3531fd2c8afffafed4ca2265b827c83f46f1741 +size 188257 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Core.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Core.uasset new file mode 100644 index 00000000..be55bec8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6278ff240e05fb4f20c7991c08f602860618da467f2219ba51214c3fe75ced +size 195393 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Inhib.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Inhib.uasset new file mode 100644 index 00000000..f3d78a83 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/Gibs_Tower_Lite_Inhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450c06ee89a61c8921be493e853f81bcf0929a4adb1304197f2cd8a3f321f136 +size 208469 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/MF_Gibs_Tower_FX.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/MF_Gibs_Tower_FX.uasset new file mode 100644 index 00000000..56124cbb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Gibs/MF_Gibs_Tower_FX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f7749827cbbc89ead2ef5f4c005cccd4d894ddfc6197434701f247675dd449 +size 101326 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset new file mode 100644 index 00000000..56dbf34d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca3b13844656779424c56a2a17d1bbdcae31db5aaa1f11d0ac1d439d2574718 +size 95077 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset new file mode 100644 index 00000000..30c2db8c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a084e4f4b2b938da74cc0c723707d287f6173c9d715f5ca918a9ca31cbc2f0d +size 85716 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_Shockwave_Refract_DepthFade_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_Shockwave_Refract_DepthFade_Inst.uasset new file mode 100644 index 00000000..e7ac7998 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/HeatDistort/M_Shockwave_Refract_DepthFade_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f85e5ef6f2fca17f83d46238038be9aed190e086bb19e0b5035fe2ba36c8de4 +size 70552 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_AnodizedAluminium.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_AnodizedAluminium.uasset new file mode 100644 index 00000000..1f5c7520 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_AnodizedAluminium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4e5af5c55b172d0dd48ec8c752ebf11a5e7b697bb26180b34beb1a4cf7a1ed +size 103486 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Brushed_Copper.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Brushed_Copper.uasset new file mode 100644 index 00000000..926c0758 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Brushed_Copper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed967f8981754d558d14d4c81a5e0f05a55a7f2480895314607ccf11fb070cdf +size 90196 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gem.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gem.uasset new file mode 100644 index 00000000..3d4f3388 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc2cd086bbc66c103bb2e25d3042d46bae2d5487276c58022f1e83e1df53b21 +size 97755 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gem_04.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gem_04.uasset new file mode 100644 index 00000000..4068be9f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gem_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714db0aff6af0ef715675053b8226e7fe3fd03f51d235ad1e5b9e436b5479c48 +size 104137 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gray_Gun_Metal.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gray_Gun_Metal.uasset new file mode 100644 index 00000000..399f38ff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Gray_Gun_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c39cf3259f3908b455c33ece9ea99137f5e0a658a968ce17c5380005030fd07 +size 101597 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_LowContrastHardMetal.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_LowContrastHardMetal.uasset new file mode 100644 index 00000000..13707967 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_LowContrastHardMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:489223be3d81c3fc31144aa8b1c53d7d3c9f9504423cd5fd595c0d6ea5dc6fda +size 96953 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Metal_Aged.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Metal_Aged.uasset new file mode 100644 index 00000000..7a80b196 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Metal_Aged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:756e0096d1873f5db9253a922ccbb563c923725050291270617bd71485e69623 +size 107431 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_RoughPlastic.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_RoughPlastic.uasset new file mode 100644 index 00000000..05e5ee11 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_RoughPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0230313184efd5018f524d53fcbf84f2d53a34cd05d8cd7760c81f88a549cfa8 +size 103970 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Rust03.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Rust03.uasset new file mode 100644 index 00000000..b0819088 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Rust03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2f2eee06d353ee76d14c09ab9ca870291fa814b0f1e03d7d6f808c25fe2dfe +size 85246 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Steel.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Steel.uasset new file mode 100644 index 00000000..826df515 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/ML_Steel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4440d76512e40588d00368d0c1c394d648698ca70361b64775f544f8544523 +size 91745 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_BlackHole_Sprite.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_BlackHole_Sprite.uasset new file mode 100644 index 00000000..2d855037 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_BlackHole_Sprite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92887822c05a81906919af757d5fc69b7a0449dc436a9d59865d87fb437647c +size 92161 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_Muriel_Spearhead.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_Muriel_Spearhead.uasset new file mode 100644 index 00000000..a57065d8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_Muriel_Spearhead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d3e8cd37698480e31b3339b32056750b57eed2fc2235743952cd261a023d30 +size 102883 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_Ult_Bullet_Pyramid.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_Ult_Bullet_Pyramid.uasset new file mode 100644 index 00000000..a1c429f5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/M_Ult_Bullet_Pyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8dcce0fa4bc82c07ca9996826786461a8bc95547c7f417df51ed045351cc77e +size 73008 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/m_BlackHoleDebris.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/m_BlackHoleDebris.uasset new file mode 100644 index 00000000..06b685d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/m_BlackHoleDebris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:151a1d2d455cb39c8cdcf4e921c6ac97809452eb812fb2ea6c8053371ca6f7a0 +size 201960 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/m_BlackHoleDebris_v2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/m_BlackHoleDebris_v2.uasset new file mode 100644 index 00000000..7822bbce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Hero_Specific/m_BlackHoleDebris_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564fd0166ec32da324a70cfeae0da5a0d8699e2f6e7636059f4b4c6421d15f60 +size 201888 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Liquid/M_Revenant_Ult_SplashMesh_FaceCam.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Liquid/M_Revenant_Ult_SplashMesh_FaceCam.uasset new file mode 100644 index 00000000..24580138 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Liquid/M_Revenant_Ult_SplashMesh_FaceCam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a43f6a3752a2374d70fad0afeefef326661294722525eacc20edf3a698b1db +size 126155 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Liquid/M_Revenant_Ult_SplashMesh_FaceCam_Masked.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Liquid/M_Revenant_Ult_SplashMesh_FaceCam_Masked.uasset new file mode 100644 index 00000000..66f548f6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Liquid/M_Revenant_Ult_SplashMesh_FaceCam_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd880ca485fed2f82ee67119f381484bbbea7748bdf70ebe4ff0171da07747fe +size 119298 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/MuzzleFlashes/M_Muzzleflash_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/MuzzleFlashes/M_Muzzleflash_Soft.uasset new file mode 100644 index 00000000..16134450 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/MuzzleFlashes/M_Muzzleflash_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37438fa77ea56bd9f2c404c12247e9b13fa4d931bf3e2427af6932e0a27b4a2 +size 110779 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/MuzzleFlashes/TwinBlast/M_TwinBlast_Muzzle.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/MuzzleFlashes/TwinBlast/M_TwinBlast_Muzzle.uasset new file mode 100644 index 00000000..713bf783 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/MuzzleFlashes/TwinBlast/M_TwinBlast_Muzzle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0af7ef10381bcacd48ddd34c2097d7ec4c103e2a304a51d34281f4af7489809 +size 89694 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Param_Collections/GlobalArtCollection.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Param_Collections/GlobalArtCollection.uasset new file mode 100644 index 00000000..0923517c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Param_Collections/GlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c03d2c0e82e7e4017fcafcc11058f53e862e98d602e64e0dbc2c8c6fb58caff +size 2847 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shield/MI_SentryTower_ShieldedHit.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shield/MI_SentryTower_ShieldedHit.uasset new file mode 100644 index 00000000..13ba3cf7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shield/MI_SentryTower_ShieldedHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc308b3262f22126ba5559534757904074490cf572f56e2415b1d0a053d9839 +size 109376 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shield/M_Steel_Armor_ShieldSphere_Impact.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shield/M_Steel_Armor_ShieldSphere_Impact.uasset new file mode 100644 index 00000000..31f0e572 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shield/M_Steel_Armor_ShieldSphere_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcb9722f6b649bda428a35ee6fe96a0d4dbf6e465079e349cc4abf2fbc12cb8 +size 162126 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Basic_Shockwave.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Basic_Shockwave.uasset new file mode 100644 index 00000000..9386e1b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Basic_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:565906cd213305ec540a85d1145cc8d53a1c5a6b282cc14a3387d1b910ca22ab +size 124910 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_BillboardRefract.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_BillboardRefract.uasset new file mode 100644 index 00000000..72cdc985 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_BillboardRefract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef8f2a9eb0e559ad8fda5df0f6f88f42000cc247bfc01cc6146d4eec3fba3233 +size 83894 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_CoreAOE_Flat_Shockwave.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_CoreAOE_Flat_Shockwave.uasset new file mode 100644 index 00000000..d7580b22 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_CoreAOE_Flat_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b841495aebef80206ca813a823fa7853d4eea6074593c7c482588eec9a2cdae +size 110458 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_CoreShockwave_Explosion.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_CoreShockwave_Explosion.uasset new file mode 100644 index 00000000..25d0edff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_CoreShockwave_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0777c320f2a71a2330dd42ae938638ce056a959939c1de1d7eaf52a1209145 +size 135508 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BeforeExp_Fade.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BeforeExp_Fade.uasset new file mode 100644 index 00000000..289f7adc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BeforeExp_Fade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80e1b5a6814d1e5f4e9e2289b36a4e3b3b018d9cf3ce7303eb44ca54c34ec49f +size 137253 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BlackHole_Vortex.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BlackHole_Vortex.uasset new file mode 100644 index 00000000..0ad26333 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BlackHole_Vortex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89fdc14248e4d091fd55392f2cd6f05550509823a790fe2db933770d9e6423c +size 134342 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BlackHole_VortexMiddle.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BlackHole_VortexMiddle.uasset new file mode 100644 index 00000000..8d6527a1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_BlackHole_VortexMiddle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07aceb034b600554419047b92ed49725617e625dc91422698a71981c2c48d2ba +size 150345 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_Radial_Blur.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_Radial_Blur.uasset new file mode 100644 index 00000000..c7b3d85a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_Radial_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4dc9f907aaeeee89addbaab182e332f539334e04906e5cc8389519aef24e639 +size 91763 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_ShockwaveEdge.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_ShockwaveEdge.uasset new file mode 100644 index 00000000..b374104a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Core_ShockwaveEdge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780786b48d734965a80d829ff70f4b079ca41c119857bc04b37d2b9a939f2ea4 +size 109135 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Radial_Blur_Refraction.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Radial_Blur_Refraction.uasset new file mode 100644 index 00000000..8c66b545 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Radial_Blur_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db38b97a1715412961bd2e9d96378e32983f97abfbd94efe31b9dd4140b38b96 +size 92971 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Radial_Blur_Refraction1.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Radial_Blur_Refraction1.uasset new file mode 100644 index 00000000..833acb3c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Radial_Blur_Refraction1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7476bdfd9ef7fbd801379772823ac925c91dc89aeb6491180714cde4091824a7 +size 92977 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Fresnel_InverteRefract_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Fresnel_InverteRefract_Soft.uasset new file mode 100644 index 00000000..62dc2f3c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Fresnel_InverteRefract_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9800250d96a32f419cfef932bfac0146d0948ab3d66a48f706c4ce22916263 +size 114606 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Fresnel_Refract.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Fresnel_Refract.uasset new file mode 100644 index 00000000..eac6537d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Fresnel_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4802f36b844b1894a4ee7ea72e2204d4f5c866011641c7482f284d946df022a9 +size 90836 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Refract_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Refract_Soft.uasset new file mode 100644 index 00000000..5941a1be --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Refract_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1d9ca3bb6b85f0310c25c3c01d052df19b8a6322d443cbecece48ecc04b49b +size 82790 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Soft.uasset new file mode 100644 index 00000000..6c173f8d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Shockwave_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88507f476e2b8ccaaa2540b54feff3075db56dc862f96bb15c8ad0bffcf5297f +size 114448 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_SteelImpactRefraction.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_SteelImpactRefraction.uasset new file mode 100644 index 00000000..c1d05e66 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_SteelImpactRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171a7075bf58ccd273bb192f20205168a308f1f884b4beb50e90ace3d67d2a3d +size 77302 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Teleport_Cyl_Emitter_140.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Teleport_Cyl_Emitter_140.uasset new file mode 100644 index 00000000..50c875c5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Teleport_Cyl_Emitter_140.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542e5c29f8687a992405ca9f9b4522458a309ce48c9eb9ffd6624bf5cbef465 +size 113213 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Teleport_Cyl_Haze.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Teleport_Cyl_Haze.uasset new file mode 100644 index 00000000..288ffd87 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_Teleport_Cyl_Haze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e66add49388d597536db9f280c49a403eb6411fb69399ff105f7287900093548 +size 116215 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_TurretDeath_Flat_Shockwave.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_TurretDeath_Flat_Shockwave.uasset new file mode 100644 index 00000000..a9e48a13 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Shockwaves/M_TurretDeath_Flat_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8817c9306472d00125e842d4fa50bb8ad98521177eb0e943c830ba141a1ac122 +size 110405 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Master_ParticleColor.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Master_ParticleColor.uasset new file mode 100644 index 00000000..01867ffd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Master_ParticleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:645682e8cb62388350abd48f569ac8499cffd6d833f5e9b494c841e0ab8d5522 +size 110053 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Swirling_ParticleColor_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Swirling_ParticleColor_Inst.uasset new file mode 100644 index 00000000..98c43405 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Swirling_ParticleColor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d456d6c1ebc4ca0a105a06251354a6a4621fed52d753c2fd0c677dbbb52b0e +size 92662 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_ResidualMuzzleSmoke_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_ResidualMuzzleSmoke_Master.uasset new file mode 100644 index 00000000..fab772f2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_ResidualMuzzleSmoke_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3632ca5f9be637353e629b8614addd4d37d74441c2730aabbfccc3318ec1b362 +size 89404 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_residualMuzzleSmoke_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_residualMuzzleSmoke_Inst.uasset new file mode 100644 index 00000000..875e18d6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/DirectionalLit/M_residualMuzzleSmoke_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331df1fd4564e95173ec6f7f4d5224e9b4d6d9c5bd8165c0528bafbfdf9e2718 +size 81176 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Hyperbreach/M_SplineThickenSmoke_Trails_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Hyperbreach/M_SplineThickenSmoke_Trails_Master.uasset new file mode 100644 index 00000000..f914b891 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Hyperbreach/M_SplineThickenSmoke_Trails_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4c442eaa2a03d4a7d084fc255a6518afa073092861237fe21a7446abdecc81 +size 176760 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Cone_Smoke_Surround_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Cone_Smoke_Surround_Inst.uasset new file mode 100644 index 00000000..4281af58 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Cone_Smoke_Surround_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c013a2e6ac1647b8df7434e5be44f3aebe35a5cf8b1ffc0e047b29648bf936 +size 99622 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Aftermath_Smoke.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Aftermath_Smoke.uasset new file mode 100644 index 00000000..dc12db48 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Aftermath_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf468b573a61f962d67b6ad98d62893822f925610579d57c1cf0dadf45c84e1 +size 93515 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Depth_Smoke_SubUV_8X8.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Depth_Smoke_SubUV_8X8.uasset new file mode 100644 index 00000000..08305a91 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Depth_Smoke_SubUV_8X8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f4db6d328ae41ea1d9bd49042608c6e8bd52321d8428750647e2f78750011a +size 90136 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_TrailSmoke.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_TrailSmoke.uasset new file mode 100644 index 00000000..174efdc6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_TrailSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc491e42c4d598762a93a01ad747cad0fa4b43315f3abf5c038d5cdb69effd7c +size 117210 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Wisp_Smoke.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Wisp_Smoke.uasset new file mode 100644 index 00000000..dd7b0969 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Core_Wisp_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c53bbed18ccec5b76b74c0ea460580bf02046a48171c6bab299570fa960c12c5 +size 78346 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Explosion_Smoke_Spears.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Explosion_Smoke_Spears.uasset new file mode 100644 index 00000000..c1612052 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Explosion_Smoke_Spears.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f92e9faec7d5a15d554857636d8526443c5abaf1792179deb37413e1f38f4b +size 118830 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Explosion_Smoke_Spears_TB_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Explosion_Smoke_Spears_TB_Inst.uasset new file mode 100644 index 00000000..5c3f2956 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Explosion_Smoke_Spears_TB_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b3a75b3300466b0188fd4507531f2417bdecdbfcc86c360cb19eacd6d237ffd +size 84280 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Meteor_Smoke_Surround.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Meteor_Smoke_Surround.uasset new file mode 100644 index 00000000..f111b430 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Meteor_Smoke_Surround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b4bc504bb2bf1abeab595745e57ed14cd5faf11845a96033907dd9c650d7b92 +size 131882 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Minion_Smoke.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Minion_Smoke.uasset new file mode 100644 index 00000000..544195f6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Minion_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e464791ce5440dfdc60876d216ac3a5a10e041fc8cb9a902a0b1c9eb51d206 +size 93862 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Lunge_Smoke_INST.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Lunge_Smoke_INST.uasset new file mode 100644 index 00000000..7b2fd0d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Lunge_Smoke_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4686a1c8cd91ef6785a1f721c53ad624ed369595d33e5439778c7c6e8939346 +size 87210 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Cheaper.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Cheaper.uasset new file mode 100644 index 00000000..2ad795ab --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Cheaper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c14f5917345f8ee48acf4cb381015c0ac58ea64e8232329047b0235333501f1 +size 98012 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Invis.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Invis.uasset new file mode 100644 index 00000000..595da2d9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Invis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daaec4a638ab269f5e500f1ca127d0e12608141a4a0d0520c73322c2b4886256 +size 119825 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Invis_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Invis_Inst.uasset new file mode 100644 index 00000000..38932c58 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Rampage_Smoke_Invis_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d82f0f6f031af5ad4d574831c0ae3ef8c0d31a3b7d882153047c4d7bb263ff6 +size 94395 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Smoke_Wisp_Ink_SubUV.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Smoke_Wisp_Ink_SubUV.uasset new file mode 100644 index 00000000..31ce76aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_Smoke_Wisp_Ink_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc8d01079adcf0fb8d1c6c85c4994ff526c2f37d4edafc98a34f5c9849bb8c80 +size 94986 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_ThickSmoke_MASTER.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_ThickSmoke_MASTER.uasset new file mode 100644 index 00000000..1ba0088e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_ThickSmoke_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d95658d7022cc5ac488281574eb15d2d8f20c74c7e55754d1d25057d212478 +size 98635 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_ThickSmoke_Spears_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_ThickSmoke_Spears_Inst.uasset new file mode 100644 index 00000000..0e34aa1b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_ThickSmoke_Spears_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facedf6b756b7589fe1710e8f8199beceac56398e2eab9cbb9b52c7c285425bc +size 83248 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_lightSmoke.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_lightSmoke.uasset new file mode 100644 index 00000000..7cb42d3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_lightSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0168de7284cee5b5e3e348391a56bf80937d725f7d5e6e7f4fe55e483e862dec +size 101337 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_lightSmoke_INST.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_lightSmoke_INST.uasset new file mode 100644 index 00000000..fc8086df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/M_lightSmoke_INST.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f34aac5103ca567c28e5853a86a346dacea0dc7417874b558004d429e4b39cc +size 83829 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Spline/MI_Smoke_SplineMesh_DrakTrail.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Spline/MI_Smoke_SplineMesh_DrakTrail.uasset new file mode 100644 index 00000000..7ca44274 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Spline/MI_Smoke_SplineMesh_DrakTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13440dfeb2a910e0df2784a58666bbb7c4a45900be576fe0cc4a46901a2adac2 +size 97490 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail.uasset new file mode 100644 index 00000000..1d60cc19 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6880f60cc07c467724de1b38163e8516fd1d89add4b59b77a38e33fe4f6e9946 +size 136861 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Trails/M_TrailSmoke.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Trails/M_TrailSmoke.uasset new file mode 100644 index 00000000..453c937f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/Trails/M_TrailSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdda4ba116d32b2c1f050077c79d61d02ea603b72cab4dc43db240982815b73 +size 136819 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset new file mode 100644 index 00000000..6dba9e37 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26c5b955f1946f86aa812f62f98c72bd4a732834faa5c1155141a93d7b790b0c +size 82330 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/WispySmokeTest.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/WispySmokeTest.uasset new file mode 100644 index 00000000..9637a112 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Smoke/WispySmokeTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d26c5c1d5640dadcfb59839329f04acb5f251c8f83134ef1f4436b9d8628f69a +size 89076 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/MI_hardSpark_Alpha_GPU_Random_Bright.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/MI_hardSpark_Alpha_GPU_Random_Bright.uasset new file mode 100644 index 00000000..c835a472 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/MI_hardSpark_Alpha_GPU_Random_Bright.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01049f901c400290d2390b4edd034cd945be471b0f9d60c90ec29c0ab321c68a +size 69859 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Core_Spark_VLerp_CameraStretch.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Core_Spark_VLerp_CameraStretch.uasset new file mode 100644 index 00000000..58670dd5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Core_Spark_VLerp_CameraStretch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60266c59db741f210af7dffa85fd32ad31da8818e8086499f962b6766f460af0 +size 86295 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset new file mode 100644 index 00000000..dce07770 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8601f1d51e469c2412edbaa68f09e8774eaacbf5c08763952bff94ace0802db7 +size 87088 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_ScaleDistanceMaster.uasset new file mode 100644 index 00000000..5f045c75 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/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:f656c8783866d0caf77d3a9744360d80f2d3e0e9b26833b22d37761ad38d3c88 +size 87620 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 00000000..719aa842 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c751fbe6406fef05f195bab67f0e6f33fbca43006e9944935e6f541a469c2735 +size 82683 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER1.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER1.uasset new file mode 100644 index 00000000..3f6be410 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b6de86b9b351d1940f09552ea8a2726c9eb36c2eea3b3a63e50ebb833da2bf +size 79219 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset new file mode 100644 index 00000000..a4e6ca6c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7939db4e54a3a6d021830743d29a52d06dc2913ea91765492cebb985d191d64 +size 71535 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Round_Spark_VLerp_DOF_Rand_Master.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Round_Spark_VLerp_DOF_Rand_Master.uasset new file mode 100644 index 00000000..70c8bd21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Round_Spark_VLerp_DOF_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc36c535f8bac31a9c14d899f96f9595c85fee05a4fd8e343d46943bb9a0db74 +size 87213 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset new file mode 100644 index 00000000..9e1dc8e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f4023ce8fbae2b5f54e3a51eed7ada3d6a2b7094877c7345775a4931a40ce32 +size 101601 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_Inst.uasset new file mode 100644 index 00000000..20001e00 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f6ded3aca4a42787e6159f3818988b36df4e4c5f80f74899025de8e5612125 +size 71299 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_Pellets_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_Pellets_Inst.uasset new file mode 100644 index 00000000..9949cab3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_Pellets_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:964c0d400e8cf49d6a1061a2369369a513fe035256e6e61c0f8d35f0c3527706 +size 73544 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor.uasset new file mode 100644 index 00000000..ddea4fb0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0657f3b4aa4195174caf75d43429cf99591fdaa5faa96553b1afa7b238d4f4c7 +size 106850 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_SparksPhoto.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_SparksPhoto.uasset new file mode 100644 index 00000000..aac158b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_SparksPhoto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5478b3120064a779ba867cd5a7bcf80efa1a3450d9a48133666e31d6795c75b +size 84968 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Sword_SciFi_ULT_UpEmbers2.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Sword_SciFi_ULT_UpEmbers2.uasset new file mode 100644 index 00000000..c1fc0ddc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Sword_SciFi_ULT_UpEmbers2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96705182b075eb466e61a3516eea8914b3a6879b91b42b5e174eafde4672d58b +size 93306 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Sword_SciFi_ULT_UpEmbers_Base_Inst.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Sword_SciFi_ULT_UpEmbers_Base_Inst.uasset new file mode 100644 index 00000000..e0cd9449 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_Sword_SciFi_ULT_UpEmbers_Base_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d885db2539b9c027b6eff501a5fa73cbd7ff083e7ad426518cfa14b3fab033 +size 73907 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_hardSpark_Alpha.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_hardSpark_Alpha.uasset new file mode 100644 index 00000000..0b579e3d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_hardSpark_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab761df4994a3e4bcd025b970794fb5fbab283f4ee462fbfdf7241b9b54cd43d +size 85437 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset new file mode 100644 index 00000000..91ef6868 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060e256f574eee56610d56d96fe6412c051c02311db8155454c25f35ff0cbe3a +size 94062 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_LaserBeam_SplineMesh.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_LaserBeam_SplineMesh.uasset new file mode 100644 index 00000000..10a12664 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_LaserBeam_SplineMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb13f7b6e3194d9281a25f1ffb4fdeb65617212e1a2166480e7d50c058cb0ae7 +size 116047 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_SplineThickenSmoke_Trails_Master_Tower.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_SplineThickenSmoke_Trails_Master_Tower.uasset new file mode 100644 index 00000000..9b0b4baf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_SplineThickenSmoke_Trails_Master_Tower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21800fe0c673a4998cd21dfe5a2fb7dbb06916ac63137d425029c9a088c5bf13 +size 153083 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_SplineThickenSmoke_Wisp_Core.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_SplineThickenSmoke_Wisp_Core.uasset new file mode 100644 index 00000000..2a8329d3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Splines/M_SplineThickenSmoke_Wisp_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42931d3d2482f88892ff7c0a5e695e84ef8b470154d756612a062feb76443b8a +size 140802 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Tech/M_Hotdog_Spline_Laser.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Tech/M_Hotdog_Spline_Laser.uasset new file mode 100644 index 00000000..9f9fdeeb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Tech/M_Hotdog_Spline_Laser.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f612a94209b3e0eb636a6eaf85ff04f5b5c0c48179f9d79933f489b209dc4608 +size 109035 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/Turret/Tower_Gold.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/Turret/Tower_Gold.uasset new file mode 100644 index 00000000..e6a4a4aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/Turret/Tower_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd22fb8da2171847f12cdaffaf4a068a0d7598382c9e325f987cfe186bafa3b +size 115186 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset new file mode 100644 index 00000000..fda6808d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d8fd6930d7c25242a75b15cba3b742c53a22f24378fa9f8f5d2b6c98090618 +size 55112 diff --git a/Content/ParagonProps/ParagonProps/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset b/Content/ParagonProps/ParagonProps/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset new file mode 100644 index 00000000..d6a840a9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08850c1369593d2b6e46524a4c3e0591565fcee6bad1e940d0c11d80415e182f +size 102293 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Core_Shockwave_Edge.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Core_Shockwave_Edge.uasset new file mode 100644 index 00000000..9c310abf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Core_Shockwave_Edge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4a475d85a1e6e2165621f4270275efa68a04f6f04d42995562a551994e85e0a +size 207720 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Core_Surround.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Core_Surround.uasset new file mode 100644 index 00000000..9e8e5829 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Core_Surround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5de052a0d922b91cd48c0c83c1b5217b158b11be6d62c65dc2f23f651e70de9 +size 132730 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Heart_Spiral_Curve.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Heart_Spiral_Curve.uasset new file mode 100644 index 00000000..207ea487 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Heart_Spiral_Curve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68e2188076f11c3708913aa576965b99cc95b00d71f101e6cfafe07b4450f54 +size 98658 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Shockwave_CoreExplosion.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Shockwave_CoreExplosion.uasset new file mode 100644 index 00000000..2a5f4534 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Core/SM_Shockwave_CoreExplosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f017b5f2369118f81cba4259ac26beeb6bc3846d7b8a0f2f1a181cfd6808a87 +size 158237 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Debris/SM_Heart_Shard_05.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Debris/SM_Heart_Shard_05.uasset new file mode 100644 index 00000000..a2bddef4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Debris/SM_Heart_Shard_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8219dad71731a3e506acc810337dd0a8e7a2cc586c9718cc99d1cf6cc0a1483 +size 95165 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Debris/SM_Heart_Shard_10.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Debris/SM_Heart_Shard_10.uasset new file mode 100644 index 00000000..df6f8db4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Debris/SM_Heart_Shard_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7b5a364aa05a17c5d3369d11d95f4cc3cfe935049e22f0127f566ce2cf5f96 +size 110390 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Debug/MaterialSphere.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Debug/MaterialSphere.uasset new file mode 100644 index 00000000..b6ac785b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Debug/MaterialSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99af4aeefc42ff37b20c0301bacc38a9d5588a31900ea7fed0b55549b4e94437 +size 47866 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Energy/Electric/M_Electric_Arcs_Heart.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Energy/Electric/M_Electric_Arcs_Heart.uasset new file mode 100644 index 00000000..cc5fb470 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Energy/Electric/M_Electric_Arcs_Heart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f3a4fc79cadb2db2f57b22f4aa99303c575e303aa945132f6a324466934b19 +size 88485 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Flares/LightShafts/SM_FX_LightCone.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Flares/LightShafts/SM_FX_LightCone.uasset new file mode 100644 index 00000000..043e3b7c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Flares/LightShafts/SM_FX_LightCone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99e049c9685eb790c3189b00b2eaece217161a2711c9b95f613f4f77f036be8d +size 118474 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Flares/SM_DeathBeam.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Flares/SM_DeathBeam.uasset new file mode 100644 index 00000000..96635ae0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Flares/SM_DeathBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2bc9d8283d5ece925945462647179c90052d3f2e854abe2863b0d1457683bb +size 17180 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs1.uasset new file mode 100644 index 00000000..d1be7261 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9c7902a603ea7151771a113011570533ea772197fa476530096855b73474e9 +size 137475 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs2.uasset new file mode 100644 index 00000000..358014df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b6e72d4f42c4c08c6d400230a3eea9ab59309e3c39bb466858c1c1f29dacc6 +size 213685 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs3.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs3.uasset new file mode 100644 index 00000000..dc146355 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba1180f9dcd5b2c9c597c232b8de73fcfad0cb81921d49be0257e49c3db88a1 +size 293041 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs4.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs4.uasset new file mode 100644 index 00000000..afc504dd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5aa27b989585bba7ba384c2a0e2b75e97a63aad40330b8a65dc4cac7e926615 +size 142013 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs5.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs5.uasset new file mode 100644 index 00000000..d666fc6e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Core_Gibs5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1f448ef22f0b25f58cdec43906e5fb49ac3d01fff45be3b1e36c180b80f8f2 +size 142399 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Base_Gibs.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Base_Gibs.uasset new file mode 100644 index 00000000..d7470c85 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Base_Gibs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89cf0cb31e2612ff69f4bfb5c4db9eb1593255dd5bb1de56dc81ffca63963f0e +size 145608 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Core_Gibs1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Core_Gibs1.uasset new file mode 100644 index 00000000..c9c0f169 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Core_Gibs1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c42d2aacbace6a2b72e11b6196f9eed1c0c69de33586d79cf7e4b75463a6b501 +size 178731 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Core_Gibs2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Core_Gibs2.uasset new file mode 100644 index 00000000..4eeae965 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Core_Gibs2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab3ce7d7d89c69efc4abc5465c486ff692fdd24e4611c9ce8477db942a6d3080 +size 167651 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Inhib_Gibs_1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Inhib_Gibs_1.uasset new file mode 100644 index 00000000..d2e15a7c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Inhib_Gibs_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8be9618c816da4b3d86c1807ea3703547c37aa0c6fd01af11e39b769eb40cbe6 +size 184537 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Inhib_Gibs_2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Inhib_Gibs_2.uasset new file mode 100644 index 00000000..414e1335 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Dark_Inhib_Gibs_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5973845db14437f303fdd1080a26ff00239a7086940d867375ba206207043bff +size 182520 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Base_Gibs.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Base_Gibs.uasset new file mode 100644 index 00000000..50880b9e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Base_Gibs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db3bf048ee3ce00e9196eb8d10b17b57ff2ffcad642842f4fa3a64788973d44e +size 201225 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Core_Gibs1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Core_Gibs1.uasset new file mode 100644 index 00000000..58a25e4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Core_Gibs1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f38b5d2b42c68bbce346e469a808d0f04686e99c4aadc963a4b491a7d423411 +size 185649 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Core_Gibs2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Core_Gibs2.uasset new file mode 100644 index 00000000..8c272297 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Core_Gibs2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985b37b1149f325d6e22dd17803d0429da44fcee7d5f1df5a940718616ead512 +size 238425 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Inhib_Gibs_1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Inhib_Gibs_1.uasset new file mode 100644 index 00000000..586b3b82 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Inhib_Gibs_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9c93393c26d3637046e5b9a4e97bc799353238e392338635320e37420760f71 +size 288228 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Inhib_Gibs_2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Inhib_Gibs_2.uasset new file mode 100644 index 00000000..55c4f928 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Lite_Inhib_Gibs_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd635676550b084b5471b353ff86b3a0268af8052cdae92827ff513ac7365bbb +size 188039 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Tiny_Gib5.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Tiny_Gib5.uasset new file mode 100644 index 00000000..c7740c8e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Gibs/Turret_Tiny_Gib5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f686088c75416d7c6ba2a56d5af5126b8568851b5e9013185d5a01b24658aa6 +size 99870 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface10.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface10.uasset new file mode 100644 index 00000000..2441aa98 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0290de3445da90ba92ed8e0f00fe19814ae78bbc699aa834a79f5b9fd3a104af +size 30318 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface11.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface11.uasset new file mode 100644 index 00000000..8d7ddbb4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:020609a90202c1f32006b700d15e97a77aab304c92729eb18e4212cd5f830185 +size 26944 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface12.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface12.uasset new file mode 100644 index 00000000..53416f60 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4ca3b595caafc0a0a08520b472bbefbd5d04fcf3b33dd52059aaad4fb63267 +size 33549 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface16.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface16.uasset new file mode 100644 index 00000000..a6729930 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ddae64d178d8f05ae28cbae0a7203059308e14a6f8f6a91c63c0eca43686b2 +size 23966 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface18.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface18.uasset new file mode 100644 index 00000000..96c000cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f68c7c58d0de45ff419bb9b07f69d8d0e599db09fa6790f22cf6f676225abc04 +size 97747 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface19.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface19.uasset new file mode 100644 index 00000000..384eb053 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076ef6837a02fd16eb3c7373d0fc72837fccf39bb2b49331a418f85a2dda69ba +size 27714 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface2.uasset new file mode 100644 index 00000000..8539da03 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb380d887f62d9bcdc6121025ef9378bc63643ffc9ba4830d7ed98b14206109f +size 38489 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface20.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface20.uasset new file mode 100644 index 00000000..9cc9f61b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca5f349bf2bf2faed02db54366b380e07692d7ca30cd1ccd261144d176ae4f4 +size 28938 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface3.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface3.uasset new file mode 100644 index 00000000..d689b70a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f788925ce9699773274d96ce212fabc7a7ee55cc79a1f0478188d36ad607b08 +size 18717 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface4.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface4.uasset new file mode 100644 index 00000000..588f1149 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8110835b092e534137636ae7c9d6d53a993d52bb74bda1eb4677b6bb5f2683f5 +size 26175 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface5.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface5.uasset new file mode 100644 index 00000000..07c45f95 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e25672707412cc8715ae82734a0f35075fd53c3cac7fbfc735c51908951c37 +size 27279 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface6.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface6.uasset new file mode 100644 index 00000000..fa49c615 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6fed707a2144df799274436147ca9b3a1c1ae0c713facd10ab0d84d8ad31dd3f +size 18389 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface7.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface7.uasset new file mode 100644 index 00000000..a53ba005 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c1f93af3dbb048d592113d180659d384a37842f1422bfbf8a6761dcaba46e8f +size 18382 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface8.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface8.uasset new file mode 100644 index 00000000..8631f0c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2760d4bea43765ad6ccc3aa380b7aa1b241fe11300fbf51850344e6e6abee04c +size 25927 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface9.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface9.uasset new file mode 100644 index 00000000..73e84ecd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Pyro_Thrower_Shattered_Simple_polySurface9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34441d2a6e2a67334a4f3ebb904d018bd9320013285ae6251b46e08333fbace7 +size 18381 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_1.uasset new file mode 100644 index 00000000..0968bb12 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e60e0db31c312d2122a3e65ddbf54a311ad40a2a12531a35d0fab8d5a67d3c0 +size 76817 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_2.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_2.uasset new file mode 100644 index 00000000..ef75ce76 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bea5575d1cd307a19b1a43b56ba3d31ddfdb19dbe52aa24926b960bdf10f90 +size 79796 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_3.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_3.uasset new file mode 100644 index 00000000..5b54fcf9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Fragment_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d44731ce5074c3811017eaca70a1641a69197b396c5bf6c730c0972e0890bc1 +size 78265 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Outer.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Outer.uasset new file mode 100644 index 00000000..f3aa6b95 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Spear_Outer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a6ec602f2e3f81e1bf7c3a3003b9e9c22f6e601abf2d17dcdf0a6aa0afc8f2 +size 25465 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Totem_SlowDome.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Totem_SlowDome.uasset new file mode 100644 index 00000000..644f1c8e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Totem_SlowDome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42482d60edc6c6562df61f37a34524041319c6d4298f605e2003182c1cc94a1e +size 323168 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Twinblast_SimpleUltBullet.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Twinblast_SimpleUltBullet.uasset new file mode 100644 index 00000000..9d32ffd7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Hero_Specific/SM_Twinblast_SimpleUltBullet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e24eb765a532f897911a5c208dcd93a8835d805702f58e3b9b2b7a0b5d27526 +size 77831 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Heroes/Price/SM_MuzzleCore_02.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Heroes/Price/SM_MuzzleCore_02.uasset new file mode 100644 index 00000000..82c48088 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Heroes/Price/SM_MuzzleCore_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe4da3add8c038d948a864301ab3b15029c8abf8525157c4476be2fb6cff12f +size 88378 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Black_Hole_Vortex.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Black_Hole_Vortex.uasset new file mode 100644 index 00000000..cffc6e9e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Black_Hole_Vortex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b010a15c0d5a1034c20592e6cd0b42d5c52f660322e84e4b851446b5fadcfbf5 +size 145236 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_CamFacing_Chunks_01.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_CamFacing_Chunks_01.uasset new file mode 100644 index 00000000..7d3af56c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_CamFacing_Chunks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c835d5639a4b50536d9f3c630bf15661e7186cf34ef9c281cf3543687f9ddd62 +size 119929 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset new file mode 100644 index 00000000..c7b70b67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Crunch_Plane_Vertical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ebcebc936e75280e712d589b49848b0ca865a7e7717ce3f6a67ae6977bb873 +size 95146 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Electric_Spline_Complex_01.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Electric_Spline_Complex_01.uasset new file mode 100644 index 00000000..aa18c6cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Electric_Spline_Complex_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:297047aaaad270599c9fc48431277d8cb93caea1825abe0a019aa00b4f4844d1 +size 97188 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Hammer_Body_Spirals_v1.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Hammer_Body_Spirals_v1.uasset new file mode 100644 index 00000000..8c32fdcc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Hammer_Body_Spirals_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ce7090777e4671672b1475a58983dca11ddaa1a6f46263ad8f82591a1b313d4 +size 112335 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Hexgon_Plates_Segment.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Hexgon_Plates_Segment.uasset new file mode 100644 index 00000000..7305deee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Hexgon_Plates_Segment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5987c15058b4a7657c138ffcaaebb7becfe9da3f3c09a5d39ca826bc1f9f05 +size 93373 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Impact_Warp.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Impact_Warp.uasset new file mode 100644 index 00000000..1455134e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Impact_Warp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbe40fba13b1b7521c7660d93f15e571de7f37b89143a7c7a8919f476b11dc58 +size 127305 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_ManaBombFlame.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_ManaBombFlame.uasset new file mode 100644 index 00000000..cbb7300c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_ManaBombFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:023aef4adf02a3108fdc6acd8e2fbcbdad8e8a3bbc3dcb0c8acff00a81044e69 +size 102349 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Recall_Cylinder.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Recall_Cylinder.uasset new file mode 100644 index 00000000..3bb14c3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Recall_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d3a6bcc89a36da796d15a505cc6c72c9c2553442db330f516abddbf8b9d807 +size 89661 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Shockwave.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Shockwave.uasset new file mode 100644 index 00000000..6af5e668 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0191dac0ce29a03a3b5d45e71061d5f87d785767f3f1a73c9874180b1a756a51 +size 55739 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Shockwave_Disc.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Shockwave_Disc.uasset new file mode 100644 index 00000000..f827b486 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Shockwave_Disc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2ab0df50f0a361723a07d29abcdc90e7b604ca6a625fb029f317c35d3a4f4f +size 136465 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Sphere_Scale_Unit_100.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Sphere_Scale_Unit_100.uasset new file mode 100644 index 00000000..cc6025df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Sphere_Scale_Unit_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ad2f69c191b81433e0b8e7ce9b0ffc94397cd46008f07c76b2504b2c086a4 +size 235945 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Tower_Base_BlastOut.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Tower_Base_BlastOut.uasset new file mode 100644 index 00000000..52c0af88 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Tower_Base_BlastOut.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47569ac9ee6bc3d9cdc4d18792bdff196f21ef767c85b36e95412f1eea8e99ad +size 109478 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Turret_LightRays.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Turret_LightRays.uasset new file mode 100644 index 00000000..fad6bca4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_Turret_LightRays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8edad4d3e056c0dacfa49fbc9060b4fb2af80be93a1118dccdc22ea7749d01 +size 124215 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_plane1poly.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_plane1poly.uasset new file mode 100644 index 00000000..bc3d7ff2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/SM_plane1poly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1537f5437e3df691f0ddb542b95ec57c2c29bc0ff8c6ec9855a1738b30ac9a83 +size 82941 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/S_Sphere_FlippedNormals.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/S_Sphere_FlippedNormals.uasset new file mode 100644 index 00000000..ce79c831 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/S_Sphere_FlippedNormals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ccd87c889c48dae39ed332eb4837324502921f1f1f2b1471b29ae0eac8109b +size 100972 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/S_Teleport_Cyl_Haze.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/S_Teleport_Cyl_Haze.uasset new file mode 100644 index 00000000..150aea05 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Shapes/S_Teleport_Cyl_Haze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d255418f74fd39d745171b1f7f72dcd01e54d52fcc5b42e8a1119e4163dae223 +size 100064 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset new file mode 100644 index 00000000..1a21cbaa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd1be11e8a0a2a966da8001fc8e4a8b0065ebeb5b3a2b56bf5eecdcd78a5e502 +size 113508 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/M_Spline_Preview.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/M_Spline_Preview.uasset new file mode 100644 index 00000000..27f57d60 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/M_Spline_Preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b613c1e52bdfb82050fe986ffbec9b9aaeb2793f07c4b52e597ed2f154b5f0b +size 84319 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset new file mode 100644 index 00000000..de7f524f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:538d495ca905f4d88293867e174c5657889472b0513bb80176c89937a7830e90 +size 22517 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/SM_Straight_Spline_100.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/SM_Straight_Spline_100.uasset new file mode 100644 index 00000000..9f412082 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/SM_Straight_Spline_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b524f03de9e11864a02615683ec62ed455ab4d37e014325de19d08fc1e34ef9 +size 84405 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/Smoke/SM_ExploSpline_01.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/Smoke/SM_ExploSpline_01.uasset new file mode 100644 index 00000000..461e4ef6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/Smoke/SM_ExploSpline_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656222938b3fb8ee3ed16d6e0fae47d061e7e7d3bf2e7d62e68530819d0c492c +size 82989 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset new file mode 100644 index 00000000..d354b307 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4ee5207eab7f52c636d305f9a93a31d67abeea85f9f257f92a91e86c2118e0 +size 83596 diff --git a/Content/ParagonProps/ParagonProps/FX/Meshes/Tower/S_SentryTower_HitGlowBase_01.uasset b/Content/ParagonProps/ParagonProps/FX/Meshes/Tower/S_SentryTower_HitGlowBase_01.uasset new file mode 100644 index 00000000..aa948654 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Meshes/Tower/S_SentryTower_HitGlowBase_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a962881e6ebe695b0956cbd9f6f0ffeafd85712b0e8db8552d986dc9fa5eaf8c +size 96899 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_Explosion_V2.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_Explosion_V2.uasset new file mode 100644 index 00000000..eac52f7a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_Explosion_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83df93f79f35c5dcbc59d1ac6264cee051676be6c61c436046c1a21505b09115 +size 1562708 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_Explosion_V3.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_Explosion_V3.uasset new file mode 100644 index 00000000..0d1f6cd1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_Explosion_V3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99f31af589ee5dca2bc0486197a4a6bb0a1f7068d1cdc0dc054e9b9631890097 +size 1166602 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_InitialBurst.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_InitialBurst.uasset new file mode 100644 index 00000000..901e8864 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_InitialBurst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cebf5812db5ef59c25cf566b98346c54855a8f57f5d702c9bd3a3b6321d6f95 +size 391250 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_PreExplosion.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_PreExplosion.uasset new file mode 100644 index 00000000..2a19b554 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreDestroyed_PreExplosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:902df456a66607a101ede114ae227e98a4661892d509b1358993b3863593c98b +size 137100 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreExplode_NewScale.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreExplode_NewScale.uasset new file mode 100644 index 00000000..0d939eea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_CoreExplode_NewScale.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e0ce54c1b02372c2864eef5b86536d7b1878db3a27c641f5679d6063865044 +size 701410 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AOE.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AOE.uasset new file mode 100644 index 00000000..00790e81 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AOE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834dbcab7f2ea51c47433ade619d464175caf56c54bfdcbf4ce7f412a8dc4e5f +size 257516 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AOE_fast.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AOE_fast.uasset new file mode 100644 index 00000000..b9d71713 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AOE_fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90694f4a96c3965d7c7282e97b7460ad06ab0304072adebf1807be9c1f3229bb +size 245674 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_BGSmoke.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_BGSmoke.uasset new file mode 100644 index 00000000..a2edc52e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_BGSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb8ccc656627055874f7c4a0a064120b1043d67904c57fde3d567b8c9854bdf +size 211716 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_FGD_Sparks.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_FGD_Sparks.uasset new file mode 100644 index 00000000..f8af2dc7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_FGD_Sparks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36b10794e4d7da97f7a9056f6eb2728f7763db19de9801f548804f6d6b239377 +size 117682 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_L.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_L.uasset new file mode 100644 index 00000000..fcf4382d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9f699407296b63fa3048c3f89648f2c37aab47abdf1f8189a356897cdc1709 +size 118608 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_M.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_M.uasset new file mode 100644 index 00000000..3eca085e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c7549f50e3e040131b24de114b5f160e865dca01919b1f48e67776ec8243e2b +size 138383 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_S.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_S.uasset new file mode 100644 index 00000000..020a07b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8715e930bd11e916560a9ba8c7fe5b34df65079a4b6d7e4d809d1376c3010b4 +size 116896 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_XL.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_XL.uasset new file mode 100644 index 00000000..e097261b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_Smoke_Smolder_XL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c9f362fbf7adbaf4506a7346399934e5db81dfe6db03d7cb415c8637a0c427 +size 114063 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_SparkVolume.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_SparkVolume.uasset new file mode 100644 index 00000000..9bee201a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Aftermath_SparkVolume.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33e4081789d9b2ed864026b381c96721b819f3a5fa743c0f639402167d2e7dd +size 119355 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AoE_ImpactFX.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AoE_ImpactFX.uasset new file mode 100644 index 00000000..ba5cb0d1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_AoE_ImpactFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3254ffe06ce8e55db2d2c64e045d2e25dc4fd5b0c0ede4ddad9d9222d306bb9f +size 434737 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_CharacterRecall.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_CharacterRecall.uasset new file mode 100644 index 00000000..e69760a5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_CharacterRecall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e288b5f9c07640e0c56420a71bec62468dcb56b5c6fdd384857d668e492308 +size 641393 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Aniticpation.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Aniticpation.uasset new file mode 100644 index 00000000..179c2be5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Aniticpation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c588744c5b65c4a84c9f2e1d9616b6c2441b03e83213a8005df6348c08da94 +size 783990 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Debris.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Debris.uasset new file mode 100644 index 00000000..d270ec10 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0410585b607d2abd599b098c4a1419dd000846f468cb24ee16eef9839efe000 +size 887063 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger.uasset new file mode 100644 index 00000000..159d1794 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52807b8e17f83fedc7852e7a250865e222556dca57d519bd9aeda44779a05bd +size 399491 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger_v2.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger_v2.uasset new file mode 100644 index 00000000..2c48ac07 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2e6b522244a9357c81258a89d1d325b0c10f78edb8e00df5c44f73168f0d70 +size 582912 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger_v3_Nodebris.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger_v3_Nodebris.uasset new file mode 100644 index 00000000..23f1fad8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_Linger_v3_Nodebris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a2deeac5f5d747eb29483e671d5100e275d0294bbfc87ef301cd71576be1e9 +size 382553 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_MainBlast.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_MainBlast.uasset new file mode 100644 index 00000000..651f9abd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_MainBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78d014edb9dea9725e2a9e3310b262107cca1e919365d6f236adc5b9ac9331ed +size 1422564 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_SecondaryBlast.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_SecondaryBlast.uasset new file mode 100644 index 00000000..1ccfd5bc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_Destroyed_SecondaryBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18751911df462a1ee00254c8308bbbccb212883e618c01bd452c0b22d2dd5f1e +size 127961 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_TakeDamage.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_TakeDamage.uasset new file mode 100644 index 00000000..7e035f34 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Core_TakeDamage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43604df9b2efcc3593ae349be2ea9e08e1b4a29e959728456197207efb3033bb +size 422925 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_STCore_Proj_HitCharacter.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_STCore_Proj_HitCharacter.uasset new file mode 100644 index 00000000..d0b76329 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_STCore_Proj_HitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1f69789e4fdc8f23b3243e1a0b2b06b1b55f5a28059143cdbbe0da637b8195b +size 468152 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_LaserTrail.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_LaserTrail.uasset new file mode 100644 index 00000000..73a665f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_LaserTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a6d9b644b274da2af29c5ffc230574f612bcf961944db7c84cbe3cbf7108ad +size 199736 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_MuzzleFlash.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_MuzzleFlash.uasset new file mode 100644 index 00000000..0e8334e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1595f78543f55aa1b491faae340f3e755a13ae22fd6ae2e226947b63e6c401d0 +size 453689 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_Projectile.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_Projectile.uasset new file mode 100644 index 00000000..5e58bd46 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_Projectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75ed4fe51d44b513173c0e697b8c7c97d77b3445fb87d103b99d7a9e2fe14a55 +size 166706 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_TargetBeam.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_TargetBeam.uasset new file mode 100644 index 00000000..e64c8d1b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_TargetBeam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d034a58e22ab9c64cf3f82c598087889e98d97c689aaf26b3270006f0cadf1b +size 232037 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_TargetingLocalPlayer.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_TargetingLocalPlayer.uasset new file mode 100644 index 00000000..7ab0016a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SingleTargetCore_TargetingLocalPlayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e104310219a1208ddbb7baab5ec197c62e5ae336d0a411c9e900268a55dadb +size 101825 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SmokeCore.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SmokeCore.uasset new file mode 100644 index 00000000..7cd675f6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_SmokeCore.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ea7db3eee14942e59fb3ffbd5f9d653c9751820f982f5e7a0a261245605ec1 +size 188551 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Tetra_CoreFX.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Tetra_CoreFX.uasset new file mode 100644 index 00000000..089146d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Core/P_Tetra_CoreFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96f133fcd26a62e6b02ea357ab7eda0d751d409608a8ac46243c26c436a76f77 +size 275720 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretProjectile.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretProjectile.uasset new file mode 100644 index 00000000..57c8e06c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretProjectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e52364d408206191497f15dca2d6ed8a34131766653a0e05ad8bb342723c3298 +size 234725 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_Beam.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_Beam.uasset new file mode 100644 index 00000000..d039c55e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_Beam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385792138d3aa8ad68b7db3f4a7a5157628f93456e9e94f2acea4b45cb8da71f +size 229634 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_Buildup.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_Buildup.uasset new file mode 100644 index 00000000..4adcc3e6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_Buildup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:556ae9fa75d99d845943cbf199e018db6ea54b1f49877219348e00be690c344a +size 237926 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_GlowEnd.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_GlowEnd.uasset new file mode 100644 index 00000000..94051c46 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurretTargeting_GlowEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318a3b4dd33446eec6bbd360e73abf861a7430fb68b080bbe2feb7b15d33cfd2 +size 176860 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_CharacterImpact.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_CharacterImpact.uasset new file mode 100644 index 00000000..1174b56d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_CharacterImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08c50233afc66e9358bcb13a893226fb8ff55a578f0fc703990b96e45531076 +size 506163 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact.uasset new file mode 100644 index 00000000..975bb3b5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Beam_ShieldedImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67df1843519b26190e683f08aab02445db61c057722be25de3adc8154b95a87 +size 400444 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Chunk_Hit.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Chunk_Hit.uasset new file mode 100644 index 00000000..2e92a667 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Chunk_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4186b4423e8c49e453e99c622524778c16704eba10fff859d43061723eaceed +size 598355 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Death_Start.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Death_Start.uasset new file mode 100644 index 00000000..ae314938 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Death_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcd7f1e5873a5e95d9ebca313c3a78ec6dfd039db61863b4b516d4bd3108618d +size 744991 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Destroyed_Ruin.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Destroyed_Ruin.uasset new file mode 100644 index 00000000..5e3556f1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Destroyed_Ruin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40fb28c7da890ee8b1864dad1cbb4757871bd9d637a61e3505d765243a6c8621 +size 532540 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Dmg_01.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Dmg_01.uasset new file mode 100644 index 00000000..410c8714 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Dmg_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72b20f5da20bd044e103648a404e878f2b18d69f465156acaa664c9e7d3ca04c +size 359848 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Dmg_02.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Dmg_02.uasset new file mode 100644 index 00000000..5b30af19 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Dmg_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc90ad3a984846bb05aad9ed6f03235cfe8aedf143e0261207ba12f76d57d8f7 +size 520785 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Explosion.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Explosion.uasset new file mode 100644 index 00000000..e28336a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44cb60b4cf3679144cf9e5d8939f1ff9620f05e4da829736edfd39cd34d087e1 +size 1101541 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Exposed.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Exposed.uasset new file mode 100644 index 00000000..c694f313 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Exposed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7601f2467c84a6fe5872f3372647eef6c497249126a8c2724bcbda1fc2da9596 +size 44413 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact.uasset new file mode 100644 index 00000000..081b56da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ce591c0f5a5115261be3a5fa249f41d33833bd37dbec84f7a9224d78e60f67 +size 558896 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact_Blocked_Proj.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact_Blocked_Proj.uasset new file mode 100644 index 00000000..40237a72 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact_Blocked_Proj.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb15a0df5c0b474203cb4c3f84c97037bad30a197b4302a7261cab0d44d70fd +size 47064 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact_Proj.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact_Proj.uasset new file mode 100644 index 00000000..97d91487 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_HeroImpact_Proj.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1ee45586599a8035d7f4bcd90dcb9801f7d5a951549e243f9da3ec01282f55 +size 330830 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_MinionImpact.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_MinionImpact.uasset new file mode 100644 index 00000000..b1389e68 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_MinionImpact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d54540bd0f37ff84f08664d57036faab092102f2f39ceb789fd61f7f582468a9 +size 558906 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Muzzle_02.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Muzzle_02.uasset new file mode 100644 index 00000000..ab4ae604 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Muzzle_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2529a795e8eef92ced377c40933e8b0cbcf74561b93d5319703f97d05d792a6 +size 658702 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Shielded_Impact.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Shielded_Impact.uasset new file mode 100644 index 00000000..1162dd48 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_Shielded_Impact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b70dc02982c0badd9928f7c689c306121f458a29fe403701abdb9e2865b265b +size 215182 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_TargetingBeam_Idle.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_TargetingBeam_Idle.uasset new file mode 100644 index 00000000..e56e8d14 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_TargetingBeam_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d1ee441d4d8762a66531fa28319692929dde3c3377cd9323a1ae88e9083d31 +size 55142 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_TargetingLocalPlayer.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_TargetingLocalPlayer.uasset new file mode 100644 index 00000000..1761dc6c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_SentryTurret_TargetingLocalPlayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cae8e13241cf996a4840a7dfb0dda3df3bb6a5c5e5d2e269f844c020b39b32a +size 35087 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments.uasset new file mode 100644 index 00000000..11e903ac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3507f4697f43c4ea0e7874a2c6756168c4df16deb13623f409b92b773e9a62 +size 509438 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments_Base.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments_Base.uasset new file mode 100644 index 00000000..1d7d6278 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33b3eecf9944212706c86240e9688eb10f8e3d1a90169e517ba0c01fe35adf4a +size 296269 diff --git a/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments_Inhib.uasset b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments_Inhib.uasset new file mode 100644 index 00000000..4f314632 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Particles/Turret/P_Sentry_Turret_Fragments_Inhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3668e920434c958be739d49870a022e2603050c7e5dc9c22d2b98a18c76a5be8 +size 439063 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Coords/T_Swirl_FlowMapDiffTile_Warp.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Coords/T_Swirl_FlowMapDiffTile_Warp.uasset new file mode 100644 index 00000000..63524ff8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Coords/T_Swirl_FlowMapDiffTile_Warp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebbec6cf06dac6496bc85ec32833ade254fc414a60d44366112189e518e74bd2 +size 204192 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset new file mode 100644 index 00000000..182e8be1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d333eb84e649bd31a821779895125fb08391c9d1fdc7f3857ab58276d5e81a2 +size 1433469 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 00000000..5055da5f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936a8f4b330589762dc7486be3eb3403b4ec8037a255e7b387baa697bec67d88 +size 228602 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 00000000..0896a82e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fa84fee27d006ff595b30d60d1847950b630ef97771afba96a33a1141e4172e +size 408698 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris.uasset new file mode 100644 index 00000000..9631053b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf46c94596127d419fb959660af961511314718a484b178bd70820ac9cb173 +size 78424 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris_Blur.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris_Blur.uasset new file mode 100644 index 00000000..ef59dd3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736d36ea45bbf805c112729744b546ce4701a89f992d790018cc65eddeba1fd0 +size 96210 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris_Blur_A.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris_Blur_A.uasset new file mode 100644 index 00000000..aaeaf9df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Debris_Blur_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce71ea0f85f869e7d9fb285ca2ac911a7dab2282652ddc56290fc7f53c0bace +size 54812 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_01_A.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_01_A.uasset new file mode 100644 index 00000000..7d9a5a8a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eef2f53b131f73b2328141bd49b1c7379ff25a4cb6a8055883308502e0699ad +size 3654653 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_01_N.uasset new file mode 100644 index 00000000..8578bf3f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93098f274ff9112fe9f03f090583f152bd2fcca0cc6e0dd448ae39c27ab5f4e4 +size 10771716 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_02A_A.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_02A_A.uasset new file mode 100644 index 00000000..650787d2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_02A_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e9eaf21c147c409ebd033bd150655eaa348713221bb5b1a1c35efcb36a6a1b4 +size 4414321 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_02A_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_02A_N.uasset new file mode 100644 index 00000000..fa401454 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Dirt_02A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea449589c12361a6e332e8963afee16ae4d1ac868efbc8c85b5dc780f7903fe +size 11258554 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Debris_Pan.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Debris_Pan.uasset new file mode 100644 index 00000000..0677db4d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Debris_Pan.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a5c61dd4b563a019630a8b38e6caefdde2453eef417c42da9dfde4c44a02266 +size 51047 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset new file mode 100644 index 00000000..9a5a107a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Imposter_12x12_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb946675b550c9a7cdc5e068e3cd62c2930fae7fe6d3f7e712730677eb375991 +size 4298971 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset new file mode 100644 index 00000000..0b3ca414 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Rock_Imposter_12x12_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3d5f14819816799da163751de8f2fc26b0dd01c55399bf8b2bf57a7c96f4963 +size 5526755 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Sand_Dots_Motes_Speck_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Sand_Dots_Motes_Speck_Mask.uasset new file mode 100644 index 00000000..37841b94 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_Sand_Dots_Motes_Speck_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d7fd89a9f06a6c1addc347fa251346d99a61edb59647577c2046452a0c423f +size 23282 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_D.uasset new file mode 100644 index 00000000..ba3a98d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c520b2a8789f1ffa7c5b0943738f8b7985c99e91afae42cb072548d94ab3f53c +size 330805 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_N.uasset new file mode 100644 index 00000000..1e07bcb0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40552f086c345fae73c0042837bb8108b2c3da57d3b8257f645b652d925debbc +size 394147 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Decals/Tiling/T_GroundLash_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Decals/Tiling/T_GroundLash_Tile.uasset new file mode 100644 index 00000000..15c5edb2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Decals/Tiling/T_GroundLash_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac220f237e3a2b7c0a6b3fec19036226617590b827ec377d6bb0659f09ac970 +size 1786640 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Decals/Tiling/T_GroundLash_Tile_NM.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Decals/Tiling/T_GroundLash_Tile_NM.uasset new file mode 100644 index 00000000..e8bf599d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Decals/Tiling/T_GroundLash_Tile_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae76205ce332a5b15ee5a06d98fe36fe202b62f3e801f4650a2cf3d268dafc0 +size 2194588 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Electric_Beam_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Electric_Beam_Mask.uasset new file mode 100644 index 00000000..c235aae5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Electric_Beam_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76ef9f087778c25b8b86f0cc6d155dc8d876d028fdf47e08ac7cd0fcb08a28de +size 178825 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Lightning_B_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Lightning_B_Tile.uasset new file mode 100644 index 00000000..13bd616c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Lightning_B_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0205fc137da6ac9dfe0c1b9605ceba1a7b6e31fb1010472f0d2671257b30b7ba +size 328801 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Semicircle_Arcs_2x2.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Semicircle_Arcs_2x2.uasset new file mode 100644 index 00000000..57823597 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Electricity/T_Semicircle_Arcs_2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3bb02188d461b27ca027adf3dbb7a28a996c7e867c0926e95a6f4337012d58 +size 169124 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/Rift_Orb_flibbook.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/Rift_Orb_flibbook.uasset new file mode 100644 index 00000000..5ba0d7ac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/Rift_Orb_flibbook.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0f89c6b5b8e5b156230c70275fbfd83db427fceba5608c66e77795f6928cf4a +size 19898531 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset new file mode 100644 index 00000000..4825ecc6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_H_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab63b195c4ae169658b088b903bd970f2cc25f700b7b9deed28374e54752bef +size 1773582 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset new file mode 100644 index 00000000..693af71a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03e87efbd0970724f225b830f55e8213b00f8f62e27c4633098f4e9cf3f4b11 +size 1572368 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Aurora_Seamless.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Aurora_Seamless.uasset new file mode 100644 index 00000000..5b38c0cf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Aurora_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b855a3c8331c04462260a33970e676332010f6e9c42062fcd212fd774d3d65d +size 1778033 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Wisps.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Wisps.uasset new file mode 100644 index 00000000..17955936 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Wisps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f51c3da51b8ce41b2642a941aabfc17b9ae997057a5269288ba3f0a88c6564b +size 8591071 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Wisps_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Wisps_N.uasset new file mode 100644 index 00000000..f830d40d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Plasma_Wisps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81bb701422eb1e18ff616cc811cd1ec1906e859edde864a111ec37923d9c4a18 +size 10510423 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset new file mode 100644 index 00000000..89c0f870 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06bc1e53d263944a81298babd39cbfb2c99b88ebc8e3db2246222a7d5a7b5e82 +size 375827 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset new file mode 100644 index 00000000..68d475ef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55559893054cdb22b8009f83dbd23f395cb10ac58ef33ea43ffc45815450d3a4 +size 79820 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_CorePyramid_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_CorePyramid_N.uasset new file mode 100644 index 00000000..847ca918 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_CorePyramid_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa513c0c5051f5030cf7789b7f3aa7dc41a0293caae75fbfe7a9bd372fd20f6 +size 2593526 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_MarbleCut_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_MarbleCut_D.uasset new file mode 100644 index 00000000..8e6fe997 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_MarbleCut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90c5398901c1a1d0e8f7ec3868961e69e7c2dc52d2174afa491007d6cf7b5afa +size 29076338 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_D.uasset new file mode 100644 index 00000000..a1e7aa8b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27fdad13d6c292824352a52f96bea9775d19fdb91b1c2052d4a3a3759c639531 +size 8169970 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_N.uasset new file mode 100644 index 00000000..58279dc8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56366c0d08c5a188f364e11eb5a9ceea2705e38f90c86ba1aae1deef4f12a8e +size 6739409 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_RM.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_RM.uasset new file mode 100644 index 00000000..cf8d16aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Marble_Clean_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa06aa2dd2d70a123e5010f411b2de2d6b58e9562e3752aec6547d3f05f85116 +size 2092151 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_D.uasset new file mode 100644 index 00000000..7f571ee8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ad85ece92000c56da73f8026c3a15437d3d3d5995171c3ee034c348ad5575b +size 20214616 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_M.uasset new file mode 100644 index 00000000..553a50ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b62f5d3b73df7dbb505fbfcc2ef8bcc9d8af955384cd57e4d475b965853b77 +size 2690170 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..342cedf9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5f903c2a89863f075264bee07784577957fcb3561fe9f65e6b08375ddd890a4 +size 9592456 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_TilingSharpRocks_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_TilingSharpRocks_M.uasset new file mode 100644 index 00000000..b4557ae2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/T_TilingSharpRocks_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2001e03869dfdeb4b27a11ff40d66ddc74d3542dd6479c94ebb7d65a92e81c6 +size 5342513 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Environment/cracked_marble_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/cracked_marble_N.uasset new file mode 100644 index 00000000..17de7a43 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Environment/cracked_marble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e53dd7cb6df4c6a7cee62d2bcd5f2cecd9fbfd20b8d5580687321e61cd254e +size 2649663 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_11_E.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_11_E.uasset new file mode 100644 index 00000000..a662a949 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_11_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8458ba5c8881b97afd35215d0394c249e4ee2b4a2f374b6d234dd8055b03fd38 +size 6288698 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_11_Radius.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_11_Radius.uasset new file mode 100644 index 00000000..b851c5e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/DoNotUse/T_FireBall_Fluid_11_Radius.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef1f3f31b9115839303e1e70a070e33a4e2fc01bb1fd154814dd8d066123efb +size 11192861 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_Vertical_v1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_Vertical_v1.uasset new file mode 100644 index 00000000..2dc13b61 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_Vertical_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ebbdd69c471f2b466dc2e0cb4bf6bc7b1c0e257c2d76f6a8aa49517904719e9 +size 3451518 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1.uasset new file mode 100644 index 00000000..c60d756b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:541b5cf4ca2fbf93d0161071fa3d2da1a818c700942fcd99622ab3d5eff481e2 +size 4674093 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Depth.uasset new file mode 100644 index 00000000..55124aff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a715029a1d26752997b1385b8ae03c08234575a05fb370d8c202e64a759a4e +size 1712016 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Normal.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Normal.uasset new file mode 100644 index 00000000..a75e5fdc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4200b1756d5208b92d41ac0e9aa7d7ab3d139b1a473e49a5446df4629d052e24 +size 3477194 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Temperature.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Temperature.uasset new file mode 100644 index 00000000..4e329394 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/Explosion_Test_v1_Temperature.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9952f330a1df80ad6745227f490925cd6bb73c991e813387024716a9b48dae8b +size 1462538 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Depth.uasset new file mode 100644 index 00000000..7a979c27 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec166c3e0eece7d312e9d12618ab73f4382593aee016779392c39d036374e7f1 +size 1936069 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_E.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_E.uasset new file mode 100644 index 00000000..67237a26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f4a10da3b70e8edf626a7388490fced066101ea893e1b72c60c6c3b52fb04e4 +size 1399184 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_N.uasset new file mode 100644 index 00000000..0e22c6ac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407e0197ae280c95494cb1a09c0047995815b3b5c16f3c6efc1c3bed1bc7d98e +size 2410474 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_Depth.uasset new file mode 100644 index 00000000..51aeb67e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6042bcb8609367392d745512f8594189a2c09ab5c991c441b0c767e0204858 +size 2686861 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_E.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_E.uasset new file mode 100644 index 00000000..ee5fb69d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908fc1f6d07392404204a97293f1c7e7e94f38d956ba6e791bdc38759f07ec32 +size 2147425 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_Grad_E.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_Grad_E.uasset new file mode 100644 index 00000000..4a3e9dea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_Grad_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370c0a65ba9b4bca91c903d58f034a6c6936928e43c2a6d71fb07aa0297b77cd +size 1897035 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_N.uasset new file mode 100644 index 00000000..a9b73ac8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/HyperBreach/T_FireBall_07D_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18ca93970cb2ae7c5f9e5288892cda34dd2db4e8abb67aebce2ff67d43b9bf5b +size 4339989 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_Explo_SubUV_boom.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_Explo_SubUV_boom.uasset new file mode 100644 index 00000000..60be0fb3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_Explo_SubUV_boom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e373a4cb9ac1009023019ff05924eaaacf2903a899482d4b72f0fbbbb6dcafa9 +size 263056 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall.uasset new file mode 100644 index 00000000..6e004c42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6e4f6ba3129cef238c58497545a107a6cccebdb20c9c18442d874152ea3acf +size 222680 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmoke_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmoke_Depth.uasset new file mode 100644 index 00000000..65a01084 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmoke_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c19bc7ecb9bcbb27facff381a99dd2137fbd964a88d4129a6d2151d09ae910c +size 986922 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmokey.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmokey.uasset new file mode 100644 index 00000000..54a694c3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireBall_07C_ResdiualSmokey.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b5beda735b18596b1e67ce549852c8e9c0a9ac2f6a2b5063409a684188f3e10 +size 2414874 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset new file mode 100644 index 00000000..8b78ceea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:764272c1cb94bc7d005ddb5decf17f10f23eeae317d7311f31daeb73c701ff71 +size 5267478 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset new file mode 100644 index 00000000..bad67e30 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_Fire_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44b57cc9a690c3984c9f64887f1f37137f49b14c0fc8955949ccd8c88c846a9 +size 2581031 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_N.uasset new file mode 100644 index 00000000..6c1391bd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Explosions/T_FireySmoke_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd2afedf5cc61a8c9c2c426b884edb928bfb382e6e18f0a9114b2b0585bddb7 +size 5633712 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_FireNoiseTile_02.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_FireNoiseTile_02.uasset new file mode 100644 index 00000000..411cf0b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_FireNoiseTile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b41d69460db44d251a70393bde80c86f7fdbf12ee55d477f7dee94fd2a7362c +size 646680 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_Fire_SmokeWisps_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_Fire_SmokeWisps_Tile.uasset new file mode 100644 index 00000000..87c18265 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_Fire_SmokeWisps_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7811163a9e35102dec4123e146b978bdb811a4829d026ae00d83aae934cde8 +size 3603507 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_FireblastPacked_v2.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_FireblastPacked_v2.uasset new file mode 100644 index 00000000..28774afa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_FireblastPacked_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee374c196849908ab838fbba0acb8e8c05cbf3b9dff05fe845aeb620f121b9e0 +size 7445809 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_fx_fire_fireball_subUV_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_fx_fire_fireball_subUV_01.uasset new file mode 100644 index 00000000..15980ee4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Fire/T_fx_fire_fireball_subUV_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0e2836c703e13b50f7a8b62e478cf860bd33c02db0c34ee08239d1c70099fd5 +size 6169362 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Glow_Sphere_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Glow_Sphere_Soft.uasset new file mode 100644 index 00000000..1601b877 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Glow_Sphere_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6770004addac6bc822329d0994898a5cf88c33bbe7f23362e4de0184d40306e +size 68917 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/LDR_Flare01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/LDR_Flare01.uasset new file mode 100644 index 00000000..d0af0562 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/LDR_Flare01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82832ff67b8a60984ca3d69c4bc9f242762f3507952a31526ed151a83fb82c9 +size 122696 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare07.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare07.uasset new file mode 100644 index 00000000..a27b5978 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0833649ad1708b25f4ffa14e0959aa85786c506401f68bdb9defd167560d727d +size 1251545 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare14.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare14.uasset new file mode 100644 index 00000000..fe77a096 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c01ada7c30419e454c89382ff2ea208a0e0e409a55d31be5ab55627be795d0c +size 85125 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare19.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare19.uasset new file mode 100644 index 00000000..7efe12d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/Org_A/T_LensFlare19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86622f5206cd133ab00249df79856e494c7da960da1748d7f7d694edc96c412f +size 167864 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_FlareElements_01C.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_FlareElements_01C.uasset new file mode 100644 index 00000000..e0239a6a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_FlareElements_01C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04804d3591c701ed626dc921d47a26c2721b34a4b0d4e7353e5fb291ae98ce31 +size 296497 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_FlareWide_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_FlareWide_01.uasset new file mode 100644 index 00000000..4b53ece2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_FlareWide_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b85519491cbe390fdf7d8215862b13c6808b7fee4d0e4f544caa410683a7a0 +size 238656 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 00000000..e8ff6509 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a180d3ba2fcf532edbc1eab7e970510a0cbee843a7d1316e2bc40599bd50a2fe +size 299093 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_Lensflare_02.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_Lensflare_02.uasset new file mode 100644 index 00000000..42ab7397 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_Lensflare_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e5441f427690b99803d59a5a184197f82c19a659bf4531677f032d7e18e5da0 +size 124816 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_RayBeams_Packed.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_RayBeams_Packed.uasset new file mode 100644 index 00000000..b9c9d5a1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Flares/T_RayBeams_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b45b91e8648ec5f550a0ddfc361612f0c24c81e75032e63cc58e3b8ca633651 +size 209237 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset new file mode 100644 index 00000000..3b36121e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2540bb9db4e605d1b85b7e40a90b6d10924b3198564644148f63283c7260d4e +size 580079 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Muriel_Prism_03.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Muriel_Prism_03.uasset new file mode 100644 index 00000000..505252c5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Muriel_Prism_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a333252acba1e2f3f010c34a56619f3c2ca179d8a572828b88c83f750fcc8c9 +size 6005 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Portal_Gradient_02_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Portal_Gradient_02_D.uasset new file mode 100644 index 00000000..c6960290 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Portal_Gradient_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c1553ba11ce433922cad38531a7649990f94856297081151499ad90531c8c3 +size 6526 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Portal_Gradient_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Portal_Gradient_D.uasset new file mode 100644 index 00000000..fec2ae8d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Portal_Gradient_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b19f665b305e9f80cc4faaf04a55c8db04956d75843ed54222343186d4eff1 +size 7873 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset new file mode 100644 index 00000000..9c94f24f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_ShieldLightrays.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf9ac5491397bb41ec031c50e2b3a78e1ed912f928e8a979045e91d4cd3b377 +size 680984 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Smoky_Shader_Gradient.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Smoky_Shader_Gradient.uasset new file mode 100644 index 00000000..04acd765 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_Smoky_Shader_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b115868d57a5ccdb4bab2bf6d95278068c7c48110f3ab0fbe24912ba79d6be08 +size 6909 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..9d6e71c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Color/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060f54f47900986bb2ae15d3c24fea7b7afc3502750d9f3b4b4bf2361e21ea21 +size 17673 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Masks/T_Portal_Gradient_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Masks/T_Portal_Gradient_M.uasset new file mode 100644 index 00000000..272e5cf8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Gradients/Masks/T_Portal_Gradient_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e63f5de6afff23a5a2c7d00a7d1cc8f1f9d5a38f292c6edfb9d81a07de42cdf +size 6759 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/Black_Linear.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/Black_Linear.uasset new file mode 100644 index 00000000..008823aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e315ef8c5d17d291026f0da7002695251d1c418082dd85bbcbbcb34cde65255 +size 4449 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/IronRust_Tile_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/IronRust_Tile_N.uasset new file mode 100644 index 00000000..0270bed7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/IronRust_Tile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f343e98cc0c277ba54ae365d43a453ead3e620e79a2c6ed0f9fb29ae88b4d03e +size 40506362 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/Price_Body_Color_Overlay.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/Price_Body_Color_Overlay.uasset new file mode 100644 index 00000000..747da90c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/Price_Body_Color_Overlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304c5aa7334a39bb7bebb6ce61d252960e8238e1c692bc0978d0a51be3d4512b +size 667254 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Blank_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Blank_N.uasset new file mode 100644 index 00000000..4d7fb1f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2357fb682b713069daba911171fb39de002a64720b542457f738792c47ed7e18 +size 4719 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Brushed_Copper_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Brushed_Copper_D.uasset new file mode 100644 index 00000000..08ab0c62 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Brushed_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a85560753330ed0d0d29b8cb800b1b65dc36863607c4c3704d6928374f5407e8 +size 17398490 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Brushed_Copper_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Brushed_Copper_N.uasset new file mode 100644 index 00000000..6e9d53c6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Brushed_Copper_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d22a862652905a12f242d357ee686cd196d20f2f1296d2a6fb4c25266dc516 +size 9883737 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_DamagedMetal_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_DamagedMetal_D.uasset new file mode 100644 index 00000000..c4fc6275 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_DamagedMetal_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabb1e2b2e362655cb1fd993b8531df29a2537930cef9749609b730c8f71ed2e +size 10068417 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_DamagedMetal_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_DamagedMetal_N.uasset new file mode 100644 index 00000000..e0300ffa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_DamagedMetal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c916ff7ecb5f0fdc75fe52518956e33284bb87bcdd1401cab907f6473d9b33a8 +size 36455424 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Kurohane_Eye_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Kurohane_Eye_D.uasset new file mode 100644 index 00000000..9338d422 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Kurohane_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b401170b4843c9300edd8b4df463db06c22a058503248120b76b906297bf7ae +size 3540912 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_ML_Aluminum_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_ML_Aluminum_01_N.uasset new file mode 100644 index 00000000..6e826f74 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_ML_Aluminum_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8fea3930f5d71633df89e535a46912b5ef1744b194b5262fd83366aaa5e835 +size 4826720 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_ML_Gold_Metal01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_ML_Gold_Metal01.uasset new file mode 100644 index 00000000..44a82157 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_ML_Gold_Metal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e52f15a9b7bb0dfccade6bcca0044a78d2810c87dfa1d8ca73b3986b03a4ba6 +size 3757946 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Metal_Aged_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Metal_Aged_D.uasset new file mode 100644 index 00000000..ac5ddea6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Metal_Aged_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f2abc2f002b0c03f5892e510943edcaa462683d9aa86a3c81bbc9c62f43d1d7 +size 20256358 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Metal_Aged_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Metal_Aged_N.uasset new file mode 100644 index 00000000..22ba25c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Metal_Aged_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c123f37df4ac32be58202a3ddde04ada0487368ef1d9b79d638605de23a97e3 +size 5964508 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Primer_Black_Metal.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Primer_Black_Metal.uasset new file mode 100644 index 00000000..db5785e3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Primer_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a1c095478b5d92de7dc7edc031615494ba487b749bb396cd34b578540d1cc1 +size 6711929 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_RoughMetal01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_RoughMetal01.uasset new file mode 100644 index 00000000..fa35f7e5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_RoughMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fd94f59b0a594e69d7fd9ddec49022d89fa0359d1d8293d019f3c7294c95535 +size 10776594 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_RoughMetal01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_RoughMetal01_N.uasset new file mode 100644 index 00000000..a1e881e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:493b8138f148e0ba8d836e15c53fccf5e0764f379226a19eb74b784829da4065 +size 3069126 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Metal_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..819a9b49 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca19618e0b0a0689229c79b11d412144f486f27844e29d72c72e65d559f9a8d2 +size 40190574 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Plastic_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Plastic_D.uasset new file mode 100644 index 00000000..2d1809e2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Plastic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:250a9de05ff1c54d7de2f18c124e65af97537a4ba73fe6e32fc8b92bc6dc33b5 +size 6670971 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Plastic_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Plastic_N.uasset new file mode 100644 index 00000000..f048aac3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7846f624ce06e0a705d610645e287a11da84d40a17ea7f991db2c719179c24b +size 9225288 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rust01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rust01.uasset new file mode 100644 index 00000000..9044942b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b95c8f5ccbae7092da8668b5940c9cfb0366eabf37fd027144025c10499430d +size 12556974 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rust01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rust01_N.uasset new file mode 100644 index 00000000..00243692 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Rust01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:389c01f2e25cbbb74c865a0fc1a355779b1057e469145ac128ab6d4cfe8df178 +size 12324659 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Spearhead.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Spearhead.uasset new file mode 100644 index 00000000..3af17075 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Spearhead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62583b5805ab294e95e7f2ef4f1760f886ff212e167fc22238c20787526890a5 +size 166527 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Steel_shieldlines.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Steel_shieldlines.uasset new file mode 100644 index 00000000..bfbba7f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_Steel_shieldlines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c954878c408726cb9a1416b1aa74c1beb1734a94b8fa31bda05c6dabb7c3c8a8 +size 155866 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_hardmetal2_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_hardmetal2_D.uasset new file mode 100644 index 00000000..87e95c09 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Hero_Specific/T_hardmetal2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aae599ed0706b680cffde3168f347f0a247e68550d210d77b704a8c6dd699447 +size 20253727 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/Shockwave.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/Shockwave.uasset new file mode 100644 index 00000000..d5c4d296 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/Shockwave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280c474becdbdbc3b7163f69120db32ca758092af6debcac9dc686297f65231e +size 76868 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DebrisConeMask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DebrisConeMask.uasset new file mode 100644 index 00000000..1d428408 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DebrisConeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e9fe994158844952e7d7eeca6eabeab1a74d3f316c394c775b809c84534877 +size 323370 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DecalMask_Noise06.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DecalMask_Noise06.uasset new file mode 100644 index 00000000..9946b1aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DecalMask_Noise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc9ff4c340cd5198baaf6e3887b72e7030036e9c59b96fe8209687fd484da9c +size 432526 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DecalMask_Radial01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DecalMask_Radial01.uasset new file mode 100644 index 00000000..9171009a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DecalMask_Radial01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abae69d69278bbaff8b7dee1d8b8dee6297c21a44f501034dee18dc084d0054d +size 79707 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DustNoise.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DustNoise.uasset new file mode 100644 index 00000000..0cb646a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_DustNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c96e568ed082c5d85d85e5746d24d1fcc4437c87a6513ea604dff0fc86f2c4aa +size 728251 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_FireBall_LerpMask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_FireBall_LerpMask.uasset new file mode 100644 index 00000000..f4c1944c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_FireBall_LerpMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994a3c389ed2881c396cea47746921330b41a017c0c29e5069a26702f4a45993 +size 549468 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_GradientLaserSoft_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_GradientLaserSoft_M.uasset new file mode 100644 index 00000000..016a0450 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_GradientLaserSoft_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5596f0cabd7aa04ebcc77a25edbf83941351aeecdfec528444ac3bfefacb261 +size 30308 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_GradientLaser_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_GradientLaser_M.uasset new file mode 100644 index 00000000..2f5d9d53 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_GradientLaser_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c246d5ed7e13ec0fafd843911df979134742b6bf67c98124edf068cddb6daf +size 25624 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Holo_Scanlines.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Holo_Scanlines.uasset new file mode 100644 index 00000000..a011d381 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Holo_Scanlines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7377ed9e40e9755b7c65aa16571b97b34e172530d902e46667e49582b50aff7 +size 10860 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_MaglevFX_Line.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_MaglevFX_Line.uasset new file mode 100644 index 00000000..d7ca16b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_MaglevFX_Line.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64167c846020e56c32dcc241fc2f1ed219ca659a6ee07c2fd0275a2bc33b52f6 +size 6047 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_NoisyBeam_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_NoisyBeam_M.uasset new file mode 100644 index 00000000..d0f1ac17 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_NoisyBeam_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd1d1f019821d16174eb04b532dc8a3c1c623f9b89e9423bd77ecd571625fcf +size 237077 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_NoisyRamp.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_NoisyRamp.uasset new file mode 100644 index 00000000..6c3be800 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_NoisyRamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56fe73646ee61694d76edce4adeb78ff6050291172bcb52bf833d3ce19182517 +size 274881 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Portal_SpaceMask_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Portal_SpaceMask_M.uasset new file mode 100644 index 00000000..06e352cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Portal_SpaceMask_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ab98354cbb1afece3e04aee422cfd0f000a3ae3c222701b8ca7c34d74b55d6 +size 160749 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Radial_Burst.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Radial_Burst.uasset new file mode 100644 index 00000000..5ebdfc04 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Radial_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eac6ce50b62a927a19ea081a8be46571f5f2456b1b34ac66e39ea8836fba0fa7 +size 1025491 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_ShockWave_Direction.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_ShockWave_Direction.uasset new file mode 100644 index 00000000..240fe9de --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_ShockWave_Direction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc87c73fbfbf2c17c5f7832e3f85663bb95abb205daf6d605b886afc00593e4 +size 657192 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset new file mode 100644 index 00000000..321d6f61 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:877b1c22627db2356d2e5ff9d9bad3a85368bb97878e65152af7ee13c358fccb +size 50005 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SoftEdge_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SoftEdge_M.uasset new file mode 100644 index 00000000..923a108c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SoftEdge_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2413c0f0f3c8516034760940e06d9a742a95a4d618d627ae5f47787fcc0cf46b +size 289792 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Sphere_A.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Sphere_A.uasset new file mode 100644 index 00000000..a6769fc9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Sphere_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaee06b29d896a2a0cef069ebebc68d6aaba478cedcc602114ab9a2a6aa110b7 +size 85572 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SplineThickness_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SplineThickness_Mask.uasset new file mode 100644 index 00000000..0f36bb74 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_SplineThickness_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e2b45acea73a183b5d68f81d7e8fcf9ea6d12ad8415df7931d1ae5cc7c6f94d +size 57308 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Square_SoftEdges.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Square_SoftEdges.uasset new file mode 100644 index 00000000..80d51e05 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Square_SoftEdges.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32bead827a897e0056787f4335174b3d262810ccfb5734f27ac3e7c1b3981e0 +size 11834 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Vert_Gradient_Softer_Clamped.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Vert_Gradient_Softer_Clamped.uasset new file mode 100644 index 00000000..4e72f327 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/T_Vert_Gradient_Softer_Clamped.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a72b9ace92ccb3cbe8f59d9af0fefab5bbfa55b34c226486456a7daddf8803c +size 6658 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/TankMoteNoise.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/TankMoteNoise.uasset new file mode 100644 index 00000000..f25df3a7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/TankMoteNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b272fda5efae720580b031896d86b008a71553d2ed7c87ba07fd3ae3e800e0 +size 183051 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Masks/shinningfloor_teal.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/shinningfloor_teal.uasset new file mode 100644 index 00000000..c62d7ae7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Masks/shinningfloor_teal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c52f893295fc762fe0b894eaa32463e965d9e4f5d7230a62aecf1afd7356ad69 +size 103264 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Misc/T_Portal_Space_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Misc/T_Portal_Space_D.uasset new file mode 100644 index 00000000..f7184344 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Misc/T_Portal_Space_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91c69b82698c63e3aaf14752058cddaf58162e30af2826774de76f0546ef471 +size 8862132 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset new file mode 100644 index 00000000..cfafc046 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3b0a3a75c41874ddc7787242233ed21076d2daa27d3742eb4187087d88c692 +size 90368 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Cone_Hard_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Cone_Hard_N.uasset new file mode 100644 index 00000000..9d43806a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Cone_Hard_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53a5dd4a3e96bb2f4649043f2679d5bce54df69278d5145fa7c01f276426f4aa +size 349348 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset new file mode 100644 index 00000000..872e320d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c944d41428baa3a2423ba3a5f9e7dcbb743137614b34e39231b8f132bec1ce +size 329227 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Sphere_Edge_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Sphere_Edge_N.uasset new file mode 100644 index 00000000..392611d0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Sphere_Edge_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e294b5acd688391a762744df1054a9bfb934f0c14185d56c409d8594920b00d +size 131221 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Sphere_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Sphere_N.uasset new file mode 100644 index 00000000..5f4d2831 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Sphere_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:198ee80e9914eac02e3b0e01c5b29d7318d0c164213a4ccddf7f17f3e7785bd2 +size 107023 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Torus_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Torus_N.uasset new file mode 100644 index 00000000..b8f7aca6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/NormalShapes/T_Torus_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d0507572b9e5d6ac874d32bbeefd51c91eed0d70faf17784365e3538c5bc87b +size 129268 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/ArcBlade/T_ArcBladeSmoke_01_A.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/ArcBlade/T_ArcBladeSmoke_01_A.uasset new file mode 100644 index 00000000..81b4f052 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/ArcBlade/T_ArcBladeSmoke_01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4167fdfd080ea095cfdf99f7e505aff683731c23fe6672d1dd15a27d13a9ec5d +size 1321064 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset new file mode 100644 index 00000000..8e71b8bc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c14ee26ea43d58632be3ec6de560b2f3f2654db7ad10f6cecda20d928becaf4 +size 1274215 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_CloudSmoke_WispInk_Sheet.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_CloudSmoke_WispInk_Sheet.uasset new file mode 100644 index 00000000..e82dc019 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_CloudSmoke_WispInk_Sheet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:041933f112087273e8f1cc378a8632c32e49cdc834c72bc53a2e81cd87ff8504 +size 119638 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FireBall_07C_ResdiualSmokey_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FireBall_07C_ResdiualSmokey_N.uasset new file mode 100644 index 00000000..047e3f4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FireBall_07C_ResdiualSmokey_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f17c2211b4443607d14fda2725304a24bf6b048de316180f8c39b6ec445b1d5 +size 4488073 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FireBall_Fluid_11_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FireBall_Fluid_11_Depth.uasset new file mode 100644 index 00000000..05fe083b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FireBall_Fluid_11_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c40ccdaadbac5c54b323af035f3b71808b61ac21e320505853dede02a663f665 +size 11506712 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset new file mode 100644 index 00000000..8d5629f9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f44fff52e80bc672badcdaec188994830f6b0ebb0fe6c8ee8dd876f9598f30e1 +size 2122472 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset new file mode 100644 index 00000000..b45e7558 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf14571f467e6d9ae79080e1c6bcc9435cef128eef81e26c357f9f70daab08d +size 1385504 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04.uasset new file mode 100644 index 00000000..ca696ce8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e207fcebae81180a17116f15c5ebd33de3c1b4ce89b999d7e461bd7fb84254 +size 3292827 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset new file mode 100644 index 00000000..00e4abd0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eec13c5cf48c9efb8f226ab853ca2b5fdb81afc9b041da970534e8fbfb2eb92 +size 3246420 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset new file mode 100644 index 00000000..b716e33f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76738a7ffcdf38decd2f2e0e27cdd371294721952d47383f5229bbcdadbfdf92 +size 4701952 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_ImpactDust_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_ImpactDust_01.uasset new file mode 100644 index 00000000..23d18003 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_ImpactDust_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8c8bd94cd289f0b0780c10bbbe648fb024bc9904cbb29a4b986defc3e1b1ef +size 2154772 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset new file mode 100644 index 00000000..9ea21cc5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448a59ec19ace50ec5e426aea3efba4c65c304fe78178140e4b2e287018b81e8 +size 1782485 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeTile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeTile.uasset new file mode 100644 index 00000000..8bb34293 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ab33ca804919ffd2d6b58b5823ce29349fbe72b4651941264a92cdfc5a18648 +size 2823213 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeTile_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeTile_N.uasset new file mode 100644 index 00000000..7a51039d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_MinionSmokeTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370330b1f6b367945f56c0803afa388dd2ee161b31d20567015f2cee62135e57 +size 6658714 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_PriceSmoke_01_Depth.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_PriceSmoke_01_Depth.uasset new file mode 100644 index 00000000..7c2e18a9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_PriceSmoke_01_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad9009d0af7db07cb4340e39028d02b55779b5b19860a296945adfaa4ea0996 +size 3757569 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_PriceSmoke_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_PriceSmoke_01_N.uasset new file mode 100644 index 00000000..7411804a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_PriceSmoke_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f436b418124ad0607184fcfd67d6006bf5bf6e0f2ddbac1b392c238b8d0ff60f +size 2502135 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_02_Height.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_02_Height.uasset new file mode 100644 index 00000000..dece6207 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_02_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1e86affb4e9d640f815b0da6b2dd78cad340486635893a81c92c88b6db3bca +size 707399 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset new file mode 100644 index 00000000..56d2858f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb220b9e85c22eecc29f5a3ef9706e507a778faa21c4c832d90edecae8cd305b +size 470912 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset new file mode 100644 index 00000000..48132ade --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc8f5557695d8ee796070e8f96d13d7579974bad750a7286ebff6ce8bbfe180 +size 413058 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset new file mode 100644 index 00000000..1b751de2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da78a01c24b07dacf281365d2da2b5508b65485a733ad1bf0009a3893b122d3b +size 337374 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset new file mode 100644 index 00000000..5b2a9de8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/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:dd894707ed9991e921c15f01d7cbe416a86d46305d90fd6440f2df763c8637c2 +size 531206 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset new file mode 100644 index 00000000..3da7157e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c59b7a796419fdac2df9c2134eef19465d3e6bb667768319a6652cb206d0ee +size 589928 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_Smoke_Pack.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_Smoke_Pack.uasset new file mode 100644 index 00000000..23064aa5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_Smoke_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8939608f2b9cac7bc181138a1daa660dba6d73f0b2902494530e661b85855415 +size 1340213 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_Smoke_Trail.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_Smoke_Trail.uasset new file mode 100644 index 00000000..c9f9dd5a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c412106ac4a45f71d906e19371a5fc4ebb5957f77b5f9f18e2e27431943f701 +size 30136 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke.uasset new file mode 100644 index 00000000..79c3f540 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c13b45ff082507f501dbf6c82346a938d4f8148b0ce53dc25adc5a9705509e +size 1589371 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke_03.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke_03.uasset new file mode 100644 index 00000000..f9dee55d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67f11f4e455153013ca2efef0c700ab3cb805d5361d9a1a26f80442f679b88ef +size 1375955 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke_04.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke_04.uasset new file mode 100644 index 00000000..8ea8cfc1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_SoftSmoke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33081bded57fc1223ba17a091a8e5f687ed9bf7c68a20cd889ef6d723738ea10 +size 1800719 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_TileSmoke_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_TileSmoke_01_N.uasset new file mode 100644 index 00000000..98a60f0d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_TileSmoke_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a36b9ee7e126e48dc2b8fc2a251d0bef45f395612615085732cb2ad0a230995 +size 4768154 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_TilingClouds_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_TilingClouds_01.uasset new file mode 100644 index 00000000..15fa316d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_TilingClouds_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc384dffbadf49baeb7e22d2ae06912f81776829ee99c1c73d0be7161e369ca +size 572469 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset new file mode 100644 index 00000000..0bf0dd3f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d7a1155e206cd244c76038c7cd006250654558536c0bedc93b30e86facb109c +size 9095234 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset new file mode 100644 index 00000000..4c1d96e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51f5a07fb92774a8923c8e5f4a2201b4250cc2394b0f43f47136fdeec894b879 +size 9405418 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/tiling_smoke_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/tiling_smoke_01.uasset new file mode 100644 index 00000000..164bd700 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Smoke/tiling_smoke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00e62464a40f8bed06d6a2b03642086f1174faac59ae2c1b5c28adc43707467 +size 17351 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_SparkSingle.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_SparkSingle.uasset new file mode 100644 index 00000000..85cc1e23 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_SparkSingle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751b491199a3603f7a77f907e2874e1e509010823145c089b6502d18335e771b +size 54535 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 00000000..faba3345 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8cd7a46dd37138126097aa31268d26cb0659332301bd2a0a8dc9d34ae0746b4 +size 173207 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_SparksPhoto.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_SparksPhoto.uasset new file mode 100644 index 00000000..42229530 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_SparksPhoto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988c8f1883a0ad8a5f32dc75f13d6ab508424adc963e848185ed89fbca016047 +size 448857 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_StretchSpark_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_StretchSpark_01.uasset new file mode 100644 index 00000000..2e79fcf8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Sparks/T_StretchSpark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbd27b260f66c53129fe2df634152c37c5d26067c381b21d708699e578810c91 +size 67707 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/T_CloudScape_08_Details.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/T_CloudScape_08_Details.uasset new file mode 100644 index 00000000..6fe9ac9b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/T_CloudScape_08_Details.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99900f880867c01e689f76533815a6b8567363f44ed51f4da414707b52cc2f8b +size 3863478 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset new file mode 100644 index 00000000..9302f2b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e97c65f954be44294a25e994e7e6ab82f4c1b841d5848921a9c3e9a5a37132 +size 1493540 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/filter_clouds.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/filter_clouds.uasset new file mode 100644 index 00000000..e7652dec --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Cloud/filter_clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e003c57b9072dd4244a54fac5fb81c92083a3ba4809fbce2ad1c7e3041fb54 +size 1791197 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Energy/Plasma/T_Sparrow_Poster_Tendrils_v2_Seamless.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Energy/Plasma/T_Sparrow_Poster_Tendrils_v2_Seamless.uasset new file mode 100644 index 00000000..ade97c44 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Energy/Plasma/T_Sparrow_Poster_Tendrils_v2_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc19d8b181feb72291fd228deb8bcfe2cc3e24705da4c15b60eda481e580e237 +size 2988448 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Energy/T_Turret_Core_Energy.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Energy/T_Turret_Core_Energy.uasset new file mode 100644 index 00000000..d7828611 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Energy/T_Turret_Core_Energy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f5fd8a2564a094bfd3df3306c66ec59cc4398473afd6d794cd13e471bf94595 +size 544713 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/2ndInfectedMapLinear.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/2ndInfectedMapLinear.uasset new file mode 100644 index 00000000..1a10608d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/2ndInfectedMapLinear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd4b1fd1851b6ef903155f095d749bc53552cec951548b5fff6b88d7bf6f46c +size 1208209 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/2ndInfectedMapNormal.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..b317e72f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd2ff36136462724a8a31cb871d80ffdf3f9c316081544d4afe72635ed33cb93 +size 3168746 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/TilingNoise06_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/TilingNoise06_N.uasset new file mode 100644 index 00000000..d6a8b8fd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Heat/TilingNoise06_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e769a75de40b3fb3a6a67f8f377df52f5f02ec0e15664275b6d92cc00ffc8f5f +size 8004001 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/AtmosphericCloudNoise03.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..77f23edd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d1a6798f9e6a6a8f95ba7754832e9bc7c2ae21ce924d5bed2b02ea832f9427 +size 3658345 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 00000000..8885f75d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77b061bb05e926cda5b9313c1e4651cc5b87c05e3d1d1d00dd101bc1802f0394 +size 1196637 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset new file mode 100644 index 00000000..be06f3a0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20863ee1a2f64c5bf522a412e52bf0575b5d73c4f1d40ea5cd1dc2c071741efb +size 91066 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset new file mode 100644 index 00000000..4d7d702e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608040d1ba37530e056aa3ba34da2ec52c290c729ae9843dfab5f749bb4478e3 +size 1408801 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Noise_Rough_Dark_Big.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Noise_Rough_Dark_Big.uasset new file mode 100644 index 00000000..92954eec --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Noise_Rough_Dark_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df08537aa0fb48f5b1bd05f68b25d95c786363ba995ca9897577209d12f418e6 +size 737955 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Gchannel_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Gchannel_N.uasset new file mode 100644 index 00000000..dfd5a00b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a46e210cfd903ac8327dc69aff39fdeeac5746110ec5a03ddbeb5fa7d07277 +size 7510197 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset new file mode 100644 index 00000000..0143408d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinElectric_Packed_Rchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbbb03b8245ea60fb32b5ade79c2dcf8c1ca68c79f2e0e8fc11cc32549dde1a +size 8914855 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset new file mode 100644 index 00000000..3e7a4c36 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:427be9c71c3319bafbda310ee32a96a03a6ca88c1426d51c73ee34becc566973 +size 7576542 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset new file mode 100644 index 00000000..8626edbb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99dc645d892da6cb8b49d149b37be789ed81ff791e941c6259a87d4312b0ca5a +size 6809222 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed.uasset new file mode 100644 index 00000000..d6564135 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e54f34ff63e7d361ed4448b794e25baf0e21702a8e5833c5a9f6140e2310dcf +size 3437261 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset new file mode 100644 index 00000000..a706c5ea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d818ab52bb0d116c841c54261083dbd70d5e2af873805f423a42ac803e79a59 +size 341102 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 00000000..a167e44b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c874b3cf30f9df62704b08b985f18a7ef2d9a82304f99402349a4330c90adcb +size 951227 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset new file mode 100644 index 00000000..672a30da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:604abc178e2578d7f7e95becd739f12a5931494f2915d647211082db3dbcaea2 +size 834238 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset new file mode 100644 index 00000000..a375d503 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Swirly_Noise_highContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f4798328ff52dbec4cb48e5871d6049afeea2e87bdae62150f9c2c392e5a28 +size 846025 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TileNoise.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TileNoise.uasset new file mode 100644 index 00000000..577adea5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TileNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b111b7d0a23a0cedd1047254150d43dcb574213cee43c4ca42abd420790b864 +size 1651976 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TilingNoise03.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TilingNoise03.uasset new file mode 100644 index 00000000..e8c4960d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TilingNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51feab176bc36fe1932c2d3956593e389f08394cfef752669a4cf44e1571296c +size 3751677 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TilingNoise12.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TilingNoise12.uasset new file mode 100644 index 00000000..8b8a163f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66f8e078d2339f1187de707c3cc76e360c961c332b2948ced2cb47773d6fc0fa +size 3674270 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..514a6460 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b03792b136b8519e37743bcf2b16766fd7e228912283cfbb6938a897c4ced09 +size 641702 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Wind_Blur.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Wind_Blur.uasset new file mode 100644 index 00000000..46f94fe5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_Wind_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8302b717094c734c4ae297cad56eb39698ffe8715a307715079f81b9a2ca42c7 +size 2191595 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_WispyNoise_8X8.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_WispyNoise_8X8.uasset new file mode 100644 index 00000000..b485cc1a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_WispyNoise_8X8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8fb017e96ed2159a870720b0946dfa6d794885397aab3ef895ae39175d4a16 +size 12929606 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_soft_noise_even_distribution.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_soft_noise_even_distribution.uasset new file mode 100644 index 00000000..a6160838 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/T_soft_noise_even_distribution.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa2ea5087f469f228ea1977fbbc754418bfa20c06153c781bf09e7a63e51c4d +size 151610 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise02.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise02.uasset new file mode 100644 index 00000000..4c8ecd38 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb9e0e75cd1e0399a2cea5a139bc693c148226420d3f873ebfdb4cf5ee634348 +size 3319652 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise03.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise03.uasset new file mode 100644 index 00000000..8f4e7fc7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a730adb6a0fedecaa5149edb6ee40e58eab63c4a4a16f0d93eac863d28a191 +size 3748425 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise06.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise06.uasset new file mode 100644 index 00000000..d3d72e12 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8aaad5f04c8ca5e50c92e79d6696223c110afd59ab4e75f4026521aef8d6960 +size 4766559 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise14.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise14.uasset new file mode 100644 index 00000000..74fb3bca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/TilingNoise14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148bcb56c0b5bd3df01487e3b5d0143dd5e30fcbeee0a3b6c06b8b7a2ff9b376 +size 6058576 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/noise_flamy_Tile_NRM.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/noise_flamy_Tile_NRM.uasset new file mode 100644 index 00000000..75ab70cd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Noise/noise_flamy_Tile_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165921fabd39706b2a2e1f28885c539832d075f615e5ff6ddbe3c0af2f36f417 +size 4228878 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_Spores_Tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_Spores_Tile.uasset new file mode 100644 index 00000000..f08ce711 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_Spores_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fda1412729f8edba0d0c85d19ee8dd7b9e0e7cfebdd64c060668b5f1ac8867 +size 5947213 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset new file mode 100644 index 00000000..39c4b089 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_Swirly_Fluid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9de5b6becb195908926a01b7595c59bb072c6febf1b39c3f7c679e0bc58e08 +size 2522996 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_WaterFlow_01_Foam_Tiled_4Real.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_WaterFlow_01_Foam_Tiled_4Real.uasset new file mode 100644 index 00000000..8a5d8b5d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Organic/T_WaterFlow_01_Foam_Tiled_4Real.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9566b20bd2383b195ef5156b6381d98643b51688982a2908a7b3620e016b221 +size 5789337 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_SmokeRend_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_SmokeRend_N.uasset new file mode 100644 index 00000000..ad310251 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_SmokeRend_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0131b92d3d63b7ffe2dc3c4ee3bd1dd2ffba7d46467cc7176f3a07696110af2 +size 225259 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_SmokeTile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_SmokeTile.uasset new file mode 100644 index 00000000..96f66352 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_SmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4cd7437c24ab4381000a94d796d0d1da57cc55df0f47be89ec772e14e9eff7e +size 246094 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_Sword_Smoke_Tile_01.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_Sword_Smoke_Tile_01.uasset new file mode 100644 index 00000000..720ab3fc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_Sword_Smoke_Tile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f8727138f341b4c7cb28c9cb686d833d2d71219a2c1b2be58e8f96fa9adb37e +size 1753931 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_TilingClouds_01_N.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_TilingClouds_01_N.uasset new file mode 100644 index 00000000..6b3b82bd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Smoke/T_TilingClouds_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4b489499bf9bcec9a663592e4f00e1f26bba2a31bd2bc198ab3cdb2a0445f42 +size 429685 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/T_Smooth_tile.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/T_Smooth_tile.uasset new file mode 100644 index 00000000..a85501d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/T_Smooth_tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8148b3844f5a1eb854cddb4f00c36d13e22625a9f261c58dc1aa2cd2edbe5b2f +size 86829 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/T_TestML_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/T_TestML_Mask.uasset new file mode 100644 index 00000000..66780754 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3c6863697a9eb575d46cd708acaa1bf23510c438bfe797288f1d0629f19cc9 +size 13376 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_HexShieldStaggered.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_HexShieldStaggered.uasset new file mode 100644 index 00000000..41ea07ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_HexShieldStaggered.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080ee2df039b843e6d292ecc6009545ee2c1aa79bf8c304ec2380a1ffcb91721 +size 298640 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset new file mode 100644 index 00000000..7d086409 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb0c92ab9371666dab630c9b06e2a07f1f63fb9825c863e9c11b3decb232764 +size 2218876 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_laser_techEdges.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_laser_techEdges.uasset new file mode 100644 index 00000000..b658d0e5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Tile/Tech/T_laser_techEdges.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c44a4ec221eb3ca64be3af47a43a3cb77356db0e1b6a258f1367d2dcf75690 +size 252598 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_DamageMASK.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_DamageMASK.uasset new file mode 100644 index 00000000..8640734b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_DamageMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58bd8a8f74786c8c073c58e1714d490310912218db0c299e8bbd9bb3ba578de3 +size 5178870 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_GanFireBrunRGB.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_GanFireBrunRGB.uasset new file mode 100644 index 00000000..51e0b95c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_GanFireBrunRGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42aee0aadaeb12c272b8b6f0a3ab8c8f0c958c9ad9fe7f083fb6d07dcd1a8bd +size 853049 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Bass_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Bass_RGBA.uasset new file mode 100644 index 00000000..48f610e3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Bass_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47395514d78d8e750b0264db4139cf3abbcb162567da480c95ebee4f321eedce +size 8368706 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Core_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Core_Mask.uasset new file mode 100644 index 00000000..bfc28541 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Core_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1765caac4278af76121b0a6b01e6cb7829684eac3d6652dd7a7ef6991f7545b +size 4821045 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Core_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Core_RGBA.uasset new file mode 100644 index 00000000..9bcaffda --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Core_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7e2c21d638b02778bf75f99ff5d39007ae0bb342072e470c008bc8d1f95f59 +size 12413178 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Inbib_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Inbib_RGBA.uasset new file mode 100644 index 00000000..51b85056 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Lurret_Inbib_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d968ac425b306e9ad8887b4ea70069a4a687986c4d19542444445c6e6ba77dc6 +size 11040250 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Marble_Albedo.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Marble_Albedo.uasset new file mode 100644 index 00000000..36548e3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Marble_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e1cfc4351fa8699ed857812f2d7b2847f83f390c124c83b100020a66f9e89b +size 30262545 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Marble_Black_Albedo1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Marble_Black_Albedo1.uasset new file mode 100644 index 00000000..cdeb3324 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Marble_Black_Albedo1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6674d501fdf3dc3522cb3325a5853d5ba0ea15dc4f7f722b857c6151fed06b4 +size 26352297 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Bass_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Bass_Mask.uasset new file mode 100644 index 00000000..5e1999f1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Bass_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e11e244d32ff87ce96ffb84ec1a8bd932530651dcf061fa29a46a1d2f2f7b0b +size 183584 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Bass_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Bass_RGBA.uasset new file mode 100644 index 00000000..968f6d48 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Bass_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9bc32679e541c4997eb04575713b492f8b83859d52a75980672cbac56acd71 +size 24389028 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_1_Mask1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_1_Mask1.uasset new file mode 100644 index 00000000..7819fb15 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_1_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc8d54327e3563d270663b674cb86dbccac2fce5341020ea0197d3260d49f6d +size 173705 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_1_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_1_RGBA.uasset new file mode 100644 index 00000000..f28fedce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_1_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a575f7d45a6218e0b77f69f1a8dbed43bb9baaa091e3c9bf5303d6c777c08fc +size 21028882 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_2_Mask1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_2_Mask1.uasset new file mode 100644 index 00000000..a207729d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_2_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba7ec6573b96ded6c59831786d67559fe5132debf60ab61ff0639860b999b9f +size 233292 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_2_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_2_RGBA.uasset new file mode 100644 index 00000000..f9a83945 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_2_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88124c32896b34b740a277fc1b6fd585af3c9617183863acf436b10d7f2c40f +size 15887519 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_3_Mask1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_3_Mask1.uasset new file mode 100644 index 00000000..7d67dad9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_3_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c637f6a0d57edcbaf6a202fb85d12c600f598926ecec974573c0fb289367e6d7 +size 72878 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_3_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_3_RGBA.uasset new file mode 100644 index 00000000..b2f53cb7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_3_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe67f80ea07edf2f2c2557b6c14ad5b7beadddf7f1e30174203cb4f01bbc0694 +size 14563162 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_4_Mask1.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_4_Mask1.uasset new file mode 100644 index 00000000..0769737b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_4_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5f308d2d802a66c3a1ef4f29bfbb3f930d582090d261eaee8d2e51caf78903 +size 70446 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_4_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_4_RGBA.uasset new file mode 100644 index 00000000..5c7df4af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_4_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:963fe3f38a2354278f1bcc99a7e785752365efcf820be700d9fda6d6d571668d +size 12411438 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_Mask.uasset new file mode 100644 index 00000000..a1fcf818 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4178a3e0c9413fb82bb7394e73823a5f00c1418e64d05453c835d889af128b5f +size 334488 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_RGBA.uasset new file mode 100644 index 00000000..849d65eb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Core_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b819400599114dae5de5c2724a065f55c909bc99201264e478a471adbfecbda +size 16510494 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Lnhib_Mask.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Lnhib_Mask.uasset new file mode 100644 index 00000000..88245288 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Lnhib_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e0ac132ecb67ec0ac7f7a743bd4826dbb5be813945b570e6cd92ce00fa0b52d +size 306520 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Lnhib_RGBA.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Lnhib_RGBA.uasset new file mode 100644 index 00000000..deb74a8b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_Lnhib_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f51ce9941fb7c1927c76220d1d448260dbe3486835955bbb990f67391130f2a0 +size 12428778 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_MarbleDamage_normals.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_MarbleDamage_normals.uasset new file mode 100644 index 00000000..7627e8c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_MarbleDamage_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99c55c3e0ef324386914b0ad1cb39da2439ec01a4e984878ab1fc6c88f8da01 +size 9059975 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_MarbleDamage_occlusion.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_MarbleDamage_occlusion.uasset new file mode 100644 index 00000000..33370ec5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/T_Turret_MarbleDamage_occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b520f2d1639c19f345494627f4b8647df40522bae7ed76a98520bb7d247130f0 +size 3459421 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_1NormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_1NormalsMap.uasset new file mode 100644 index 00000000..d70fa42e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_1NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48ccfd3d7c6745def7c3144d94643d851913e1b7827c51d1bc8ace00fe462152 +size 11482992 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_2NormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_2NormalsMap.uasset new file mode 100644 index 00000000..73db6798 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_2NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f09b84867a355a63315a98c105887cf0224dfaacfb573fe6febce565afab3a8 +size 12678253 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_3NormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_3NormalsMap.uasset new file mode 100644 index 00000000..785fb53e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_3NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48aa063ec7dc9dd3037289a719015154e71506d748d42a734ecaaebb9d769e73 +size 10124221 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_4NormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_4NormalsMap.uasset new file mode 100644 index 00000000..1cbd0e86 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Core_4NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2319a34126ff1f990286c63161a924fa149fbf89c415852199eaf4af0419261b +size 8520648 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_BaseNormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_BaseNormalsMap.uasset new file mode 100644 index 00000000..0d1aa85d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_BaseNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1a3ae2bbaa2df4a12d194f1c3dc057e086754f27f52ea525fefb6de9b17100 +size 12592377 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_CoreNormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_CoreNormalsMap.uasset new file mode 100644 index 00000000..d154feeb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_CoreNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:419ae7d696f42cf52ffcf93a0cd7da2f04b60d68c35322ccb58f527c3cd2cd79 +size 12115985 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_InhibNormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_InhibNormalsMap.uasset new file mode 100644 index 00000000..bad64f05 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Dark_InhibNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a6a5cbe9a59275d60129cc5a2e1b166d926e0c49062650e9806ae2b99e6736 +size 11340352 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_BaseNormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_BaseNormalsMap.uasset new file mode 100644 index 00000000..ecabcc10 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_BaseNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3bd28c812ba7e16c83dd6990fe957573ad574ea4d99b6cb8946f27f39a3d428 +size 12783767 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_CoreNormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_CoreNormalsMap.uasset new file mode 100644 index 00000000..95bf9d3e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_CoreNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f385096259e7e0f6cef402930b600c2751e460b257ccb60efe087ab1f0498e +size 12916726 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_InhibNormalsMap.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_InhibNormalsMap.uasset new file mode 100644 index 00000000..3f57536b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Turret/Turret_Tower_Lite_InhibNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81051d653f41624ddbf7ea15fc7e8ed1c7e4d75d9b0b663b48959f35323ae7ba +size 11769412 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Water/T_Caustics_Softer.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Water/T_Caustics_Softer.uasset new file mode 100644 index 00000000..5d2f5d34 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Water/T_Caustics_Softer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c2bd01a4f282da0bbb64209808f5c6b7cb1379879790a86b9edfaf92ea26ca +size 453794 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/Water/T_Water_M.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/Water/T_Water_M.uasset new file mode 100644 index 00000000..b2885462 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/Water/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4261b5bc38afd64e7297392dc0ade3775a638ad3e1ea0f48095e7d673cf0354c +size 1588247 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Silky_Smoke_Trail.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Silky_Smoke_Trail.uasset new file mode 100644 index 00000000..2b0902fa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Silky_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ed0434fe168f254775465bd6b376eb0ad5e39774d832f947eb4dec5a007ea29 +size 631911 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Soft_Energy_Trail.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Soft_Energy_Trail.uasset new file mode 100644 index 00000000..f3051adb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Soft_Energy_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22e505851988aead34e88581b5820367d60d3b0d75ce1a6cd9db18a1de0abac +size 623227 diff --git a/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Venus_Trail.uasset b/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Venus_Trail.uasset new file mode 100644 index 00000000..478269ea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/Textures/trails/T_Venus_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b33e37e7b6514cade13c311d9ffbc6d08b22e4ab45bcf3bb52a37d3507ebc4 +size 359546 diff --git a/Content/ParagonProps/ParagonProps/FX/TowerWellRescue/MF_AtmosphericCloudBreakUp.uasset b/Content/ParagonProps/ParagonProps/FX/TowerWellRescue/MF_AtmosphericCloudBreakUp.uasset new file mode 100644 index 00000000..a7cbea6b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/TowerWellRescue/MF_AtmosphericCloudBreakUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bbffe575d43f6380fb8e8fc8a2d23c9bcc61706d5afcc9a3e40b4575a3b4c9 +size 94567 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/Noisy_Turbulence_103.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/Noisy_Turbulence_103.uasset new file mode 100644 index 00000000..3b578a30 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/Noisy_Turbulence_103.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28770617457980fa409298f81459ee5ec8e9b4186ddd855355679e127bafab82 +size 264372 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Attract_CenterSpin_100.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Attract_CenterSpin_100.uasset new file mode 100644 index 00000000..513e5427 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Attract_CenterSpin_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42f2146b7a376d4a4c9ff518a9e7f9f77fd37518e405bf0e238d39ba01bf3f79 +size 264149 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_F60.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_F60.uasset new file mode 100644 index 00000000..ed7db83a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_F60.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ebd435b6cf2e2c1bf1db4ec44e325b3714ffd7be56def1ab48fb820055a7b2 +size 217987 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_RandomNoise_01_90.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_RandomNoise_01_90.uasset new file mode 100644 index 00000000..ac9f56d8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_RandomNoise_01_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45a2632dc70bfb4f940d62fb92d058c9ba0ed806842f204559397ac199439246 +size 2099526 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Swirl_Cone_36.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Swirl_Cone_36.uasset new file mode 100644 index 00000000..b1af3fc0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Swirl_Cone_36.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc0a3fb336df82622f6e0a6628eab157c0d36caadf612e3312e968db373e8de +size 2099466 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_TakerPortal_Vortex_8_220.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_TakerPortal_Vortex_8_220.uasset new file mode 100644 index 00000000..abb2c833 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_TakerPortal_Vortex_8_220.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73eeb6aa3e97ae00ad07209a0c69b0ccd636f26f75d21d3cdb6bc945aef688b6 +size 6111 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_TurbulentNoise_1_55.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_TurbulentNoise_1_55.uasset new file mode 100644 index 00000000..45694d26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_TurbulentNoise_1_55.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07bf61d93ccaa37cf27ddf13ded9d531ac0a397a5f37bb3236d9b2f2e7975e7b +size 3748894 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Vortex_1201.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Vortex_1201.uasset new file mode 100644 index 00000000..b2facd72 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VF_Vortex_1201.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a2f015e6f0e0ad6e75dfda67966cf43407d99a76988a3d89b367daa9afbc4aa +size 10222 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/VelocityGrid60.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/VelocityGrid60.uasset new file mode 100644 index 00000000..35d06a83 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/VelocityGrid60.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10bca0a11e6941b72a63299b52ae45b5291ca4826b852ba8590b446787405929 +size 218027 diff --git a/Content/ParagonProps/ParagonProps/FX/VectorFields/vel_295.uasset b/Content/ParagonProps/ParagonProps/FX/VectorFields/vel_295.uasset new file mode 100644 index 00000000..3c30d183 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/FX/VectorFields/vel_295.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb97539320c3816e558527c3ae428913eae4e7a25ec3fb5cf03bfed16eb128ed +size 264305 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh.uasset new file mode 100644 index 00000000..efe9ca0f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f4e7a9bd4144829b7a6dba505c7e6f8839fbe207239eda997ccc59808c397b6 +size 89293 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh1.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh1.uasset new file mode 100644 index 00000000..4b8516b2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5abe24bcf1b130a46f219f126ce7403957b70d3f012210a9d1f35b8630e8f70 +size 94429 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh2.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh2.uasset new file mode 100644 index 00000000..79e237c1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c774d1a859e806d04265e146cf1be15efa1e6a131d8ff7f5e267ed3b0b784435 +size 113185 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh3.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh3.uasset new file mode 100644 index 00000000..355ac622 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e9d688302b85b9d0a772a36d07482adc37eb6f9a2c28e8e6e32a5a020d406f +size 97651 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh4NoDecal.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh4NoDecal.uasset new file mode 100644 index 00000000..1971e0f1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh4NoDecal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9033f8b13b0ccc162530fdaa0267996af13467071ec0050e0b90ce54d62710 +size 89284 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh4NoDecal1.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh4NoDecal1.uasset new file mode 100644 index 00000000..89f6222c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh4NoDecal1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec2ffa98d4b405f4224ac3d8ed2ca7f51c268ab510c899f5b929cc272dbfdb0 +size 108489 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMeshNoDecal.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMeshNoDecal.uasset new file mode 100644 index 00000000..4c632041 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMeshNoDecal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f7db2c4f69f6607a58339a258a1750b14d0e6ec174834a6f3d548f270fd564 +size 97632 diff --git a/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh_NoDecal.uasset b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh_NoDecal.uasset new file mode 100644 index 00000000..6dff4cef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/FoliageInstances/NewFoliageType_InstancedStaticMesh_NoDecal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2ee134fba8bba464ee00a842548af26748ed6f3fd60eeef58feb2acb4bea64e +size 94415 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/MF_4WayMotion.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/MF_4WayMotion.uasset new file mode 100644 index 00000000..7e94af16 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/MF_4WayMotion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b9b243adeadad0c7eda6c48c44e4347a591e59af050da2868c9603c704c031 +size 147768 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/MF_WorldUV.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/MF_WorldUV.uasset new file mode 100644 index 00000000..0d3c49a7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/MF_WorldUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b0feed1ccb4cb6190a42d75af0adf78e9d79262b6be726c99822aeef5646ca2 +size 68489 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Caustics.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Caustics.uasset new file mode 100644 index 00000000..9a67293f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Caustics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b913f0e482a2eb43a3d5770d7d7ca2c2824704c4af70907865b58ac51897b91 +size 138791 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2.uasset new file mode 100644 index 00000000..18c10485 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c51ce5aa2f723457a5dc4a3021c1aa2c6bb4b46047ab19c42e8872b3cb5b3b +size 132496 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2_Inst.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2_Inst.uasset new file mode 100644 index 00000000..be33a8dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb533c80fe7dfac161314cc44b92914689e7fe60dc3dfc02780faf224b48935 +size 127676 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2_Inst1.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2_Inst1.uasset new file mode 100644 index 00000000..a163e596 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Decal2_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338f1f8916b98cb189074c9df3174659eafede1a18b27d61d5591a29541f35ab +size 124519 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor.uasset new file mode 100644 index 00000000..e585803f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eeb2ab9301c337e96f4e981f8a141dc221254ea5a3ad9786f7579595d860562e +size 215026 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst.uasset new file mode 100644 index 00000000..a8146141 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6197cc98fb440cce4390c0a64dcdd7efe1f377a332e1e0c4fc3eea26a42fd1c1 +size 116452 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst1.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst1.uasset new file mode 100644 index 00000000..bfbe7324 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad169cdd8b702132dff2298713f8e6df8677286b785d8776394c8e776fc97196 +size 115125 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst2.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst2.uasset new file mode 100644 index 00000000..4fb2dedb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_Waterfloor_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02cf4a2ba39c84f081d9c266d40c98e18c711bb3362fa2d298c6299721191e7 +size 12851 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal.uasset new file mode 100644 index 00000000..ce1a5dcb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8129439a6ecccf520a8634dd9f0fce0426e9f043c99444e3f80cf0c02b3db83a +size 103129 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2.uasset new file mode 100644 index 00000000..7c7cd96f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c070833c7ceee1d4eb386411925c40daefa1ef700bc4f33d66302312203e03f8 +size 135824 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2_Inst.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2_Inst.uasset new file mode 100644 index 00000000..17a0d7cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e00754bacb26e823afce54132784319b06a7cab1f316d2b93136afbcc8f6fa +size 130299 diff --git a/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2_Inst1.uasset b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2_Inst1.uasset new file mode 100644 index 00000000..59518c7a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Materials/M_WetDecal2_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b0eb49209f12665339c1eeb70bd19c0f0946f3eb1a4b519c1a62e5accd0e765 +size 116807 diff --git a/Content/ParagonProps/ParagonProps/Ground/Meshes/Black.uasset b/Content/ParagonProps/ParagonProps/Ground/Meshes/Black.uasset new file mode 100644 index 00000000..801e9a36 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Meshes/Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62aa58467d5de92720e476425f4af57d80e91a186ebfad4ae5bd12f566fc0dbf +size 7801 diff --git a/Content/ParagonProps/ParagonProps/Ground/Meshes/SM_PDO_Disp.uasset b/Content/ParagonProps/ParagonProps/Ground/Meshes/SM_PDO_Disp.uasset new file mode 100644 index 00000000..433b7f66 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Meshes/SM_PDO_Disp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9211e739532407254a3e0526a71cb1940de67c97d80b2559bd382cbaca6dbc72 +size 41167 diff --git a/Content/ParagonProps/ParagonProps/Ground/Meshes/SM_Plane_5x5m.uasset b/Content/ParagonProps/ParagonProps/Ground/Meshes/SM_Plane_5x5m.uasset new file mode 100644 index 00000000..d0fe986d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Ground/Meshes/SM_Plane_5x5m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1de1721b7ab644c02581557d7804df26163fa10f0be9dd26835d1943e72db05 +size 210935 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/GlobalArtCollection.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/GlobalArtCollection.uasset new file mode 100644 index 00000000..107602a7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/GlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e9de6abfcae1bb0907422065b634e7b7c921e8ff67775c16b423f8f7aa0c41 +size 2849 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MCP_TerrainHeight.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MCP_TerrainHeight.uasset new file mode 100644 index 00000000..104dad0d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MCP_TerrainHeight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fe1ca297578a896fccc6110afa5ae73812233c63b50bc00a4ca13e47340eeb +size 2524 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ArchitectureAO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ArchitectureAO.uasset new file mode 100644 index 00000000..ceefabd1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ArchitectureAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc0ac93ffc93814025df34b7b0788c34b15f6125b55349c4ab215719c2dbc6de +size 81460 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_CameraDistanceFade.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..b09c5257 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5a02728f84b660a6387b12862c535a9a60817f46d5a49e2a87124428c4b09e5 +size 78760 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Cheap3Lerp.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Cheap3Lerp.uasset new file mode 100644 index 00000000..8b1929e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Cheap3Lerp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907af88e653baf9d86f638a106ff5acfdfd700b5bfe2f4d259faabf8c1dbe65a +size 80824 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DarkSide.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DarkSide.uasset new file mode 100644 index 00000000..86c6d9fa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DarkSide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d71da3f902e48a1faea9c5591c3713f540581be98a1bd9cb6b37d1293c523bd +size 140160 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DawnDirtMask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DawnDirtMask.uasset new file mode 100644 index 00000000..019e3adc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DawnDirtMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b74e9f3240037b5b664f0b63f75ec0bddbbeb9d08cd8b7bb0595afaf07a652 +size 133318 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DawnMarble.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DawnMarble.uasset new file mode 100644 index 00000000..4ae9bf4b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DawnMarble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94330c755f67e3d8a4129d8760d014a211b03ff5e77f347c9979a8fd31fdb56 +size 134410 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DitheredBumpOffsetSample.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DitheredBumpOffsetSample.uasset new file mode 100644 index 00000000..e45a433f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DitheredBumpOffsetSample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8123b0290083ab4b941392223c9b0823aeaf0f7e238f117add58ecaa3a5173 +size 85656 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DitheredRefraction.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..bf22448a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ed76f9bc39031a72150c7cadb266c7cca85731920c1ec7bbfd74f029414acb +size 81830 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DuskRandomObjectOffset.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DuskRandomObjectOffset.uasset new file mode 100644 index 00000000..2d006d47 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_DuskRandomObjectOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1673b84fc22e6cf2af31268b7769b97a109bd345b0823022655bd6d310e831e8 +size 78990 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Emissive.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Emissive.uasset new file mode 100644 index 00000000..d9bbddd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e6f0b20ea20479ed17b5a154ea22d3fa1af2c8c94b06cf6a502f1c93c40b536 +size 86693 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Fuzz_Layer.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Fuzz_Layer.uasset new file mode 100644 index 00000000..70dc2276 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Fuzz_Layer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de151ac52d6a866225a7fb6eda20c4e3f661bc1b201c62bb2a843aa9e805b0d3 +size 95313 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_FuzzyBumpOffset.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_FuzzyBumpOffset.uasset new file mode 100644 index 00000000..42e786ea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_FuzzyBumpOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccd8ff74a332b00be237b14a420c44cca67f909a87068760c1f1336e551710b5 +size 107301 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_GetTerrainHeight.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_GetTerrainHeight.uasset new file mode 100644 index 00000000..c5e3491b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_GetTerrainHeight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:304a4a19d224c03c65018084470ed40681e79af379c710c475857e90f1a7b1ef +size 94684 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_HeightBlend_HQ.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_HeightBlend_HQ.uasset new file mode 100644 index 00000000..689a24cd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_HeightBlend_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d1f5dda435a48954cda2703881adea18edfcb96c6604f5abe6c8e6a7c0349cf +size 84659 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_LightmassReplace_Monolith.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_LightmassReplace_Monolith.uasset new file mode 100644 index 00000000..c384caa8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_LightmassReplace_Monolith.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c2ac9ad5432d1ab713faef0bbf79430af9e9bf764528f875b21dd5addce60c +size 81225 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleDamage.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleDamage.uasset new file mode 100644 index 00000000..6d57d121 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleDamage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eabfe564d4615df3725832cd4817575ea310510f119a7977d1dda43fba506c1 +size 113368 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleLeakAndDust.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleLeakAndDust.uasset new file mode 100644 index 00000000..1e8fbca9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleLeakAndDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d04e2ac0bc635727d201ef713fa8f28027bef1c992d331feb9c9279a68e669 +size 123715 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleSidesTextures.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleSidesTextures.uasset new file mode 100644 index 00000000..5e263930 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleSidesTextures.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577a00fcbd7f36f4403bab8f9bc0831f91e7f559a1410026e874b6ef0a3f4899 +size 118234 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleUv.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleUv.uasset new file mode 100644 index 00000000..4817a72d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_MarbleUv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cd03ccc52273ecf66c368e30f060c562420bd525bff8c5bc0320e2331168654 +size 102814 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Metal.uasset new file mode 100644 index 00000000..9e7a1252 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b11f5839921789ce1871610f4ea85d06df3d1c49b0b0417daade59f2a1ca454e +size 121392 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Mono_waterline.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Mono_waterline.uasset new file mode 100644 index 00000000..1686f93f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Mono_waterline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e3df8e2f44931b411ecedd58fa2e3324406246b77fdf199bcee3596bf8e282 +size 110069 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Monolith_TreelineGradient.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Monolith_TreelineGradient.uasset new file mode 100644 index 00000000..c0f0b591 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Monolith_TreelineGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8101c360642d4a1b0b4e5628c4db4b53ec74b33b592ff20f4b85b4c643590c89 +size 78268 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_PDO_QualitySwitch.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_PDO_QualitySwitch.uasset new file mode 100644 index 00000000..2c16adbb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_PDO_QualitySwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed099fa318fd3f4227ae396f12a81703de2304742d547055ea2a255cda29f38e +size 75820 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_PearlDirt.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_PearlDirt.uasset new file mode 100644 index 00000000..460cc052 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_PearlDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8120c4cfd4e44725c702053d411c925960121ddd9ffaeae8ae619c65555f28 +size 89802 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ShiftFallColors.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ShiftFallColors.uasset new file mode 100644 index 00000000..83d2411b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ShiftFallColors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5ae644ba6bc628bc6d307cf7cf44552bd84c53fc0202d281ed2894b8ff855c3 +size 101798 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ShiftFallColors_Transition.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ShiftFallColors_Transition.uasset new file mode 100644 index 00000000..3211aeb1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ShiftFallColors_Transition.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cda9353c42110aa10c5539c9ed49decbcb13b3f16a24b05980b6f0b24a7d6970 +size 89874 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_TerrainHeightMask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_TerrainHeightMask.uasset new file mode 100644 index 00000000..cd912881 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_TerrainHeightMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1830811da7bb17135e9d100bc58e270f15dfa4106074b4efe4a667e85efa8b +size 94940 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..143ca863 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5166a135e8b756a71c07ff302efb003d331ede2e61e7e8cf2148a57c7b84cabf +size 96298 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Tile_Isolate_XY.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..538797d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cd259daf8f01919651d43910d7c6ff11a2fb85f39887ba43c678490804fe09 +size 81490 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_WhiteSide.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_WhiteSide.uasset new file mode 100644 index 00000000..6b4f376e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_WhiteSide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a161050b57b0eeaec977a61ad2704f4c591885a696a872cb21da6c3ecb5a83 +size 137378 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_cheapBlendAngleNormal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_cheapBlendAngleNormal.uasset new file mode 100644 index 00000000..6e757270 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MF_cheapBlendAngleNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bcee97eeac7d02b780d537eeecb9f9e6d73355f85379f91889c42aff6218bbe +size 77200 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_DawnGold.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_DawnGold.uasset new file mode 100644 index 00000000..fef9b8a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_DawnGold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1ff02142621076dd06b476eb07a3a5962dd8d8b3eaa9b5f8a132fc44f7bf49 +size 111309 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_DawnSilver.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_DawnSilver.uasset new file mode 100644 index 00000000..97963d7d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_DawnSilver.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54819e787d576c776595d31b95a6fcf2b59cb66fd032cf5caae1762bc8886ea2 +size 97178 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_Monolith_DawnEnvironmentParameters.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_Monolith_DawnEnvironmentParameters.uasset new file mode 100644 index 00000000..5f659205 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_Monolith_DawnEnvironmentParameters.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478296eedae37781d4f59b730da1f1b172af293d32d891d32a52d99ed86b6923 +size 81606 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_MossBlend02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_MossBlend02.uasset new file mode 100644 index 00000000..a32ea467 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/ML_MossBlend02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584bafbbe0fe6732e4eb1667999e2df80995b9356f7b38e1cf008ab3f170a249 +size 117068 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MPC_EventColors.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MPC_EventColors.uasset new file mode 100644 index 00000000..f340d650 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MPC_EventColors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e296316ee8be1458ec34897d75ebf097f371d87076ba143d912e14d328593bd +size 5019 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MacroVariation.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MacroVariation.uasset new file mode 100644 index 00000000..c399ce15 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/MacroVariation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82965e45baea6c9fd93659f5d7e35b2fb7d9bddd646ea465331b478914634d0 +size 104532 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/Master_SidesMarble.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/Master_SidesMarble.uasset new file mode 100644 index 00000000..b148e0eb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/MaterialFunctions/Master_SidesMarble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6592790da2ec238f4a1404763933545a5a9f6b47b5249f71585bd9da06d17f9a +size 141239 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/DawnTerminusSpawn1b.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/DawnTerminusSpawn1b.uasset new file mode 100644 index 00000000..9963aca5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/DawnTerminusSpawn1b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bed18e771bcc6018a25a7af6e9866b67cf442d41576915a1c8449b0fe7933e +size 128234 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Pillarl_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Pillarl_Inst.uasset new file mode 100644 index 00000000..d075d5d2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Pillarl_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69d3a4812c6bc9fd9d58569387d4676593dbd69574c6c2419968d5c2860f8a5 +size 132807 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Sconce_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Sconce_Inst.uasset new file mode 100644 index 00000000..372871db --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Sconce_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7a8cc615a164082254fbc1b871720fb785c3e1ae949f35a8d44fb4c8d2990d6 +size 129507 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideA.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideA.uasset new file mode 100644 index 00000000..007566ae --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:539f201b36c81d6854d9199cdd9adbd705b58b21f9048b491f9d2f679e4486ab +size 126193 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideA_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideA_Inst.uasset new file mode 100644 index 00000000..4f99991d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideA_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a74754d85210b0c599ada469a94bc0d06380d2edcc460e86e77a2e197937776 +size 114072 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideB.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideB.uasset new file mode 100644 index 00000000..44103435 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4088c687bf8045d97be599dec003cbdd87a517a965bfd2aa7333f3dac4a05919 +size 130910 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideB_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideB_Inst.uasset new file mode 100644 index 00000000..c8a0dbdf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_StairDivideB_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af22cc5c30890f762d7a260bb350073d5ff8a44efdcb2abe7386ea5974e96ff0 +size 129933 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter1.uasset new file mode 100644 index 00000000..4c4f452e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13288174078870e48e6be28174b19a14ba43ee0aad8e94b1d89a817597cd67d4 +size 120242 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter2.uasset new file mode 100644 index 00000000..68c41b4e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb116fdc2c0112542d338041420777f5d0f7386e6744e6d68087f3822ed5688 +size 127071 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter3.uasset new file mode 100644 index 00000000..334de200 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermCenter3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:946090f63a1ae2d0313bb2740c9661533547f98b2ea1dc9cf820b74232d4921a +size 121394 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermSpawn.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermSpawn.uasset new file mode 100644 index 00000000..a74313e0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermSpawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350ef2efee25b14e3c925294793c68f3fda4ccf39e320392d3eb92afd826168e +size 120365 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower1.uasset new file mode 100644 index 00000000..f6958f6e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dccb83c2422219fd1d676d98e46271c10ce67a909feae775cceca6137d2f012 +size 124038 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower2.uasset new file mode 100644 index 00000000..799c941c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3beb87700e26c59e83dc5263026c8d00f3b2b6971b04aae32d8326f27d42f42c +size 127108 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower3.uasset new file mode 100644 index 00000000..3e59f3db --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TermTower3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4eec54036f3267a1b22b15d190e7177e116d8dd8a5570ad34b03d7a2aa2376 +size 123445 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Bottom.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Bottom.uasset new file mode 100644 index 00000000..b5c1bfc4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdaad23d961f38177dc60a8e204f6e7d175c5d736228c947b7a682d95b2a3051 +size 129757 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Bottom_spikee.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Bottom_spikee.uasset new file mode 100644 index 00000000..7d654d9d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Bottom_spikee.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3483ed03fda2c082461f481f0b9fa10ed5187589b5ba3c2598c9e174beb54095 +size 117854 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Top.uasset new file mode 100644 index 00000000..09d1316e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_TerminusCore_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce437562910ae93f7a6a52ed69bfc979b6ed02d8a8016eea20815d4c7a6c9602 +size 116892 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Terminus_Core_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Terminus_Core_Top.uasset new file mode 100644 index 00000000..92d19281 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Terminus_Core_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ecd8caca687d8e4b514f0155a02adb463987409ffbfc39aaf47ba79f768169c +size 122754 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Terminus_SpikeB.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Terminus_SpikeB.uasset new file mode 100644 index 00000000..8539c251 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Terminus_SpikeB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13c90dea1ec0456ee8fc0a711453c15f8c1fad0c943636e044bb0d85e483f434 +size 106583 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Top_Step_Wings.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Top_Step_Wings.uasset new file mode 100644 index 00000000..81a6ac06 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawn_Top_Step_Wings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24d1554718f6b36fde5a3ae34fe25ffcebd03baa21dea59547f153267122a8b +size 121290 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawnside_Inhib_Ring_Trims.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawnside_Inhib_Ring_Trims.uasset new file mode 100644 index 00000000..198cb8dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawnside_Inhib_Ring_Trims.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d02f4c052276d01e455e2fb13cf67a8d42790758853861596ab48d9724813ff +size 162679 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawnside_InhibgateFloor_Trims.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawnside_InhibgateFloor_Trims.uasset new file mode 100644 index 00000000..c7165a6b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Dawnside_InhibgateFloor_Trims.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:800b217d0aa26d3d387ae31c487397cf89fdde0fa757d960cf0e79d4c410fbce +size 119944 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Grim_SpireMaterial.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Grim_SpireMaterial.uasset new file mode 100644 index 00000000..0b721a34 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Grim_SpireMaterial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558c4e31b391222a476f0e912fd3935f1c2a97ab3d4a36c52ffd117257fada08 +size 109715 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_DawnMarbleColor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_DawnMarbleColor.uasset new file mode 100644 index 00000000..3cd6a164 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_DawnMarbleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9657ea0e1a6cdbf34a0d04a22d30d087ec0f63f9b05f29efab63e920880fba16 +size 111566 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_Tendrils.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_Tendrils.uasset new file mode 100644 index 00000000..26c3c3c2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_Tendrils.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535f96646f240cd5480e4f7a6d39f0495261832fede9012c7e210d2047342391 +size 117042 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_WaterSphere_Colors.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_WaterSphere_Colors.uasset new file mode 100644 index 00000000..0151867a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MF_WaterSphere_Colors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b665a66ee5911452013745e6fa3e59f3ea51abf24d1366b40ad2ec10bacd61b7 +size 94428 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MI_DawnSide_Stairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MI_DawnSide_Stairs.uasset new file mode 100644 index 00000000..95424814 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/MI_DawnSide_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3138c20dc4eab8e628beecb3a9acedad5f60840d0be79907f2523280aa438627 +size 119682 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Gate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Gate.uasset new file mode 100644 index 00000000..5bdff6bd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Gate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8eda0db3f7484c4fdd8978ca912bbf7b9a7c6fa2bdec3fb5fc0b2553754b898 +size 130360 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Gate_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Gate_Metal.uasset new file mode 100644 index 00000000..6115c7cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Gate_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f7cd86ba7882d0a0e704e35ab2f229fb9828b3ec1342a641ef51153a3a65bd +size 132641 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Base.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Base.uasset new file mode 100644 index 00000000..f5b72d76 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f167814baff3d6dfd341fc267518387e6ba48b92d7474515de2296194bc62216 +size 125569 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Base_MetalOnly.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Base_MetalOnly.uasset new file mode 100644 index 00000000..d50ee845 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Base_MetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c915cb809c1f04a308daf8c72f4d655958ad1f8bf2f58bc60268e8740d71d7d1 +size 126408 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Crown.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Crown.uasset new file mode 100644 index 00000000..1f22ee5e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Crown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d6b98f440cea7adb9c1683c412f65cc5e33cdff4fab9aadd24041e58664702 +size 129710 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Middle.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Middle.uasset new file mode 100644 index 00000000..38f2bcba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_InhibitorGate_Middle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d78c724b65b4c01d083a202541b3c4079e8f6540ece32cf9fbb135117c962435 +size 112233 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Launcher.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Launcher.uasset new file mode 100644 index 00000000..9196464c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Launcher.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82b23d259b834b5c79877f5efab636ea15bac05e999e3e16d5c068917a5c499 +size 127836 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Reference.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Reference.uasset new file mode 100644 index 00000000..75b67cc8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Reference.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a79224330cb6dd743bbd093940cb66071a4b3a3e8dc4633d5a832b900162b7 +size 127045 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Stairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Stairs.uasset new file mode 100644 index 00000000..ec63c755 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d539ced40f8fea24827972bd80ae57f07032c5e8a18fd4ccf8f2e7aa4031dfe +size 119513 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Tower.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Tower.uasset new file mode 100644 index 00000000..e74146ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Tower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fad8225890e0d661e0f8fd46d9d3006ab47c53201758181b56938dce007072f +size 149502 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Tower_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Tower_Metal.uasset new file mode 100644 index 00000000..e9b09396 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Tower_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269aec71033430415ec52748f777899743d5a2392af5ab5d05ff18aa6f72b1e8 +size 126078 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_01.uasset new file mode 100644 index 00000000..8a32b40c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8a69f29ec616387b409871fe3833a4f756749f0316be627f69bb9c233ff225 +size 132924 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_02.uasset new file mode 100644 index 00000000..a1261484 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a000d63701023a97b8a56cb3bf2e3df7bfec3b946d663c97b6ebfc4c070fdad +size 124767 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_02_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_02_Metal.uasset new file mode 100644 index 00000000..16a0a62d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawn_Turret_Floor_02_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a9877589387ead187e6d3ef45ddefe53c903d09680ad8011706e2906c128678 +size 124846 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part1.uasset new file mode 100644 index 00000000..d2bdabc1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0323e12194c1f5bd607a2a4fe29f4d7687f40820fec57755b72bbfc4faf94ae6 +size 125151 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part1_MetalOnly.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part1_MetalOnly.uasset new file mode 100644 index 00000000..31003de4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part1_MetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d6394157dfac9cd735acee08da58ff2b0055028e025539bd07efd960212dca3 +size 127761 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part2.uasset new file mode 100644 index 00000000..08273468 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ad8e392f1c87076e415bcd457a7abd14d16bd3935430487e58e6c1656a1048e +size 125235 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part2_MetalOnly.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part2_MetalOnly.uasset new file mode 100644 index 00000000..733e6ab1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part2_MetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2af75c34565d382213213a53f0502c01ddc6a630210e81f583304c4bbb6304e +size 126759 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part3.uasset new file mode 100644 index 00000000..0f26b366 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e477f418a34fc9f86fa47c7b8e9d31e47b35957009f9032018ee192cf99bc2 +size 120675 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part3_MetalOnly.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part3_MetalOnly.uasset new file mode 100644 index 00000000..05649e78 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Dawnside_Walls_V3_Part3_MetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc1ffec4f976c221d374fc0597f427cb7ca93cebbe9e6a0158a778f4ccc6524 +size 128908 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterBall.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterBall.uasset new file mode 100644 index 00000000..ce55c2c2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterBall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd4af698e05bc8419565da5635ca4b348d65fc77e2163c092acff0add54fddc +size 281889 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterBall_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterBall_Inst.uasset new file mode 100644 index 00000000..cb0070cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterBall_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fe1f106f9cda019152fef4077bab00f3bd0f21c969da077d5b9621c79831136 +size 160103 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterWalls_Master.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterWalls_Master.uasset new file mode 100644 index 00000000..49761dbc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_WaterWalls_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ff8ce1ae11f855a547b585a21a2dbac0f9f8baf780376360bc1f36c0278136 +size 197653 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Flow_Down.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Flow_Down.uasset new file mode 100644 index 00000000..da23d190 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Flow_Down.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6ee3ace0a4227ecc331f85e598821d844e105ba20d0d0dd403c3d7651dca606 +size 154585 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Pads_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Pads_Inst.uasset new file mode 100644 index 00000000..11f509b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Pads_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f1252537afb1b4b1fbed76c416a7cd7a926d0fd408b6492fb53252419ee3af +size 148706 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Pads_Spawn_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Pads_Spawn_Inst.uasset new file mode 100644 index 00000000..aab84341 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Mono_Water_Pads_Spawn_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4891e8a247079b9320cac7e4bbb3d98776d6c3b9a3607fb332585c776762d10 +size 150970 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Base_Proto.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Base_Proto.uasset new file mode 100644 index 00000000..c7996c8c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Base_Proto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de261404eeb9f59f61890ec72b8ecad0f49adc82bc555feead5440b2bd48ead +size 142973 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Base_Proto_White.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Base_Proto_White.uasset new file mode 100644 index 00000000..dda55b82 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Base_Proto_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520b33c68f8b0fd9fb6197bed86eb81a0cdc5517de01a0836e8239a95087246a +size 99755 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnArchitecture_MASTER.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnArchitecture_MASTER.uasset new file mode 100644 index 00000000..a8e5ec5f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnArchitecture_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb11d8b61ce79d592255002ea9d11f4f9455b882531ddc80b833426ffff9fa8 +size 210433 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnArchitecture_MASTER_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnArchitecture_MASTER_Inst.uasset new file mode 100644 index 00000000..36e34b21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnArchitecture_MASTER_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cb74c0d6f9f0cb505bc026111d3a625ef14f5ff9447889294e2ca835cf088d5 +size 109517 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnCollar_Marble.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnCollar_Marble.uasset new file mode 100644 index 00000000..b129db33 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_DawnCollar_Marble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f98a0ba858b27427d50a56d2ddd8c9351b14b0874a37ef24763535a503dee0 +size 117520 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Dawn_Proto_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Dawn_Proto_Inst.uasset new file mode 100644 index 00000000..48b4111d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_Monolith_Dawn_Proto_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f19170c3fd6e5c7983ed88f817c9155a419a762f95881c1afa342c4bcc55789 +size 106784 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_Master.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_Master.uasset new file mode 100644 index 00000000..d9dca9fd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b714409a19be9f0aa23d9be22f632fc9930431553e1d0de5475b53acedba0f +size 168401 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_TigtherTile01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_TigtherTile01.uasset new file mode 100644 index 00000000..6ac77054 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_TigtherTile01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63b555900110b9564a1b93485f26564e09a2d93f1aeda6770954bef8f5a49f6c +size 123412 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_TigtherTile02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_TigtherTile02.uasset new file mode 100644 index 00000000..59b96ad7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterFloor_TigtherTile02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21d3b5893a3b397d8f3b2ebc87d615abdd05899c69de4c4995eae3acd1ccf0b8 +size 119967 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Master.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Master.uasset new file mode 100644 index 00000000..7fa6731a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96fcec2b8750f3da4ae9d4ddcce7192824a57b1154ef97cf52e325a3ac39eabb +size 195881 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Tendrils.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Tendrils.uasset new file mode 100644 index 00000000..bd70ae75 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Tendrils.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f81a42d824ca881660fb7d9f2502778baf23c6ed27e29811ab4f8cbef2c42302 +size 141922 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Tendrils_Pillar.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Tendrils_Pillar.uasset new file mode 100644 index 00000000..33d23fbb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/M_WaterSphere_Tendrils_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68768d8136a4cbabd122c196596955a7ddf9f3eb3276c881dcb2fcf2d8166c21 +size 134392 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_AllMetal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_AllMetal.uasset new file mode 100644 index 00000000..76533be8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_AllMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c513219146e3a3f9a612b1c10edb3aefc64a1943f33d5fb67bd648a8ab5c15e +size 115279 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_AllMetal_NoGrime.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_AllMetal_NoGrime.uasset new file mode 100644 index 00000000..5bd03718 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_AllMetal_NoGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:953acc746d20d4b35d685eb582389b7f883b7272183af0e2e6112f39823b82e6 +size 113611 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_Floor_Sike.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_Floor_Sike.uasset new file mode 100644 index 00000000..488f0b59 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_Floor_Sike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12cdeac79c34c41bb1f3ca449a6fcc6b7224e75913c9adfd79327aa03a7ed36 +size 118487 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal.uasset new file mode 100644 index 00000000..5ea09bdc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7c02b2d77c7f0bafe4419ab916cc278ab32c0b0ea2c151e050858cbb8118809 +size 107011 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal1.uasset new file mode 100644 index 00000000..9d77d9e7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced5059cbfb90297c2c70c5e3627faf75fe0f180110741219d6bfd722bd16fc7 +size 107384 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal2.uasset new file mode 100644 index 00000000..838f2892 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2493dd027c57d8b7413c59e5961786304597b45e635d284580cb5c22738b38a1 +size 109286 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal_Floor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal_Floor.uasset new file mode 100644 index 00000000..f49f1a89 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnArchitecture_NoNormal_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22f90d5389911571f5afbcbe4a61f9d6c14ebcde3d7612922538c6ebe0d7e5d8 +size 106578 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnCollar_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnCollar_Metal.uasset new file mode 100644 index 00000000..fc2ba352 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnCollar_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a740dc8f442f465c13615e0812e992c682c9f38e0445c283d8f61d7dca2fe16 +size 122004 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnCollar_Trim.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnCollar_Trim.uasset new file mode 100644 index 00000000..7e364a06 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnCollar_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d72dbd0873799966ec65eab5e4aa7191d1ab3b95fd7274a769e15a7ec8e217c +size 120227 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnStairPoints_Metal_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnStairPoints_Metal_Inst.uasset new file mode 100644 index 00000000..1650735b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_DawnStairPoints_Metal_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b325121fe1efefc114a1ba147401de45c9a0f88ffb26580c74d5e13b946a74 +size 118367 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_Dawn_Wall_Right_C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_Dawn_Wall_Right_C.uasset new file mode 100644 index 00000000..54cd0810 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/Monolith_Dawn_Wall_Right_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c3f4cfc552cfdcf316f086737604b5f7824f022f27fd3b5c0da839db856a4ff +size 108810 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/PM_ShallowWater.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/PM_ShallowWater.uasset new file mode 100644 index 00000000..860be79b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/PM_ShallowWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac7176eb5ad9a52f0bfc75597a2594dd0d1b4af2ae690189fa537c1b41547a9 +size 1514 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/SSProfile_WaterSphere.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/SSProfile_WaterSphere.uasset new file mode 100644 index 00000000..0337911d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Materials/SSProfile_WaterSphere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c106cdc6af1078cab8d1a7e7569041010d324c4231bb227873134b884cc135e9 +size 3659 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate.uasset new file mode 100644 index 00000000..7e11d5f6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:549691157f84efce81917e742815017fc173486dd970bf8379fa41244201fecb +size 1226886 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate_A.uasset new file mode 100644 index 00000000..3bf90a81 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a84b14eebe98dcf044817920c5b5c088e00acd65aa68d2ba22e1c41588eaf5e +size 559566 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate_B.uasset new file mode 100644 index 00000000..dd68d6ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Inhibitor_Gate_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03a2cf37c4cc1d0f629272fbe89bb8e87a0ec92e934c72e211ab8f03dedb3a4e +size 525854 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Pillar.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Pillar.uasset new file mode 100644 index 00000000..ecbf26d9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dbd72baea1268740c65c6674f9155827d8fb510d02880449522e99c3660c93 +size 1227613 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Pillar_Large.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Pillar_Large.uasset new file mode 100644 index 00000000..86f0f2d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Pillar_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:561e3e524474f8ee3d0f33259c6b1a37a8550f3df3f7f690241ce47f5d0a149e +size 553204 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Sconce.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Sconce.uasset new file mode 100644 index 00000000..cf6a7242 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Sconce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f34aff0d844153482543a1355421eff8e1d72c553a78a365e7ff0cfa331a357f +size 345619 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs.uasset new file mode 100644 index 00000000..97f59096 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b31686e4996d40ee04f1fb20c9153eb1a9ef59347da6cf03e44d1ae32d3c7bf +size 397274 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs_three.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs_three.uasset new file mode 100644 index 00000000..d7c82922 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs_three.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecad5ed4238d8fb6061a08b6ffb150a791f77c1c749b8f7e1e67a03d2ad8e889 +size 454338 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs_two.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs_two.uasset new file mode 100644 index 00000000..2809ae9b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/DawnSide_Stairs_two.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2c3fc46235591b231a61107a27981aa8f40ed554b7d2b4fa12f64b8095559a +size 472979 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_AmphitheatreSteps_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_AmphitheatreSteps_A.uasset new file mode 100644 index 00000000..2162cf75 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_AmphitheatreSteps_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d60542013a38fa53433fb4b0ee4fd581f7f6168e1d6cb4b08761889859413716 +size 318755 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_AmphitheatreSteps_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_AmphitheatreSteps_B.uasset new file mode 100644 index 00000000..b04f12a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_AmphitheatreSteps_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d582fb1ace9f89068548577ac116ce9946546f1bdf6034ba1e9822ca1906a1e +size 414353 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Core_Ring_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Core_Ring_A.uasset new file mode 100644 index 00000000..feee782c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Core_Ring_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edeb01da8d53537eb1bfa5ad26a92d9dfd7101be81df5e9f6d16fae04f9ea4e +size 178260 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate.uasset new file mode 100644 index 00000000..ebd424ac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eba0f370e80be13908bc2743c97327ce7335b143468b3618646fa2dabfd4e20 +size 884984 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate_Orb.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate_Orb.uasset new file mode 100644 index 00000000..a99c0beb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate_Orb.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bdd9db1c5c1830451dd92fcdf1e49560a9bbb60bb1969f0f36f1599735323b0 +size 286378 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate_Pillar.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate_Pillar.uasset new file mode 100644 index 00000000..a2170224 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Gate_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79cb6a3ffea562cb8c2073e27d009fd70d5fc4e747f409e05033f1b2cb7be554 +size 410987 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Floor_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Floor_B.uasset new file mode 100644 index 00000000..1df556ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Floor_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eebccd8ad1ce7b3fe061b75ed2d19f8015cb2e6a866724b4e9b361407bc0d43 +size 228414 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_A.uasset new file mode 100644 index 00000000..62a650ad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df3bef904d7518a1d9c3a9cf3cac2317c92aa3e9cc15047b98d337d67a633c39 +size 820714 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_A_Beak.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_A_Beak.uasset new file mode 100644 index 00000000..93e6404c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_A_Beak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:622ce8597a4d70bcb0d18c5fb42d536f7cd2e591e5a8496a21746bed34634d01 +size 243401 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_B.uasset new file mode 100644 index 00000000..179f5788 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d63983c1db10b5af5e6d6e7b9d131a3e09577ed035f54bccb22314fb8bec13eb +size 383223 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_C.uasset new file mode 100644 index 00000000..70ffee8b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b84d855ead67444cc9120b02c35130a3e9f3dd92ca52958793023004ebbe42e +size 207033 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_D.uasset new file mode 100644 index 00000000..372db0e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Inhibitor_Ring_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809d2cd9cdc58db53911371fd00da240de58e482ba18fb2ae2cfb5d60240fa3b +size 305854 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_StairDivide.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_StairDivide.uasset new file mode 100644 index 00000000..16248625 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_StairDivide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5f8467185aa20d2c33e66780218450a811f547bccf69b2a4bdfa7233ccb147 +size 374289 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_StairDivideCore.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_StairDivideCore.uasset new file mode 100644 index 00000000..b8099393 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_StairDivideCore.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7914bdf3eb626978a04b6a3cee89bdf84a7efe327e4fe982164e85f89583e20 +size 312362 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TermTower1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TermTower1.uasset new file mode 100644 index 00000000..c1bd6f86 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TermTower1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb1e8ceb93770680cf0a34d44b27c5b22c8a34952ff251e4762a5676e414db2 +size 1291774 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TermTower2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TermTower2.uasset new file mode 100644 index 00000000..5eab3093 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TermTower2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4437b0b0c9bfb10b563de6f0d555409b816a66377f230cb891fc873c400a6c +size 1031453 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_A.uasset new file mode 100644 index 00000000..d4e07209 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c257dca7b5aad5a19fbe984e3e6419603f7c1e2231394cdcca9c22f8a9ff06c +size 311440 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_B.uasset new file mode 100644 index 00000000..da0ab068 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd8d91a7323c96d2ebf9e0d6552f86b970db76a78c29780395031659180be637 +size 501900 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_C.uasset new file mode 100644 index 00000000..53c00bc7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Stairs_Mid_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dacf43ec858471743d6e4a8af264bdd6dcbb84ec1bb7b746df323848f40d1cc +size 271428 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top.uasset new file mode 100644 index 00000000..5bca3e2d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da33d082d7f6727ea1c64c97a159376b52b7be305588f5166a25c75cc8c44f25 +size 375099 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top_X.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top_X.uasset new file mode 100644 index 00000000..043bcc5c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top_X.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350f44060cd188da5bffcc0f2a8c038665eec33ee378f00caf273abc33ec39f3 +size 386936 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top_X_Bowl.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top_X_Bowl.uasset new file mode 100644 index 00000000..3d5cdc5c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusCore_Top_X_Bowl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722f26d90316760af98cf8f76c42a2b77e6c15e74d402984e9d85d89dc4519b8 +size 212669 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1a.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1a.uasset new file mode 100644 index 00000000..b50f124f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92eea138cf6aa7f46aff9264db3576711dda63a4e1436b6f84d3a996c7405bf9 +size 1399948 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1b.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1b.uasset new file mode 100644 index 00000000..f2c1c7c1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:968e01932226a691e8f0ad1a37f6ecee1c8e2be57a1e2ddc96649fa0fd0e41bb +size 1006903 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1b_Stairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1b_Stairs.uasset new file mode 100644 index 00000000..dc0d8252 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_TerminusSpawn1b_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c242f5198f1d87f55b9ffc99ec2eb857d907810d11e04a7a9822a826a66f4ead +size 504207 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Top_Steps_Wings.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Top_Steps_Wings.uasset new file mode 100644 index 00000000..271491b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Top_Steps_Wings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa80c339a143e8d1f6629043b0294045fd5bd2f522fb0f4b9562e078b24e518 +size 512229 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Tower.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Tower.uasset new file mode 100644 index 00000000..8b685065 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Tower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c3512d81b9db097bd4bf16d07c9318b36442fff3b506237c4c310a3a38e559 +size 848854 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_01.uasset new file mode 100644 index 00000000..4da38bea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e26af9c0b0d701a72c83f1fa4254d80121f71d62eae65ce4df146d1cca240ed +size 984802 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_02.uasset new file mode 100644 index 00000000..ec1a465c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c92df8ab650fa3bd1f4dffa0ed1486e4555a896b423770538ba815583cc1fe +size 644263 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_03.uasset new file mode 100644 index 00000000..9f5db16c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0eda91710619f3f50baf535979c3f1a921ca761409ad92f01b4cf54097b308b +size 568771 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_04.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_04.uasset new file mode 100644 index 00000000..d53c8d02 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1243b17f0af3f560472b8f77e6cab5efc53e0142ad67d2d75200e6dbc15e7e +size 726421 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_05.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_05.uasset new file mode 100644 index 00000000..4080b24b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d02133df5759106dd671acf6cba72b38f37a8db2c6fb641f4ec5bdeb3ceadd4 +size 513608 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_06.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_06.uasset new file mode 100644 index 00000000..9b414030 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abba615e0ab40cc878b19fffa8ca5ab371ccee8f3b59fc861c873323b2849a1f +size 486585 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_07.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_07.uasset new file mode 100644 index 00000000..d5d3fa51 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Floor_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b35d354f5e3e4e97dce05cd23a136486be2ed6ff95f9cc6783af614042a9c77e +size 316422 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Ring.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Ring.uasset new file mode 100644 index 00000000..b2ce3311 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0898436a959d788a05c2198b322cd7fb2d68cabb791df6cc6fe3d5031f9bbe36 +size 285303 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Stairs_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Stairs_01.uasset new file mode 100644 index 00000000..1653ccba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Turret_Stairs_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3fe73315b8fa3811fd18ceb6ca688497d4e8cfc08758403f9f79e6bed0a7ea +size 1013989 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Elaborate_End_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Elaborate_End_A.uasset new file mode 100644 index 00000000..0ce86026 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Elaborate_End_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884093407f43c170af9dff9eb5cfa88b08e0674feffe45f8226efa892c82622b +size 267908 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Elaborate_Straight_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Elaborate_Straight_A.uasset new file mode 100644 index 00000000..5db7eb79 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Elaborate_Straight_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb05349b56ff21e1e984cedc95770da669e70921c579d7a28e803d2f35e4ad8 +size 547444 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Join_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Join_A.uasset new file mode 100644 index 00000000..02cb9cb2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Join_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8b51227465e5c190ca1a7f69b09fed95f7cddbb0281065ebddaf88d26025bf +size 212200 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Join_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Join_B.uasset new file mode 100644 index 00000000..08757753 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Join_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ffac7d3b24d477d8b7ad557b02cd000f9c40ad3bbf627360864bc1777ccb4f +size 141379 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Straight_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Straight_A.uasset new file mode 100644 index 00000000..ed1b0007 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Dawn_Wall_Simple_Straight_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8915670af364d5637304768f3fe449ce6fee26511a0e195f905a9250dd79a2d6 +size 365626 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Pillar_Large.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Pillar_Large.uasset new file mode 100644 index 00000000..cb0baef2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/Pillar_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a219526b0318c18971e0da16ddcaf590b887855b70240d3203e0f450f5d4a1ee +size 1650976 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/SM_JumpPad_LP2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/SM_JumpPad_LP2.uasset new file mode 100644 index 00000000..01338be3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Meshes/SM_JumpPad_LP2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb1e134cfa47314819e366b308285175f4edadfaabfadafd1dd4240b2fd7144 +size 313108 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Monolith_Dawn_AssetMap.umap b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Monolith_Dawn_AssetMap.umap new file mode 100644 index 00000000..408fed71 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Monolith_Dawn_AssetMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c30588eb28642bdf7806837f2b30df6046bd9205bb7e948f16417937415bd0b +size 754626 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/2ndInfectedMapLinear.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/2ndInfectedMapLinear.uasset new file mode 100644 index 00000000..53b0d8d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/2ndInfectedMapLinear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61952af5014c96862930abc98b7a1f6dcf87aa77100aa007a61092f37039eb68 +size 1208211 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Artifact_MarbleGrunge.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Artifact_MarbleGrunge.uasset new file mode 100644 index 00000000..53b33668 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Artifact_MarbleGrunge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d280671fb8c5c1cef56c691db3d6da950d12fbedc2164fc505a8c10a23950003 +size 9774745 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Black.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Black.uasset new file mode 100644 index 00000000..341d8410 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29132caf46742c53dc8faa5383360970f44a947c41e0be1fc120e73c7debae3f +size 4369 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Base_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Base_M.uasset new file mode 100644 index 00000000..74d0ddad --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Base_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddebf85285837ea2316e59a43f74272cf9ad3a09db3a6c29c92f491f9a8cf8d +size 4610656 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Base_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Base_N.uasset new file mode 100644 index 00000000..5f7761cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Base_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142c0aee1b1fc7d7bc2cf9f08aa0c9a4c1839fb661d21038bfa42258e3479a06 +size 1934332 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Crown_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Crown_M.uasset new file mode 100644 index 00000000..324bdb9c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Crown_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b66debbec4ecff182fd5326a89ee17ae5db4692c5a566d6ce57d47468c36852b +size 4598500 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Crown_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Crown_N.uasset new file mode 100644 index 00000000..5228cbae --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Crown_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8097c41a110fec54a7c74f5c89026475b90ee5ccf5af4f529df8f936898b16b7 +size 4777343 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Middle_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Middle_M.uasset new file mode 100644 index 00000000..f254aba2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Middle_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4d8653397032385344e6cc55c4d3579b380ebca273d6f9568e8d88f0b87fd4 +size 1003781 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Middle_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Middle_N.uasset new file mode 100644 index 00000000..bc4fc449 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_InhibitorGate_Middle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0694c2cc6fb0000f5a6a2d5f20f5e138145c5f476aba747e3ebd822446669ad +size 899131 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Inhibitor_Ring_Trim_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Inhibitor_Ring_Trim_M.uasset new file mode 100644 index 00000000..47ef019d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Inhibitor_Ring_Trim_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbceb97e887b2788a766b797d79b44a178d67c4f8229db70ecc19f72b213958 +size 582122 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Inhibitor_Ring_Trim_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Inhibitor_Ring_Trim_N.uasset new file mode 100644 index 00000000..d5dc0bd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Inhibitor_Ring_Trim_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:004724cac211870cc22788478b7b689008f43d03cbb390aff4e64be1542c322c +size 143425 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_JumpPad_Mask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_JumpPad_Mask.uasset new file mode 100644 index 00000000..ca76731a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_JumpPad_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61d3fe0763ad32d51df93e7cc4893080767bab65a72fb6ead9cd81a21c27e77e +size 4075147 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_JumpPad_NM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_JumpPad_NM.uasset new file mode 100644 index 00000000..14bf9a96 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_JumpPad_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0eedde6646ba15e56ba8844a1d3b29df505b40e29e69616afe40740e521e69c +size 4087481 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerA_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerA_M.uasset new file mode 100644 index 00000000..171f4b10 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerA_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2c096a3f4097d2a504376fe91fef7611527644fc64d1e9b8e5641dbedfa8d67 +size 2309724 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerA_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerA_N.uasset new file mode 100644 index 00000000..33660d5b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerA_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf7b20f835934d4eae7d91f262d9934c6ad2aa76c3519a73f7ca4e397da6d06 +size 7846255 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerB_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerB_M.uasset new file mode 100644 index 00000000..b00bca0e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerB_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71af4f7c90e2522f365f4e0aab5b3ad941c92eca003336b63022212bd9343737 +size 1897826 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerB_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerB_N.uasset new file mode 100644 index 00000000..29b6b7dd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_StairDividerB_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b2442156bb1ec717e30d1e6f58d6aacdb6a3fca27dac737fe1f70bb129b76b +size 6258269 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Stairs_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Stairs_M.uasset new file mode 100644 index 00000000..75f7b503 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Stairs_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b40985753dcab6108cb6f6b442d04406beb536b66ce4da73cc0a4535ae1b9d64 +size 1478616 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Stairs_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Stairs_N.uasset new file mode 100644 index 00000000..705fe4d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Stairs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4444ec0ca3c9539ac4551ab7edaa2d05e455909af08493cc80b21531ac811e9a +size 72006 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Terminus_Spike_AO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Terminus_Spike_AO.uasset new file mode 100644 index 00000000..c8dc3618 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Terminus_Spike_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c9931aad250c9f960d81723dcea692d0c121d99f031187c87b65f295d03161 +size 204196 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Terminus_Spike_NM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Terminus_Spike_NM.uasset new file mode 100644 index 00000000..00c79933 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Terminus_Spike_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9707a989310b9dd248277948aa14fc935dd7f9b66f6571f4d25e1b8b922167e0 +size 586052 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Top_Steps_Wing_Mask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Top_Steps_Wing_Mask.uasset new file mode 100644 index 00000000..203abe59 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_Top_Steps_Wing_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e2ab26592af7594de1fc7286a7ffc798224914d3bd505b7cfd9146f1294dd0 +size 1267420 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_top_Step_NM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_top_Step_NM.uasset new file mode 100644 index 00000000..ea66fce3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawn_top_Step_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38d13d37b476a32a8490f3bfa6022c765bd0df69b0fe6ef32458c469d75326d +size 1490313 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawnside_InhibFloor_Trims_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawnside_InhibFloor_Trims_M.uasset new file mode 100644 index 00000000..2efe74d8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawnside_InhibFloor_Trims_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:813e9e686df6763d3922affd65ca01d23246eb46278b7a5b88c54c8312d06ed4 +size 2593476 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawnside_InhibFloor_Trims_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawnside_InhibFloor_Trims_N.uasset new file mode 100644 index 00000000..89f90293 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Dawnside_InhibFloor_Trims_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b89d876d4f1179d705ed2aa29600b13e6ee7c07fbef46d8c273b65595586d16e +size 21388 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/GoldNoiseMask_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/GoldNoiseMask_M.uasset new file mode 100644 index 00000000..60e1bf45 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/GoldNoiseMask_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eb4245caf3826d24e052a5d0f04f36b6e3ddf459b71c827e13e51ca27f1c208 +size 37660096 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_D.uasset new file mode 100644 index 00000000..d52ba80b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16aacb394bb879b2fded09dcb1a4dc23205d099be623b94e58ccc4384eea39db +size 35228309 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_M.uasset new file mode 100644 index 00000000..458f9990 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d167695f397937a03903cc6f5cc97a5c9895ea1c1e19c9f16646d527626e719 +size 23029422 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_N.uasset new file mode 100644 index 00000000..175e8cdb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Moss_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2df01f858545d290a189b669ec597cc2056870f743eb98e60eb7e59da297f94 +size 52289173 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/OldGold_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/OldGold_M.uasset new file mode 100644 index 00000000..695e3d69 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/OldGold_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2447345fbb1acbe3c3941355acee9dc4e07072337ca5e361dc0a8060691cf10d +size 16933407 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Oxidation_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Oxidation_D.uasset new file mode 100644 index 00000000..5ef9b193 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Oxidation_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb435214e9c509bf70fae7ce3c9c863dacdd9f172ae71853f530eaf9298c0c41 +size 10999441 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/RT_Caustics_Tex2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/RT_Caustics_Tex2.uasset new file mode 100644 index 00000000..7289f209 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/RT_Caustics_Tex2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caee099c825a420d52ba9c368dde913457cea394d2b0b2df19fa09178c5ab9a8 +size 5403527 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Rocks_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Rocks_N.uasset new file mode 100644 index 00000000..cb5af70a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Rocks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba649e8e533498546f651184eb88e4defb63d38042eb3fab22438a03c48cb7b +size 22442089 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/RockySand_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/RockySand_D.uasset new file mode 100644 index 00000000..55a382b8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/RockySand_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a309da87dd3e3375f25778aa14c1a639b282d125b415f69b8dec66cad56c8e +size 32066423 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Artifact_Stain.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Artifact_Stain.uasset new file mode 100644 index 00000000..a2c6be18 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Artifact_Stain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db3544ab5e961ecbb5f2102b62f3d0d3c0ef782c6a97e3f55921fd2d4027fdd +size 11359074 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Blank_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Blank_N.uasset new file mode 100644 index 00000000..48d85853 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cac8f0d9b206e62699089da72380765c5986cbc2469b3cefc220850b7899ec0 +size 4713 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Caustics_Softer.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Caustics_Softer.uasset new file mode 100644 index 00000000..d4f86e35 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Caustics_Softer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea25690f6817b480c1454707b4ca88c17b06ad30c1e028c60f16f593fdccec9f +size 511167 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_CloudScape_08_Details.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_CloudScape_08_Details.uasset new file mode 100644 index 00000000..daf1410c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_CloudScape_08_Details.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f26bce555b94a6f9d2f3f44532f54f317f9f06854c4e3ab6eab7b7e38746871f +size 3844193 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnGrime_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnGrime_M.uasset new file mode 100644 index 00000000..0fe614f5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnGrime_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ab619027457d19b2e43e9bb5c762a5f7c85665b52a1c1aa4422406e57c14bb +size 36637310 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Collar_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Collar_M.uasset new file mode 100644 index 00000000..f1bfd080 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Collar_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1857c9d526df4803dd69018d9d95367863bccd8ea17faeffdbd3de34d3f9b7a +size 183507 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Collar_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Collar_N.uasset new file mode 100644 index 00000000..0cd90c83 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Collar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454dcab29aeb15eaaef4e399d023e68a9c7a592ac918259156009bc4635c53b8 +size 319591 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Pillar_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Pillar_M.uasset new file mode 100644 index 00000000..83f16797 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Pillar_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef032159e81f08715582675b1f871d2047d97ced7924b68e638d4ff68feffa6 +size 1063721 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Pillar_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Pillar_N.uasset new file mode 100644 index 00000000..03294198 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Pillar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72a0b68084e9374b40158919533f69c371057b2d145a8e40d815ff385878efb +size 2621449 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Sconce_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Sconce_M.uasset new file mode 100644 index 00000000..55862fe4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Sconce_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d93a5ddf9e87517c6a16a4da7ba095110c1cd749f57717641b23591d3ae7652 +size 914250 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Sconce_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Sconce_N.uasset new file mode 100644 index 00000000..6a44aebe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Sconce_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9799e66a523e24cc0b5d7b20140d9e03ed3dad6af8cc1e15adad74c7e0040f3e +size 2378731 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_M.uasset new file mode 100644 index 00000000..94d4d239 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1150dcb2178cedb22dca18391037d1dc7ea7c850e0239b1855462f51517ae30c +size 528261 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_N.uasset new file mode 100644 index 00000000..ce6e552d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aba77bc1846a368261ff381bc3900369ff3ca4e58ad83a0c01ceef0990b92bd +size 1249881 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_points_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_points_M.uasset new file mode 100644 index 00000000..26bf4a5e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_points_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c3d69247df2e6e832c25a49be36f05787c76552172d035a9bf75cd270934fd +size 191357 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_points_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_points_N.uasset new file mode 100644 index 00000000..a75f658a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DawnSide_Stair_points_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:822f8b55e83c85dccf9a9e6bd8df933d8c66433a864c4eed9ee0620194b2c7d7 +size 638226 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_DefaultGrime.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_DefaultGrime.uasset new file mode 100644 index 00000000..a133e817 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_DefaultGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f3ac808832b484d5347012cdaeb6b980da8fbbad18cec88e01588315a9d4b3 +size 4521 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FloorSpike_Mask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FloorSpike_Mask.uasset new file mode 100644 index 00000000..4c07b576 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FloorSpike_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263d3e3e550de67ec31c5ab958d398c29a7cb92b3748e0b206cf9680ccb8cae8 +size 1116717 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FloorSpike_NM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FloorSpike_NM.uasset new file mode 100644 index 00000000..061a4c52 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FloorSpike_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1eb2fb91a2d9f5cbcfa94c2a4de99f64eb92f4796e39abbd5692b9f8a68ccd4 +size 844916 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FullMetal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FullMetal.uasset new file mode 100644 index 00000000..1212371b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_FullMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ec65e429c0e5e126f0a52d4877e56238d072e1c9b1a2ad3d24ca2c1d51fbe01 +size 4490 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Gate_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Gate_M.uasset new file mode 100644 index 00000000..d2548e34 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Gate_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98d19a2bbf0ad9b7b599103e823a6b0a8837c3ff221b011cffa9cafbb746e6ad +size 10918267 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Gate_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Gate_N.uasset new file mode 100644 index 00000000..bae22c17 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Gate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19a937caaf0ee710211a5b2dbed0799e3c28b53cff0d0c33a232642bc284d37 +size 13421671 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_NotMetal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_NotMetal.uasset new file mode 100644 index 00000000..20843df3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_NotMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c049a0a91b11133835517a69105765a2fea4e33a1979a69e7dd0e4cee6c9a9 +size 4482 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter1_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter1_M.uasset new file mode 100644 index 00000000..d53d3eac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07fa682096c408cac76a44e6a214963c8cc1400908361b831000d894ea74730 +size 1136530 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter1_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter1_N.uasset new file mode 100644 index 00000000..91fc91a8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30d82d93e9c7be36720a0a661b3f5cebf562843107a9f1db069813bc79883f77 +size 2274051 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter2_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter2_M.uasset new file mode 100644 index 00000000..dd368c2d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:195726d505c970fb981dddc3ba04ae716d03e73b32748c0b37121bf00495bcf1 +size 1364769 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter2_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter2_N.uasset new file mode 100644 index 00000000..34c3e17f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7255b76fd7c9a4c823bd2431626d0cae323dad4bbc3a4461f643c090c333ea +size 2680340 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter3_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter3_M.uasset new file mode 100644 index 00000000..7242bb26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter3_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831942b73214ebc0ebc429ff89891edbdbbee2bd60e5a5446dbbe9629ad99fcb +size 1392920 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter3_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter3_N.uasset new file mode 100644 index 00000000..e272b2ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermCenter3_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d959f21a39483e64f48c542f28b54f15d51902dc327fc28957152acacbe9cfc2 +size 1862122 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermSpawn_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermSpawn_M.uasset new file mode 100644 index 00000000..99f2a1d6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermSpawn_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f471bf72f5682b4edee36dbc01be153a90748e756db1124dd76a85b6f88693c +size 2230141 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermSpawn_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermSpawn_N.uasset new file mode 100644 index 00000000..51d0d332 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermSpawn_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a7e9c97ffc20e7b88b2d10381ac842403f26de934756699a2771304033852b +size 5166714 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower1_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower1_M.uasset new file mode 100644 index 00000000..5d7c1cc2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92437385b81bd90a0f9f99adce46baefe057318501c3a6f0c668017b805d3b78 +size 2478646 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower1_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower1_N.uasset new file mode 100644 index 00000000..1e748324 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3495282f47121a73cd710d0c189caa914443b9b9940aad9d23b2eec0b4498d8 +size 2645501 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_M.uasset new file mode 100644 index 00000000..b76c2afc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f0add9767015b8e8b17960744f5de67550f90afb01a403b7c6ad608b8346e6 +size 3256805 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_M1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_M1.uasset new file mode 100644 index 00000000..2cf0b6da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_M1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8292a4f37967dae92ee3e58cdb0dbeb5d31223dc6809f45944e86b79a97df2d9 +size 2087802 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_N.uasset new file mode 100644 index 00000000..44b28e87 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_TermTower2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4336ffe1a4f9df5f1e3ed66be6be0d1c4e28bb0f752304f002270f0dc77606f7 +size 1675089 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Tower_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Tower_M.uasset new file mode 100644 index 00000000..350f682d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Tower_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d5c25fc92abf90271a8cadbdc86a470c76a9dabc1f100362b3d6dca79555e7c +size 20810235 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Tower_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Tower_N.uasset new file mode 100644 index 00000000..7d9ed360 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Tower_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55c1e0837b9880bcf6485ee8727e5e4c3c7a86973a657917f8f87c120fc971db +size 13985416 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_01_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_01_M.uasset new file mode 100644 index 00000000..17bdfcc7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea0b9d45c112aa14fb4be39673e0382382b1e7263e2939e59a472c08729b895 +size 6955117 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_01_N.uasset new file mode 100644 index 00000000..98501311 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d675904b9c7a860dc87081429f915aa001fc14aa299aa34cdf5e46789db85bf5 +size 12585405 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_02_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_02_M.uasset new file mode 100644 index 00000000..197e2142 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_02_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c7c86e8f74c91c5364f873334c61f46183a655d383f9dab9e72e1cbc25310e2 +size 7399124 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_02_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_02_N.uasset new file mode 100644 index 00000000..ec6c5dda --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_Turret_Floor_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77491802f528655d1e28c0b86a5c2116044eb5e6feb634c160867372102e9b36 +size 12858689 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_WhiteMarble01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_WhiteMarble01.uasset new file mode 100644 index 00000000..e1070cc6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawn_WhiteMarble01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2f0cbfc63ec0e67fa7fae3fc90f4d44afa5691205a84160dd37f09ff4740e1 +size 21209443 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part1_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part1_M.uasset new file mode 100644 index 00000000..30550056 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:496833d4b88a4d64ede42948bf05e7360237d1623fe9236f9c5c4c3d69e2ad41 +size 7897135 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part1_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part1_N.uasset new file mode 100644 index 00000000..4008ffed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27b2f07289b125fd2d4e220cd3313b6a4978864dc2ae09884bce793e80eea37 +size 3031279 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part2_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part2_M.uasset new file mode 100644 index 00000000..e4ca0665 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd404fd0ac4d0dfff9b05ee8484fac6b66234540b561d762d090ebf0cb84ae06 +size 9139710 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part2_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part2_N.uasset new file mode 100644 index 00000000..735def73 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c2b202b748dd20cd90aeb8c29a1b1649d0b9b7860e5f192bdbf54d6b1a0672 +size 4745532 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part3_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part3_M.uasset new file mode 100644 index 00000000..2697d7ed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part3_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50db793c1440d593362622577ad8fd85867e4bd03380d155a4355e17fdffe924 +size 1702876 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part3_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part3_N.uasset new file mode 100644 index 00000000..b08e17e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Dawnside_Walls_V3_Part3_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:973aa72bfa5a7bcad271fadf2f53fbed734d76647aa5f917304b2410c713c67a +size 749933 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DirtLeakAO_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DirtLeakAO_M.uasset new file mode 100644 index 00000000..f06f4140 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_DirtLeakAO_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087606d3e1e2e7db367dff8aca22aa3e69dea39011994b4e18269a53450a3591 +size 13142600 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_FallTransitionNoise.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_FallTransitionNoise.uasset new file mode 100644 index 00000000..0b68f5a1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_FallTransitionNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230af9a832274d897a7600f4729a78aa414338b4f1e8c724dacfd05d1b63d43e +size 444044 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ML_Silver_Ornate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ML_Silver_Ornate.uasset new file mode 100644 index 00000000..162d217e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ML_Silver_Ornate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cea29b33b95ce56fd747e23ba3eb4d66b840b7e4a44d36152426a66519486a7c +size 8792670 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ML_Silver_Ornate_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ML_Silver_Ornate_N.uasset new file mode 100644 index 00000000..9727f8ed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ML_Silver_Ornate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12cb6754b67c5c8ffc964fb8d08edfabd15e9413320a551f67e891df362a8ca0 +size 8836346 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleBump_01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleBump_01_N.uasset new file mode 100644 index 00000000..1fb3123a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleBump_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4d2cd5ec454fb4427edad91a731c45d69fbcd9c8dde26ec92ca900dd201130 +size 42913855 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleCut_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleCut_D.uasset new file mode 100644 index 00000000..a9bb08fe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleCut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa7dd276da762df42cc8d4ac16a8a67bc7f6b7cbaf292001dc317235a3e7f5a +size 29076336 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleMix_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleMix_D.uasset new file mode 100644 index 00000000..db8320d6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleMix_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef18bcdfed9cfb279a9353c00346545b54549e3c1e5d9a323dc27f638460c10b +size 11969174 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleNoise_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleNoise_M.uasset new file mode 100644 index 00000000..73da831a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_MarbleNoise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bc18ffd2466770004851cebaa6ab7a65e34bd6fb43884516f590b07ee637b5 +size 14148221 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Metal_Scratched_Circular_01_COLOR.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Metal_Scratched_Circular_01_COLOR.uasset new file mode 100644 index 00000000..1b354889 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Metal_Scratched_Circular_01_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9840f73767231e9abfaac8b2e6a5f5d85fd1c3177630c90c590effbd258ce747 +size 35173777 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Metal_Scratched_Circular_01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Metal_Scratched_Circular_01_N.uasset new file mode 100644 index 00000000..113d224d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Metal_Scratched_Circular_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46584c347fdb497a0d11a3827d27c8def3cce483a7bed486953fd225b42b20c9 +size 5015099 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset new file mode 100644 index 00000000..9bf70abf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Nature_Ground_Dirt_01c_HeavyPebbles_N_height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82d189b591660ead99cc5a5d769f6fa85e80ac16641b02bb4162eb66f850431 +size 2022361 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_NewMarbleRoughness_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_NewMarbleRoughness_M.uasset new file mode 100644 index 00000000..d8d7f392 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_NewMarbleRoughness_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:749b5d886d32c4d5514834b057313118385cff8b05db7d107f76022f29b867e6 +size 41904362 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PattenNew_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PattenNew_M.uasset new file mode 100644 index 00000000..6b889ed9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PattenNew_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9930f72f2a2334be1650f2dcebe748a613b330bc63c1f380ee275e410d80e4a1 +size 1789996 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PatternNew_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PatternNew_N.uasset new file mode 100644 index 00000000..e92b19f2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PatternNew_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:037bc228aff35de44e6c702777274ac107312510979ab0df5dbd9fdb46b14462 +size 1191145 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PerlinPlasma_Noisey_Packed.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PerlinPlasma_Noisey_Packed.uasset new file mode 100644 index 00000000..b02e70ef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PerlinPlasma_Noisey_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbd784d2c19d2b1169b6e629178da4e3354782870fddc03594be5e73c718b3fb +size 7576542 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PlasmaNoise_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PlasmaNoise_01.uasset new file mode 100644 index 00000000..a3e04507 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_PlasmaNoise_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a3756d2abc7c77c4a86be7cf49183dd9755fbc403865d1d287c28c34d9575f3 +size 4646001 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RBlackGBlackBWhite_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RBlackGBlackBWhite_M.uasset new file mode 100644 index 00000000..4527f0dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RBlackGBlackBWhite_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b322b6fdc40e0f03d97b3425bd77cf630ed9b19d59df94ff1cd458522fdc3f +size 4881 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Rainbow.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Rainbow.uasset new file mode 100644 index 00000000..a2dd7195 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Rainbow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d790ed41bb1048a01538f58469ac707976943fdf5b0deb310e75856f61ec50c +size 14729 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RockTile_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RockTile_N.uasset new file mode 100644 index 00000000..c224b20d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RockTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9613d729db8dbf46a67fa6933a2739ad619c5a0ec9ccc99beec111c1e701d58a +size 22736810 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RoughMetal01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RoughMetal01.uasset new file mode 100644 index 00000000..265797a9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RoughMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1acb208fcb7f57988d3337f094abc715a7012f499cb3bcae5de33532ff86a41f +size 10776585 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RoughMetal01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RoughMetal01_N.uasset new file mode 100644 index 00000000..001cfbe7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e336d6cf6c7cf3a7b4789fc866f029e6616769961be1a560928c86d220f84364 +size 3069120 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Rusty_Earth_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Rusty_Earth_N.uasset new file mode 100644 index 00000000..1e260eec --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Rusty_Earth_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d33495bcfab888739959634d809b698b48b0b14df2afdd9b9bdcdf7c9df6f55 +size 10323008 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ShellColor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ShellColor.uasset new file mode 100644 index 00000000..621b7a37 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ShellColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11fc73173153d011c1b4171d76e27c470932ebddb0eb883916ee6da33a9f5ec +size 63984 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_SoftSmoke_03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_SoftSmoke_03.uasset new file mode 100644 index 00000000..66a31d75 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_SoftSmoke_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40a8e97dacd40a7502820d218c122b30c1ac386a63f2ff31ea7d8866d2b3dea1 +size 1371173 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCoreTop_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCoreTop_M.uasset new file mode 100644 index 00000000..e63a4262 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCoreTop_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b48f7feaa8f4c51074448333e688b06cc2860f64df5de247010e8633041fd84b +size 9559535 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCore_Deco_NM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCore_Deco_NM.uasset new file mode 100644 index 00000000..2a3ebb33 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCore_Deco_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc96f5f30915553faba22491878bcdd1bd856e6d1e807676a0708c559abf9ad +size 4084278 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCore_Top_NM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCore_Top_NM.uasset new file mode 100644 index 00000000..a554fa26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusCore_Top_NM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2029297628557d7fb5a92ca9e88b7f9a4fb8d3e9984a1d142d544427e9fec2f6 +size 4925201 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusDeco_TOP_MASK01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusDeco_TOP_MASK01.uasset new file mode 100644 index 00000000..3b4b42f5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusDeco_TOP_MASK01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a216fd2ae5262ea3c8c2d1089ca7f38c6974f35f1ff915018ede57b7877960e7 +size 3253064 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusDeco_TOP_MASK02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusDeco_TOP_MASK02.uasset new file mode 100644 index 00000000..7094c9a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TerminusDeco_TOP_MASK02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33cc33ca066e0dde55a502cdfeec3c6e768372e927969b6a81d0b76495b80f44 +size 3220423 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Terracota.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Terracota.uasset new file mode 100644 index 00000000..91f8ec16 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Terracota.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b770d83633bc59d77e68cbbf48f6bc7b0e1124655835e10bc1ffa2ee02ff8a +size 2190003 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..3bcf6ae6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8e8029c64a48d06e71766c60da2389dbf3810dee8124f085c9983ac004961b +size 17663 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TilingNoise03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TilingNoise03.uasset new file mode 100644 index 00000000..6ff67e01 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_TilingNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:799223641b62b4373b20e9bf121b068dc795fbcf286c5dabb00ce239527c667e +size 3751677 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Turbulence_AdditiveWarp_Linear.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Turbulence_AdditiveWarp_Linear.uasset new file mode 100644 index 00000000..ffbf2ffd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Turbulence_AdditiveWarp_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6464a6a706d920c19729b547ef60459d37ba9e8ccabc6d4a11b9b5e75b44197 +size 1433477 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_UnpleasentGrime_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_UnpleasentGrime_D.uasset new file mode 100644 index 00000000..dd60ecf1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_UnpleasentGrime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b851d77ff851df1c95cfcc9bfd23ac4d6f288f5c6211b47b460504e1898ecd6 +size 8257302 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Water2_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Water2_N.uasset new file mode 100644 index 00000000..bf74a604 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Water2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b011c202241027833073aa97e5757d0caa4b7708ac0905c37c074eb334ce110 +size 4305958 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterFlow_01_Foam_Tiled_4Real.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterFlow_01_Foam_Tiled_4Real.uasset new file mode 100644 index 00000000..821427d6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterFlow_01_Foam_Tiled_4Real.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55f82c070dd36fc1d615dab9741d92bfcb6a08cd333aa7547a0c186609ee4e5c +size 5789333 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterFoam2_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterFoam2_D.uasset new file mode 100644 index 00000000..e31237ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterFoam2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f429cbdcda6156cf1fa1f8f224ccee7e78368eecb69d963a77b47856c9a7f6b1 +size 7745493 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere01.uasset new file mode 100644 index 00000000..cd65ce5d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d04d929b8b8d950c66c39dfd7a4c5601ffbcc90fd43647dedaa184aaa6b15 +size 14690620 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere_LUT.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere_LUT.uasset new file mode 100644 index 00000000..eb7c944d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere_LUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ac36e0aa71c3e6cde7bdf2c5c8b985a5e7ce958c5d374f5f30999801a072ca +size 31040 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere_UVMask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere_UVMask.uasset new file mode 100644 index 00000000..37c376ef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterSphere_UVMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e390c02c5b399ef406f7da1109c15c49c47593d469d800c48d52df0bc0b5f8 +size 20317 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterTile_Blur_Packed.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterTile_Blur_Packed.uasset new file mode 100644 index 00000000..6666c0c6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaterTile_Blur_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6009370297c98c324a0e534a4762f2fef25e76efccb192a33e047f9d97ff1e +size 1874797 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..5ad3c05f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a81d998df2555a6fb3295e780150bcefdcd8026752e5718070e5f036d2dcf3fb +size 701654 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaveDisplaced_H.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaveDisplaced_H.uasset new file mode 100644 index 00000000..a5b0fab6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaveDisplaced_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4f4380d2386bdbc99a50acdc05945fa8048f6241f97315bc49fd9e832848cb +size 152281 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaveDisplaced_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaveDisplaced_N.uasset new file mode 100644 index 00000000..b4f7e9dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_WaveDisplaced_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c69304edcbff2ece7eeb5430c9e04ff39372c27f3dcaee644849b7e656e55f6 +size 224023 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ground_Moss_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ground_Moss_D.uasset new file mode 100644 index 00000000..c860d4bc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/T_ground_Moss_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fbc0f07401c84a8e972be7f13567b4d05e2bf97a526c723245421dc8162805b +size 13991276 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/TilingNoise03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/TilingNoise03.uasset new file mode 100644 index 00000000..2b6a9ce0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/TilingNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d642eabf73c37d57ffe6cd42451d30553a7039b1066a454cd40976f3ed4cef76 +size 3748425 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Water01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Water01_N.uasset new file mode 100644 index 00000000..1d0a4684 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/Water01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71438e80c31c55fb7b827afd2da4eee7f3c1b40e0b1718851dc180981024ffb6 +size 4837556 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/checker.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/checker.uasset new file mode 100644 index 00000000..dfbceffa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/checker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62675563d82c7fb2f4af026edafc57ea1ea40123d7447305768d5a6fef813b0 +size 7526 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/simple_circle_mask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/simple_circle_mask.uasset new file mode 100644 index 00000000..f201162d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dawn/Textures/simple_circle_mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7ac7d1f4db9988e76dc8994d13cc0b4f9d2b1afbd1331bc11a761a93befc38 +size 17082 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/GlobalGameplayCollection.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/GlobalGameplayCollection.uasset new file mode 100644 index 00000000..155155ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/GlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37c51c6a3b8e1b9274ae350c006c88c691037931803d599ef5167360a2456dc0 +size 7147 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/HitFlash.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/HitFlash.uasset new file mode 100644 index 00000000..7ffc9dfd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4c711278e5fcb09e1f455993b191a7692be8c1d85837c4fa775653d41b990c2 +size 120476 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..eab60ad4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4ebfc11ee452f5731f0723419c8f46e336110aad9297947533c39270713a130 +size 105287 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_CameraDistanceFade.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..0afc3b92 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d93d0d2ade2998f527447dd6eb94152b6c5fb166777e05962d69cf2798dd7446 +size 104154 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..a74be9af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d67bb55decb871813c6b084239e1656563cb03396273791548689801dcf3f905 +size 117117 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..384c6aa8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540a2e26c4015ec090b37c62cf87a88a6cffe4669c4562931b00769477ce4063 +size 142245 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_Rimlight.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_Rimlight.uasset new file mode 100644 index 00000000..c39c398f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MF_Rimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781daa63f22de6f79f1c49258f42722dfa0d489281fedfeb11639a3bca72e57d +size 126989 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MLC_ScratchAndGrime.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..0f369e3a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c094bb4175f915e2147122ef2b25d57db3a0dabd0d62bd0433f6bedc19cd2f8 +size 115497 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MLC_Standard.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MLC_Standard.uasset new file mode 100644 index 00000000..90cd04d8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d0d19f69123c46aa75dc8f4458d0d48a4cfbdddc77023ee769d91a6917ac955 +size 113352 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/ML__Blank.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/ML__Blank.uasset new file mode 100644 index 00000000..ebaf3d09 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5291e7608e8699963dd9dbbabf953bcd1c8346363340f93434001817eaed11bc +size 116866 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/ML_blue_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/ML_blue_Metal.uasset new file mode 100644 index 00000000..69894d7f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e929571f20f1f85a49436dea593392f95dce791c8a2ebcb79ea1503f64b9e6 +size 135202 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MPC_EventColors.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MPC_EventColors.uasset new file mode 100644 index 00000000..a993c2aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/MPC_EventColors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d430d99059b3b3ccdf5e45f640d809b9e2168c7c521f237b48a8acff5023a7 +size 5019 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/M_Glass_Master.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/M_Glass_Master.uasset new file mode 100644 index 00000000..2c41c2c0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/M_Glass_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8584c00c4ace8654a69bcb13ab3c4798d9087394487a1c249949afd43fa51a96 +size 115059 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/M_Glass_Master_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/M_Glass_Master_Inst.uasset new file mode 100644 index 00000000..794cb592 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/MaterialFunctions/M_Glass_Master_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20e7f6d596f3adccc8d33c9ba8a05c4e1010b0bdb089928685da70cdb08c3f5 +size 84555 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_DarkSide.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_DarkSide.uasset new file mode 100644 index 00000000..2e882499 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_DarkSide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcff6c7ee802d5f4e895cbb5369f7e4b9251e23330fae5e8e65d7b9076128b6c +size 166872 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleDamage.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleDamage.uasset new file mode 100644 index 00000000..4fe7ef0d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleDamage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a402176d9873e077ca3a2aa32628f93771599d3d4d71b7ad16bada29d534d4f +size 138652 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleLeakAndDust.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleLeakAndDust.uasset new file mode 100644 index 00000000..12f98520 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleLeakAndDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2f16d22273aa18f5006d1217ee76f1d58280f82d3393167133d00e824b92e74 +size 158578 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleSidesTextures.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleSidesTextures.uasset new file mode 100644 index 00000000..7ea5ba0b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleSidesTextures.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e4ab5c361e1faddbe3dcded215ef5804ce10c7eebf1b75b61b347ba56fc602 +size 143518 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleUv.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleUv.uasset new file mode 100644 index 00000000..4cab9dcf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_MarbleUv.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76eced4495e5003bf6a6696d12794d77a836c529a3b941cad2772f5c7ff065a +size 128190 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_Metal.uasset new file mode 100644 index 00000000..f31d24ef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4485810b57aad91032b29d0acbbbc5dafd7057e25008305c81ea7056ddfa07dc +size 146676 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_PearlDirt.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_PearlDirt.uasset new file mode 100644 index 00000000..6b44828d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_PearlDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c45eaf3ac61d09b7b5678be7653fd22bf8e45f93211888106748bdc13a223f3 +size 115058 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_WhiteSide.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_WhiteSide.uasset new file mode 100644 index 00000000..8a950859 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MF_WhiteSide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ab80ef04ecb9ea4743a534f69a671f9e0b10e0227c827255ebf3545a975ca43 +size 143802 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Launcher.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Launcher.uasset new file mode 100644 index 00000000..2b771389 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Launcher.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:508158d302e2da7585642769e9ad062aec4a4b4bc22e606db6819ce3877277b1 +size 114463 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform.uasset new file mode 100644 index 00000000..8f0d8629 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7cd56e05bd4b59a2128bdeb7457b878754b2d5fdd78c980bfa374a3f262c769 +size 121941 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Gate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Gate.uasset new file mode 100644 index 00000000..b52f57d3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Gate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50377f06545549b6e8803d58cb70ff251e033c5b5fbce7f976891028c5aac1b3 +size 122005 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Gate_Pillars.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Gate_Pillars.uasset new file mode 100644 index 00000000..be95d211 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Gate_Pillars.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a4fb1ddfd5ed8c8e9ac7bd3ec7bd65cfdf23aa661f266e1f9e7ed7fb635539 +size 113061 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall.uasset new file mode 100644 index 00000000..2acb51f4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98ba05cd0ee414262eaf17d72ecc10a4eda42f4b854389be4d1995a3cc34a4ab +size 106420 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_Big.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_Big.uasset new file mode 100644 index 00000000..30d5f2e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945d5ee3426407696f79d77c2f73d60524310cbe95301b1f2cdfce55c6df6827 +size 109826 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_EndCap.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_EndCap.uasset new file mode 100644 index 00000000..16d171f6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_EndCap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8573c932252a20a46cb3277a04a7b68acaa4cb9311e4e929dfc1c42dcaf42576 +size 105988 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_EndCap_Big.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_EndCap_Big.uasset new file mode 100644 index 00000000..fa4fde8f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spawner_Platform_Wall_EndCap_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98d88ff91f69b50aed5be166766b05fd4f0a33ecd4a218ed2d6d87b0cc47c3c +size 108656 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Bottom.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Bottom.uasset new file mode 100644 index 00000000..6265aed9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3abb47cb0e28bedf43eefb97aaa5108488328655ea3133e9aaf29929c9c1001 +size 113135 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Bottom_AdjustedScaleTile.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Bottom_AdjustedScaleTile.uasset new file mode 100644 index 00000000..d471cab3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Bottom_AdjustedScaleTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:929e01426dff12ecee1cdcd2c7e156b7b988fa88b99b45110c9f129ee84c47e2 +size 113827 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Bottom.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Bottom.uasset new file mode 100644 index 00000000..35cf6ba5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5c686d7e422b254bc707a204cbc0784d891fa873d0a3ec64c3b9ccfc05f9b6 +size 116244 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_LOD.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_LOD.uasset new file mode 100644 index 00000000..f60451d9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_LOD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e11d6aaccb0fa0d3a4fe39680e6bf393adb4b73b9ce645c60ef235f873c1bbc +size 118256 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Pillars.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Pillars.uasset new file mode 100644 index 00000000..6eab4f27 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Pillars.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09d229d804f5d9ba624f2f92bcd97658b3e450af134374d02b668a97e3ac3a80 +size 114896 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Top.uasset new file mode 100644 index 00000000..73dc34e7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Gate_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a6d7aaee9273b49ffc52268310a820d189805139fc49c8287c5fbf5f68adf9 +size 118486 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Top.uasset new file mode 100644 index 00000000..53f4da70 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Spire_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1d2fb63229e1d9c605a61eb038794c673e1a50fd12531efc70d9e2e1dc771d4 +size 126089 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Terminus_Surround.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Terminus_Surround.uasset new file mode 100644 index 00000000..cc309f11 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Terminus_Surround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def9d6bcbde6b904aa4cf0512aa380a4777c72c4fb99f221a447691f7a3ba75d +size 112654 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Turret_Ring.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Turret_Ring.uasset new file mode 100644 index 00000000..0425e465 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_Turret_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3228c8ac6c526303a2d39c8c5463e5bc709ac5c0d2bdd951505d7740ed0837b8 +size 121539 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Endcap01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Endcap01.uasset new file mode 100644 index 00000000..9e9c619a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Endcap01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:034a6a89f7acb5fcf9ba2e4bad2d065e9f0c8cb1f43d5ab2d0144387e2f9e8c7 +size 108548 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Flat.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Flat.uasset new file mode 100644 index 00000000..c62f2319 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Flat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00ec10b60c55d3feb53781da0b4e8353608b5e53f422b4cf323b9d68427d6c1 +size 112215 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Flat_NoBrick.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Flat_NoBrick.uasset new file mode 100644 index 00000000..63f359e5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Flat_NoBrick.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4de04c888d14c2411963e27374f60725735805f5cc4adba34356e7bf26362ed6 +size 110564 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Smaller.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Smaller.uasset new file mode 100644 index 00000000..426083b8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Smaller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c154aebe5d69d8dd397feffe67fac1f3f07c2d463a6e4b209d85fca3f8a9bf3d +size 116993 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Strait.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Strait.uasset new file mode 100644 index 00000000..28806f37 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Strait.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d0c16a3ba5ba1c2fc61aa95b14cdbb8bb66198c5fc45404fb704b4b636e554 +size 111050 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Strait_Big.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Strait_Big.uasset new file mode 100644 index 00000000..c02a4042 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Dusk_WallA_Strait_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d854ef0c192479fbb0ba786ccd94698daddd0adfb06966d7d78fe823d35de8 +size 112327 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilBarbican_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilBarbican_A.uasset new file mode 100644 index 00000000..37c1fdde --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilBarbican_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48719912b593ccaff87b829267287416fd55ca0ccc762c888d1ecadd99804bca +size 123944 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilBarbican_Top_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilBarbican_Top_A.uasset new file mode 100644 index 00000000..7652bb32 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilBarbican_Top_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:127ec3b1b8bb12fd51d1a2513648db851a1ec275a4fafa6dcb555dd7538424ae +size 132272 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1.uasset new file mode 100644 index 00000000..046b7ab8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eeb27d644ae1c327faddc5a6485af0adea6f497ac133928f75c0f7e98e819ee +size 107426 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1_LightmapTiling.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1_LightmapTiling.uasset new file mode 100644 index 00000000..3218b4c5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1_LightmapTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1bc214fcfa8005ec6afaf63b7267a519bfb6bfb00c8bf549a37f9b1c13ec8f +size 107520 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1_Metal_LightmapTiling.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1_Metal_LightmapTiling.uasset new file mode 100644 index 00000000..76ef2c41 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_1_Metal_LightmapTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bf26b3c0964bd4982d83a67b45ac61be7ba2e274897ed944384e9e552b8f88a +size 108780 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2.uasset new file mode 100644 index 00000000..6f6414aa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:972829b09f3aa5c476805d423e2479c2d23c7c8a7dbd215f2a7c87ebd0e83b7b +size 115584 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2_LightmapTiling.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2_LightmapTiling.uasset new file mode 100644 index 00000000..2b215525 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2_LightmapTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afff5ee38d9c5152b0fc8720688c5ceada3a9225d44948f6901bb17f0a8bc62 +size 115678 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2_Metal_LightmapTiling.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2_Metal_LightmapTiling.uasset new file mode 100644 index 00000000..ae639dc9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_2_Metal_LightmapTiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:915444caec3a7d9360a9d12dd579c7a3a89ef0536b53b17eb91e10323988905b +size 107529 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_3.uasset new file mode 100644 index 00000000..96dc1de4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b88ce5adc5e63cfa9db084f504cf1159e0607eb2091240dc2d3f8f377c05e8 +size 127452 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_4.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_4.uasset new file mode 100644 index 00000000..1a2a5f3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df99b7650b7959d1a1a1353e71e93dc0a936907d3845c098d689204f119188fd +size 110131 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_4_Big.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_4_Big.uasset new file mode 100644 index 00000000..0c5170b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_4_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a51714af79d89e8ffbe08b9dfd55faf8b11ad90f250f9215855974203e4f0b3 +size 108651 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_Big.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_Big.uasset new file mode 100644 index 00000000..de5faba7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_EvilGate_Piece_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b9f370b8500c97ed559da3e66abd726d0ad106c2398beb652ba5376e6c6d01 +size 107442 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Center.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Center.uasset new file mode 100644 index 00000000..467e698e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Center.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39271e01e2ec7ccc27a3bdfbb2033b299cfba43cb8595dd5d0de0e6362cff8bd +size 111000 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Stairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Stairs.uasset new file mode 100644 index 00000000..fdf49ecb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0821b3dbe35240af572b5415b6f017f222561b0b6529021d726d857aede238de +size 112596 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Strip.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Strip.uasset new file mode 100644 index 00000000..c2f5fffc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Strip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cb9e69c16b174a23178ad69fd8795a2acebb0f1e55fe4cb467d69aeebc04a80 +size 117415 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Strip_MetalOnly.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Strip_MetalOnly.uasset new file mode 100644 index 00000000..0755c2ea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Corrupt_Inhibitor_Strip_MetalOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9409714d26d8f6c06304759f9f6b840e8497842b64c6773db5cf70ca2b45f519 +size 116995 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_A.uasset new file mode 100644 index 00000000..80f4b463 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3706554c874603d21049155f465f7023c8bb241f64acddddbf1f883341e08d0b +size 124317 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_Metal.uasset new file mode 100644 index 00000000..a1c1b646 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42fd136f67111e9d4514716909769fb5b24014298db1ced85142eb4a55e527c7 +size 114459 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_Top.uasset new file mode 100644 index 00000000..53a823b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_InhibGate_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb7d4c7e8fa7217343c655681cbbce19b69e46cfe8638e5303fb156745391a0 +size 140711 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Flat_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Flat_Inst.uasset new file mode 100644 index 00000000..46f4c8a8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Flat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61c923c9926a554d4c36a1ff2602fd75b2d963bc2cce88383d61f606a27a2095 +size 113101 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Flat_Inst1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Flat_Inst1.uasset new file mode 100644 index 00000000..b36a180f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Flat_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ba02a3714ad7ebe1433568c3cad3b84b6927aabb4b85896e35aec6584a2821 +size 113656 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Inst.uasset new file mode 100644 index 00000000..23c0ee13 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6bc48ed3e3cf2cd8fc959ab09948d1dec6ebacffdbfcc5718564a5782b5f19f +size 121561 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Top_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Top_Inst.uasset new file mode 100644 index 00000000..d5f2b3af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_Top_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d910fa6ff04cb974067022721ef142d499155e34847e46aefd6a5b3342ef5603 +size 107584 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_pillar1_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_pillar1_Inst.uasset new file mode 100644 index 00000000..a9c3b398 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_Stair_pillar1_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3165de00a24c0f11af1c8872ab0696b3b37e8a6a59354af02cdf221e8a4458a +size 108924 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraStairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraStairs.uasset new file mode 100644 index 00000000..26e4c588 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraStairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90fd7470cec16e6705430a44849bc44b6af216c1d40075dadad8ca1f5161bb4b +size 115450 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraStairsALT.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraStairsALT.uasset new file mode 100644 index 00000000..bd1a6d43 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraStairsALT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:860b6558e331ce268fc6a2259ad5eac1f5a613e0c2244e3c9d89d644b9f6ad77 +size 115430 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraSteps.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraSteps.uasset new file mode 100644 index 00000000..c7509cb6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Evil_TetraSteps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:525a25c093f86a37788e124872c05a21ceed66c8fd6b121c04b68179ffbf0509 +size 117965 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic.uasset new file mode 100644 index 00000000..43290e9f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ac1c51d0441fe5d54118beaa387c74ee53a78391715275bbd153f8bf16a0cd +size 113196 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_GenericRings.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_GenericRings.uasset new file mode 100644 index 00000000..eb430e52 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_GenericRings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:720428b8a15428d39db93b7d42cfd14c229be17f348e85c90b4b4f40a96c1d26 +size 106732 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_BigFloor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_BigFloor.uasset new file mode 100644 index 00000000..178c9263 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_BigFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f8dde71048504096916b15acad3e5120a557ad35e404e2be57d78523dbb98f +size 108498 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_BigWall.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_BigWall.uasset new file mode 100644 index 00000000..5f1f5f15 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_BigWall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd3069431893b6354dbbc0e666d1f86830972e5431da9d1be01f3514553fa402 +size 108090 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_Metal.uasset new file mode 100644 index 00000000..7eba1ec5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f14b0d145d246d600197752598c25e300ced512008429b95647860e5583b30 +size 115136 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_floorBig2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_floorBig2.uasset new file mode 100644 index 00000000..9a441410 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Generic_floorBig2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b256c61c6733fcf7e7c4b51389a6172f89c4ecd3b425115369bdcf054deaa2 +size 108090 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Grim_Barbican_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Grim_Barbican_A.uasset new file mode 100644 index 00000000..f55bc455 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/MI_Grim_Barbican_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae35b28f8b942ae73ea78fe2768c5929e462cbde978f975ae620757c0de5d87b +size 121492 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Master_SidesMarble.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Master_SidesMarble.uasset new file mode 100644 index 00000000..cec56128 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Master_SidesMarble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39ae884013dabad11237cfe2e4b722b8d692ee641acef3c34fdc7edc521a4539 +size 137330 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Portal_02_M2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Portal_02_M2.uasset new file mode 100644 index 00000000..f16a934a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Portal_02_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ad4c4a646609993dc7a1925e5491c7e52610f517552df24bc2c836b77fc236 +size 84061 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Referecnce_DarkSide.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Referecnce_DarkSide.uasset new file mode 100644 index 00000000..b97c00f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Materials/Referecnce_DarkSide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3991c18bb85972874e61ff094ade1fc182b2d5868a6563e220c06c2eb849d9 +size 125806 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps1.uasset new file mode 100644 index 00000000..feff7d89 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9aae130b2b4ce131a247643d61acce4d65a673d39149c846c04daa6b4a4590 +size 164079 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps2.uasset new file mode 100644 index 00000000..378f5608 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23dea9e497eb00df8ce18fa5d0320079539b54569b68d40a6ee6548f80d8095f +size 229112 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps3.uasset new file mode 100644 index 00000000..bc306ccf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad22de3a1c4ea238db5d66cfffc9d9e56e199bbb9f13728deccdff062133e2e +size 216337 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps3_extended.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps3_extended.uasset new file mode 100644 index 00000000..3f06afb6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps3_extended.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f56bd9f3777c408656ad41955809bb41df629886fdf35bc5504efa4df33cf2 +size 208885 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps4.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps4.uasset new file mode 100644 index 00000000..a072486c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84591f3db7c219b2e33c952d31d3353fb38da988e8ddb07d36f5f596e07114ec +size 305980 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps5.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps5.uasset new file mode 100644 index 00000000..9e9e0303 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/DuskCore_Steps5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35fbc14fefe97d2a29097fe06435a0a5a15c819988f8b17934d93e1125fd4be +size 151776 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_InhibitorRing_Dividing_Wall.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_InhibitorRing_Dividing_Wall.uasset new file mode 100644 index 00000000..47ab2d50 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_InhibitorRing_Dividing_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d594b6582e7aa00e638c83e1701f54f226ccf57a75a26fdad71f7308fdeeb0 +size 194527 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_InhibitorRing_Dusk_InhibitorRing.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_InhibitorRing_Dusk_InhibitorRing.uasset new file mode 100644 index 00000000..4f548a67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_InhibitorRing_Dusk_InhibitorRing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f46c4de35435a96e265764b6690e1aedba671aff989aeeb54991b8b9f94a63b +size 362567 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Launcher.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Launcher.uasset new file mode 100644 index 00000000..2887b1b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Launcher.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea587728e9a9b5c7948ab3ee5874e61185d8868e8f746986a96af8a69f93632 +size 137317 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Launcher_EmissTop.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Launcher_EmissTop.uasset new file mode 100644 index 00000000..4f7063f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Launcher_EmissTop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e223200ca9c6ebe08d71283aaf52df3211ff5f559a6a4d90c5bb363f7cbdd0ee +size 103055 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform.uasset new file mode 100644 index 00000000..6517290c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f6ef937c41bf003d1a0023f8e87a6ab6f502256294bf68035867bab324fe160 +size 254859 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Gate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Gate.uasset new file mode 100644 index 00000000..3cd49327 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Gate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945eece917e6d4406005a1099ded0392a0d0beaf31fae0314becaa38c517cea3 +size 1058425 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall.uasset new file mode 100644 index 00000000..022b7c2e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17033a4359b8add6b51dffe8a706e976fca0c598d4eb9d457b432727e53d40e7 +size 1186889 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall_Integrated.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall_Integrated.uasset new file mode 100644 index 00000000..b97721ed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall_Integrated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48e5d28e2d31328ffa6175c83ebcaf1bc08073b7c0475a73f77df1f61d898eb +size 1141918 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall_Vista.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall_Vista.uasset new file mode 100644 index 00000000..9614928d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spawner_Platform_Wall_Vista.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2eec396cf240427ff9f654dbbb4957e9045ee28c80039f5900fa287a4ce9355 +size 1190667 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Back.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Back.uasset new file mode 100644 index 00000000..7c1a4034 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79df1d057281acadd6c801875ac38acf4a6a1b7a9397641ac26cc77874337df3 +size 278435 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Bottom.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Bottom.uasset new file mode 100644 index 00000000..7013e21e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da851f945f20ec8878d4dacdea8c231952550ef7e0908eecb1beec5d0f59baf +size 484254 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate.uasset new file mode 100644 index 00000000..ee1de565 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1876b9121063bff8ce169bf993f25267d52e71557ffb4eaf9585c6f568fff002 +size 1042324 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Bottom.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Bottom.uasset new file mode 100644 index 00000000..595843d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5ea89f715fcb349f6631561676548ec89bb03c848c2802499ec4e37dfc2b6d5 +size 561052 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Filler.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Filler.uasset new file mode 100644 index 00000000..0a3cb624 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Filler.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ea60013ed37bbf1b295505241bd4cba572be2737fe2a034ba46e16d69c4043 +size 103308 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Pillar_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Pillar_A.uasset new file mode 100644 index 00000000..73c8c43c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Pillar_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714407cfa14dea60152a278f13a2a2a0bdd0cb43b191ace47df405a7508e39e1 +size 176711 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Pillar_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Pillar_B.uasset new file mode 100644 index 00000000..614b977d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Pillar_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77755ae799e489ae950010c75352b43f45ca6145e553e03fc3e0fa040c5622bb +size 201090 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Top.uasset new file mode 100644 index 00000000..d78d225d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Gate_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e120faa7cbacf9a6aa18b218a353b286eddab2bd7ba9479c256d723065132349 +size 341135 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Top.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Top.uasset new file mode 100644 index 00000000..2de36809 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Spire_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9849cb0be0e1b29a83c93623ae2054537dabd055f9004a73e1bc67b7b2bdca8 +size 300697 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Terminus_Surround.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Terminus_Surround.uasset new file mode 100644 index 00000000..704f880f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Terminus_Surround.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a34305e681ff4d315a2fcb4ce689c26d77be767e25958f2d5fa9aa949d0abe23 +size 395114 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Turret_Ring.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Turret_Ring.uasset new file mode 100644 index 00000000..64add647 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_Turret_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2271ad634d4fa7303af31fc9be63a75c9755012ec940723f83908cfb1a5cd425 +size 245128 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01.uasset new file mode 100644 index 00000000..e0d3159f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f89d7d4f39299a40ccccba0118e67e5a802c5b0929906f341e8cd95b8d5a82f +size 121173 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01_Bend45.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01_Bend45.uasset new file mode 100644 index 00000000..be4ae75a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01_Bend45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1530ae3b4974461640e9510ce82b5cae275a4ebf6a4b1ffb80a307b28f46ec76 +size 181619 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01_Half.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01_Half.uasset new file mode 100644 index 00000000..550037b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Smaller_Strait01_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765f8aefd08c9d9e63f0ede0ce5822fa7f817ce8d9a21ad8975fe7a458318527 +size 123033 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait01.uasset new file mode 100644 index 00000000..9a9b38b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d08216aef727ee23a4f3e328759fece29aa730b4264e463bc62d2ae9b435f76b +size 161439 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait01_Slope250.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait01_Slope250.uasset new file mode 100644 index 00000000..f12f1120 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait01_Slope250.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b57dbdc6b236a8cf8647cedb4ec0f26c537e6855e06b66c72240a142c25b92e +size 167189 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_Bend45.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_Bend45.uasset new file mode 100644 index 00000000..76494fd2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_Bend45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5398a8ff82528397f06431d0e1a0caf19cd8367e590f3cf2e79732073c1b6ca5 +size 210448 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_Bend90.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_Bend90.uasset new file mode 100644 index 00000000..558e05b2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_Bend90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6a95c4ae6e82acb507a32b69ee4444b5da61c1421da80d7bf2a90a468b28c87 +size 213966 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_BendInhibitorPivot.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_BendInhibitorPivot.uasset new file mode 100644 index 00000000..3f839c5e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_BendInhibitorPivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36f49b50ef779d0d9f84f313c6e2761913e3788733810a69b3bea552ad9c26a +size 210805 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_BendInhibitorPivot_Half.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_BendInhibitorPivot_Half.uasset new file mode 100644 index 00000000..690eacd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Flat_Strait_BendInhibitorPivot_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee1e925022ed0f8d342fbb4abb2048bde3afe70432f0f1fe237b2c3aee40d316 +size 162337 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Shield01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Shield01.uasset new file mode 100644 index 00000000..6e4b91d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Shield01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f32e813ad54520bf25b12b390b59093988e1516e6fe6188f3f9e6e49992a1052 +size 156944 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01.uasset new file mode 100644 index 00000000..f8e3d3bf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e51eabfc03cb7134c63e4801033174ad0c294d55832e9d03814262932613aa6 +size 293468 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Bent45.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Bent45.uasset new file mode 100644 index 00000000..ba660bdd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Bent45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca56f307afb071729c9be947710d866903917fff2eae3b64e9e504eab7ee57b +size 359970 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Bent90.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Bent90.uasset new file mode 100644 index 00000000..edad69ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Bent90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa75cb6142a77d1df9d45d90db66eeab689902621be95df46dc0dd2217f2623 +size 359362 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_BentInhibitor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_BentInhibitor.uasset new file mode 100644 index 00000000..527077f1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_BentInhibitor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba316f0d18ccaa2c35f10343ca72775195b0853e7ffa8991d8a52eda4aed6913 +size 351853 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Slope250.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Slope250.uasset new file mode 100644 index 00000000..0bfa1403 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait01_Slope250.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78f52e438ced60fe01f194b20e749a5dfae56b515113f6e60c74fde12f64cba7 +size 304925 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait02.uasset new file mode 100644 index 00000000..6def3421 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728dc777b8d3dfb95100e586de16fefd582a33bc8371a6e78ad2fab8377851bd +size 347758 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait03.uasset new file mode 100644 index 00000000..fff25e81 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_Strait03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fe57988041b30e14463b76efdb1b92a86d8aa819d78d6a1c693b5a5d256583 +size 297636 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_StraitSmaller01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_StraitSmaller01.uasset new file mode 100644 index 00000000..d967cb6d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_StraitSmaller01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b16beedf495a93e3ebf5bfe31a8eed0ce11ecd8f32b600c6590a3a94ef9026 +size 250781 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_StraitSmaller01_Bend45.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_StraitSmaller01_Bend45.uasset new file mode 100644 index 00000000..8a49be94 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Dusk_WallA_StraitSmaller01_Bend45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45b126fc04d5ace54178609208fa4505190d08d926590dd3b6da579688b401e4 +size 269461 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Base_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Base_A.uasset new file mode 100644 index 00000000..1be623b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Base_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb52cd703e39d4c436be2c609c9a07fc484c8fe07e589e65b0e0fcc71cfe8936 +size 241082 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_A.uasset new file mode 100644 index 00000000..906f0b97 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd97c537a4ffce31823c03d14a57dd8699be23368dfe6bfe9b4869ddc2fdadb7 +size 837562 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_A_Tall.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_A_Tall.uasset new file mode 100644 index 00000000..5454a4be --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_A_Tall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c282d584b346a07dddb321a29886ab97384f80b3c4b9786093af7c0d09fac7df +size 562437 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_Small_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_Small_A.uasset new file mode 100644 index 00000000..344fbc73 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Full_Small_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce68b0013c518d9f01f70395b24da155541d976f11238e7dd044baa8040ae373 +size 389263 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Half_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Half_A.uasset new file mode 100644 index 00000000..6ae396e0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Barbican_Half_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15fcaf62a0443669f821be645dabbfbcbce7fc275e11f96b4f7ef80ecff7a1a +size 360675 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Collar_Stairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Collar_Stairs.uasset new file mode 100644 index 00000000..feb09d4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Collar_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e7593895e670e599e0093d55687d11bfb522cb3b638fa6ea66ba761048a645a +size 398726 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Collar_Stairs_Small.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Collar_Stairs_Small.uasset new file mode 100644 index 00000000..ac3f4784 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Collar_Stairs_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0591261eb7ad096ae0ee4a170ed040842bc86f52ab3faa78d0ffb8ff6a7e388 +size 206506 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A.uasset new file mode 100644 index 00000000..60285b04 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e89c7772ada451ffb3154c38390c8a8ca2073c8d83825711c267d26caa60bb0 +size 978126 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_1.uasset new file mode 100644 index 00000000..563c7b08 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0269f1e96149c1203d7ffc41e58b42050e60512e2a8f324b9e7bcb308f03699e +size 192279 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_2.uasset new file mode 100644 index 00000000..70676db9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520078413d375cacf5e82785310890cb68375ea2e62b6854f05e54fbac648238 +size 550433 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_3.uasset new file mode 100644 index 00000000..e4a234b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_A_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06a53d0b001f460ea755e43b16106c55efd7c4143001a886fe6653c1ede3de78 +size 283840 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_A.uasset new file mode 100644 index 00000000..22d0301f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3c96c8f63898d7a34f376f08d4e84d7d5a14a138236567020e424c5619b205 +size 294598 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_B.uasset new file mode 100644 index 00000000..3ca97708 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468c7efd3d6356ff43e9a9ef340507b5a137e71e7a57d73c7651a69a0b8b8b3b +size 449735 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_C.uasset new file mode 100644 index 00000000..1b527a21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51950fa1855ec04344b37aa9aa106e88043fde8e62680b5091558cee45a82bf +size 173595 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_D.uasset new file mode 100644 index 00000000..e66e28da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360cef4ed3327038b66097185ffcc81aa9ae1ed2b7fadd56a5e80ce1abc8d7e4 +size 164805 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_E.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_E.uasset new file mode 100644 index 00000000..0e1ec801 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4063d3994162e1d50833890c1263221cbc584e34d0ba4e0faeb86565c54912cb +size 199330 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_F.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_F.uasset new file mode 100644 index 00000000..0fa4778c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:266783d2e10a596a89b1367752080f16c995791e141239594e06a48ae1be5b12 +size 371664 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_G.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_G.uasset new file mode 100644 index 00000000..2ae5014f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78cec366784f95b221482bc856e0c5211076b67e6bc69dcdd6d2cb37519941ef +size 141972 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_H.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_H.uasset new file mode 100644 index 00000000..992c5ba7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Piece_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9736f3b5abc21a198d0a441425ea54cc910517457fa74f10c7805c298735ef +size 206096 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Bend_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Bend_A.uasset new file mode 100644 index 00000000..1fce17d3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Bend_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f2e06db123e39f24e61350d1f4ad961f03eae804b56b9c9f14dd0a1eb3d2ee +size 201245 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Bend_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Bend_B.uasset new file mode 100644 index 00000000..c6dcb562 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Bend_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3999e84847385b37bf3c89eb8717eef4d256cd6d366a9b0e60a2bcf3b5c619a +size 202781 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_A.uasset new file mode 100644 index 00000000..04b80ea2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97a502166633a58e90a330ac407df64526c72195051312ff59e4ce393d7127b +size 177605 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_B.uasset new file mode 100644 index 00000000..17d00500 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fef1a1e4b168830eead51ac2d24f23c91000fb6f42d4a8058785ceb3c302541 +size 250579 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_C.uasset new file mode 100644 index 00000000..6dbb8a31 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eefbe163a25f46f7ef03cbc4d115382dcd90208db6479cc7309273af0226883 +size 144004 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_D.uasset new file mode 100644 index 00000000..99ec26fc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Gate_Wall_Str8_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aa10811802ccb32f902ea3586f971748e2d79827797c89b6de66db6d7295e36 +size 126903 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_A.uasset new file mode 100644 index 00000000..f23f21e1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c95fa468f975727081f906d275d92b911a5cfb2d923c46e6cdfa17c6593445 +size 498963 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_B.uasset new file mode 100644 index 00000000..23226dc0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37842398c49633aed5bc6ef2190d494dd9389f5889e25f9774ae2cf5af750226 +size 325278 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Sconce_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Sconce_A.uasset new file mode 100644 index 00000000..7f165dd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Sconce_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da98f8773f48564aa121fc4a4fe7be9ab2544d10ea5d1c147e8231786cfc557 +size 131256 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Single.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Single.uasset new file mode 100644 index 00000000..9ec6386d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Single.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64b648757572189400a07d4a5a0e10d733c29f396be22b1de7f82fe557c7ce3 +size 329929 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_A.uasset new file mode 100644 index 00000000..2300be1f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d1e466e5dba2056bc2b38fccf2ed81465ae340f134c7da394630149e66c06b +size 117886 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_A_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_A_B.uasset new file mode 100644 index 00000000..34b6e76e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_A_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d227edb7bb51b5394a3510ea6573a619dfff6de0437e520aabd99a40e42d517 +size 130477 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_B.uasset new file mode 100644 index 00000000..534f087a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9949ede7dc759f72135e573bf630455c7ceea4fe4ab107aa5570ec3a7bac5177 +size 121937 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_B_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_B_B.uasset new file mode 100644 index 00000000..2f1cb7a5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Inhibitor_Gate_Variant_B_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c47567e3a2dc2f5ae6761edac8b755a932a6eec2d7991b83aa5c529b5cdbde5 +size 137118 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stair_Pillar.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stair_Pillar.uasset new file mode 100644 index 00000000..5bc99fda --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stair_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:159f2956d187871bf27abc437cde20ce1a4150b12beba1f618f43ce490a54b8f +size 151791 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stair_Straight.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stair_Straight.uasset new file mode 100644 index 00000000..d16d5298 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stair_Straight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28575ccd1a02fc427574e032cbc3c6434a70f571a29e04d00cb5e748e6feb8dc +size 218563 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_Bottom_LG_Evil_Stairs_LG.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_Bottom_LG_Evil_Stairs_LG.uasset new file mode 100644 index 00000000..cd0171c9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_Bottom_LG_Evil_Stairs_LG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ae4ed725d66a26893fdd31355e2cb152f80e9545b2d1aa54faad9136a9d7ee +size 119920 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_LG.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_LG.uasset new file mode 100644 index 00000000..f5c5b116 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_LG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0624cbe4c5d7d81ed54fd1c6f8dda4e777e2e1d68bf550d01e687dcf84237e30 +size 264507 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_Med.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_Med.uasset new file mode 100644 index 00000000..8ef69aa4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_Med.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67bc65f9300e41f77749a293b8e8ce7caa6967c7adf08820fdf3ad26b33b1bf9 +size 257224 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_bottom_Med.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_bottom_Med.uasset new file mode 100644 index 00000000..fe10b24b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Evil_Stairs_bottom_Med.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4976bb001ba139ae4b33b6e8cd31a4bb3576a302bbecc490ce34c807bcb409c4 +size 113063 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_A.uasset new file mode 100644 index 00000000..6f30f5c7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe183f43aa8a02036d885d75e93527a5f8f57171fcdee4f8a72b07dddebed1ed +size 624445 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_B.uasset new file mode 100644 index 00000000..c6fd890d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b07562dde3e6767737934d51c6cd71224aa4a557c51f6ebb11e7ec4c812c539 +size 262621 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_Spike_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_Spike_A.uasset new file mode 100644 index 00000000..ace1b82f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_Spike_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e3f6f05fa298dadf1a360de389974dc879df4e6932ffbd743347cd1370e257 +size 157104 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_Spike_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_Spike_B.uasset new file mode 100644 index 00000000..45339836 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/Grim_Barbican_Spike_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dbeebe79d1781c417ddcb6d0070623a117aaf6262da7a1cb48c1885a09cc63 +size 176357 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap01.uasset new file mode 100644 index 00000000..e66ee3b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61f7543aa9025cb8e6eb07f9fc716d3249b2e416a10bcc82178b3bdb2e467e72 +size 297547 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap02.uasset new file mode 100644 index 00000000..13345264 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27785500973bc977b363a3a5403275cca6b3854134fcb2b110a8257d4fe926c4 +size 265263 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap_Firepit.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap_Firepit.uasset new file mode 100644 index 00000000..bbef3365 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap_Firepit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a60515b3bb9c6e9816365d6dc2f9346f77c42a75a85055bb4853c8b6d1e3adfe +size 125347 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap_Spike.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap_Spike.uasset new file mode 100644 index 00000000..ecf13433 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SM_Dusk_WallA_Endcap_Spike.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:475d8ff02dced50ee75758a7c6994804d2ca5a8556e66fa471374b95198fa178 +size 145161 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibSteps1a.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibSteps1a.uasset new file mode 100644 index 00000000..720b86fd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibSteps1a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0daa2b400081577e3c4b089cbe5882c85058765a55f980009ef5a9d184fff52 +size 284270 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor1.uasset new file mode 100644 index 00000000..6e5f7a8a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33504166f2a467f019f45be9e613306e5309f896263b8fad7022e38a47f60280 +size 282001 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor1_2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor1_2.uasset new file mode 100644 index 00000000..5267d7a0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor1_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8252f7cb9801573750509d8aa1ec441a1da3b565f930c9f1d605e533ce2746e4 +size 321276 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor2.uasset new file mode 100644 index 00000000..9cc670b7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1112f4f57c0a093d13d73454deb19ae2e3a2e545c140e47b7fe4f6226d0fc3eb +size 281570 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor3.uasset new file mode 100644 index 00000000..477b95ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5654ac5254ec98625ad55ca45537695c7aabc18b6cc314386dfc274ad929f9 +size 237178 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor4.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor4.uasset new file mode 100644 index 00000000..6cba005b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a91505757859e74386c93c1ef29d0834674fc49e87c5bf7b406cf3e27220a44 +size 379940 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor5.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor5.uasset new file mode 100644 index 00000000..ae9f7ef7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitor5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28e5665141e19b429fe21dc86e6149a494bd6dba48d499b4f85102e338921506 +size 419343 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorCenter.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorCenter.uasset new file mode 100644 index 00000000..699a7c91 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorCenter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e12b5fa1ed59f85185b9a7a065ace1548446d5d472ca71d932c2299c71343022 +size 265508 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing1.uasset new file mode 100644 index 00000000..8312fc78 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a538ea0a006e0da1efe9fc95a243db7a00b039e158ee4871064c89a978ca8a8 +size 225146 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing2.uasset new file mode 100644 index 00000000..27e8b2a2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0402626b61a677b9ba30e205ce20ead21d30506958fa2ac4eeb42c4cb85d4e8c +size 152189 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing3.uasset new file mode 100644 index 00000000..b920953b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternInhibitorRing3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c1c347ef43e999cb64970bfbec8143cdda18f3abe156335847041bf66e0337 +size 195612 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternPod1c.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternPod1c.uasset new file mode 100644 index 00000000..879836ea --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternPod1c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b9045024a28a1b590694118f1a7fb908a03cdbffd36d31a40282e61b28ec56 +size 383372 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternPod1d.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternPod1d.uasset new file mode 100644 index 00000000..ea82af37 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/SternPod1d.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3068d17b5a35d17cf86a443592d737c3c208e915b8c5edb604caf7d4431332 +size 233860 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraChunk1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraChunk1.uasset new file mode 100644 index 00000000..909c69b2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraChunk1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189a4f8b5dcdc93a5de48c9dbef3c6c525e46f5d73ae176e3ef9f3d17cb1f5a4 +size 166732 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraLauncher.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraLauncher.uasset new file mode 100644 index 00000000..af364707 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraLauncher.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ccff91f191a70a5ea7fd68e9e32297ff3498409c2b42c649185e7d6e8cccc3 +size 151752 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraStairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraStairs.uasset new file mode 100644 index 00000000..74239afa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Meshes/TetraStairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95215d725352db88b23ad55942fd8c95ab0f6b8baacf2c9865e959b8fc50bee1 +size 170016 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Monolith_Dusk_AssetMap.umap b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Monolith_Dusk_AssetMap.umap new file mode 100644 index 00000000..cf7177e0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Monolith_Dusk_AssetMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ae47bf7c791ecc0033babaf4c911b95a8c5effe088e13c46ebd89391eb9565b +size 1390959 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..0973d88b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:840a3941bc8e318689982578285a4316241b1deaf3a07cb3bb7692c703f9aa46 +size 4250491 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..86513a5b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16d1e1e529d9a63d1718f89da0fbdafe1790077a42a8e5e77f4a8dd7280aead +size 2361816 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..8b784eef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a390a4ff8873a892856f5ecbc15dbdaebfb6bb240ad4c5d23dec5a55fcebaa +size 3658345 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/Flat_White.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/Flat_White.uasset new file mode 100644 index 00000000..a9c89ee1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/Flat_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e427008a483dac9fd7bfcba6f796630ba3dd317c3f7fad9b5973436e40111ad +size 5927 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/OldGoldClamped_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/OldGoldClamped_M.uasset new file mode 100644 index 00000000..cb397215 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/OldGoldClamped_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f55497645d68b78f0e7e7cc3c0a40bc476571df726382e3bcd09c110010f88 +size 16958263 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/OldGold_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/OldGold_M.uasset new file mode 100644 index 00000000..b51f06ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/OldGold_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f497500068cca23987d68d4e29410efbf6e6c5869f0b582f54c8db144bd06a8 +size 16971657 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Blank_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Blank_N.uasset new file mode 100644 index 00000000..72af33e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642c7ee9b0199b430c82f773d6f8f429be78b6ae351715ab4e1aa0491beac5ac +size 4713 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Blue_Metal02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Blue_Metal02.uasset new file mode 100644 index 00000000..6306efd9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d55f3aeb824c4b06e58d6ea03a689578c57a792dab88f86b9adf47960c9ac15 +size 6732250 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Center_Clean_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Center_Clean_N.uasset new file mode 100644 index 00000000..0efaa953 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Center_Clean_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965ca69f4b00cf1b7e6418c6ab91a7650dc93241483fe282068b2c3ed8ec4e3f +size 2940712 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Center_RM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Center_RM.uasset new file mode 100644 index 00000000..42235bde --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Center_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:008a1f741852fde72b7c0543476c93812dc29586a076cd7b87e143b2c145ce6b +size 6674782 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Ring_Clean_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Ring_Clean_N.uasset new file mode 100644 index 00000000..d50723fe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Ring_Clean_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b278a12a8cc469b76c6f32d4eea5d538474a821c4ba4b031b23d14cb8505461 +size 900656 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Strip_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Strip_N.uasset new file mode 100644 index 00000000..73b4534e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Strip_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8fe1b3cdd44e6b826eb42de59193ea3dca49d43967376f372a83187ffd2f6e +size 20737826 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Strip_RM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Strip_RM.uasset new file mode 100644 index 00000000..ed11bee6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_CorruptInhibitor_Strip_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:491fc5682af222701c24d26fafb7007f0e91b3c6dbfb3151e8b58b6d1986fc2d +size 1077936 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Launcher_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Launcher_M.uasset new file mode 100644 index 00000000..04e981af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Launcher_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ea566556bc6b7d073253f09c7ffc4f0883e430ee8a0908ceaa7e29004bd7d71 +size 1493173 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Launcher_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Launcher_N.uasset new file mode 100644 index 00000000..fe1723b0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Launcher_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af592a62203b89faf04a9159b555163d7770b5c95cbaee7b67f44b507eaa9e18 +size 3243360 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_M.uasset new file mode 100644 index 00000000..29b66050 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc5e5ef1f9adcae21d42f35a35a708c74785372bbc22d676374b5b004337dffe +size 7734690 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_N.uasset new file mode 100644 index 00000000..ca0697b8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5955b5116b0a90908af6c02230f28d061a303c6fa281225b641b28364055caf +size 9995262 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_Pillars_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_Pillars_M.uasset new file mode 100644 index 00000000..783380d2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_Pillars_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bb73a044d5dcbb1513c550ef6f3e7dc668417945dc1a8f691ad93a9781491ef +size 1978236 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_Pillars_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_Pillars_N.uasset new file mode 100644 index 00000000..2105017d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Gate_Pillars_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a80b037df34275f94443fde7ecbddee1580139b0b4cd183547baf666f9346b +size 2385543 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_M.uasset new file mode 100644 index 00000000..3ef952c2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca7d91ac744614754dbab3da1f6fd1600dee473b1e502fa88f395ef94f92412 +size 5986474 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_N.uasset new file mode 100644 index 00000000..4fbeeabc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f292dab03b248e1ba63096e34d779351db1614bafeff5c2736025fc68e952dd +size 9387377 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Wall_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Wall_M.uasset new file mode 100644 index 00000000..5b5c0343 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Wall_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ead219318476b06e294710092c754345a6ff40e350e98fc788b8bca6f644c66 +size 7459863 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Wall_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Wall_N.uasset new file mode 100644 index 00000000..e0ffc5f4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spawner_Platform_Wall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d9914291ac26f387ebf4cc2e903d824bad16eddb63215b91349e456b5549ed +size 9140387 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Bottom_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Bottom_M.uasset new file mode 100644 index 00000000..7bd2d50c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Bottom_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac2e78a3f2c4ba7f91b076da5adaee9766f8aaf91cc6a7bdd224c979ff34655a +size 4853560 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Bottom_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Bottom_N.uasset new file mode 100644 index 00000000..71fe1ea7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Bottom_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd3f80b295b090ef124f5d38c72b450d3f4c75fe2d1d92c4a38c1a114da18901 +size 5010653 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Bottom_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Bottom_M.uasset new file mode 100644 index 00000000..c34e77a4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Bottom_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab5c7679927694e661233fa96d9c63341914dc497ddf7f2173dced88ded5dfc +size 7251588 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Bottom_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Bottom_N.uasset new file mode 100644 index 00000000..bb702629 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Bottom_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4d97d2cfb13c8767c8a10250c71e72ff7b7072a722f338e1fd35ee5a14484a0 +size 10208436 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_LOD_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_LOD_M.uasset new file mode 100644 index 00000000..859a6269 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_LOD_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3abb80154a1052daac76c0a4989ef92c578ad5e79d006c7138e19e4448bb2c4 +size 764464 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_LOD_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_LOD_N.uasset new file mode 100644 index 00000000..fa46270c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_LOD_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffe82a9d254e280de85370e002e6c891af096e2dda2f7d4eeb2cb9f9836e8291 +size 1053861 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Pillars_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Pillars_M.uasset new file mode 100644 index 00000000..e9dc126e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Pillars_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:484754ef3d4d7c104b2bcdae11ba1198ad6314faab6a1938a06183b53d5d1a63 +size 4622104 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Pillars_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Pillars_N.uasset new file mode 100644 index 00000000..e93b37a9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Pillars_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead29b3a026cb31373e291c56b0635367d0c3fa2c86f07b37e9ff5751a4a6510 +size 4975379 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Top_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Top_M.uasset new file mode 100644 index 00000000..2a65842e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Top_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e8db4d907b99a56d7b2ad33f113040bfaab963d737432d42117aa9c080f9f0e +size 7563925 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Top_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Top_N.uasset new file mode 100644 index 00000000..625efe09 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Gate_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb654e532981528df0f8ee0007adcc5607e245f86e6b41558d520f3a9cf82f07 +size 10236950 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Top_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Top_M.uasset new file mode 100644 index 00000000..7859b499 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Top_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae1b00d393b26fdb8df0ed37fd43bc6e5bdd9dc3682b35ca3bfda0656f53399 +size 4541676 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Top_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Top_N.uasset new file mode 100644 index 00000000..f1a69e80 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Spire_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea8296ffadff2af193dc86fd84f989d1b0ffeace44a93b5e3ec290893a7df15 +size 6038985 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Terminus_Surround_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Terminus_Surround_M.uasset new file mode 100644 index 00000000..790d3bd1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Terminus_Surround_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32290fbe7b04c0afa5efca69666c1cfa181fc861f5daa60c40cd51e28d2abbc +size 2377773 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Terminus_Surround_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Terminus_Surround_N.uasset new file mode 100644 index 00000000..78fa1556 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Terminus_Surround_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cbb982490c529396d4458726ec5ad5691ba89f5d6440fc66c79096d30629df +size 2134917 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Turret_Ring_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Turret_Ring_M.uasset new file mode 100644 index 00000000..7bc81da2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Turret_Ring_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c6aebf9783ccbc0e6d8e11924c890f64473522ff2c642f35359c266a298c51 +size 2113472 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Turret_Ring_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Turret_Ring_N.uasset new file mode 100644 index 00000000..0d8c9579 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_Turret_Ring_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60dbdb172ca6acf60a8cb08ee618955f2eb1b45c11beb3bdb7411195f48fdcaf +size 3292254 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Endcap_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Endcap_M.uasset new file mode 100644 index 00000000..54c69b66 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Endcap_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7092da22fe659fccecca03dc77890c0ad5ef4b379790e562650674a4ec660437 +size 1672205 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Endcap_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Endcap_N.uasset new file mode 100644 index 00000000..f3c4ed8a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Endcap_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1dd9850a8f70bf6ca500b32a50315cdc9ce85aa4a268d6f53a280cdba908f89 +size 9594386 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Flat_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Flat_M.uasset new file mode 100644 index 00000000..f2b11d58 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Flat_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37168b74c261c1d519e8676ed8f5b756e82c51894c69279c1a08e082ade6f0b7 +size 4855279 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Flat_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Flat_N.uasset new file mode 100644 index 00000000..63fb2ed7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Flat_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149cb8182e12f0b127eb52e608bd2912c46016447573b6040114d0dc3225982e +size 534686 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_M.uasset new file mode 100644 index 00000000..fb7003f0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5d857ad9e62775d4cf63b6fc4253a7d7cc160af09e99ce4ed18fe834764ee2f +size 4048179 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_N.uasset new file mode 100644 index 00000000..8485f8e1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:532c2cad79a4924fd96d932f7f60db0d0fe1111ad836fa1432bcd1aa6b33b59b +size 7684169 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Smaller_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Smaller_M.uasset new file mode 100644 index 00000000..17dfbdcd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Smaller_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2af648210d7304b7c873aaf6d349dd002dfcadc3a8247828ff58b7db0348bc +size 3259370 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Smaller_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Smaller_N.uasset new file mode 100644 index 00000000..6e1c14fb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Dusk_WallA_Smaller_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d370f0a9a65400c8b299a8e72539127c98a22da3c5e1ae1ee5e7d531716476b +size 8895971 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece1_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece1_M.uasset new file mode 100644 index 00000000..c95fcedc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d526118acd7f21927a217934dd40a8fce04ae6906306f096dba77f1471684e16 +size 3028999 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece1_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece1_N.uasset new file mode 100644 index 00000000..a5d34f0f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56643532905d22b4fb2b85750e7e4039ba2a68d1b293817107dbb93f26d4f78c +size 1906686 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece2_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece2_M.uasset new file mode 100644 index 00000000..c1288d45 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12072700e4b53239513e7b17ebfcbbd19a5e99c96fa60e6189ebe19c4b81f09 +size 2893804 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece2_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece2_N.uasset new file mode 100644 index 00000000..564a4795 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39e2a9288a7c514969869f39aac899aad94bcfe1b88f277afd49bc6a76e2d13 +size 1089389 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece3_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece3_M.uasset new file mode 100644 index 00000000..4495d5b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece3_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d797abc689cc835c8f3f64488392b3bf130a7e4ffc559c3206c5b837e40b8d +size 1270400 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece3_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece3_N.uasset new file mode 100644 index 00000000..7ee1ea40 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece3_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f15ec6451fbd31370756ba192a04dbf208570dfaa909195f2b438a0bff3149 +size 1335696 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece4_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece4_M.uasset new file mode 100644 index 00000000..91a96809 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece4_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a29a8538bee012a136b1c2497787a83e83e5ea34075ff1eab5a13555893d2a +size 642526 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece4_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece4_N.uasset new file mode 100644 index 00000000..b70c54d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_EvilGate_Piece4_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f28a9a61ad19e0a0ea8f1574821b5c0c7619394fe4f6acaed543b19ee5d44d +size 523884 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_M.uasset new file mode 100644 index 00000000..ab791fef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b895404ca63484f019feb27ebe5863fc4337ebd45cf7182df1c649862f3a1c5 +size 5079438 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_N.uasset new file mode 100644 index 00000000..ca819599 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f19ab324e567137300c9edce776511da2dcca7fc32e99ccf0f30c0a61d5426 +size 1635438 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_Top_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_Top_M.uasset new file mode 100644 index 00000000..018bc89e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_Top_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:294360b135b1c8910c7a159f25c43e08b52868ee37e88da3b402c1251894fbc3 +size 1840833 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_Top_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_Top_N.uasset new file mode 100644 index 00000000..74f9ef0c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_Barbican_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11beb625dcb284d3861db96f18aebc3d0a2b80c103978bab38bec723c026d076 +size 2095547 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_M.uasset new file mode 100644 index 00000000..da73ded4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2428df4a182f98a4d5e8953cbc456e500dc87b6eaa7e377ca02921ce515257 +size 1786351 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_N.uasset new file mode 100644 index 00000000..b8965e8f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fe8c067616d0a21a5cdcf12e6210b0edcbbe08b3b8f7a8f2eb52a40027b32f +size 2891781 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_Top_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_Top_M.uasset new file mode 100644 index 00000000..9393a096 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_Top_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef990b6f36902c7cf92b72c21a0a66da6c85b99f29fbe20265bec33aaa6bb0c7 +size 10798721 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_Top_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_Top_N.uasset new file mode 100644 index 00000000..8d66f407 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Evil_InhibGate_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc00aa7a8868084e611de885f46586163303f48820ad11455b84fbed9f98c5d7 +size 1713297 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Grim_Barbican_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Grim_Barbican_M.uasset new file mode 100644 index 00000000..eec86ba3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Grim_Barbican_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:706aa7ace03767b57f4f643e2f241ac29b5c70568bee7b02363fdad2ea5dd4c6 +size 377364 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Grim_Barbican_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Grim_Barbican_N.uasset new file mode 100644 index 00000000..731e5b69 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Grim_Barbican_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d7988f927b71b5cd46f0b98b7cd506c715fb7b8f956ae41937b42288068872 +size 1579324 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_MarbleMix_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_MarbleMix_D.uasset new file mode 100644 index 00000000..8dd3c08d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_MarbleMix_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a8dde7719520c3cfaf0b59429f1febca45433b06fc72b4f77fd81c3ef0824c +size 11988777 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_PattenNew_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_PattenNew_M.uasset new file mode 100644 index 00000000..b457e064 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_PattenNew_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78afd0ec968331b7d74d7409817b68f8b1b20fed73fe8eb37ae5bcec054aac38 +size 1786659 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_PatternNew_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_PatternNew_N.uasset new file mode 100644 index 00000000..92a8d40d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_PatternNew_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecdc47191cd96ea97c56b86273ce241fa14f65e34f66275aa01cafd74c302df +size 1200399 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_RBlackGBlackBWhite_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_RBlackGBlackBWhite_M.uasset new file mode 100644 index 00000000..4d2868a5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_RBlackGBlackBWhite_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d49f0f7eb0d3470cb0718e1b662f3da3fead350aad63b1bc98d2bf525c499d +size 4881 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Rainbow.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Rainbow.uasset new file mode 100644 index 00000000..1bcd6cb0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Rainbow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a631e06cb083bc67821fbcffae17f9e9a2117e92c02903de2f4c97aef66967f +size 14594 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_RockTile_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_RockTile_N.uasset new file mode 100644 index 00000000..12c271b1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_RockTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ee1a89546af08c7fb019aa39f7a06c495fbd19b9db72a03753360b86038170 +size 22760313 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_ShellColor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_ShellColor.uasset new file mode 100644 index 00000000..48d1b8e7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_ShellColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e37cf846b5b6ef46ad75695b5eb2bd36dd535f8ad84dba7d3bf4f835b62dbf +size 63984 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Flat_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Flat_M.uasset new file mode 100644 index 00000000..33715c51 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Flat_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bff6aaebec5b0e26315da6fe6cc5accf1f323db3efebe742b068e0e4bf14ec4 +size 1376173 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_N.uasset new file mode 100644 index 00000000..d46a06c7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ae31618d4f7faeef9df0351302efa1e64fb8dab778f80c689c38fbe77ff3a77 +size 1592479 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Pillar_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Pillar_M.uasset new file mode 100644 index 00000000..fb6e8a40 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Pillar_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea76fce5b2860e775f6712f4add7ee59fdf4e1ffa9ad5ca63f7679a45cab21c0 +size 1785614 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Pillar_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Pillar_N.uasset new file mode 100644 index 00000000..773cf11c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_Pillar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c1f7909af240b6ca235d6be91d878109657487e9b1d45c30d5458fa3e3ba761 +size 1354796 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_flat_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_flat_N.uasset new file mode 100644 index 00000000..d9bf1753 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stair_flat_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3326a8940b7a40a80525f5e6a9326c612b260bb708cbaac5a56dff8b6e19362 +size 4130432 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stairs_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stairs_M.uasset new file mode 100644 index 00000000..8ed431b2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_Stairs_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f926cc76ed41da59d1cc5409bd9c961588c39f0c4e54e52385c08166b546a9 +size 611202 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TestML_Mask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TestML_Mask.uasset new file mode 100644 index 00000000..b6395712 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2435c9269546b45caf1ef6cef6d0190d50367843ad7c03948e2e525d24411805 +size 13388 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraStairs_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraStairs_M.uasset new file mode 100644 index 00000000..de22a541 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraStairs_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5f5d4222f86fa513c6bc7843c16e0101a07a618b7895aa9d3ae4bee057c3cc +size 765515 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraStairs_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraStairs_N.uasset new file mode 100644 index 00000000..d3f4230a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraStairs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd2e8f15880cce4aea065e6f1718b12ea3832a94ac24c3d4fc03853dea1dfd8 +size 2684599 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraSteps_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraSteps_M.uasset new file mode 100644 index 00000000..1256f310 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraSteps_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcacc286b6da9385019cc66fefc6518bdf0ebe505a63f8cd5d1bbe5a9aa40b2b +size 1583489 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraSteps_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraSteps_N.uasset new file mode 100644 index 00000000..10d9b193 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_TetraSteps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b33898a448ea233ac2a0b2298b6d35fa2915ff67675e67c683636a5d44156a +size 560365 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_blank_Normal_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_blank_Normal_N.uasset new file mode 100644 index 00000000..940b15fa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/T_blank_Normal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f766c0d23cec59730390aaa879f00a5bf8457e2f5941f6d765f6a7f3905ac8d6 +size 4748 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/blanknormal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/blanknormal.uasset new file mode 100644 index 00000000..e97d87f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/blanknormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1b94026911ea20da257a75ccbd17265a557bfc0933562b1aeee05e4007846dd +size 5187 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/checker.uasset b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/checker.uasset new file mode 100644 index 00000000..37dee5d0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Dusk/Textures/checker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88c043febb8201821d8f9010c9b5c98d66ae589e90c3475d81feedf6876bc63 +size 7526 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/MF_LightmassReplace_Monolith.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/MF_LightmassReplace_Monolith.uasset new file mode 100644 index 00000000..85164789 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/MF_LightmassReplace_Monolith.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfb0109ece78cd739021b59fe44fe2df70479f1760c57537c0aa7d6b8b8d9a4 +size 106619 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/MF_ScanRockDetail.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/MF_ScanRockDetail.uasset new file mode 100644 index 00000000..7e632319 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/MF_ScanRockDetail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383146d5eef13a92900677d33f7ba9dea07531543e77f80d2a203483eb59955a +size 126719 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/ML_ScanRock.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/ML_ScanRock.uasset new file mode 100644 index 00000000..799ff190 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/MaterialFunctions/ML_ScanRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36ced541506591b6536d2498e7898c2849fd2e395fab4285dd1ceeb7ef0f84cd +size 130964 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_04.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_04.uasset new file mode 100644 index 00000000..8d5d542d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b331db3cbd876833d928443de2861f93fb45fe4a16bfbc76b1115f8306af0a84 +size 125498 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_05.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_05.uasset new file mode 100644 index 00000000..78d911ae --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a84862f9fa0f10c833df2ee9bdd29ebe17ccf274929e6fb315bf1584f0284a +size 20309 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_06.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_06.uasset new file mode 100644 index 00000000..6eb0f542 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5939907cfe641319db4b1e9a10e8516c968582ff98d1870ddef4dd10b154770 +size 18629 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_07.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_07.uasset new file mode 100644 index 00000000..6072c5fd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c61ad5afcb747820bc104a6fcd1f20f89d796fefc154aa533e0eeaff3dc8c7c8 +size 20506 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_08.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_08.uasset new file mode 100644 index 00000000..d916b182 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_RockNordic_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5e5fde2a7e0e992999a988fef623c6c18177ea2ae22fdf0e87de60f91e0ff7 +size 20203 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock.uasset new file mode 100644 index 00000000..2dfac10d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1652f0bc77b8308ebde0cf90dc15eb91cbd5dde42dab5c0523ea2c272dc4284 +size 188294 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_02_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_02_Inst.uasset new file mode 100644 index 00000000..3fb2afd9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_02_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9c2e735e78167fcd97ab112dd83e07aaa0672bc623db8e624c1adffb9fe39a5 +size 21651 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_03_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_03_Inst.uasset new file mode 100644 index 00000000..02feef4e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_03_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3427faa328130d8d0a294bc726fdb8ee5296f76c3de13f31b7ffc6d198c447 +size 127844 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Corner_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Corner_Inst.uasset new file mode 100644 index 00000000..06e6346b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Corner_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb086526f832028f18c4b5428190ad78933ada46ad4927aa687ff833efe29579 +size 21201 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Inst.uasset new file mode 100644 index 00000000..03b335f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c18e5741b45bbf4fbe6387e8ecd232db76d945b300d07e71188c2c61a6c174 +size 168471 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_01_Inst2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_01_Inst2.uasset new file mode 100644 index 00000000..612f2c09 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_01_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd942e75678d5e27250e7329cb8387cf0e52ef2fdb5894cbac0f93497f7de27b +size 129909 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_02_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_02_Inst.uasset new file mode 100644 index 00000000..6c82c782 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_02_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccce76d76c4de578eed61adc115d56cc4b7a72ba9c7017ba85cf7cad53ffe469 +size 124099 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_03_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_03_Inst.uasset new file mode 100644 index 00000000..f8020845 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_03_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38d690790db94bfe706088d3f7984328f45f36c1d76616b12bf33c0d71f3f70c +size 125436 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_04_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_04_Inst.uasset new file mode 100644 index 00000000..a3846010 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_Nordic_Wall_04_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d65abe4992fb13aff8e33f7af01db12e54dbd33195177baf6f47a0669c89fdf +size 125069 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall01_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall01_Inst.uasset new file mode 100644 index 00000000..f7c48c7d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall01_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435cee1c894e6543ebe98223362eaf3a2b82a54ff8bc62793b2fb21c25f6dfab +size 21516 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall02_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall02_Inst.uasset new file mode 100644 index 00000000..38502e2e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall02_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d72801de05d836df590dc386009ee2cdd6b77a48aa3bb9d542b7e88430d2337c +size 117547 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall03_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall03_Inst.uasset new file mode 100644 index 00000000..8596c8f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall03_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:088dd964112ed6c5243c8504697d809551824317cc97372dac8065362920ab64 +size 21305 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall04_Inst.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall04_Inst.uasset new file mode 100644 index 00000000..5a06067b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Materials/M_ScanRock_NoricSmall04_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ca281b1bda268ac37e124c13492be09bd0920c5f095afc46a0a5b54afcf335 +size 21851 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_01.uasset new file mode 100644 index 00000000..72529390 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66a7c1072a4e7e5d2f756f3ef9fee15837ef56aaccb89fe150cf519f6f196d63 +size 357970 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_02.uasset new file mode 100644 index 00000000..1c4a93dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86aa7e9893623f6f2ab3ed90adf33cf9a3b8db2e052a306d203ea750b37dbabe +size 345113 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_03.uasset new file mode 100644 index 00000000..ffeff64d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:927244e226f4ec20a8739845158795f28e1a67d39f5745147a4a8f0b60a9dfde +size 303834 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_04.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_04.uasset new file mode 100644 index 00000000..ae580242 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a80a6a96a02c6dd277007c8f766adb52f43ec135a43ec627939e0ccd0f1eb81 +size 171803 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_05.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_05.uasset new file mode 100644 index 00000000..ffbe3da0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c14543427981508767d831ca7b591bca0a71a9226ebe4c7c30bdc0bcbbac67b +size 166555 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_06.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_06.uasset new file mode 100644 index 00000000..e286eb0b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b75c6a6c21a1f55f53d593725dab37cac7eef654cedaf0923f20fbb96031a2f +size 183928 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_07.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_07.uasset new file mode 100644 index 00000000..e4df57ed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37efb2dab43feb38ffc4b380043af44e6496ec64bad7a39d0655f3bc0120bcc0 +size 197691 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_08.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_08.uasset new file mode 100644 index 00000000..16fda887 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15e0f95cdf393783775e3452d8ed5fd1d20c755563f6675b05857d5e43664ca8 +size 126344 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Corner_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Corner_01.uasset new file mode 100644 index 00000000..f8f0fb76 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Corner_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2158e3c81c88e88e8d4f9e68f7976214f52a4b0e63c33573547a6d4d029749db +size 245321 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_01.uasset new file mode 100644 index 00000000..9b696776 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015a6ceedccb931637e702ed32e3d4be2982749e799d2ff63aeb6f91c2e9d6a5 +size 215097 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_02.uasset new file mode 100644 index 00000000..27d4093b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:351495b9be1997240de2fc0ada580d64a03206e0f2c13c44f61db95ffd0b8f98 +size 165287 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_03.uasset new file mode 100644 index 00000000..598c510a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b287b080873c81eb48b2d9a8f24dad68b750cb1e3235bd09502791c458b6260b +size 178718 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_04.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_04.uasset new file mode 100644 index 00000000..cdf5ebd5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Meshes/SM_RockNordic_Small_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad9a5fce0a84dad68548da5b6ae44d6582656552bda3e7283d8c3119d542b1c +size 231467 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Monolith_Rocks_AssetMap.umap b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Monolith_Rocks_AssetMap.umap new file mode 100644 index 00000000..fde8970e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Monolith_Rocks_AssetMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80cf47c258b4a5404577ef2677993ebd47cf53b6a7546c9df0c08e2ef92fb190 +size 105333 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/Black.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/Black.uasset new file mode 100644 index 00000000..c878adab --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d22225f74a327c3e0307c03d7e2238893065854f8d05da66daca3e189ed2301 +size 4904 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_CliffRock_03_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_CliffRock_03_D.uasset new file mode 100644 index 00000000..ac40883a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_CliffRock_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77ddd8e9f892e1709330b613af761f048a464b85056fce6bd5918363a209c6ae +size 48519927 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_CliffRock_03_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_CliffRock_03_N.uasset new file mode 100644 index 00000000..6ba86760 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_CliffRock_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75a01da70f83ebb97a661fb5968835446f15793c118b7bca8597ddcba747792 +size 41465359 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_DirtLeakAO_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_DirtLeakAO_M.uasset new file mode 100644 index 00000000..434f06cf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_DirtLeakAO_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cd17590ba31e2b622fcab7e3256458066088c3677e9e0080e3833ac4676425 +size 13142602 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_MaskDummy.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_MaskDummy.uasset new file mode 100644 index 00000000..603df1b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_MaskDummy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1d77bcc7de9a58a669e1286516e8fe80df56ddc28268d37b57b0ff0bd068019 +size 4685 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_MonolithMossMask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_MonolithMossMask.uasset new file mode 100644 index 00000000..d1aa9ae6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_MonolithMossMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b5ef1bf28e7ee92114f849fb753a3b4edb72f09ac57330c21a1e79c2749dda +size 8195214 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_NordicRockTile02_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_NordicRockTile02_N.uasset new file mode 100644 index 00000000..1a67d8b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_NordicRockTile02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1239c7a25c8823a76a62c102dcfeff5c03a7e42747d3f8c8422519efbb1cfcff +size 10369002 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_NordicRockTile02b.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_NordicRockTile02b.uasset new file mode 100644 index 00000000..d4e74dd3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_NordicRockTile02b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16063b1db4aef68bcb4e41931d4af113b5b5ad7fae866b8f1a346bd9799d82fb +size 10379914 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RdBRockWall_part_1_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RdBRockWall_part_1_D.uasset new file mode 100644 index 00000000..59664957 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RdBRockWall_part_1_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f8b8ca590436f5e17bca8fd97407db53066aea8d56dae33840931a6b7ede4e3 +size 29921010 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RdBRockWall_part_1_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RdBRockWall_part_1_N.uasset new file mode 100644 index 00000000..8851505a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RdBRockWall_part_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d4114a73ac6f600095e8f0f9ac0c740a2391dd05764e0d797b982b4df6ea1e +size 20855796 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_D.uasset new file mode 100644 index 00000000..43e7563a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64f0b338133e6a74e03b7c0dff5e62b9c375096c46d6c0b8cfff5b8b8f9fa19 +size 43214341 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_M.uasset new file mode 100644 index 00000000..cab51fcc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f25a666d101f02b7e8c945f0e17933696bbe8b56bf502e348371a8ca56c64a1c +size 39720087 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_N.uasset new file mode 100644 index 00000000..21958bfa --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_01_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51a179f806949422a0dd87b0ba06bd2beaae93fadf154415a136ca48894aeda2 +size 36688392 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_D.uasset new file mode 100644 index 00000000..097d61e1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563f2e8e95662578eb16ed072f962507d47154ba97685a3df75af17b5a99eb73 +size 39512677 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_M.uasset new file mode 100644 index 00000000..fc00f500 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b9f2309c6a0366d29fca91269971398b9f85ff7b836eaac715c3772a3038df +size 39135635 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_N.uasset new file mode 100644 index 00000000..7d1d838d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_02_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7118a20cfecedbdbac8cd64f50abef32186267c0f8319c012f97818b219040 +size 37055284 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_D.uasset new file mode 100644 index 00000000..54f1edab --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a1cd478fafed82190b8341ff8ed645b38f04e9ce0d55b44152787bd822e9f3 +size 9483366 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_M.uasset new file mode 100644 index 00000000..64da089c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2545af74f4a0d2ae1ba9ec990f150a3980a4dba9b20b19c89e8ca0ec39c601d +size 10195075 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_N.uasset new file mode 100644 index 00000000..901130f0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_03_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab58dbbc94d56ea2880dcc6cdbf5a3fd599dce7280d074ed77beb8a8a0f655c +size 9437432 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_04_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_04_D.uasset new file mode 100644 index 00000000..bd5f43cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_04_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd90f204d511812b9a370cf642779f35c8f824dc4bc2f64673feaba2f8b9f6 +size 22778575 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_04_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_04_N.uasset new file mode 100644 index 00000000..4675d73c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f28e8739aa521e1b4122ffb8f51b596e497893d2393c23887d10a4748603f5 +size 24862852 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_05_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_05_D.uasset new file mode 100644 index 00000000..16db878a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_05_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01a301ea985ab6dd9bdd22294bfd9dc247b70066a1e29cd5c7ead5c2577e162e +size 21783703 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_05_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_05_N.uasset new file mode 100644 index 00000000..5b42381e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_05_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5980e6a4d0c173d1e41730146dfb1151db6afcbf0a2de18591a67d21ec63dba +size 26320250 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_06_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_06_D.uasset new file mode 100644 index 00000000..de64bab5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_06_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ba66d9cdac1a180edbb62cd3326e7bfe497b56c296968fe2b6d29a99271d3f8 +size 22413351 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_06_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_06_N.uasset new file mode 100644 index 00000000..ab2074ec --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_06_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b19037756989a7d9ded385005b8f86b51813376cabb620e581ee725056bfc7d8 +size 26734811 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_07_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_07_D.uasset new file mode 100644 index 00000000..d09055a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_07_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466341ce24adfa5b21a5a3c6c37f3095d92ae4f5b2cc25321c98fa75e8c2b081 +size 23629339 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_07_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_07_N.uasset new file mode 100644 index 00000000..f7b83db2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_07_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c956bc6094e48524e57158d9680ab732a9e69b231622dc1f698f9adfb9b607d +size 24414098 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_08_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_08_D.uasset new file mode 100644 index 00000000..e1288e42 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_08_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0be34b2e7313ef7f16c0a06f17f02a50ab38efc8b5c56599608b7dbbfbaac06 +size 6394274 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_08_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_08_N.uasset new file mode 100644 index 00000000..085e07d9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_08_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7eec2771ad3fed003702a877de004fec68da5ecb70bee6c359b7afd75fde7299 +size 5921165 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_D.uasset new file mode 100644 index 00000000..00cb48e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51abf2a2ba936078aa60c99d0c50041e5f69807276fbc27cce9def0fe4cd3f55 +size 38799351 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_M.uasset new file mode 100644 index 00000000..5448f10b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:280cb7e337a256f5b83da0e96f68109ffbb0bafd93467c68dad49fb4b47d698e +size 38069996 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_N.uasset new file mode 100644 index 00000000..0ac034ae --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Corner_01_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73c14917114fe3070e288e29280a71dfb4a732e44a03e10d7a17ba1ade51cfa2 +size 36136732 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_01_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_01_CC_D.uasset new file mode 100644 index 00000000..a5ba82f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_01_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446a05bcbb2fab09105c21dd65a8f30ae8dd6c4dd628af9c1ca8c80791bf57e4 +size 27905518 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_01_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_01_CC_N.uasset new file mode 100644 index 00000000..62898ac2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_01_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169f85b54cade26b7161fa035f5198f5732de9f6ad49fdf72d53193be76cf9e3 +size 31516859 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_02_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_02_CC_D.uasset new file mode 100644 index 00000000..8550dbb1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_02_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a687b436b3f25bbcf967c8a28637c55646b5817ce34cff05083be8e9cf10308 +size 6192572 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_02_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_02_CC_N.uasset new file mode 100644 index 00000000..f87fde9d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_02_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfdad5b4893a4624f41d6c9c4df758e91d423aba37ad057b8d1a78c659206316 +size 8349623 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_03_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_03_CC_D.uasset new file mode 100644 index 00000000..dea16d31 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_03_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f52463f875714c325fc94fc49cc6a7cf62fcc1e08bce748163639ad6cd04c7c9 +size 6833497 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_03_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_03_CC_N.uasset new file mode 100644 index 00000000..a7ed0066 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_03_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5617808bdf7aa63576fb9c329acf55b72d0416ab476bc1fd30ceadbf08451e +size 8347464 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_04_CC_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_04_CC_D.uasset new file mode 100644 index 00000000..0afe6441 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_04_CC_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba65ffdd43ec2146d1b15702589576cd4fe51a6dc55a7f0f12ae11d5fb68fe6 +size 7351734 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_04_CC_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_04_CC_N.uasset new file mode 100644 index 00000000..01e2cc4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Small_04_CC_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7e448bc93f81b1a99647d9644c7792ba5b15f03ed58aca2ce5c71ee4c9565ce +size 8995758 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_01_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_01_D.uasset new file mode 100644 index 00000000..2693d614 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73a3204d271e4b7411af70ba3cb591a940d2c6e05a501f0a2e323a6533ff803a +size 30088105 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_01_N.uasset new file mode 100644 index 00000000..be505945 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40c84c6a6f0509767969223e801e045fbe8c12998c83925b67451c533dc2cdb3 +size 38611063 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_02_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_02_D.uasset new file mode 100644 index 00000000..90402e9d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96bef650d5e358576294bc0eba6075c1080165e6461a543cbd2682aca0dacfbe +size 29970012 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_02_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_02_N.uasset new file mode 100644 index 00000000..60621b4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f892542b98d677162f679538c51932d01bdb3e1433eb0459c501ae47b8b1a9b +size 38531022 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_03_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_03_D.uasset new file mode 100644 index 00000000..87dc2dc3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_03_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dbbf958b2585f3107d0d7ae55c44831c526f98e97dc731efeaf1aa90dd1275 +size 27543002 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_03_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_03_N.uasset new file mode 100644 index 00000000..dddd30f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f046c7748adaa710fb4690c6da12fc70414b70c02f3c0aad14ca63d079b32ef +size 35688150 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_D.uasset new file mode 100644 index 00000000..9152605a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2386448bc85056858058be3263b16bd800a00887a7dee820d8fdbf14baaa0799 +size 42794362 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_M.uasset new file mode 100644 index 00000000..9ff19b19 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad066b3b4e4b89a5b1a5bb504f6c553dac27eadfc31c08f67a61a0428c6d4d3d +size 34573722 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_N.uasset new file mode 100644 index 00000000..4c5a6c8b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Rocks/Textures/T_RockNordic_Wall_02_Part_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ff31ba7123513f3c7f948e2b79411d125e3f07701209e7a3bc158d22fde53aa +size 39817044 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_AODirt.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_AODirt.uasset new file mode 100644 index 00000000..10338534 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_AODirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942fd0f528b65a207b632cc0b4f5c75bdb4e15d91ffac34b027de9950b397a7b +size 146742 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleAO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleAO.uasset new file mode 100644 index 00000000..22f663ed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b941c97efdc2364f6781c07c503d4d3531ab0eff4df1c76eb3bab94428a86e3 +size 112133 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleColors.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleColors.uasset new file mode 100644 index 00000000..4f67f509 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleColors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5262e88538dbb455d2ed5a307e600d49e6981a4b45be9f61de334535b6818b15 +size 127295 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleDetails.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleDetails.uasset new file mode 100644 index 00000000..0c0f182f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleDetails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c40ab9f1c3a92ba73a5fbb49c5e8323cc18d76e4b6de95fd5aa7bf31e6dd193 +size 120795 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleLeaks.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleLeaks.uasset new file mode 100644 index 00000000..f3301652 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleLeaks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6913f85138b6dbd5bee631db55481182f0bce2ae5abcade6f3e2cc0b4a74efc +size 131411 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleMoss.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleMoss.uasset new file mode 100644 index 00000000..351528c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_JungleMoss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc845e7b44c78923473958b667aadc067d492e87a3b386496aab23f02f1eb870 +size 129211 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_Leaking.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_Leaking.uasset new file mode 100644 index 00000000..1a6d0aca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/MaterialFunctions/MF_Leaking.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:338962740add4dbf0b75d59617048231075eee187941994b82e4e4fc6e290762 +size 110372 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleArch01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleArch01A.uasset new file mode 100644 index 00000000..40c5d202 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleArch01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67c408699028201c6fdb1c385168002d8e0fff58b438bc7868f40473177acec0 +size 19740 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_Green1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_Green1.uasset new file mode 100644 index 00000000..8cecb720 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_Green1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ac86e9d29d7c7dab9e2e6147901b4cc81922950f2773d3b261da8e68c062b1 +size 133625 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_Green2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_Green2.uasset new file mode 100644 index 00000000..d663a5b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_Green2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:235d84053d0f1a66423892a3113a52d2ca61ffbb7195cc07ba5cf30343c9ca8c +size 124111 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_A.uasset new file mode 100644 index 00000000..ac90fa06 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47bfdcdc25c1f20402e1b2d5b76627d3006e73debace004346ab8801612c2c0 +size 161356 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_B.uasset new file mode 100644 index 00000000..779140d1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e9bfb41ee503e4be1fb437bfec64e4200ed720179e29a9ac3504e1111b81a3 +size 126083 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_C.uasset new file mode 100644 index 00000000..5ceb7e9d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c56cfb779c45eee74f03d5c7525af225c15776007ed84285661dc8a38e234d +size 134666 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_D.uasset new file mode 100644 index 00000000..06d6d386 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleCamp_White_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e659d62d4ce62b57cb5f7bea084d47e077475c6bb05628673fd8c1f14db3f381 +size 123572 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleDiamondDeco.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleDiamondDeco.uasset new file mode 100644 index 00000000..8b6ffceb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleDiamondDeco.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dd24a9c7a82094236da04c17e79043ce431a809860cd7d55ee1af51fdb7067f +size 127460 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01A.uasset new file mode 100644 index 00000000..eaf77cdd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93168c2ff9b8c6e86b25d30cbcaa7fda33a15d19b8ee2ea2cff94c6ceb5fbb5b +size 19389 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01B.uasset new file mode 100644 index 00000000..c38c6c61 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259acb2b8ecc1d6c4057c0303a89a1a57a829d945e5dad8303ab28a9f8091f33 +size 19563 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01C.uasset new file mode 100644 index 00000000..e121f8b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock01C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ecb4221f769ba173c3ac92a40c9af13420f7a0b9737ee5a9422496b95c380f +size 18862 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock02A.uasset new file mode 100644 index 00000000..0df196b2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a76ea5bf6db683a3d6246d1fe343bdc6f518eaf092daa34a1917e39cd0949c0 +size 125961 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock02B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock02B.uasset new file mode 100644 index 00000000..3f994e85 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock02B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70475cf1c7c04a3103d09d998b4aa3ec03d69dc8b0b5e4e9993927f5a52a926d +size 122047 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03A.uasset new file mode 100644 index 00000000..8d4674b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4639f15c6cd93230df434bd2718d5233276946f2ce400b99e97a546e623a51 +size 19576 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03AWPO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03AWPO.uasset new file mode 100644 index 00000000..a805fc05 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03AWPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd932bef40240baa9aa105680b5893207f9234d2f696e023f15cbd973891a9bb +size 154203 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03A_WPO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03A_WPO.uasset new file mode 100644 index 00000000..a39cd45f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03A_WPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55fa49d4b5d3cf880c77d414c7bbf8d0ed308f803e3f9d89c2846c0887f71501 +size 152038 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03B.uasset new file mode 100644 index 00000000..f8c3902c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da001659bc2db1c7a3f13d75677ce65565cda42708c6b424ad72812dd75c7b3 +size 19438 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03B_WPO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03B_WPO.uasset new file mode 100644 index 00000000..73960381 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlock03B_WPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:664e0d40d865ab9c7bdec623fd3adff4414a3512eb9db5d56ca0e186d6ba5438 +size 150372 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockCrumble01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockCrumble01A.uasset new file mode 100644 index 00000000..6971b283 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockCrumble01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:810e344b93546b2246f915aa5b2ec54864187beb0808fde73f5190c7186c355a +size 127158 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01A.uasset new file mode 100644 index 00000000..94cac117 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3936bcb5ae50da2fdb2dc629bdadcda24893fcf43a3775004ac028a7b4fb432e +size 19392 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01B.uasset new file mode 100644 index 00000000..fa27dac1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91d41f4b44a6df8cdc521d468375b6981af4b27142f7b46004c9be18fc08b48c +size 19556 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01BWPO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01BWPO.uasset new file mode 100644 index 00000000..3fd494ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01BWPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c36eb74e5ad98b69b03e5f0a9b7fde9fb7478f1662f144955079d17f987ad3 +size 156284 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01C.uasset new file mode 100644 index 00000000..647a6b0c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece01C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db0c7230be2dc22d678069c6f200b3d23ff84ed673f400be19f5af9fcaaa2b18 +size 128413 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02A.uasset new file mode 100644 index 00000000..961dc5f5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ee9a7d0ca86d4c988709ac4f1ed2ee5b5945f6e2b3e589946b8c632be248e6 +size 19625 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02B.uasset new file mode 100644 index 00000000..78266163 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c68855e5a1385bb312ca04e62a70eb8be3a814a570cd70d40b07605954d3b688 +size 20217 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02C.uasset new file mode 100644 index 00000000..2f56fd15 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JunglePillarBlockPiece02C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5685a033577afc2b654a3f41f912c53ee192a7c034fbc735a4dc021c6799b737 +size 19423 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleRubble_01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleRubble_01A.uasset new file mode 100644 index 00000000..27a5bf43 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleRubble_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667e083d3aa34a8c12d6315c5b9a9219896938f2c869b18d6c5103ba507999fc +size 19065 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs.uasset new file mode 100644 index 00000000..388c694b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7556d69c5592c8ed5832f9dadd68e74ef950a942623029bcf5f477324532733 +size 20402 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_Broken.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_Broken.uasset new file mode 100644 index 00000000..f255febb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_Broken.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:265408f5b3f89972c0692d2c26d8c60dd04bb369b96c8359a34f12c0440f6d8a +size 126678 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_BrokenEnd.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_BrokenEnd.uasset new file mode 100644 index 00000000..899a89d2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_BrokenEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cd2ba16d67ff4a0449708f5ccacc018d9c9f718902ea29ed03865c4c595f069 +size 19502 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_Brokenwpo.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_Brokenwpo.uasset new file mode 100644 index 00000000..604d19da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleStairs_Brokenwpo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1b3e5e423cac3bb2fbe723036e4af085c3fcfeddc90a68b3aae51a2f3d2e9e +size 152101 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01A.uasset new file mode 100644 index 00000000..5795d1d0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e27effa8ebbd5f1bf212c49461fff860868bce8e99c344a4b413252d14c57ece +size 19331 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01B.uasset new file mode 100644 index 00000000..0fd10ade --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d425510a293c398ca0f1b18edb9abbe495612cab0ca0c8617a08d7d97deebac2 +size 19521 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenA.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenA.uasset new file mode 100644 index 00000000..7d447fd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6c800520a91dd40a6c3087737c717cffc58ad550da1555830db9486d185a41 +size 18831 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenB.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenB.uasset new file mode 100644 index 00000000..f259eea9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace2c6dddc0dca4f25c773464b3a250a35ae32a2c1f533ccb32f68d2736e2619 +size 19440 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenBwpo.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenBwpo.uasset new file mode 100644 index 00000000..966ddb8d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleTrim01BrokenBwpo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6332e27c3ba411b8aa53c5efd794ef2aeb76e78187e7acf9ed19f6d384ef6640 +size 153019 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01A.uasset new file mode 100644 index 00000000..68df7772 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5591f4a6ba05b420757723ccbe6c9bda862525e4f64d20470e5561ac82c3954 +size 19106 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01B.uasset new file mode 100644 index 00000000..f5f28c27 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8940606cc830a15cee93409834a437c01217f8ba37a9eedaf5a1d8d86cdb9f +size 129537 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01B_wpo.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01B_wpo.uasset new file mode 100644 index 00000000..da072746 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall01B_wpo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4473f2f465549f1e0571fc95e72e8feda44d1ad68737560a1882ab4ffbe09e +size 159798 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02A.uasset new file mode 100644 index 00000000..0ed2ca6f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e73fca7f6bb6a1b924e40a34ae86b933f0c96fb7355f419ff5e86488f121348a +size 19100 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02B.uasset new file mode 100644 index 00000000..b867dabe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b84ff0b1341d250e310df3f6a2b2ead9d52850a3d2aea04e1a9d4291f0ae41 +size 120717 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02B_Float.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02B_Float.uasset new file mode 100644 index 00000000..c97b88df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWall02B_Float.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dda4bb7b1c3058a20e357fe6cd1206e318f6701788f0319a5e29e031f36d64b7 +size 137701 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWindow01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWindow01A.uasset new file mode 100644 index 00000000..3cf740cd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWindow01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd811ae5477dc8f2622a69ef82d18f9bbd4313428ea3ed89529124eb3d0e43dc +size 119609 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWindow02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWindow02A.uasset new file mode 100644 index 00000000..849e2843 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_JungleWindow02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a5d569ed48a35ed8c98190464ca640706aca537d47cd9b947eea7113860dfd +size 18408 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Jungle_Camp_WhiteBuff_Back_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Jungle_Camp_WhiteBuff_Back_A.uasset new file mode 100644 index 00000000..1ab17e21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Jungle_Camp_WhiteBuff_Back_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5aa4314e88f5423b6d43496affe33c4fc5e067c50df37254a88d0c0c717136d +size 129904 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Jungle_Camp_WhiteBuff_Back_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Jungle_Camp_WhiteBuff_Back_B.uasset new file mode 100644 index 00000000..a5413544 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Jungle_Camp_WhiteBuff_Back_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220c362ae44bb2777fded9a616a8235af6d291414a0837e6d56c65a06e68a92b +size 130008 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatue.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatue.uasset new file mode 100644 index 00000000..48d3cf67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e3fc2cb6bdecfbf322f6eb10e420ac0fe8b3fbea2aa114a0eace4a70eed951 +size 155988 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatueDamaged.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatueDamaged.uasset new file mode 100644 index 00000000..87ec163d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatueDamaged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8f023c7b57aa041d6c12dce9045de8fa084641165a9a3751811059296e4ecd +size 134625 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatue_Breaks.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatue_Breaks.uasset new file mode 100644 index 00000000..3f223e5b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_MonolithStatue_Breaks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9a2dac7e1c3a27ffdfa240167a9eb661967b03514c7229786e9a7a10b857de +size 128373 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_BuffFloorA.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_BuffFloorA.uasset new file mode 100644 index 00000000..afb086a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_BuffFloorA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb872b627be68c43acca412e0d1b192d40b2e0a547eddca871af7a96476483d +size 120399 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_BuffFloorB.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_BuffFloorB.uasset new file mode 100644 index 00000000..8dfd4d4f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_BuffFloorB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:536d3ebf5003a1d1ac7ef3427887571bc8acd11e36f2dadbc955e569c6a5793b +size 122890 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls.uasset new file mode 100644 index 00000000..1eae1653 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8199b98bed38ce38afe95690cbdc3f31f702e2aed82a8c9e28f6c0858407f468 +size 117487 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls_Broken.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls_Broken.uasset new file mode 100644 index 00000000..cfca5eb6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls_Broken.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456390a79efdaa160ac2ef284cbb9c5599451419de2f713d53d86ab0021600d1 +size 122999 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls_Crumble.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls_Crumble.uasset new file mode 100644 index 00000000..da7a9d6e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Curved_Walls_Crumble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4908e4cc25b5ae9a1ee2ef5011f9189f51d7d2bc1406095177a9f25a6cf2cf +size 125755 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_DecoFloor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_DecoFloor.uasset new file mode 100644 index 00000000..09da49df --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_DecoFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8677e6f5c45f6d538b0e43f460bddee92fe924d0997ad12482bb0550ea64e06 +size 120019 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Player_Pedestal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Player_Pedestal.uasset new file mode 100644 index 00000000..76dadf6d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Player_Pedestal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4875804d43ec58a6a60ac4aaff9343bb878b12d149747bcd24a445af2e7da693 +size 138203 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Player_Pedestal_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Player_Pedestal_Metal.uasset new file mode 100644 index 00000000..a6c1b81c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Ruins_Player_Pedestal_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e98c014c156037def8bb2b236f585132f980a85a1758e33004e224b58214f1e +size 129153 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Small_Roof_Deco.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Small_Roof_Deco.uasset new file mode 100644 index 00000000..134df531 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/MI_Small_Roof_Deco.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b79c3f09b0a2005f86de11c295b160247588666c0c18ec373bf1039619bfb5a6 +size 135685 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_JungleArchitecture.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_JungleArchitecture.uasset new file mode 100644 index 00000000..84358dd8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_JungleArchitecture.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035d88bdd98c473ef66fbedf95ee1f9e22ef0340e4e7d7cecea5a5b05115aa23 +size 195251 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_JungleArchitecture_Ref.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_JungleArchitecture_Ref.uasset new file mode 100644 index 00000000..b02a5b79 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_JungleArchitecture_Ref.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcd43cbf60b4d1e6106b171e9f0109f284278ba2e440b03180a55b6d757f1df +size 155361 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal.uasset new file mode 100644 index 00000000..ac9cf3f4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:139a7e53d7096c9c2f8308ee17372da25baa77fe0b10465de6967687ed90376c +size 150642 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Floor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Floor.uasset new file mode 100644 index 00000000..4a4d3532 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:220fd47684a82aa8de5d2a80a2f50f8d04f45b79fe62d80f43c0762991e8d3f5 +size 126580 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Pedestal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Pedestal.uasset new file mode 100644 index 00000000..62423b0c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Pedestal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09144ac5c033520caa6cbf475cdc8f67e8844122a1fae54a4d196efdc9aedeef +size 132198 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Trim.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Trim.uasset new file mode 100644 index 00000000..8453b690 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Jungle_Metal_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dd33b44d9143dfc3fefd616fbcc9d54c11aab13bd12998b24fabd63a97c49c +size 128633 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Red_Emissive.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Red_Emissive.uasset new file mode 100644 index 00000000..9d6b0724 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Materials/M_Red_Emissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd890c89c9ba2ab4c16c7c34aba025c5cd529a22116797b5cada5dc236f9b144 +size 99778 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Broken.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Broken.uasset new file mode 100644 index 00000000..ab398984 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Broken.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc11f1479133c9ccd14eb9c66e7609a0559fa2615a56dc6f2a2f94b7ae04b32f +size 409531 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Crumble.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Crumble.uasset new file mode 100644 index 00000000..38721eda --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Crumble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aecfe8b244a7a0392df3143cc5097990ebcd82180b3eae09ad85b1eb6d12d9 +size 511820 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Curve.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Curve.uasset new file mode 100644 index 00000000..57e88722 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Aclove_Wall_Curve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3919c98d9f84a2d1a97acb92bff807a11d969d3b4ce9eebe89cd2078f9bf8f66 +size 396528 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleArch_01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleArch_01A.uasset new file mode 100644 index 00000000..e76395a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleArch_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfd6960dc2415922d0ddd7a766b564771d639db8cffaae97933b271f544954c8 +size 181159 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleArch_01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleArch_01B.uasset new file mode 100644 index 00000000..4347bd83 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleArch_01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dec4185bca6eb6fb803ccf864377eeab42b5aeaac4da4400bb1d8524c1494864 +size 178324 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_Green.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_Green.uasset new file mode 100644 index 00000000..33c829c6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdce25c142e4e7b87e32bb920857856b03c84caf61940b50082bd7ac0a505791 +size 711310 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_White.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_White.uasset new file mode 100644 index 00000000..75d9950e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6c3bb14688a69b6f5e892ccb544ebccf5c9f55e02cbea59c0a0ea48d0a5f99 +size 599848 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_White_Back.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_White_Back.uasset new file mode 100644 index 00000000..a8afb620 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleCamp_White_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c84eb8e2ae58519f5e7ca6b937c9ee409e7eb3c86a410511c25066e435c3320e +size 1273103 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockCrumble01_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockCrumble01_A.uasset new file mode 100644 index 00000000..a7f4bc7d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockCrumble01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605a52798098739184c0640ce7136750084abfd5e4f25b1a39d1252e1a01e8d9 +size 183672 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01A.uasset new file mode 100644 index 00000000..97bb3f44 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446927a95c6b9dcf8f8c6b8a965089149504f32f3e8d052477f48ed5794087b5 +size 190537 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01B.uasset new file mode 100644 index 00000000..c179dca7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80143330eba4dc2408f1132479c4ab46adf8ada946ab8e813dcb921d786a1dd2 +size 181645 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01C.uasset new file mode 100644 index 00000000..0315b44a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_01C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b31d71c1c5995cdb6c791d5c7b51c97958d01784bc0efefba8014f32d471fba +size 182874 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02A.uasset new file mode 100644 index 00000000..e0d7e689 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8eb77b2082b47426e4f37874e2a01bc5ac4a59984bcec449c807ea1475617a +size 145177 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02B.uasset new file mode 100644 index 00000000..59fde3d4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8599fe4207bcf6f1b61f67b598e23cc72b0ddb1b6559360144b5c2bdf5245e +size 171506 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02C.uasset new file mode 100644 index 00000000..a73c5d58 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_02C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d3c73cffb7446785e4d6d4bed8542c0ac798cac74131bbed3761bf2aba3443 +size 164304 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03A.uasset new file mode 100644 index 00000000..47c22f9d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e2d500f75fd09bc94ab68ad4649d9547863e17110aba1097755792a45cfb4d +size 190827 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03B.uasset new file mode 100644 index 00000000..d76cbc6c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba07402175345217c11750a83e3b5adb8b3ec89f8171941a812767b615a3b6c5 +size 173954 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03C.uasset new file mode 100644 index 00000000..4afabdbc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_03C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f1a3427c959b2f69ef84d3c8750d850b9a7565b7391d1b0ee8ab86cdb4e76d +size 177404 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04A.uasset new file mode 100644 index 00000000..1fd55a4b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41d749cf67b615dcaa73db83ab25e3f22830da5caa441850dc968ff3d044ebb +size 199363 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04B.uasset new file mode 100644 index 00000000..c0f31189 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5e3d0d25f553c767323ebd5dcc01f4d661665a45e97213780aaeec962e0f9e +size 214790 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04C.uasset new file mode 100644 index 00000000..1c114f81 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_04C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aaac22ee38be293fce482f6642cb9b59973db3acc77520d2b067c9ea874689e +size 199567 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05A.uasset new file mode 100644 index 00000000..98b16058 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3943cda61639f9f8fe5a61fb7b5993c9e87fa44810395c330713bba6155126e +size 253518 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05B.uasset new file mode 100644 index 00000000..950a2fd2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59a1031de1a07e6e3f414915feffe7f2ebf76588704b77bb0e2c59e64d1fbdad +size 223701 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05C.uasset new file mode 100644 index 00000000..456159d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dcd751b92eb48e37b38591a5226494bbd43ebe8a26f529b0c9643aff51639f +size 194898 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05D.uasset new file mode 100644 index 00000000..08077456 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a89220bfcaec036bfb30d3e0316916c7e6af10b9ff38cc566a3be258036ac2e +size 281453 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05E.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05E.uasset new file mode 100644 index 00000000..7a960ea5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dde990cc255ce1df6dd370a9f8a7b91ec4788c38fd1fcd5ebda3e300dcfbd84 +size 222904 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05F.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05F.uasset new file mode 100644 index 00000000..70a8a614 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd8fc50d21a69dfaa3c765a153745f5248249b4de161796ead4d0ada30884371 +size 302478 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05G.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05G.uasset new file mode 100644 index 00000000..f2b14c49 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63564bc7ed3d6ffccf7fad91c2bb86ad8b4562da1e205c0e235dd2e03881aad8 +size 174152 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05H.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05H.uasset new file mode 100644 index 00000000..ca917177 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55f9a975cc7ef15372c27e1e8d2a2b150f9a6a2b8ec6301b75d9737c17a096d +size 185048 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05I.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05I.uasset new file mode 100644 index 00000000..5e314da5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_05I.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8ceda8cb6e38495153b336eb707d6d5d7dd30836bd36ed5206c026b5f340f53 +size 275852 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedA.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedA.uasset new file mode 100644 index 00000000..fefe6ce9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01611f432431642d8e1f6e5fe69ec3c0d3f37047bd618695ff24c045b1010810 +size 481147 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedB.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedB.uasset new file mode 100644 index 00000000..5affbdbf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5303b12b932be9cfc2ee7c848c75043b8f7280138ab54621e6bdab1a50b6ab2a +size 465615 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedC.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedC.uasset new file mode 100644 index 00000000..d3517290 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddeee149c60bd1176405ee4a0af5fc5db727eec2ef598410f781ffbef53aa48 +size 426196 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD1.uasset new file mode 100644 index 00000000..fd6f309b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e087c7cc684ffd7a7427470c905b8e768f9f4c7b03ce495877d50ba447c16e8e +size 923032 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD2.uasset new file mode 100644 index 00000000..05eb8b1f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7ae43a7dc9d0aba4b7398ba93b8836fb995f8dfd0e748d8484a1ea5d6283fa4 +size 929594 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD3.uasset new file mode 100644 index 00000000..c0d81ad7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlockPiece_CombinedD3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4370d3c09c86b5f41c08f47ef3a1cd26dff922480d515323728bd9af671e1922 +size 737169 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01A.uasset new file mode 100644 index 00000000..28f32fe3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1589257c8e885d605dc2f5834d9ba2cb0127b35903e676293768b53097f710b +size 172230 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01B.uasset new file mode 100644 index 00000000..fe21c334 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9b3f79ed912c5d41d108cb5a4cd0507ba193fca1b5e894137fdcf4c68196c9 +size 221035 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01C.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01C.uasset new file mode 100644 index 00000000..7be9c0a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_01C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38897976daa22d29b02aed0dad7ca4d5c9987d33b9f766de25b5af771b36e19d +size 213120 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_02A.uasset new file mode 100644 index 00000000..e50743d8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5322154ae8ba446a698e3b49df212c54265b511d7156f23c01c8fab24543690 +size 168780 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_02B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_02B.uasset new file mode 100644 index 00000000..4f88500b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JunglePillarBlock_02B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c972bf826f6482a4b6fe88b23d6ec9bc8dc986db447fae790e07267887c1db +size 170806 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleRubblePile_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleRubblePile_A.uasset new file mode 100644 index 00000000..6b8d426c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleRubblePile_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98a9809ee47e1b1de9ee906f8bc135a0d8eb5936acd1d0bef0d53c37d4879e6 +size 451476 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Big01_NormalPivot.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Big01_NormalPivot.uasset new file mode 100644 index 00000000..da111045 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Big01_NormalPivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9043db2fd064a56fef4ecd3ab38df7bd9e63931c52f47fd7b958196d0b37be0d +size 351651 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Big02_NormalPivot.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Big02_NormalPivot.uasset new file mode 100644 index 00000000..d8040425 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Big02_NormalPivot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e7fee270ac350a4a4ac3071f1b1564153e6069dcc23406015b99102a5f5cb0 +size 295693 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken1.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken1.uasset new file mode 100644 index 00000000..d32da00c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7825512dc319f6ca63bf6110f604311d6626c8787978be9bf667d58125714637 +size 177968 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken2.uasset new file mode 100644 index 00000000..e7a692f3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32b2a45e566452202f075b232c941103fa848e883aabff0c58cfb99250bbdb3c +size 240204 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken3.uasset new file mode 100644 index 00000000..9424d8de --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Broken3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a780df58de01d232faea00941dc6e287940f62b073ed57d6b9156e5cece3f5d5 +size 267371 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_BrokenEnd.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_BrokenEnd.uasset new file mode 100644 index 00000000..c5b6d690 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_BrokenEnd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342c665da687f3f19a0e665aa5bd598ef39e9a0f555bccc68ee48a6b79a6deae +size 402187 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Curved01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Curved01.uasset new file mode 100644 index 00000000..248c2016 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Curved01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d10e04c1d9f3bf8d0858c7cd81fb3fb1ef679df4c90b9a92deffe7349564b7e +size 217800 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Side01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Side01.uasset new file mode 100644 index 00000000..fb995a6f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Side01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c7f86b861dd1c128d650da94f63d866fe9ddc738e8bf70048f712b31baffd21 +size 394425 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Side02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Side02.uasset new file mode 100644 index 00000000..96a15bbc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Side02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f896858c098e46faadd8dd9318593062a56454e86e93eb34a8a1dc3d9c8e32 +size 469918 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Strait.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Strait.uasset new file mode 100644 index 00000000..34c2a86a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Strait.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba36b923c516f336c41ecceef9a7d05fa83e8f81284cc04ce03f2c456d9d5f58 +size 207438 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Strait01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Strait01.uasset new file mode 100644 index 00000000..e616c28a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleStairs_Strait01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b636ba1d97544432c850cb4b8a4df61a79ce1eebaf1a1ed097d24cd5af4719d1 +size 191185 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_100.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_100.uasset new file mode 100644 index 00000000..3050bf1b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:805e11172110db5b09e0fdd688567658758536af3363edd6ec9dd1aa07dc05d1 +size 174430 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_150.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_150.uasset new file mode 100644 index 00000000..aebfa247 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_150.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:842b6dc816b5fb6d80ebc557616d01eb76364da469d4a6272ddb75e1c2a7eacb +size 170320 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_250.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_250.uasset new file mode 100644 index 00000000..3bb7e0d0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_250.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde9d2a8e81c39f1ccaa448434fe0424acb51be46717276c3ed593b302ac0995 +size 182388 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_Corner.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_Corner.uasset new file mode 100644 index 00000000..3863cb9c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_Corner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ca745b3678577d937c3ee9f0e4c8c85530c0d2fa25e8af698b8195c9431b79 +size 158908 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_Corner45.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_Corner45.uasset new file mode 100644 index 00000000..cecff423 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01Broken_Corner45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc7d6c3121efea6c8c9be9dc5069bb90180250890725755e2b2035c255bf42b +size 172734 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_100.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_100.uasset new file mode 100644 index 00000000..dbe7f5a0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f209c41e1305712ab6e660e9c332b686526d4bf57beebbb2dfd1e38da6e99ee2 +size 134871 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_150.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_150.uasset new file mode 100644 index 00000000..dcebab55 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_150.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca3f81639d866b4b15db56c43e2ca73df8ac67a67aab4d352c57475acd7d223 +size 146716 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_250.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_250.uasset new file mode 100644 index 00000000..461350cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_250.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b357f4f947a666fa5e4d7e47e829c3b7eaca2988163736c9b12f19f6d0e40576 +size 176259 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Corner.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Corner.uasset new file mode 100644 index 00000000..cab6aa37 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Corner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18f745fa8486917593fec18c0e205594ac83416db125e61dfa869ed8f28f6396 +size 153185 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Corner45.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Corner45.uasset new file mode 100644 index 00000000..530ca10c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Corner45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b6a2b3e8a96b2a0e0d187c500f97177b5610cdf26e586a0fb8b4d20119bbc2 +size 181203 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Curved01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Curved01.uasset new file mode 100644 index 00000000..11affe71 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_Curved01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eabbc2850785dd7c0faa8651f8b2c0e4c1742d335ea413b1e375430cc7dff4ad +size 240210 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_PillarBaseA.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_PillarBaseA.uasset new file mode 100644 index 00000000..49bf9222 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim01_PillarBaseA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e3850e4806db7e4e6e7694fb5575c487ec7395fedc8a4741399cc03874d4d02 +size 388972 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim_Metal_Whole.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim_Metal_Whole.uasset new file mode 100644 index 00000000..a87ac0cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleTrim_Metal_Whole.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e43b19c08387c95b8d20769cbf04933efbed390bdfdbaf303ad1672109126f5 +size 268794 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_01A.uasset new file mode 100644 index 00000000..9be7dab4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c829cb61d78bc6e17b513ac69bdfe3fd169876ccf808415bc562a8005f75a836 +size 149339 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_01B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_01B.uasset new file mode 100644 index 00000000..c8e30e4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_01B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa5eda4ec155c9bb41f6927eca7cd02047233773a3815b57b197ffe6f86fde71 +size 154577 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A.uasset new file mode 100644 index 00000000..bf42808e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137b863e96b07a1ab60691fa19e635b90eb2fb5cca901291685e0cc5bcebad48 +size 296124 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved01.uasset new file mode 100644 index 00000000..0b67c5f1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d23617d45aad83096b0f0fbd901cad9a655cf9da2aec500361f8c41848fad6c5 +size 299727 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved02.uasset new file mode 100644 index 00000000..a0b0b87c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e5f6c33f2bef7a026f97dc92be0edc17e24a95fb98f6510bf049ddbd05ae4f +size 300884 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved03.uasset new file mode 100644 index 00000000..375813d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ee0024e72d712024d5533539ea41e18c26f5bebfcc9f121ccba5a6440efd572 +size 297526 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved04.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved04.uasset new file mode 100644 index 00000000..d0f73054 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02A_Curved04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f0b9d7f1e8af917633e6a9072927db6e44618fb2c871668b49eba4bef259c0 +size 294057 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B.uasset new file mode 100644 index 00000000..a4e152fb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:535100796002324a1eca6e25e064a3b75ebb42297b68f621f788d3ff41c48763 +size 262398 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved01.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved01.uasset new file mode 100644 index 00000000..787224fb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9818e92357af75e36c14fad360cea4b7de8ad8d5af0284f57d19aeeac4e0df09 +size 266290 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved02.uasset new file mode 100644 index 00000000..00938b26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf63273abd016486f8136633e558f1ceff3f23250cc97e299b36297701efc7bb +size 262297 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved03.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved03.uasset new file mode 100644 index 00000000..60befb2d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd324bac2b527e90e5bb31db990123a9a19f29ac60338733be249927e6d83d5 +size 274601 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved04.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved04.uasset new file mode 100644 index 00000000..9a4e1422 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWall_02B_Curved04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef7bbdf51d8711b3b683951e84f2b764d731da6b8c994233c4702b41b2b9af4 +size 266465 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWindow_01A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWindow_01A.uasset new file mode 100644 index 00000000..6d1449ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWindow_01A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3451d5087cf2962431c7b0b67df57c5e959c3db6e776fa847bb1d7186ec33196 +size 198049 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWindow_02A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWindow_02A.uasset new file mode 100644 index 00000000..24e4baca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/JungleWindow_02A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbb64550d1a192ed83f6b31637ea34fe0aff99dc68bda1b83b17839207877214 +size 191978 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_Camp_WhiteBuff_Back.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_Camp_WhiteBuff_Back.uasset new file mode 100644 index 00000000..b654cae3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_Camp_WhiteBuff_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c0bd73e95f634ee7e092430c3d516d14c6b1c264cf3c482fb961188e0a0b785 +size 923396 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_DiamondBase_Deco.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_DiamondBase_Deco.uasset new file mode 100644 index 00000000..17573fd4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_DiamondBase_Deco.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:344ba393734731e696e4b76274cea5bdf5fe336ec7aaa256621bcb443fc00aba +size 159527 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_DiamondBase_DecoB.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_DiamondBase_DecoB.uasset new file mode 100644 index 00000000..8897e4ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Jungle_DiamondBase_DecoB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4968f0e8020894b4b7f83279e4bd3a625ee5672757a2fcc7eff53bb3ee6cf953 +size 197889 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatue.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatue.uasset new file mode 100644 index 00000000..28c55f5a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28247ff1cbb4581b50ddcb23a3f73c7cfe4e31fe1796b8e4fa130eca8f193b0b +size 891658 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueBase.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueBase.uasset new file mode 100644 index 00000000..21a19260 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueBase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbfa5ba968ffb95c33a6f43de04fc37678ee9977c6d0f6f19fb302dd07b72d09 +size 217792 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueBase_Damaged.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueBase_Damaged.uasset new file mode 100644 index 00000000..e08298dc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueBase_Damaged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1f886b9fff7496359c7471869f4471827dcd077ad1e0f69ee3a3efcae7c1b68 +size 215903 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueTorso.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueTorso.uasset new file mode 100644 index 00000000..19fba841 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueTorso.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765a3d2f94a4d841649e313375314923c4e66c3290df51bc763fcb6f34612f42 +size 575987 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueTorso_Damaged.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueTorso_Damaged.uasset new file mode 100644 index 00000000..66c751b9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatueTorso_Damaged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7cd5d3b2e6a465464adfbab9ea6ac126cc267ee35730df208e422428caebc5 +size 607050 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatue_Damaged.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatue_Damaged.uasset new file mode 100644 index 00000000..6baf0219 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/MonoStatue_Damaged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa3f62dd76c84178c5420d7778e93c7ac1932ccf705ac7b1f1712a7cc4348cf +size 867934 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Buff_Floor_Lower.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Buff_Floor_Lower.uasset new file mode 100644 index 00000000..06ae43d5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Buff_Floor_Lower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a53048746ce75d3ac663c385d62bb1c1d6ede728c3c0802ee86c6e4ff5ba88 +size 373135 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Buff_Floor_Upper.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Buff_Floor_Upper.uasset new file mode 100644 index 00000000..d4f99186 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Buff_Floor_Upper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c965c50dff1d7ca8aeb6f926af7b287ce3367e671c019782d6ffced2e3c8ae00 +size 461355 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_DecoFloor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_DecoFloor.uasset new file mode 100644 index 00000000..59948ea9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_DecoFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9c7236eb3d7112666499c9effdfb3f7108c899dc511f72f9abe678c67eda58 +size 200400 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_GoldBuffFloor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_GoldBuffFloor.uasset new file mode 100644 index 00000000..e2be0600 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_GoldBuffFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9ffd1ccfba6d502487ec251e3ec3a87c1daf9ac09cd6391bd6ecaeb80de474c +size 398923 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_GreenBuffFloor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_GreenBuffFloor.uasset new file mode 100644 index 00000000..42bfa360 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_GreenBuffFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ce9bd121cc201d446fc3b2612cb3598eeb7f5623bfc174b686d5383eadc84b +size 375346 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal.uasset new file mode 100644 index 00000000..8c0b530a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04baba0d913168b54ffe0ef450fabc7afc3c044d22413fc7aac6aed78d914aa7 +size 600916 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal_02.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal_02.uasset new file mode 100644 index 00000000..bf725f6c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d5d0685fbdf3a536501d9d68b413b07c9fd5ab3f14583d207b146cfcd4a543 +size 605267 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal_Inner.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal_Inner.uasset new file mode 100644 index 00000000..f71e0875 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_Player_Pedestal_Inner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0de06657f4a822d4c24235a65aa3de8504bafc2406d545a2eb5e154a62d9ec +size 246031 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_StoneTrim_OuterLarger.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_StoneTrim_OuterLarger.uasset new file mode 100644 index 00000000..cc54f1da --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_StoneTrim_OuterLarger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb44531cae784f01644175322d68af91c47a8b2f4fb15745f4d982a5b24fe34 +size 449212 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_StoneTrim_OuterLargerHalf.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_StoneTrim_OuterLargerHalf.uasset new file mode 100644 index 00000000..8e156800 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_StoneTrim_OuterLargerHalf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc84ab2d66d4a31a8ce5c277002059e76b3d7f30b3edaba8579aa7282b57be59 +size 291459 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_B.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_B.uasset new file mode 100644 index 00000000..9d6a3b6a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16753552a86b2955b568b554cd39d8433f01d7f086b57ee6e7ddf0a17472f121 +size 135134 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_D.uasset new file mode 100644 index 00000000..96152d2c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d552a329590846ae91795e4cc59086081bf5288f99a5bf1527b900dfa78194a +size 135499 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_E.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_E.uasset new file mode 100644 index 00000000..2657b801 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c060e4ffe3bc259ea3a7ffd389c486d75b351c8a80f5be414465fbc722c965f4 +size 129639 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_F.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_F.uasset new file mode 100644 index 00000000..fceb4286 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_TrimStone_F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58cec6ef448208db00705708ff3f753ef83f917dcffb5ec524de1aeb4242c705 +size 133522 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor.uasset new file mode 100644 index 00000000..f517a97a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f6edbb0bd77e47cb05f37e3a334f72e750f1333c53fbadddfc93885d12a656 +size 503027 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloorDECO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloorDECO.uasset new file mode 100644 index 00000000..27f92e48 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloorDECO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c54eed0087aa9da5548f063a2e590c31336573adee70f1511616774a9c9d5207 +size 291947 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor_2.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor_2.uasset new file mode 100644 index 00000000..9d1bdc43 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97aa3fcfde7bf60f58d74e8fe00d6e99316f46fb691d29b53eec0e678ba5d0fe +size 379298 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor_3.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor_3.uasset new file mode 100644 index 00000000..d819e730 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Meshes/Ruins_WhiteBuffFloor_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2076e28a5a3460ea06aa7e435ffd4976414c47b5abee422f6906573731be2e6 +size 245261 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Monolith_Ruins_AssetMap.umap b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Monolith_Ruins_AssetMap.umap new file mode 100644 index 00000000..9e2189ba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Monolith_Ruins_AssetMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd9f14fbd8bf9740b52447238c903a3a5fe8072bae44ffd3faffca9b87c77b97 +size 511040 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_1_normals.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_1_normals.uasset new file mode 100644 index 00000000..23906057 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_1_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46b6f71ea15194417ae764322e687dad73e51f8320559252543895bd9fd9cdb +size 2338741 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Broken_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Broken_M.uasset new file mode 100644 index 00000000..e825f8ca --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Broken_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6b94015bdf9951e20800e166dfc1b25bc592a1d87e017dbd9815a6aa4a2a963 +size 10580022 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Broken_normals.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Broken_normals.uasset new file mode 100644 index 00000000..33692d70 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Broken_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bb0240592812b0d322972b3598b3764e76507115b6f04a010e1fa62e48438f3 +size 3880401 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Crumble_MZ.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Crumble_MZ.uasset new file mode 100644 index 00000000..88127d6c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Crumble_MZ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd71853db313456d828db0c421b628eb8bb95daba7efaeac48044cb8b5bde74 +size 9463870 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Crumble_normals.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Crumble_normals.uasset new file mode 100644 index 00000000..e6920c06 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Crumble_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6f4de39a5d60f020406aed88fd2b8e9041461cce39af514c37ab58226b3920 +size 3230421 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Mask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Mask.uasset new file mode 100644 index 00000000..b69238f7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Aclove_Wall_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57e19d874a461ab3e6a75ccf599f010a8943118593ecfb1b3ab0d94cbe6d8e0a +size 13035664 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Damage_TilingTexture_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Damage_TilingTexture_N.uasset new file mode 100644 index 00000000..5887d38c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Damage_TilingTexture_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebc6aa49d53d5514037cb3a96fe4d1cf12e56e5ca850245bdff66895f898ad6e +size 6642489 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Damage_TilingTexture_m.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Damage_TilingTexture_m.uasset new file mode 100644 index 00000000..c72bc677 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Damage_TilingTexture_m.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84ffcdbcb144d33f087756fe516b330453f65c81fde0b7a2c6c7cc122eac92c4 +size 4617938 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_A_N.uasset new file mode 100644 index 00000000..4317173d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2499a0197023aedd697cba1724c3e5654377c047f108687484ff7263e001e6b +size 9592259 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_A_RM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_A_RM.uasset new file mode 100644 index 00000000..b7a764c5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_A_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c7705c0639e67b0edfb6eb5b8faacb4fa8fd8edd6c19e7d5945f366f75d2d3 +size 8202716 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_B_N.uasset new file mode 100644 index 00000000..5c30bdd1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4d299d733b700e6d18b472c6d1d3ced29c041106474869ff40c6cd56a02824 +size 7569665 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_B_RM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_B_RM.uasset new file mode 100644 index 00000000..e389fd85 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_B_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e800c4ca906aaa73f99386b6a99edf56c5f2eb534aadf9d4dc6fce167d16d738 +size 7460271 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_C_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_C_N.uasset new file mode 100644 index 00000000..179ef6a9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_C_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5dae9434ebed454326037b307053b7788f381255a8ebb6222c3a93ac0561d02 +size 6483343 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_C_RM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_C_RM.uasset new file mode 100644 index 00000000..d3dfb9b1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_C_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:888931a3e37b54ef3af1ed6e1b5a0aa0785876e6686e6611b341ccb5fd550a13 +size 4719688 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_D_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_D_N.uasset new file mode 100644 index 00000000..2468e976 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_D_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e70c102e7bc5e12256a1c898a94c9e1ef540786754db3758b380d0e2bb05611 +size 5378812 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_D_RM.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_D_RM.uasset new file mode 100644 index 00000000..47f81070 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/JungleCamp_White_D_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8eb6c22d607fdb4e51176344846fb5ce556777ab8da0658e4be2e9198dd6ca +size 4980651 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/MonoLithStatue01_AO.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/MonoLithStatue01_AO.uasset new file mode 100644 index 00000000..0eb5233d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/MonoLithStatue01_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2058b3496c93e82fdd2fd1dca2d92d95f168137dbb2269db9db94a778f84e62e +size 16517130 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/MonoLithStatue01_normals.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/MonoLithStatue01_normals.uasset new file mode 100644 index 00000000..90bded66 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/MonoLithStatue01_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6873721537ce54bfea84ff91deffc8f1726b7b6166a67968248078f1513a0d1b +size 19978330 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Small_Deco_Roof_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Small_Deco_Roof_M.uasset new file mode 100644 index 00000000..dc906f92 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Small_Deco_Roof_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50e732ccd7b0e80eb69779dbb1966b442b2186425fc36b83139dbbcddb6ae75f +size 648999 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Small_Deco_Roof_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Small_Deco_Roof_N.uasset new file mode 100644 index 00000000..4e57922b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/Small_Deco_Roof_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b80c366e6fd66453781dc55cfc14690b43d69a055a4ac681e61965599cbeb965 +size 1357925 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Blank_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Blank_N.uasset new file mode 100644 index 00000000..18d01315 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a221bae36e537ea31b6018587fa5fc86ed95f290faf19c324826736312963107 +size 5499 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_ConcreteTile_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_ConcreteTile_N.uasset new file mode 100644 index 00000000..b8596f74 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_ConcreteTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9551bfa73012ea640adf9042fcbc6b469f9c8399787ecfa5dadeed63e25a97c9 +size 27467111 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_DirtLeakAO_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_DirtLeakAO_M.uasset new file mode 100644 index 00000000..805165c6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_DirtLeakAO_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:573fe1e049fc63e47a5a13b0e8c6b291cd2cffc8e70511f496bf288b1fcec5e0 +size 12998999 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_GlansDetail_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_GlansDetail_N.uasset new file mode 100644 index 00000000..ad45926a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_GlansDetail_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279ff14c0a9899bcacaf9929abae7ca3ece7d234606ef2048e55f4246bc927f1 +size 11101446 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleArch01A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleArch01A_M.uasset new file mode 100644 index 00000000..df0c486a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleArch01A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86123e6aca00d4c04249b8d84502ca6b890eefb22500a306996a7c0abff581f3 +size 6937175 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleArch01A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleArch01A_N.uasset new file mode 100644 index 00000000..3c5f873a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleArch01A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa2cdc4b5a168b4099e7678e8dd21620a221b3f5f35a1b1ebbf092f553640d6 +size 9833956 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_1_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_1_M.uasset new file mode 100644 index 00000000..9f24d8f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_1_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4850d67b0a39568efbe7dcfd0a39e2b1b2ba1e28295ee609b57a17bbce2656a6 +size 15011387 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_1_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_1_N.uasset new file mode 100644 index 00000000..4c3bf2c8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6eea046fad32b15f56da937c7fcdcbd34b5ba05ba27ec98aad9def92dc0a965a +size 14032907 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_2_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_2_M.uasset new file mode 100644 index 00000000..79e34986 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e9f10c1de4a251f73f7cda90e77bd70c44531d5aefd35ca4f08db2060cda43 +size 6686376 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_2_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_2_N.uasset new file mode 100644 index 00000000..7904bdbe --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleCamp_Green_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bddc0370ddc85af467a5beb06f39926d8748903b2aad5a73346ef106ca645972 +size 11595582 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01A_M.uasset new file mode 100644 index 00000000..564bcfe9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3fb3d7509ba59eea2e21279a7aaa23d24b0fe44f5e24f4b6bdc850990dbda0d +size 8777804 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01A_N.uasset new file mode 100644 index 00000000..43a25e2d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca0d2be942796f3d9a2048af1d3d79337f55d1122a1e6688052c276541615fc4 +size 12216348 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01B_M.uasset new file mode 100644 index 00000000..963e1cba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4088e09d5ce525cef51a48e99034a454177eb91317ddce6c4744bcd54622449b +size 10854653 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01B_N.uasset new file mode 100644 index 00000000..47b1c709 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69da092248f680d51162b23f0e25fb1df961eb57231c8d76bd33262e207a6b03 +size 11562821 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01C_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01C_M.uasset new file mode 100644 index 00000000..42d7f0a0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01C_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bec4a1282b26106818be843d0d06b5e0e0856166c9e024ddc57ebf284903bf0 +size 9045298 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01C_normals.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01C_normals.uasset new file mode 100644 index 00000000..bb0d60c4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock01C_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa027411381bc752153264e9ef1bb36c9682bca7a9f2de26a7761318ce31912 +size 11134241 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02A_M.uasset new file mode 100644 index 00000000..6ade9b95 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aadb0b680af93b9df3a76fe60472040c67d7a2aecaedc8f60dc8c99adcffebd +size 11109932 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02A_N.uasset new file mode 100644 index 00000000..b2551a26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55eb4f1a0c4d4a8956c4307d96aebcde3742d77a097694a236b304bb1f8af3b9 +size 2959066 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02B_M.uasset new file mode 100644 index 00000000..0eaa9333 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a1c7f88030f5e6bd9e94ef365ed466157d5e0bdfaaffe1af19f2986192470ca +size 8256524 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02B_N.uasset new file mode 100644 index 00000000..17a71d17 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlock02B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2c132d05857723179513f188f6eb7f7f8c52a4579017f70d938629b84e3a95 +size 10596942 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockDamage_01_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockDamage_01_M.uasset new file mode 100644 index 00000000..a78c1df1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockDamage_01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4a8b1743925d278a8ef3a6cc3a2dd60e8e02936e262ac145803750c15c22a8 +size 8182482 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockDamage_01_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockDamage_01_N.uasset new file mode 100644 index 00000000..963a0dcc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockDamage_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5249bbebfaf48014196016207bab607db4d7b5b81118a438b2afad14cc5bb55f +size 13162221 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01A_M.uasset new file mode 100644 index 00000000..a1378b26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5345848882f673b6117676616ce2ee79b77866ee3bedc11667169bb425ad6e1 +size 5420492 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01A_N.uasset new file mode 100644 index 00000000..200b780e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7201561e133cf1906b9eec2e96d413bd2f8d8d77073f48d6ab9de3dc92c088e1 +size 8765186 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01B_M.uasset new file mode 100644 index 00000000..f3932d44 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920a97b893b74701ef237e04f8162a7ebfc2c194acfdbbf537bc5a558b9ce779 +size 10522121 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01B_N.uasset new file mode 100644 index 00000000..f2ffea52 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a284179e90fd8a25d0d019cf90eac61b22461297db1b933269cd8b12b330870 +size 12431351 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01C_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01C_M.uasset new file mode 100644 index 00000000..5e4e9fb9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01C_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74eb929aeec7ddfbb54252ba43129a22596807bc672264b84408c2330b5b7bad +size 9244844 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01C_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01C_N.uasset new file mode 100644 index 00000000..64e280f4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece01C_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5db42871d69beed6d8929befd30eb6ff671e5cd974245bfc35e611197ecd7f +size 10155371 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02A_M.uasset new file mode 100644 index 00000000..a738bd8a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dc05573bc88abbe19681e7b1ea3379dab6b72805f24c17cac57e5ef905af13 +size 8895297 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02A_N.uasset new file mode 100644 index 00000000..8ae40a99 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a25e3b5084f725d283685e447792fa6a0b5711b541b0b68b526e408c63a740d +size 8194559 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02B_M.uasset new file mode 100644 index 00000000..40e18335 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec4af81e932d88cb5acf1bc22fb42dbccf4eeb4afd77f94cdfaa5fd51606b86 +size 10504975 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02B_N.uasset new file mode 100644 index 00000000..4c146e21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a82b0189f299893c42a679c7875a768636a942d24976d33208c89f982a13244 +size 12885174 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02C_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02C_M.uasset new file mode 100644 index 00000000..8fddea78 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02C_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132261feae10be0948c9fc3d29dce1ba49b299e171efac44eeb740de07e2a817 +size 10714083 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02C_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02C_N.uasset new file mode 100644 index 00000000..46ad89af --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece02C_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62124e9a732d58c92ca3b32f46cda6e8105add96f36e120c38d2d2dd8a7bf400 +size 12117771 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03A_M.uasset new file mode 100644 index 00000000..23f63ca3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc3af6117394a21292ed99389b48681d697289d91cf79c28e4c6d281abad99b +size 12269433 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03A_N.uasset new file mode 100644 index 00000000..71779e29 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9904c0b8d1b8a17c1452a1463f44c29b5de9ca81eacaacb408ad685fc26d4607 +size 14100562 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03B_M.uasset new file mode 100644 index 00000000..e26f2d2e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28991c13b966a30aadbed7573493a39a6eda94abc363a9644f778d93c9f30656 +size 10165521 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03B_N.uasset new file mode 100644 index 00000000..985da89c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JunglePillarBlockPiece03B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4616c2605ccb842a3ba914f8aca4fdaf19e74b98965d8829538e57d1a216f709 +size 14455105 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleRubble_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleRubble_M.uasset new file mode 100644 index 00000000..cad37346 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleRubble_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d5e2cf7a4eb65da5195148dfaa820d5bfba39b8c2e12515c467f66a5501d72 +size 11500060 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleRubble_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleRubble_N.uasset new file mode 100644 index 00000000..e0e6d401 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleRubble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b7112e4d324fe585c13c64d55c3d21b41d7f2ed3d0f8d1c65e64ac4a28d2b7 +size 19063339 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_BrokenEnd_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_BrokenEnd_M.uasset new file mode 100644 index 00000000..0ab3fac1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_BrokenEnd_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27123f984703ff00a902c4ba8cdfa43a5f31dfa212b3240a7f1b59cf2ec2e96 +size 10675161 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_BrokenEnd_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_BrokenEnd_N.uasset new file mode 100644 index 00000000..88d17ef8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_BrokenEnd_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0e4a583618ecf582ad33af827fff39b6653fc248d85a5824f0f281877f5ce9 +size 16203365 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_Broken_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_Broken_M.uasset new file mode 100644 index 00000000..e1cc8d13 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_Broken_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80631d6a2cc37131b158d1a23a2e0114a05f6d6ca876bb5e6030cef72c979fe9 +size 10412636 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_Broken_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_Broken_N.uasset new file mode 100644 index 00000000..4945740f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_Broken_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb6f079d5c5ebe6b600b5f4cbc3c3ff7d8cf8b147f9f79e31343b959c054e03 +size 14495949 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_M.uasset new file mode 100644 index 00000000..32c0b64a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9587cfc8e6de764f21003623f7d81b1a330a312ef45df1fa854c360102af76b5 +size 15690585 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_N.uasset new file mode 100644 index 00000000..90a8a484 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleStairs_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:802025c9e4b7241ff8ad150cd4b8082f9978a7f88f413b6962575288fa364eab +size 15659762 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01A_M.uasset new file mode 100644 index 00000000..432d1525 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:040647ac4c37dcffbcae35a91ee71a8d353f41f194449680f406a2e44492fb2b +size 4483915 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01A_N.uasset new file mode 100644 index 00000000..3856d98f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee993ffe23cd6996f85edb11bc642077f5daea9dcdafab0edd3b6872d3df3db7 +size 5004070 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01B_M.uasset new file mode 100644 index 00000000..24c709c9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b8fdb53315d0d3e6a50f9cc261fcb6349f6a498e423d6447d1f79f7fcab2c0 +size 7512997 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01B_N.uasset new file mode 100644 index 00000000..8095e9c4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWall_01B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32a8293341731d109aa9f887947f3de2be629f4192581a2bb3470d0f46b86954 +size 12556358 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow01A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow01A_M.uasset new file mode 100644 index 00000000..58d4a5f2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow01A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daf61de3c182c2f07022b859e57c249e1242dfd1e354536ea678afdd2f9cbceb +size 6184104 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow01A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow01A_N.uasset new file mode 100644 index 00000000..571decb1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow01A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:028e2329995f40392ad6efef43ff4090b5833283e4c5e4312025f40430eee8db +size 6323072 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow02A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow02A_M.uasset new file mode 100644 index 00000000..0e293669 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow02A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c44e9a8f0e7e57b37e28effb3a550070a9c76f56efa19882980b431a9b582e01 +size 6952645 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow02A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow02A_N.uasset new file mode 100644 index 00000000..37600d99 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_JungleWindow02A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed258d5917ba354cebbde28010e409a97edb41b2914c1b7929971282d3972f02 +size 5966098 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_A_M.uasset new file mode 100644 index 00000000..1f9ad4e4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8519615f76c5f44a616d812d440570c214ec5362e6990cf1c96c34fbebcfc4 +size 12583277 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_A_N.uasset new file mode 100644 index 00000000..2e19585e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca1a70c44d9becd82ef2cb42fd01dad972f9e7eead3f4c828accfb5a581ab47 +size 8127844 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_B_M.uasset new file mode 100644 index 00000000..7bbc006b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd93085e8c7ac9f992aa298939d912471949732e519193f3cdb5aa35b3f1fac0 +size 13997598 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_B_N.uasset new file mode 100644 index 00000000..b05b71ab --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Camp_WhiteBuff_Back_B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57df16a9638bb484ab82f8e7077357517633f2081d18b85ff10ae940213c05e +size 9322995 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Metal_A.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Metal_A.uasset new file mode 100644 index 00000000..559ef72f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Metal_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690640e16051d616ec524c8740ca5eb562b99c0c6e270fca6a849d5cb775cef6 +size 4257411 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Metal_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Metal_M.uasset new file mode 100644 index 00000000..c186f8bf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Metal_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b376c46f150ff63ef1f6cd9af59e559144e78ef551bb28a619b8c5babbd28c +size 5849550 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02A_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02A_M.uasset new file mode 100644 index 00000000..c29fd39b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02A_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce779cf1cc0367e18a8564dee95104d55c1234ee030338f1e2aa2d5ff6328775 +size 8752001 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02A_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02A_N.uasset new file mode 100644 index 00000000..b1e8d651 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14ffedc595142d35e612b68f27cbbef8a47628522b2622941ee34b7b04016cc4 +size 13327553 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02B_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02B_M.uasset new file mode 100644 index 00000000..ee74d41a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02B_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df6f9a86c7b63b4ddadf2de2c548176dc713d61e083e6dd2d5dfdc68c0e32ee8 +size 6354128 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02B_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02B_N.uasset new file mode 100644 index 00000000..982249c1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Jungle_Wall02B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9dfe643e96b839667997490e8d5a180eb9005ae72e412aa07371e870b10e010 +size 11634556 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Kurohane_Metal_Tiling_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Kurohane_Metal_Tiling_N.uasset new file mode 100644 index 00000000..47195b12 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Kurohane_Metal_Tiling_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c12658f86f831174822ad0f4b972c5788e77f9800fc310d05b679a4cc7bc82b2 +size 3268536 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_MaskDummy.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_MaskDummy.uasset new file mode 100644 index 00000000..41578610 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_MaskDummy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb1a16e6acfe7d00ef3fb9def676903e21b5055da7731e458d156004f793ed09 +size 5182 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_MonolithMossMask.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_MonolithMossMask.uasset new file mode 100644 index 00000000..1709ae20 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_MonolithMossMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d70a1ba4960679e07b9febe760ffbb8f24b80b2b39ca6d61105c4e9557240057 +size 8022433 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorA_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorA_M.uasset new file mode 100644 index 00000000..80030685 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorA_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ad87058d072a0c4d84f8c9712da92680270d222edb3b3acf94237f1cd884d0 +size 8843709 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorA_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorA_N.uasset new file mode 100644 index 00000000..ae924990 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorA_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cc5468d86d3687f49bcb0aa286a2114a6f918c2747c8591c24d436a4d88942a +size 11660203 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorB_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorB_M.uasset new file mode 100644 index 00000000..493db423 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorB_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ddea6f5f6391017cb59e3b8dcb411c3a88cd9d146aa00fa01a03390fe18645 +size 9964793 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorB_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorB_N.uasset new file mode 100644 index 00000000..421eac2e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_BuffFloorB_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b62cc31ae0b0d85c07c8e8856d25877bf2845abfa7cedc3ef74e696cabd68dce +size 14963813 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_FloorDeco_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_FloorDeco_M.uasset new file mode 100644 index 00000000..ee9ae8ed --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_FloorDeco_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58272dcef6ad795b637fa826094d2e876930c3ae38c5a10a67ae11950613ef98 +size 10291481 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_FloorDeco_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_FloorDeco_N.uasset new file mode 100644 index 00000000..e6c872e3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_FloorDeco_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ff122461570e73f22953dc19a15e35be6dc500b1d9929fd358f09e832cd480 +size 10119122 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_Player_Pedestal_M.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_Player_Pedestal_M.uasset new file mode 100644 index 00000000..d745f02d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_Player_Pedestal_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1873047b4ac1f26d7d5baf2310d1537c90862508b2b063d6c5248fa2f8fa789 +size 18242972 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_Player_Pedestal_N.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_Player_Pedestal_N.uasset new file mode 100644 index 00000000..7234d8d3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_Ruins_Player_Pedestal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e45be670294d095293c1fa1ab4af81bd18fa62e5d5c3c33df80493b132f98d0 +size 18605427 diff --git a/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_UnpleasentGrime_D.uasset b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_UnpleasentGrime_D.uasset new file mode 100644 index 00000000..1833198f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Monolith/Ruins/Textures/T_UnpleasentGrime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e140220705aaa482f2072427165f09d33cc63348937e30704069f1852787b1fc +size 8151496 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Black_Linear.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Black_Linear.uasset new file mode 100644 index 00000000..3f660c7d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c6e1f9336d84a3c86886f5472974177affe5a2434883ecbfc90d5c4166c08a +size 4463 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/HitFlash.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/HitFlash.uasset new file mode 100644 index 00000000..cb3119e1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b513247459d5a337c0f715c6be3c37cbe1650e36f925ada22b74d8700fde06 +size 83977 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..6848a867 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7a37d543170aca88a92e1cfa01e469e3cec12e0c80b6d23a602e262299e9a21 +size 71436 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_Marble_Clean.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_Marble_Clean.uasset new file mode 100644 index 00000000..f1a98fcb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_Marble_Clean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2d3fd8b321a236fb9f03b1680751c096dea4a30ed18fe41c575dd85b519ae5 +size 109654 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..2c35c3ce --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:350c490aed86c0ac57388dff689263f31e72f1cfce8ee00cb927047981536612 +size 104545 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..26de0f3b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf2b46daa0a37f911d990059f012c2b302780cf70065e7eae06f0f09cfefac03 +size 140482 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset new file mode 100644 index 00000000..2076d136 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f680b9bdf11156e565f591d9b80162cfd1d02feecd692872ab15b4c1884bbcbd +size 46107 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..e0ad9e23 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9775e86cfde0573486b4e0b8ca385b657e18c03b609642421e9da81d808a06ce +size 50694 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..90adf188 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6721f929f9bc4876b8b0e3ad0f414c2a8a674faf794943ee4c515a1bf45d6f7c +size 51465 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..cfe49026 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dd2f13699627c74e69a77962e703db279bf27614e2402decaf40afe24b10fbe +size 79092 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset new file mode 100644 index 00000000..7222e79a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a7c7b573604b5e51ea59e4763c78e9fe6053bac29cd9b8d29a8bfdcabfefbc +size 85018 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..09750663 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f22ed219103c48c7bf2493dc8dfb59fe2897ee9b4e6006ae6941ecd4e5f507 +size 88020 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..4e799c30 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76cf45a7eda16fc94ec75c3ea11dd2a46199f4f0a460cea2b0e42af9d209791a +size 17683 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_D.uasset new file mode 100644 index 00000000..af9f4844 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6331ba8eba26a06499b78f6f6c9fdad8b1710cea1b5f56a54cd9f63cdc7c836 +size 8170006 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_N.uasset new file mode 100644 index 00000000..a94263cc --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd8938e743d77faf82663983978f3913de9e19578f4880b07decc69c99374eb8 +size 6739445 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_RM.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_RM.uasset new file mode 100644 index 00000000..b5ec6f40 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialFunctions/Textures/T_Marble_Clean_RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beb4c6f84d95e4ddea7aa0409191017da5fb43c08f2abd5c74cd6a633931ccb2 +size 2092205 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..73f52fb4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30e5ecd6c0551f483ea99c0f50d34e61cd78f25f67f96f7e7b76b83181fe05ff +size 80313 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/MF_DamagedMetal.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/MF_DamagedMetal.uasset new file mode 100644 index 00000000..cadc7a7d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/MF_DamagedMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c27c3d93bbfa8b17ffc037f437d682cb82fcdad5eeb734d2060842d10dc95fe +size 142613 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset new file mode 100644 index 00000000..595b9557 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_AnodizedAluminium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c45d37098125777b58e5d5cc5124cfeeaf60d55a34d7bacdd4aa081a2a691e +size 105042 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset new file mode 100644 index 00000000..48d162f5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a0c84273deaa3991a097e2fd76b818ae1793320a3f2772c6aad87afb6a21712 +size 130284 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset new file mode 100644 index 00000000..dd9364d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:908c9bab97240e82d7441bd8bbc2fafaf723c04a18e91d7739ea322e2eec8746 +size 121714 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_Metal_Aged.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_Metal_Aged.uasset new file mode 100644 index 00000000..c5e735c2 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/ML_Metal_Aged.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd366c18acfc4ede0c026f8fc11a5bdc0844bd45388f54babb074edb83f904dc +size 131494 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 00000000..b2d3b6b7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0d92b137a21ca715b1bb8742b2868ac09a4204570aa4799eb046b6339a839a8 +size 4739 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset new file mode 100644 index 00000000..4f14e226 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Brushed_Copper_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68d73caaa88be3ebb20d104824eecac054d9544e20a66333d1e83094fd4eb0c +size 17398510 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset new file mode 100644 index 00000000..35427501 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Brushed_Copper_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:577c280c903dcffee19535f595a8aa58e960007487713e8c66add0136d11c306 +size 9883757 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DamagedMetal_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DamagedMetal_D.uasset new file mode 100644 index 00000000..efa19d44 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DamagedMetal_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71847b50a0e4e4d1e44870374e92dfdf5e5b105c771824f778d3879588309f53 +size 10068437 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DamagedMetal_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DamagedMetal_N.uasset new file mode 100644 index 00000000..d1e0c680 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DamagedMetal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f465ef1c0564189f1ddc822184c653beb4a9d297d01ad5db5ce65cd313f6e662 +size 36455444 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DecalMask_Noise06.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DecalMask_Noise06.uasset new file mode 100644 index 00000000..262a7f55 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_DecalMask_Noise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bcba413d9d0985d833f48cb9746d96a88be4c5183cbd58864f15d80d8b84c4 +size 432562 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..8499ebf1 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f58ebfc48ee5b003447182a772a9bc080448f45929dc17a64cce33841fab0249 +size 4827139 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset new file mode 100644 index 00000000..168ee77d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf71791e66f8f03fb3d3c7d63db17c3a670dce2851684941d6cb40414cb6bea +size 4826740 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset new file mode 100644 index 00000000..90c4f48b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c50df2845ab4bc369a1f8f0718ebdd315bd90aa72b3fde2888b9a3c4dac55cf +size 3757966 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Aged_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Aged_D.uasset new file mode 100644 index 00000000..8a3c2f56 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Aged_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34c4dfc49a9a86be002debf56bc7af6c959942a2951e7fd3daec93fa29d05b35 +size 20256388 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Aged_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Aged_N.uasset new file mode 100644 index 00000000..4e9359a8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Aged_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bccaeeb099354753323013f34b09942ea90b3be946a8839e3b15392f78718ff +size 5964528 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset new file mode 100644 index 00000000..826d8cdb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Metal_Scratched_Circular_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b982c038eabb372050a1e89ae8380e758350b47fc2aed873c47121f4ec6be4 +size 5015125 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Rust01.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Rust01.uasset new file mode 100644 index 00000000..b9569f24 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7984ee228b7571b97f46337aef02a94d9d098ff194b2d3bcaf80ba6de983dcb1 +size 12557004 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Rust01_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Rust01_N.uasset new file mode 100644 index 00000000..9c6f7715 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Rust01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4369d8c3766b1ab87ac2d11fe65a765f46e627cd687e3d737848754a1d009e +size 12324679 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Steel_Dark_Aged_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Steel_Dark_Aged_D.uasset new file mode 100644 index 00000000..3fd4fbbd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Steel_Dark_Aged_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b02296c16f25d21efa66d39400a3d1b76cf90d4e8feb5e79b97cbc358d9efd +size 38540852 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Swirly_Noise.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Swirly_Noise.uasset new file mode 100644 index 00000000..3a7a698a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c861549e8af492ae59da08857d600c82ca5f89d110257cf44155aacbc2d968c +size 834264 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset new file mode 100644 index 00000000..6987e106 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736f308f9b4b5d5fd4a0ea032addea2ca688228e265c57bc51ace291bde72b0d +size 20253747 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/MF_SimplePaintedMetal.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/MF_SimplePaintedMetal.uasset new file mode 100644 index 00000000..a06bf4cb --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/MF_SimplePaintedMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fdb372dad21b6b1ff786da3a27ac769a616facf073a4602f4a02ee977aabe7 +size 108406 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_ML_GreenPaintedMetal_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_ML_GreenPaintedMetal_N.uasset new file mode 100644 index 00000000..33825f21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_ML_GreenPaintedMetal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c99465637e6b3ef8bea8ab20f9a8f778f4ca756cb13001d96b7fee4b0086f53 +size 3854187 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_MarbleCut_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_MarbleCut_D.uasset new file mode 100644 index 00000000..b65cfc93 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_MarbleCut_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ac56c72d489b472d25cff6d080166b0baf404d74a1d13f7d2cd364d182321f +size 29076366 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_PaintedMetal.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_PaintedMetal.uasset new file mode 100644 index 00000000..53fe7bc0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Painted/T_PaintedMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b8ae263bbc788c90f4c3cf7163d91ae7bf05382cd4856ae31f2e2a64a3d9a3e +size 4664433 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_GemLike_Color.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_GemLike_Color.uasset new file mode 100644 index 00000000..940b5b43 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_GemLike_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b471d6e7cae763825d30735ac85faa6bf60824b1e292ef03d7e7604a8d4b0a +size 88825 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_IcyNoise.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_IcyNoise.uasset new file mode 100644 index 00000000..222cc66e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_IcyNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a19da44e14c76e49f1fb497563a45ca14d5b384705b07e48094f34dc03f4948 +size 59706 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_SimpleDirt.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_SimpleDirt.uasset new file mode 100644 index 00000000..b2338e90 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/MF_SimpleDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a898fe76a038eb193754182d8c3c6a79b46b860f2b4c2a4c63ca62bb2dd4a69d +size 83652 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/ML_TranslucentIceyGem_Cheap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/ML_TranslucentIceyGem_Cheap.uasset new file mode 100644 index 00000000..4e687cdf --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/ML_TranslucentIceyGem_Cheap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2f186472591f2d1e8324c23daa8b68df3e1cb37cc7007d973f557928ee1c47 +size 143359 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/Noise_Naki2.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/Noise_Naki2.uasset new file mode 100644 index 00000000..4143c575 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/Noise_Naki2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d6f36cba7fade0acf024e7c2fba22d2b9a8519c12bbe02e7bb53b1c61f5cb3 +size 2905211 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/Noise_Water.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/Noise_Water.uasset new file mode 100644 index 00000000..bd806ca7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/Noise_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8fbd9e30534434288841ee58f7f34070971e4180f6fdc23dedfe95283ecb26 +size 3358671 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_IceVeins.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_IceVeins.uasset new file mode 100644 index 00000000..8bfaf96f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_IceVeins.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9880073df6cb35debd2da7d85a2b582184d4ef8b5354cb4a305cd032b5e533ec +size 6400384 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Ice_Crystal_S_01.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Ice_Crystal_S_01.uasset new file mode 100644 index 00000000..ad540ab0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Ice_Crystal_S_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa0d8a7b40979ab94eda9d3828490935ad5f37e6c00fa1d13eceaaa5e9ee0fa6 +size 249751 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Ice_Noise_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Ice_Noise_N.uasset new file mode 100644 index 00000000..6c36d0b6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Ice_Noise_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa4bff56bd0ff1ae290c39bd292b4a5c1125d360a21a95dad3752a1b388de05 +size 3130977 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Metal_Lights_S.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Metal_Lights_S.uasset new file mode 100644 index 00000000..0d355251 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Special/T_Metal_Lights_S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033e287dae7fd29b17b28662f9dae4148509758af029eecbdfdfe62cef2c1d56 +size 7309115 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset new file mode 100644 index 00000000..cb5a748b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/ML_RoughPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d4185fe90f7dc3dd2f43bf40f5dfe0eef30b2d39877ec6e75db80cd8dc3c6a +size 126999 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset new file mode 100644 index 00000000..ec8870e7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/ML_SimpleEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a9fd1e53abe50935ea283c512172d50ee67ddd3c2cb9fc56d452aaf12eb5c2 +size 79969 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset new file mode 100644 index 00000000..9631ff78 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0051a5433b40b0d5e79c65a6e7854d6397f2b8eb77157a79ecccf3dc685e1e29 +size 6671016 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset new file mode 100644 index 00000000..fce8ad4a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69830ae9cf757ffcf0528f03c65987855581b9097c7d4909b29f622ed36b6c19 +size 9225318 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..a02d1389 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d4755c0f7e1db9e051954a73dbaa81a6bef5b8f88870049af58bc7f63b2fb41 +size 7180 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Global/T_TestML_Mask.uasset b/Content/ParagonProps/ParagonProps/Turrets/Global/T_TestML_Mask.uasset new file mode 100644 index 00000000..030b4cba --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Global/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154ece3489fc2b023d6f24096acd8c1e5a8870b44af25f4f0125ff9fc25b4c69 +size 13372 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CC.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CC.uasset new file mode 100644 index 00000000..685a373f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378a58b694a776d501e07260a4484a4a253e5ea564e17d3146476afcf450979c +size 144664 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CD.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CD.uasset new file mode 100644 index 00000000..0f93c24f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15b59fc3f6f33f1f978e071f0763191de70d76e6c7a59100b1c8f5c0780467e +size 146149 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CD_Def.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CD_Def.uasset new file mode 100644 index 00000000..45caa3ee --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CD_Def.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45f5d1fd29e250a57507a2ea16f68e513bdb1393352dfabd6f07e1a111843b8c +size 147119 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CM.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CM.uasset new file mode 100644 index 00000000..ff3a06c0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/CM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baf0bf8c99636a59be653a904c3bbf909399f96dde6aac911a4b4284cb0cbc0d +size 145165 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/Turret_PitchAO.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/Turret_PitchAO.uasset new file mode 100644 index 00000000..f70e863c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/Turret_PitchAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d818a8f7bb12ecdda18a43b5762a44bafdd081ea676efe7bc268cc847cd2fabd +size 93041 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/Turret_Pitch_DefAO.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/Turret_Pitch_DefAO.uasset new file mode 100644 index 00000000..e246a45f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/AimOffsets/Turret_Pitch_DefAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cfc3a37283aa8ef36883b30974f677d9ab74b90d0d289836d63f808ec1ab52a +size 93084 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Aiming_2_Defensive.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Aiming_2_Defensive.uasset new file mode 100644 index 00000000..dd63aa55 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Aiming_2_Defensive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545051f23f38f771a6893fc0c9f0a5da0c8831f64e9b593c32c6ed0075e5067b +size 263679 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle.uasset new file mode 100644 index 00000000..7c03fbf6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc14f961ecd1fabfd72ed162028fe4e2388ffc2d33f2ed7b871d68a0a64e5a6 +size 336171 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle_Transition.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle_Transition.uasset new file mode 100644 index 00000000..31c8f456 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle_Transition.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8830cbd1b8d16b7f26310f75ca197bd5670cd739e1c67b3dd6047729f2426908 +size 333628 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle_aim_MC.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle_aim_MC.uasset new file mode 100644 index 00000000..54426ec8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Idle_aim_MC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8adf6f23f9238e9ee64c2dc4c6d816fe3cf04aa14e7996035ef137faa6d659 +size 142776 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Pose.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Pose.uasset new file mode 100644 index 00000000..4676ecac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Attacking_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:829697105f96f773b8d9a6c25c347e1293764839a90fd63804e505f743b6d18d +size 142503 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Blendspaces/Turret_Pitch.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Blendspaces/Turret_Pitch.uasset new file mode 100644 index 00000000..e2705519 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Blendspaces/Turret_Pitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1422753128e79f4007c4194770310715fa07c2ea40172a1cb33ca3c8cae8a941 +size 94019 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Blendspaces/Turret_Pitch_Def.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Blendspaces/Turret_Pitch_Def.uasset new file mode 100644 index 00000000..f54a2f0d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Blendspaces/Turret_Pitch_Def.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a3380971d421f18b4043f49b6a1e7ecab0dce95f77a6d79ac1d3204ae6bafa +size 93900 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive.uasset new file mode 100644 index 00000000..2eec1161 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8ab1327b56918271eb8af0671d44043be92611ae4a8a762b683cc16a260c420 +size 295163 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_B.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_B.uasset new file mode 100644 index 00000000..cb71dff5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2065c70fd423510e73e14de6823b257eb47388f0ddb44ffe03ca1b59e25a9b93 +size 295351 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_C.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_C.uasset new file mode 100644 index 00000000..4b7238f0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db6040207294a69f0d3d769e868e54b5287ff4d5a4c3767d46c49321df441ac +size 295050 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_D.uasset new file mode 100644 index 00000000..564fb901 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Damage_Additive_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0443b3e5fd377c1dab457832bc735e313fa768b507e9f2a672bba37970770352 +size 294921 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_A.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_A.uasset new file mode 100644 index 00000000..65c97161 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cf05ab6fb3eaae0259108765cbb8426bdde8cfeb9f63fbc6cb79aa1f048494b +size 464371 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_B.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_B.uasset new file mode 100644 index 00000000..0731848d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a836045455b30281619569c8e7183e7d566de9715cfeb592c65b7cd6865a14d +size 470078 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_C.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_C.uasset new file mode 100644 index 00000000..5e988197 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Death_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1253d396398d89a4f0e7461e1a829c0b4f682f27060376d5e0edf40a16c6ec46 +size 469481 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Def_2_Off.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Def_2_Off.uasset new file mode 100644 index 00000000..6d40c32e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Def_2_Off.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cb51aea8851b56cfd9de3d5a5b3dec164ff90c89d0d694eb214ec28c12cbee8 +size 185111 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Def_Add.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Def_Add.uasset new file mode 100644 index 00000000..883f68b0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Def_Add.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb27ebd671b1c5b6425923ef4325a963088cf1e2ef5299797ff2c37e6821c9c +size 140284 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_2_Aiming.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_2_Aiming.uasset new file mode 100644 index 00000000..95b2ae72 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_2_Aiming.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e854e399af625eadd7d6b4e31418e9210bb11153d0211f374402cef92c49184b +size 165163 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Aiming_Pose.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Aiming_Pose.uasset new file mode 100644 index 00000000..6aa7531b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Aiming_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ea41d1401c28ad0ecaabe25807a1a310232dc07b1d5e77857683e3982b1d407 +size 144337 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Idle.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Idle.uasset new file mode 100644 index 00000000..67add235 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:123a1d85192952e94056743b19ec3101638bda075a3009406133d9cbc83cc587 +size 407156 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Pose.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Pose.uasset new file mode 100644 index 00000000..92602fb0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Defensive_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0dc615a256849f9cb1b2d8ca9acc305e1c82ff4a255f3b51ed631cde1448a47 +size 141015 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React.uasset new file mode 100644 index 00000000..1c3b438c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602217b1e2075642fb3a817ace40a6d53e507b7df73aed1f8011813fe83b6727 +size 156230 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React_B.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React_B.uasset new file mode 100644 index 00000000..334890ef --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e5c5f22a691aa391c5ceecc1d66a6dfed5a866e64464793d6887e75dffd519 +size 161223 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React_C.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React_C.uasset new file mode 100644 index 00000000..470f0c26 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Hit_React_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f7c98a4f855698c65886fd202ad47a5bb33481ef1874d8dcf09cf9b5a8ea9a3 +size 160981 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Off_2_Def.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Off_2_Def.uasset new file mode 100644 index 00000000..98f3f4b4 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Off_2_Def.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5604321bb8b52095f6063861e76d86353371bf5b0b3303e901b9b2a3da1c2a5 +size 224437 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Off_Add.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Off_Add.uasset new file mode 100644 index 00000000..7c980519 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Off_Add.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:473536b32f69cb1798bda880c514d5b18fbd11ed51738f489d6331d4aa7fd36a +size 141227 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Close.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Close.uasset new file mode 100644 index 00000000..bb3a613d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Close.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afd91fe82bf0f6d5378d39c5b9b95c973947e3123e53a3f9c3ce809f566eda51 +size 154665 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Closed_Loop.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Closed_Loop.uasset new file mode 100644 index 00000000..eecf5b6c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Closed_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc393f48ddf8d052696d628700a02bcc0eac6e821b4be916e9382c0b592c635 +size 140860 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Open.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Open.uasset new file mode 100644 index 00000000..f0f7736b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdbb18937fc427acc600f3cf37818745ddbe1506f0c1b51db32a502093d14251 +size 158819 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Open_Loop.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Open_Loop.uasset new file mode 100644 index 00000000..0c6b650d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Panels_Open_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4606b2d99ff1a2710955ab237657da797e5fe3e9cb3189676bff27c7ed5532 +size 140771 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Recoil.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Recoil.uasset new file mode 100644 index 00000000..8fde0d2d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Recoil.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff685e41c8fc48177043c2fd0ac0783211d2610197637fd421cdd90747f3ed19 +size 256384 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Sleeping.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Sleeping.uasset new file mode 100644 index 00000000..83668f82 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Sleeping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93490253a07a5a75985b35edb92c210b0211703403150aef7f7350ccd7e7db35 +size 139858 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Startup.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Startup.uasset new file mode 100644 index 00000000..d2ca8ff8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Startup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bddbfe3d5fa78b28824d2be3cdb538639007d47e4a7d9c43ee03cbae5810843 +size 257833 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Startup_Aiming.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Startup_Aiming.uasset new file mode 100644 index 00000000..6f755e3a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Startup_Aiming.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aba6eddee2c48915781d9441646822711c92e204f02582eb95cc5aabddc41353 +size 260756 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Turret_AnimBP.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Turret_AnimBP.uasset new file mode 100644 index 00000000..9066128c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Animations/Turret_AnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dddba4dc613584c9bdbc0ad4886bfd04da3fbb486544e64ec45c3a1230dc0cd +size 1152179 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/MF_DamagedMarble.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/MF_DamagedMarble.uasset new file mode 100644 index 00000000..a5b2b6a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/MF_DamagedMarble.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fed88a2bcd319322a7f9d9a69a9386481007effeda6cf6121fb421046da8795c +size 133603 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/MF_Tower_MID_Effects.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/MF_Tower_MID_Effects.uasset new file mode 100644 index 00000000..f08279b3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/MF_Tower_MID_Effects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e96b357377a64ad8e97c729beb6f67adcbf0c93dbbdb799c85007ef66c5b8f +size 78324 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/ML_Marble_Black_PB.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/ML_Marble_Black_PB.uasset new file mode 100644 index 00000000..008c979c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/ML_Marble_Black_PB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782cc377b5f003a73ffa64a4f6643d94c3d9d17f8c8652440021a9a8c3bc293f +size 130080 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/ML_Marble_PB.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/ML_Marble_PB.uasset new file mode 100644 index 00000000..4ad6648a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/ML_Marble_PB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690bde029c5e9869ab428e8b2055d737113caa4ac48caea36fa9de2f77b5dcea +size 132714 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER.uasset new file mode 100644 index 00000000..2dab9d5c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a45f210a33bdf354976e01b4ba27e063f580d6cf72c102d47fa0f4173ab78a +size 193960 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Base.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Base.uasset new file mode 100644 index 00000000..7b3f0a1c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab90dcc41d6a4b5cc1fcb404be1a186d6751c3e95a4d5c31db9a74fa8d547a27 +size 146285 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Core.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Core.uasset new file mode 100644 index 00000000..038db5ff --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6cf90c61166a2f377d3d893e5fdb6fe61527ec362627065bf78633ce60d56b +size 147119 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Inhib.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Inhib.uasset new file mode 100644 index 00000000..75c17790 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dawn_MASTER_Inhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcce83ba3de29758a91eddb11b0e7f889a5ffd5eba79861ba03b3a834c6932bd +size 148928 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER.uasset new file mode 100644 index 00000000..dee95752 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b6f90e8e991ad6a0663c7c0c5150142ce8bb5a06b76a9228ec84f197d92f5d5 +size 189038 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Base.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Base.uasset new file mode 100644 index 00000000..169f8ee6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af44266a90d3aaf409e76702a0c10e03c699acd2ed12a6691927efa385508c9 +size 140007 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Core.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Core.uasset new file mode 100644 index 00000000..f0c27b5f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fabb523bf2212ea214e67b8b7c39a54d0e94c4189a9ac8f0a3a6f877263b8f4 +size 146127 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Inhib.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Inhib.uasset new file mode 100644 index 00000000..2b15744e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_Dusk_MASTER_Inhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0590414fd675293bca85e0146e059f0830c7039537cdc39476b3b726e22f7f0 +size 148282 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem.uasset new file mode 100644 index 00000000..256c7a18 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d477eb504c13c691436ced9649cf25bb43ec2c30ecaf9433e439566bbb3090bf +size 163572 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DawnInhib.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DawnInhib.uasset new file mode 100644 index 00000000..0bfe044a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DawnInhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbf0819e380fde549eec2c59edd2ad5527e9405e5bb803d71bd3dc17707fa14 +size 149485 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DawnTurret.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DawnTurret.uasset new file mode 100644 index 00000000..f78716b7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DawnTurret.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c4bff2884f1eed29a1d77988d42307a9afb6bde110ab229506844091f3575c +size 150468 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DuskInhib.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DuskInhib.uasset new file mode 100644 index 00000000..9a273708 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/M_Turret_TCGem_DuskInhib.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6156e518223baba6980acb761bb41d5865b158410f5302e1a18eb7a0ed5cfba +size 146659 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core1.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core1.uasset new file mode 100644 index 00000000..da7e2e64 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3163ab9b3bd129c196f6541ff491ccc7a25bad4e3a7752057a6acc0fca8ace38 +size 195620 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core2.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core2.uasset new file mode 100644 index 00000000..a5fe3588 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2e2798cd292e074e2af60093dc3f76030c1f3a3057bc3e593a61c2770ce60e +size 195432 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core3.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core3.uasset new file mode 100644 index 00000000..fc1a783d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c88c44b06b86b6b47263fce89de913d6bc6a10d31662d593e33a4acf9fb880b +size 172625 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core4.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core4.uasset new file mode 100644 index 00000000..e33a7b48 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Materials/Turret_Tower_Core4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf75973f5463a1c4f38357d60d837f44b969044cf48d040f4970f5794a70176f +size 177607 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Base_PhysicsAsset.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Base_PhysicsAsset.uasset new file mode 100644 index 00000000..68cc9eac --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Base_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7f646ae0df576dcb24c9c47ecb0f59a5d2539eff06c9636e65c620cd38048f0 +size 112823 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Base_Skeleton.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Base_Skeleton.uasset new file mode 100644 index 00000000..a2ea09d7 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Base_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d1258bff3a01e793e7b598fc1712a377d465cbd3d117012f45345c80b38ed2d +size 16735 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Dark_GDC.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Dark_GDC.uasset new file mode 100644 index 00000000..ea4ebd10 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Dark_GDC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8321430e3bb800c37c8328ad8d6c2e10e319f54c97c36413bc4d3c612174a1 +size 23316428 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Inhib_Dark_GDC.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Inhib_Dark_GDC.uasset new file mode 100644 index 00000000..26823802 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Inhib_Dark_GDC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d312638c7ea6b5a1e62de6d7bde4ba17f23b0cb87c4914718a860937e8070b +size 27074657 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Inhib_Light_GDC.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Inhib_Light_GDC.uasset new file mode 100644 index 00000000..7c860c6d --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Inhib_Light_GDC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0c56097dd7cb588399efc0f6acb4374126799fe4f1beade32a99ce5de906d0e +size 31379109 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Light_GDC.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Light_GDC.uasset new file mode 100644 index 00000000..fc0d1923 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Meshes/Turret_Light_GDC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29ca663e27d0c1a4c8986581fd3a95eeee62060496cc6fa06c07a268d22fc8a9 +size 26571320 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_DamageMASK.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_DamageMASK.uasset new file mode 100644 index 00000000..8fe929c5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_DamageMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa24a838619fb5ac588de6315350a7caa3a68d7aa9309b553a71d12080babdcd +size 5178904 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_DirtTrack_01a_H.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_DirtTrack_01a_H.uasset new file mode 100644 index 00000000..4fab286c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_DirtTrack_01a_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8bd72b09887ce4b5806ee6f23f771d0d3d5e102d0512f1a6ef21752bf8291d4 +size 2859017 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_GanFireBrunRGB.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_GanFireBrunRGB.uasset new file mode 100644 index 00000000..e113c95b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_GanFireBrunRGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74ac12e748b2a466fa6fd8db8db52e68d9c7a91ad57280a9e02dbdadeca8db3f +size 853083 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Kurohane_Eye_D.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Kurohane_Eye_D.uasset new file mode 100644 index 00000000..012db882 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Kurohane_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a0266c81516ed9da2aa1ea41971cee529801528aa6d68a55e8f9d2f43efdc85 +size 3540932 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Marble_Albedo.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Marble_Albedo.uasset new file mode 100644 index 00000000..8c65e2b5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Marble_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d6b941b29971e81b2e318c12f7d39ebb0591d6d1ea1866f3747106ffc9a36f +size 30262579 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Marble_Black_Albedo1.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Marble_Black_Albedo1.uasset new file mode 100644 index 00000000..9ef4c810 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Marble_Black_Albedo1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33e5739c2b5ec25298cfdbeb0ad0408e6ef926b0b10ef481affd7c670489563 +size 26352331 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_RockSmooth0074_1_XL_H.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_RockSmooth0074_1_XL_H.uasset new file mode 100644 index 00000000..c159ea4b --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_RockSmooth0074_1_XL_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dae0acb93bef0ce4a16847f308248c696640a57a8aec12891896c1b4fa6dcfab +size 2680198 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Base_Mask.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Base_Mask.uasset new file mode 100644 index 00000000..3e7a3d3e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Base_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d633a159fd13004f54713622b88ee8179eb6e68bbc119ad6f4ed5ffdc894dc8c +size 125900 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Bass_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Bass_RGBA.uasset new file mode 100644 index 00000000..ffc5b5e3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Bass_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7042925a2bb53a11bc20f796bbd09217266499948c75a9100e0b7f6db5a6f1c6 +size 24389062 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_1_Mask1.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_1_Mask1.uasset new file mode 100644 index 00000000..0f366703 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_1_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20010d22d69206af396d37a47125abd39626464caffa8b6270e9c81974d05497 +size 173739 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_1_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_1_RGBA.uasset new file mode 100644 index 00000000..40818134 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_1_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925b90b33e94212917cfbd113edbabd3ac47d8f720c221bd207287deb31ace70 +size 21028916 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_2_Mask1.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_2_Mask1.uasset new file mode 100644 index 00000000..b95ad112 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_2_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c75f1cb29c199a82a6bac232a736e7db40175046ab65547f12a966643c195a6 +size 233326 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_2_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_2_RGBA.uasset new file mode 100644 index 00000000..6ff9657e --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_2_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5917e4c79332cb699a3ce508ed41e89897b3d95a2e141afdaf742694353dfa +size 15887553 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_3_Mask1.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_3_Mask1.uasset new file mode 100644 index 00000000..40333de3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_3_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14af6ed6e156c547ddde1603b2d9f438d6bd34e0d80043e2535df90b25f6ae6 +size 72912 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_3_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_3_RGBA.uasset new file mode 100644 index 00000000..045ea7e6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_3_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f50be45179e085053707ca9e45c193e1de70926c66532df17507b40be28c8fc +size 14563196 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_4_Mask1.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_4_Mask1.uasset new file mode 100644 index 00000000..02bdba70 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_4_Mask1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb391e7db3cc8be545c925806052be11bfbb97c5695b0ce64673fa95f618e1db +size 70480 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_4_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_4_RGBA.uasset new file mode 100644 index 00000000..56d92483 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_4_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320955d7381dad457ace91b26901214c9a6327052f5ac5adcb5893f0d5edd1c0 +size 12411472 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_Mask.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_Mask.uasset new file mode 100644 index 00000000..f080f151 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:702e2bd825aab60668444121bf3c0dadc158fb09d13cacd53063b469bc65e0ac +size 334522 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_RGBA.uasset new file mode 100644 index 00000000..f5243091 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Core_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5b66c78bf6bde76e481055cdbe5559b9ffe5d8a601a501e075f39a59ae288d +size 16510528 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Lnhib_Mask.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Lnhib_Mask.uasset new file mode 100644 index 00000000..4889ed03 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Lnhib_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cb5bcc5bd4c2cc695f6d8522962c50b22980a9c35022826cc74ba849084d8d9 +size 306554 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Lnhib_RGBA.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Lnhib_RGBA.uasset new file mode 100644 index 00000000..24c781dd --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_Lnhib_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a600a8b3df5bd7e1d4ecd66e6bbe47a51249b33e44f6a59d47cfd3cfc8bede37 +size 12428812 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_MarbleDamage_normals.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_MarbleDamage_normals.uasset new file mode 100644 index 00000000..9d50d243 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_MarbleDamage_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26257c39534a56e5e0013e564c5093740d33e507efd9f59837faf3220e99c5b6 +size 9060009 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_MarbleDamage_occlusion.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_MarbleDamage_occlusion.uasset new file mode 100644 index 00000000..2feab6e9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/T_Turret_MarbleDamage_occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fdf070cf0bdeb3c8a15c1ce24aabab3c1f791ed30e12bd079f91d2da4e00013 +size 3459455 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_1NormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_1NormalsMap.uasset new file mode 100644 index 00000000..11d5c8f8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_1NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6acb432fd3ffcf215e23796b7ab0a3280bad402ebde4d92949cd2cb5741f376 +size 11483026 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_2NormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_2NormalsMap.uasset new file mode 100644 index 00000000..7235ac4c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_2NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd462b79966a4a4390c8e60e99886d6afe489ff8c7badb42982b2e650d8e4653 +size 12678287 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_3NormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_3NormalsMap.uasset new file mode 100644 index 00000000..7133681f --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_3NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801c178a77e7c8da6e4f0eae20bbb81982db9866ca5acf2c6684f6231ceb2c6e +size 10124255 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_4NormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_4NormalsMap.uasset new file mode 100644 index 00000000..8fa11df5 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Core_4NormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d10adbf0ae23f3a03b81c5739e3b53172842b889ce700de5797f6efec02354 +size 8520682 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Base_Mask01.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Base_Mask01.uasset new file mode 100644 index 00000000..ca4681e8 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Base_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e197c5150e9c769c760b3df1c1dc3754fc401c6cf54686b05bdf7ac328a9d37 +size 124546 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Base_Mask02.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Base_Mask02.uasset new file mode 100644 index 00000000..408edf51 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Base_Mask02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e43d6ec14b2c2f96fbaa5711a9b364ebdd48b56febf861c38f9b1053dffe1d3 +size 16837459 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_EmissiveMask.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_EmissiveMask.uasset new file mode 100644 index 00000000..cbaefe45 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4c00f5a6120bc5fa0287b56e0b3308abff614ddb35b2b3cc6cc91d19df16b7 +size 665339 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_Mask01.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_Mask01.uasset new file mode 100644 index 00000000..dc379c37 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db69fe6d04b9cfa3067cae2fbc537a8bbbc8ba60bf1613f2f6adccbd2ec9f04 +size 335113 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_Mask02.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_Mask02.uasset new file mode 100644 index 00000000..8f5478a6 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Core_Mask02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd6c4aa30ed3bd017bc81b84ed149903e7937075f560a12a9d1ee3e23051a795 +size 13982327 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_EmissiveMask.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_EmissiveMask.uasset new file mode 100644 index 00000000..ce03db21 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7553ce5a552fd3831421daad3961cafc583dd586cb4f9aca5f9483079424f9 +size 888170 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_Mask01.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_Mask01.uasset new file mode 100644 index 00000000..25bb9c67 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_Mask01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5efa8abce642afdac24cc687bfc49309cf8c798c6076da689dbca4604b49794d +size 194708 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_Mask02.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_Mask02.uasset new file mode 100644 index 00000000..83094f0a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Dark_Inhib_Mask02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326adae0037bdfd81a9dbc7870ec770377831bc7faa8d19f42924fc2e04ce931 +size 12759478 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_BaseNormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_BaseNormalsMap.uasset new file mode 100644 index 00000000..befbcc2a --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_BaseNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1369ebd40af83293e832453cb97e29c3fae3eb2360837a1db59effa44029221 +size 12592411 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_CoreNormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_CoreNormalsMap.uasset new file mode 100644 index 00000000..9cce54a3 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_CoreNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a44952516b7aa492494d6a49d8ad4f79a21bc888716d99894671511716f577f +size 12116019 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_InhibNormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_InhibNormalsMap.uasset new file mode 100644 index 00000000..ead0379c --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Dark_InhibNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629285822699ca3db9e917fa70e9fb05bc0cf0e228f95d1a654a052dea5a8dcb +size 11340386 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_BaseNormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_BaseNormalsMap.uasset new file mode 100644 index 00000000..5e0fe4c0 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_BaseNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91d9334f0a9de8da2816d579bcd3154600aa684b75ba62e7cf20145b6df2e00 +size 12783801 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_CoreNormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_CoreNormalsMap.uasset new file mode 100644 index 00000000..5d2e26c9 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_CoreNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acb842b127b74761a56437081a459906a0454b310e5169ccd77c9f6482a060d +size 12916760 diff --git a/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_InhibNormalsMap.uasset b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_InhibNormalsMap.uasset new file mode 100644 index 00000000..c7139a50 --- /dev/null +++ b/Content/ParagonProps/ParagonProps/Turrets/Turrets_inhibitors/Textures/Turret_Tower_Lite_InhibNormalsMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc6540bebab4c674ec3775718eedb8f7138e3bdce62bab69320e6e2ff6eee5e6 +size 11769446 diff --git a/Content/ParagonProps/SampleMap/BP/BP_CharacterPedestal.uasset b/Content/ParagonProps/SampleMap/BP/BP_CharacterPedestal.uasset new file mode 100644 index 00000000..e756d3b1 --- /dev/null +++ b/Content/ParagonProps/SampleMap/BP/BP_CharacterPedestal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fd6b4fb4d4b9c8e8e71599b456e8885ce886e283bc64c17571975afe493c534 +size 35663 diff --git a/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst.uasset b/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst.uasset new file mode 100644 index 00000000..6495dcf5 --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd93e082ae181ce1614f8f8a2559b6a1772be25f87d43dd962ee2ff23376dcf7 +size 169757 diff --git a/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst_Inst.uasset b/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst_Inst.uasset new file mode 100644 index 00000000..d2351dd3 --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d164be8041bd64900e6fc93fc98b0bb2c0c2294127044ce31fa44e07836b6bea +size 165461 diff --git a/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst_Inst1.uasset b/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst_Inst1.uasset new file mode 100644 index 00000000..356f8f21 --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/AgoraMeshToMono_Inst_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f57ba39d002ad7a6b6fdbcd2bc9173aef83ce78abd2490009d5def7a1841cb +size 164474 diff --git a/Content/ParagonProps/SampleMap/Materials/GreenTest.uasset b/Content/ParagonProps/SampleMap/Materials/GreenTest.uasset new file mode 100644 index 00000000..464df38e --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/GreenTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f583f9b1321c0a9ad9c3acfdcc29af8825046e28cc18940555d1db50019732 +size 104745 diff --git a/Content/ParagonProps/SampleMap/Materials/M_Dawn_StairsBlack.uasset b/Content/ParagonProps/SampleMap/Materials/M_Dawn_StairsBlack.uasset new file mode 100644 index 00000000..cdd93a1a --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/M_Dawn_StairsBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6b5061f59ec173de6cc71f019114b5ca7a5197538b409518a7b3425e77e4ff2 +size 112124 diff --git a/Content/ParagonProps/SampleMap/Materials/M_Mono_Water_Flow_Limbo.uasset b/Content/ParagonProps/SampleMap/Materials/M_Mono_Water_Flow_Limbo.uasset new file mode 100644 index 00000000..2f78df24 --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/M_Mono_Water_Flow_Limbo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecdce36aa3f7bb2d39a2701fd86cd5fde5c336ca153d76f4db8e429f461004aa +size 153237 diff --git a/Content/ParagonProps/SampleMap/Materials/M_ParagonGates.uasset b/Content/ParagonProps/SampleMap/Materials/M_ParagonGates.uasset new file mode 100644 index 00000000..b2b7aae5 --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/M_ParagonGates.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:247719f7e3a2eaf8ad909d95229aa268b4e8d6f4300599650c065e08ebc497a1 +size 143944 diff --git a/Content/ParagonProps/SampleMap/Materials/M_ParagonGates1.uasset b/Content/ParagonProps/SampleMap/Materials/M_ParagonGates1.uasset new file mode 100644 index 00000000..a382641b --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/M_ParagonGates1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5c2442d8478deb473b0f1f74d23caf11c5e712764cd162be2b2cf7fe7aeefb4 +size 135202 diff --git a/Content/ParagonProps/SampleMap/Materials/M_ParagonLogo_Inst.uasset b/Content/ParagonProps/SampleMap/Materials/M_ParagonLogo_Inst.uasset new file mode 100644 index 00000000..b2fade35 --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/M_ParagonLogo_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a75aa1c50f143ad56b2519626b5c70fea6e219a5a844030f28f9ff2fc3f5ea75 +size 134788 diff --git a/Content/ParagonProps/SampleMap/Materials/M_ParagonLogo_Inst1.uasset b/Content/ParagonProps/SampleMap/Materials/M_ParagonLogo_Inst1.uasset new file mode 100644 index 00000000..e217f48e --- /dev/null +++ b/Content/ParagonProps/SampleMap/Materials/M_ParagonLogo_Inst1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d88f98b54f7bd51a7427cac146118edb03a840d3edc72a8a7a94fe92d3ff4fdc +size 147778 diff --git a/Content/ParagonProps/SampleMap/ParagonSample.umap b/Content/ParagonProps/SampleMap/ParagonSample.umap new file mode 100644 index 00000000..51ebc676 --- /dev/null +++ b/Content/ParagonProps/SampleMap/ParagonSample.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88d68604d272ce0d260f240006f6674da53423e9475233e07a12a3fa1831e128 +size 102408585 diff --git a/Content/ParagonProps/SampleMap/ParagonSample_Daylight.umap b/Content/ParagonProps/SampleMap/ParagonSample_Daylight.umap new file mode 100644 index 00000000..d2116d5a --- /dev/null +++ b/Content/ParagonProps/SampleMap/ParagonSample_Daylight.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b342cd402ef1611e49a918b1ff787d3e7bfb5162c0c2e3f826a8ca7e7677054 +size 98651 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_E_Engage.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_E_Engage.uasset new file mode 100644 index 00000000..56cee698 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_E_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919baf852b63b72f08b93752da65bcda8a1d3ad40f69812a8a3937bdeca12d0a +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_LMB_Engage.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_LMB_Engage.uasset new file mode 100644 index 00000000..b8457cd6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_LMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fd66f7bf5fd1232193868158dbae13992a94860b5c71a0e1242ba99da60492 +size 8077 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_LowMana.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_LowMana.uasset new file mode 100644 index 00000000..9b991e95 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_LowMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e539dcdcf0c2cd8135a978275dafdc07fedc29ab515d04818f339201d4991615 +size 9395 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_No.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_No.uasset new file mode 100644 index 00000000..dbf941e3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_No.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3187a72102384c879ad6f10770f9822fc7595041b2d4635ff16d9d82e927f6f +size 9335 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_OnCooldown.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_OnCooldown.uasset new file mode 100644 index 00000000..8a3a8e1b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_OnCooldown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6016eede2326b16dbe23fa16fb4e4d480ae95ee7d6c98215d767ed4642adcde +size 9431 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Q_Engage.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Q_Engage.uasset new file mode 100644 index 00000000..653988ed --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Q_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9818d05a93f4d30895c807a705de5c92175765b5f172c05c1e3fac801d5ea692 +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_RMB_Engage.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_RMB_Engage.uasset new file mode 100644 index 00000000..fb20dd58 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_RMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66e3d054cf1f49f035ec09ad132cd39c62c26c4052a72af29bcb5cab1985113e +size 8077 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_ScoredCrit.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_ScoredCrit.uasset new file mode 100644 index 00000000..e0d42dde --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_ScoredCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb07feac427bb199b8c31451b2618f37d7b0bdd1f2ebe3db333158786a625360 +size 8077 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Ally.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Ally.uasset new file mode 100644 index 00000000..586d894e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Ally.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81df3973e82d7640fd7acd136f64864acc8f76e680af35198c2d14c0a9277bf5 +size 4286 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Enemy.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Enemy.uasset new file mode 100644 index 00000000..c38dc3e7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a49de78b33cb1c0ab2c4be8130866670187e9dd9fadcde5be0381ad8ee4fe0a6 +size 4292 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Ready.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Ready.uasset new file mode 100644 index 00000000..aaab376c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2522e7c75bd797ebf52f7bd5f6fd2756f1dfe1f7bf8efdbd784ea206534c04c8 +size 8117 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Self.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Self.uasset new file mode 100644 index 00000000..13710d9d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_Ultimate_Self.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c3ca8068c7b8962c1182a0ce695d3335b130591ade88e26d6743331cfade41 +size 4286 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_UsedLastCharge.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_UsedLastCharge.uasset new file mode 100644 index 00000000..753f11ff --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Ability_UsedLastCharge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bba63826e8e1d5daba18a37a72dab803f9cb12ab314f570d323be717024c12dd +size 9479 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Catchphrase.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Catchphrase.uasset new file mode 100644 index 00000000..04516099 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Catchphrase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81029f28203ff273ddee9179ca59cb56123d7769ee1ca588d1d4ed7255f7c1ea +size 10687 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Death.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Death.uasset new file mode 100644 index 00000000..b07073ce --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763f587f3741cc46984fae6dab07274375cdd7bea6f7e2e82738453bb88025a9 +size 13259 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_DraftLock.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_DraftLock.uasset new file mode 100644 index 00000000..64a21fb0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_DraftLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc376388d1760a68cdac7d1cefc4d20b13f3e8da8ccfe6849d6923568005446 +size 10659 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_DraftSelect.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_DraftSelect.uasset new file mode 100644 index 00000000..db89b4a1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_DraftSelect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59cfc7eeefb906ffc902d676c681dc3312a72236d3db08db44de2e71efb35c02 +size 8007 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_E.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_E.uasset new file mode 100644 index 00000000..ec28b7c7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af00833866a5cd17aac7c3b97bf007755c92bda72436a80a9487355b626ed59b +size 10757 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Primary.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Primary.uasset new file mode 100644 index 00000000..9a782d5b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Primary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a440e6f3045721a56d903069663f0e5ee9ff58d2515b764b6b68c7e82d75b7 +size 10841 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Q.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Q.uasset new file mode 100644 index 00000000..67bc6be4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ef701aff3ce13714b75af1f96ea760ff7e780b6b69080fa55540d07678abc5 +size 10757 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_RMB.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_RMB.uasset new file mode 100644 index 00000000..a216316e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c475640c16e63a83b6255fbe014a950791c507b255c7e91491aa809b65b5dd1 +size 10785 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Ultimate.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Ultimate.uasset new file mode 100644 index 00000000..1a1d148c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Ability_Ultimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76d42d00c9b72bc5422dfa6e3452921bad49d0a19e84446454c113785882da50 +size 10826 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Attack.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Attack.uasset new file mode 100644 index 00000000..f86521af --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f74708e6943c2587a1053fab44a8e6388fd1b2072d30b857c70f9fe565cf2fc4 +size 10715 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Block.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Block.uasset new file mode 100644 index 00000000..c8f8b1d5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d64f673189e90bf97a0c01a7b5ed9310afbbc628bf460629d31fbb3c3ae5570 +size 10701 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_BreathingLowHealth.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_BreathingLowHealth.uasset new file mode 100644 index 00000000..0ce88bad --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_BreathingLowHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:617bfa28f78e93a97009fe65f6c096a4bd6afa424499e793185c3658b8e45dea +size 10884 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_BreathingRun.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_BreathingRun.uasset new file mode 100644 index 00000000..0eddd6d4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_BreathingRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46ef95e7b2ae4383573245664335af5f8286d0db4200f606b739ff52a2b57fd +size 10800 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Cheer.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Cheer.uasset new file mode 100644 index 00000000..907ccf57 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Cheer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6409c9a6bf3f9a52f3ac394ece198c472a3e0252395620d4bd41ad66348fe82c +size 10701 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Death.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Death.uasset new file mode 100644 index 00000000..9fa90e3f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4062caf0cb6a3d83eb4a37309b35b3563d8c4a70f9ab74ff5047f0502f1abb12 +size 10701 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Frustration.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Frustration.uasset new file mode 100644 index 00000000..8e03d922 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Frustration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5192136676b89b256eb5e5c1ff05cece1aad5a223e13d5cb95e449b02721ca40 +size 10785 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Jump.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Jump.uasset new file mode 100644 index 00000000..22aedb53 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab763975fe76983e886a2e882f5202ca137d9f02ce490191f7885f8f88e89119 +size 10687 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_JumpHeavy.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_JumpHeavy.uasset new file mode 100644 index 00000000..4cd3acff --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_JumpHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e77a17b54609be1e445e6f249c9aa0facb95c8e5cdc086aab78ac001b249d3c +size 10757 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Laugh.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Laugh.uasset new file mode 100644 index 00000000..84f973e2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60887c2cc65d1df1030c2535ff6e61c68193041b06e301996dd2eee4fd2c6605 +size 10701 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Pain.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Pain.uasset new file mode 100644 index 00000000..4fd1eb57 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Pain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b416652f00e92eb40f1abce13556ba7bf01a0c9e2d2bd7b1c0b2edaaaad19ed5 +size 10687 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_PainHeavy.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_PainHeavy.uasset new file mode 100644 index 00000000..e489a594 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef513fb7302c46a0e437eb9720a2689737f1c64c24ec1807a8e70ef5280e09d +size 10757 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Swing.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Swing.uasset new file mode 100644 index 00000000..e2243c86 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Effort_Swing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ae488a10d40cb05579de237a7b49c98df664a4af8ad62d1e116aad339dc0ed +size 10701 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_010.uasset new file mode 100644 index 00000000..6f14992c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51bf288af980ea302983d648920fe4ed40378a8d5fe4cea441e007c40ff343c1 +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_020.uasset new file mode 100644 index 00000000..63dce0c6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98e88001ecbe9d63b8597fd492c56e1f7ddec78e603859a61f348f8a6f3d50b +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_030.uasset new file mode 100644 index 00000000..0a337f96 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12480b8686e059cb07e60347df3498931d9c65f64538f5bd694b650b890b724c +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_040.uasset new file mode 100644 index 00000000..867deeb4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50341e2f862614f56f45e3962ab350aaec36e0af0ea2f64ecefc85b408ec76df +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_050.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_050.uasset new file mode 100644 index 00000000..acf1effa --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512e617816979836b6ba7fbfed83a567ceac0180d601c961e2cc9ae8a9190e01 +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_060.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_060.uasset new file mode 100644 index 00000000..b1fcc72f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfc22281c33fd7d4a8d1d213e899c13162c3c5a5ce15579ed367506a005f1ae4 +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_070.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_070.uasset new file mode 100644 index 00000000..c9c2cf9d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fc6104ccb5f8e682fa228daee239ee9818981e864277ad8beba71d04e87f646 +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_080.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_080.uasset new file mode 100644 index 00000000..0cf8bb32 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77918c3fa0f2d4e632e282effed5cf1dc154290d9d61e51b9456e3d92cdfba53 +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_090.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_090.uasset new file mode 100644 index 00000000..4c429e23 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a839875a61f031ca50f369a21c47e91d5ff20d0994029f706411e5298befe006 +size 4206 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_Taunt.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_Taunt.uasset new file mode 100644 index 00000000..7863a717 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Emote_Taunt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69cb5763c8a35f25e8640076d5cc1a418ebdc20c8a77c880cfb0fa50f51303ba +size 8007 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Critical.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Critical.uasset new file mode 100644 index 00000000..15267943 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Critical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27bba4de229e58da189f59c33db6dfad56e8f2ae5570ee7a4d7827272b105d79 +size 8047 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Health_CriticalSave.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_CriticalSave.uasset new file mode 100644 index 00000000..e357f231 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_CriticalSave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af1af034eab61b049621dd17c9d09065478768c2349bcee6eb25a3580db6b1f +size 8087 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Healed.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Healed.uasset new file mode 100644 index 00000000..10a57fd5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Healed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff47aba9e8e9fa68a7d0fc164ba9292b162ddd1edb463ab3f9fb09dce94f9f0 +size 8027 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Low.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Low.uasset new file mode 100644 index 00000000..9d983b11 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_Low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d18cc9380dc5b6141f9fdb62457ac001e6ca7c3c2424d3de487418a6a3384fc +size 7997 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Health_SufferedCrit.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_SufferedCrit.uasset new file mode 100644 index 00000000..cadc1c86 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Health_SufferedCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac34c828281d190551a56f9d5d4ea4360bcaf4f43a43e83b641179cf04282125 +size 8087 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Boast.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Boast.uasset new file mode 100644 index 00000000..ea5944fc --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Boast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eb93c17d1d214494c1416f5de60ee24a070ba4276228ee8f7b7c68b9b47a43b +size 8007 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_BoastResponse.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_BoastResponse.uasset new file mode 100644 index 00000000..dafe4979 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_BoastResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb440c00bbfaadc50340978bd77c0010f71f747ea00f03f5c14beb0c33f02d8a +size 8087 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Question.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Question.uasset new file mode 100644 index 00000000..a0458f94 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Question.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc8f133b4c8ae4174acf4c9c3a67506bd1535cd66911419c1f0a749787fee600 +size 8037 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_QuestionResponse.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_QuestionResponse.uasset new file mode 100644 index 00000000..7b943293 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_QuestionResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0e7634f25901265272d73b8643b5359d14e887f4d0df1c606f1005a45d629c +size 8117 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Statement.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Statement.uasset new file mode 100644 index 00000000..752fee62 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Intro_Statement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea1040ce00843f7f9cb1861064d8fab2897d2c8647c7534eeff25cb06618bb1 +size 8047 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Assist.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Assist.uasset new file mode 100644 index 00000000..95ec602d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Assist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2963fecf45c79bc5a85eb5e899d868480d523aafccabe86a586616e4a6253553 +size 8007 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Enemy.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Enemy.uasset new file mode 100644 index 00000000..ce310072 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e59d940cde4c1ab94419593c10a90810373d3d21046adc6952ea894320f7142 +size 13349 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_FirstBlood.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_FirstBlood.uasset new file mode 100644 index 00000000..50e0264c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_FirstBlood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6c323d915abeca0895f93b4eb64e3bb97be34b2b113fcd9aa22846252ff511 +size 8047 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Revenge.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Revenge.uasset new file mode 100644 index 00000000..35b61080 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Revenge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aabbdfec1c7e3352f099b7c3d1b387f9ef1abb72a16dc773464a40aff26d9e10 +size 8017 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_SameEnemy.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_SameEnemy.uasset new file mode 100644 index 00000000..42213034 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_SameEnemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77717e8ae31e0e585b04f8daa222a01aef7c483d7c9eb50d167e09ad09a84e13 +size 8037 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Shutdown.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Shutdown.uasset new file mode 100644 index 00000000..db9fa21e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Shutdown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801015782c12c6a088a836aba81db10c42d6c6616be40449b04ef57aa160c2a0 +size 8027 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Streak.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Streak.uasset new file mode 100644 index 00000000..41891796 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Kill_Streak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb8f2b68cfc5373bcfb6ee8af5f0f41038d2a7f5a78eabbaa4b8de23291dd312 +size 8007 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Level_AbilityLevelConfirm.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_AbilityLevelConfirm.uasset new file mode 100644 index 00000000..b9ff37a9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_AbilityLevelConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1d36b9d4d49b09ddd5d17e2af6b5b7754a28bae860d9fa412f0fcec0ca2105 +size 10883 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Level_BoughtItem.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_BoughtItem.uasset new file mode 100644 index 00000000..47935452 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_BoughtItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec5c3ec3abf33f19db8a627f8136151975b67e6f19d5100540c1ed9f27849a +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Level_CardPoints.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_CardPoints.uasset new file mode 100644 index 00000000..ad4661f6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fb9ac5b2106eeecd9f1fed485a29cd2dd5b06e368d17e7b9e7bb58a6e79a68a +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Level_Five.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_Five.uasset new file mode 100644 index 00000000..8f8434c2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8375bde163bad0d46183e45d1a99cee4454094d6b344b83e39b5d7453e0a90c0 +size 7997 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Level_Up.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_Up.uasset new file mode 100644 index 00000000..e0f5c5ac --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c947e867b89b5d13656397fa9bb05f080cf30c5ce314a3d5f99c6d744b1ba7b +size 10645 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Drongo_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Drongo_010.uasset new file mode 100644 index 00000000..eee44d11 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Drongo_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19b75fd45eace77064fc0fa4454c4c6006cfc0501ada1ac1dc74c7953a539d7c +size 4278 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Emeritus.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Emeritus.uasset new file mode 100644 index 00000000..278df35a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Emeritus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7827cd3ab174106d6a5ddeec19d80827dbd7738c338cdac08ed7e8708484e1 +size 4274 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Riktor.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Riktor.uasset new file mode 100644 index 00000000..75481ef4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Death_Riktor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb1884811d7846d81e944b01aefeb31d45a5774b2efc593bfca325ed4ea19c4 +size 4262 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_010.uasset new file mode 100644 index 00000000..1780f08b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7ea9c34f06e558080bf37990cf6b419b7c1529be1cb5f38da842cb51912ed9 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_020.uasset new file mode 100644 index 00000000..0e987bbd --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83eaea76015ed4af8d609e700ab9ff9f2095eeff48765b457d5904708aefc8a +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_030.uasset new file mode 100644 index 00000000..766cc644 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d6ad2a03a25aba43360615cc77c2140a1bf6117370fd2aa8e4c65dda86bc2c +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_040.uasset new file mode 100644 index 00000000..070814b0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c44e6fa89bb3712b84a44395c05cf9f7b28a9ed3dfa573d394081c3193443f6 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_050.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_050.uasset new file mode 100644 index 00000000..fcbd1d6f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2260ab1941030f14d48c9153d9db5e27f8b7e03f403f35fd08d20e7a30f21515 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_060.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_060.uasset new file mode 100644 index 00000000..62ff145c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fcac282fe06b3d54899a302b8a6a376de49745456ce3fd1b212239c50e27ca3 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_070.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_070.uasset new file mode 100644 index 00000000..1b1ffa1b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2658d411de9344577dde45f3a8edef00cde3fe33d0011ec11104089d77fafc97 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_080.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_080.uasset new file mode 100644 index 00000000..fc9f9f50 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Drongo_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f89f3e02d5b5d5ab1b41c90a503d9326c6265af6c12bfec5025d302e84c1c00 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_010.uasset new file mode 100644 index 00000000..526cbdc0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436886fbdc59ddd22e95a78a480e3fa4315dad3dae484d951037729590e5bb9d +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_020.uasset new file mode 100644 index 00000000..272bec67 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8effef5badb7e66a0e51f57e07033b45467662f2c57b25a6c45d41bf9b3a3ec5 +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_030.uasset new file mode 100644 index 00000000..45d4524b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6253d96877b7a52e2feeb14a0f072c304188b058a3e5bc9098c93d07f8995dca +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_040.uasset new file mode 100644 index 00000000..87f50616 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699c6f8d10c9519e439df7a33d84098a49e6de08a8c79300f0e7a50d3b3e8878 +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_050.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_050.uasset new file mode 100644 index 00000000..d52c76e3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494f5a623bfbad363eb9ca5dc4a7b64caa632249a6aea1753845bf3ce95f5f60 +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_060.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_060.uasset new file mode 100644 index 00000000..735c85d9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc5bcfae0c51f1d75a554435b57ab798e7023025d50032079eb70ff5d2a59774 +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_070.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_070.uasset new file mode 100644 index 00000000..d9232d1b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465b7221a21ff38aca53dc345b28e85f2aa87668ee74b9b9a4db6c99cf06f23e +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_080.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_080.uasset new file mode 100644 index 00000000..90af3244 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582386819efba230d58d85fe15843e228a4570c442ec8b89b4185b1e1742e2d1 +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_090.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_090.uasset new file mode 100644 index 00000000..733bf06e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd76b9446d72851ad1d17c2cbc79844dcf78ef8dfd2a08f4e8fd9d956e0ef4e +size 4254 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_100.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_100.uasset new file mode 100644 index 00000000..488ad63f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:907054b2fd7c3207aa94dbcd5cb760f5a0491937ec3120ed16aeccfe4364c752 +size 4246 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_110.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_110.uasset new file mode 100644 index 00000000..df552d3f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14580b95d1a8f2ff8097b8c5f8d3af4c0818120fbe176369db893137db806fd1 +size 4246 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_120.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_120.uasset new file mode 100644 index 00000000..2079607e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Emeritus_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98aeabfea64d3399521564023e6095020f2c73704e704b4c955ee62569834c02 +size 4246 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Drongo.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Drongo.uasset new file mode 100644 index 00000000..33595330 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Drongo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ecaa743020f1b269b5a92e34699353c1b5de5bd4fe13a1262882a077b058b6a +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Emeritus.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Emeritus.uasset new file mode 100644 index 00000000..c71d7b01 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Emeritus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d4e0149c3b77fed2d4888cf395cf4c4678f69323411d1bc29360b2af396b393 +size 8077 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Riktor.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Riktor.uasset new file mode 100644 index 00000000..0d122386 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Kill_Riktor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1f6f64d7c120d79e2fb95ccbcf3da0f5a2c5805f7c459d36e0aa92c9c05b769 +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_010.uasset new file mode 100644 index 00000000..cb760c27 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c4a4f4d9dffd765c503738bea06a17bf62f2dcd8b5ef51ef6d318976de68624 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_020.uasset new file mode 100644 index 00000000..d5d59e33 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ec80c13363ead7d556d2a246c7ef4053a9fe6b66815522138c9f8981cd4dff +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_030.uasset new file mode 100644 index 00000000..0c544871 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04018e695c6b305549cb79d4a03977608827f6d9cc1918b8b3f498d8e41f5d6b +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_040.uasset new file mode 100644 index 00000000..6b59c709 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aaf9fb3a819b2f00500e38dbf59531c9edff798cb5c6cd7ef252a70b25876aa +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_050.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_050.uasset new file mode 100644 index 00000000..c2165ec3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a52693632f22d006e01c3956699460b1b5e1bea772bff8fa278191aa018d9eb +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_060.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_060.uasset new file mode 100644 index 00000000..a8c86bed --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667a3c69dc1e83e80a8f49d3d4303a870db8bdc16df5d08166ba6dfe5e3b57ce +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_070.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_070.uasset new file mode 100644 index 00000000..593b068b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045d0de1bf6d302838d914078730a7e0aa63082aebfa22597ebc9c8ae63ceaec +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_080.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_080.uasset new file mode 100644 index 00000000..0cbee763 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4fb7d542292b41450548ee837e652b382575e7e6d60b64ef6843869857222fa +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_090.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_090.uasset new file mode 100644 index 00000000..db12fb86 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c15dd2e44ab87666de5b1818f1c4b5df5c5dc7ba76ef20eaab9f0ea4d3a843d +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_100.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_100.uasset new file mode 100644 index 00000000..f8b367e6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a648d2365bac10f8804313c747097a86133cdb41adf36ca49b2f3ad54e1665d3 +size 4234 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_110.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_110.uasset new file mode 100644 index 00000000..b3225fcd --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025b3560122a22eb05d5b4dce439641fbc0bdf339d2de99335c16caabc907a33 +size 4234 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_120.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_120.uasset new file mode 100644 index 00000000..d210a65a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Lore_Riktor_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a020559fea09f695e409884db5986f4f677444a1b14bdcbebf734a510249c45 +size 4234 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_010.uasset new file mode 100644 index 00000000..9bc22c1e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2242cd02661da7fcb5da25d6734530703bc46132b2ac097e40b8d469fe2d9276 +size 4248 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_020.uasset new file mode 100644 index 00000000..de91d0eb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:360d4da321f2fecd7fffc79cbb00db32587cf10aa92740095017cc17ea444ac8 +size 4248 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_030.uasset new file mode 100644 index 00000000..1d7c57a8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f880743460ec35afc9933c64020b56dc25028a6dcccdb1983c5ae43f08fb3cff +size 4248 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_040.uasset new file mode 100644 index 00000000..13eb01f5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109c7b1ee1110880ade9d7e64003eba201b28b8121767d795159403b1e02517c +size 4249 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_010.uasset new file mode 100644 index 00000000..c585af7d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6984cabdd097019d1966850e04a3585ac730ee3dbfbfe0da85220570316554 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_020.uasset new file mode 100644 index 00000000..efc84867 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9718a4ae5ad013a354b0e668eb8c3869d002743cb9d5035e048eaa3b65ea637 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_030.uasset new file mode 100644 index 00000000..f2c813a2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e02fe5faaec3a6d58066799ac88cdfef85331ca412cec088fbc16c263082a8fe +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_040.uasset new file mode 100644 index 00000000..adcfbadb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d88124fca1a67bf27587422311122cd12e8495f675a8ede0f6c4b6606653272 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_010.uasset new file mode 100644 index 00000000..e0a41b39 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a60cb3ee6a38213d2276ee8acafc034c91f2a386d752faeb0e21b69263e9bf +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_020.uasset new file mode 100644 index 00000000..b8512941 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca2b116d25089ab31bb555d6e938435605dd67747c0b6bc7723917185791bac +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_030.uasset new file mode 100644 index 00000000..646d4a2e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec64fb8313dff36c9228b4b937dcd9e6945125f43c9ef4089503dc42873832d +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_040.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_040.uasset new file mode 100644 index 00000000..beec2488 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f96441457b47dfbb902a9bedeefd9aab1110509db8eaa2e830c5c8a1e5f009 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_050.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_050.uasset new file mode 100644 index 00000000..431f4f32 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f248102cc7bbaf1b7508adba7013a5d820d4532e97d22522203fe9790076d4 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_060.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_060.uasset new file mode 100644 index 00000000..8a418848 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ef23d7ebee902a0d383164b83626b88a7792daeb7f97c645cdc1ad181f2a060 +size 4243 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_070.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_070.uasset new file mode 100644 index 00000000..b173affa --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55bdb3eae8adf25053477b0134b96bb332c53a5ff3363a3e78513262a08abf1c +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Revive.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Revive.uasset new file mode 100644 index 00000000..d98e4f66 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Revive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91404d501ebb76fa2ec490a4052350ee898c97b5a089bb924a666070d47507a0 +size 10617 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Ace.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Ace.uasset new file mode 100644 index 00000000..9a3b908e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Ace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a8ddac62fa4ecae44d0b4edbb350169ff4bca9869423188d5fe47e1ac5577e8 +size 7997 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Buffed.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Buffed.uasset new file mode 100644 index 00000000..688f7566 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:408efbd850c0e597dc059050d11afe099ee40f7b446f4c6c706fe641a19d19ee +size 8027 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Celebrate.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Celebrate.uasset new file mode 100644 index 00000000..e08b4daa --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Celebrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c3b485b46cd38b3ec942ab4063baf4b850f4a7e5de6e6152f9939297e5bebfb +size 8057 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Danger.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Danger.uasset new file mode 100644 index 00000000..c726ee9d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc99fd396e44fec650eacb2e9a068868b2828718fd281c033bdccd511c4a454 +size 8027 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Defeat.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Defeat.uasset new file mode 100644 index 00000000..d14949c8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Defeat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac9c5b5b9b3ff0820410d5578141b407db86f92a6a23213e0a85676fbe47d4fd +size 8027 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_010.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_010.uasset new file mode 100644 index 00000000..fc545ddf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd6cb1f06089bd38b0065db4e46ba653af01ef34d2bce0edff744143c229025 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_020.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_020.uasset new file mode 100644 index 00000000..a1a9a12e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b67b325bed9f969a1aa975dfac4886beeb035abbc12cdfcfbad599952405a7a +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_030.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_030.uasset new file mode 100644 index 00000000..745f5b4d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a307683d75c24726470c6a430532cc64fb969b164ca9395041fa49b6d5145460 +size 4242 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_OrbPrimeActivated.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_OrbPrimeActivated.uasset new file mode 100644 index 00000000..25a92177 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_OrbPrimeActivated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7468b2eadbdfed16905b9cc92a02de386add56afd1f17d9db9947acf45b8f837 +size 8137 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Recall.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Recall.uasset new file mode 100644 index 00000000..c4fd2e0b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c514d9a57c5022c2798a202a08bc38207f2c776e956c7504f03c522382a92a33 +size 10744 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_TeamDead.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_TeamDead.uasset new file mode 100644 index 00000000..41ca0814 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_TeamDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb2061646d5f5d1a206501df83e22689ad792c4c6c887114336553b8e113f54 +size 8047 diff --git a/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Victory.uasset b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Victory.uasset new file mode 100644 index 00000000..3e8b7eb0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Cues/Revenant_Status_Victory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11206e75bcc033eeea1fd38062a80a7076d0d2fb22c181312a3e8949710836a4 +size 10729 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..9993c60a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:920c243ee1f825d78169ce91022048a42607e34cf1441a70fd7c660b4dfc2dc3 +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..bb3882ca --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058574bd3ad48c6923b790d4b1608791ea87393e3cd02c661eba50b1b3f12b46 +size 2706 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..867bf131 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_E_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30651df8ced979da19e148f3c25899f9af74f295900346f2a188a5913208d93d +size 2680 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..e7c45fe3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8f11f9d93f5141f7d6e565f7dd4d23d81aefbae9f5374502e85b4cbeeaddf81 +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..9a452471 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8509b7341299756306c34d4ae5221a9ad2d22443f504616587b2a213a1f55578 +size 2686 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..c818e957 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657d5965068a2e094d868b7605041cba821a174d4feecb6beda6062defa17991 +size 2698 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_010_Dialogue.uasset new file mode 100644 index 00000000..7dd40329 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e938fa7ecdc5ba8c0cfe25f5ffb4e7a2c791799552f4506fe1256b49111ae33d +size 2682 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_020_Dialogue.uasset new file mode 100644 index 00000000..26fe11c5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:804e553e6cfe7f0e3c9e658bc1698d0acc60255284b49515409ac67fb2f6c236 +size 2686 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_030_Dialogue.uasset new file mode 100644 index 00000000..4261708a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c31078d673bd600a8168b1b335a9da37e3d1b7c8b10a1d06c763315a82f4c0c1 +size 2690 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_040_Dialogue.uasset new file mode 100644 index 00000000..2355a263 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_LowMana_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf3ba9a8009a18b6fd55415a70c1ba373c94b959e8cdf5a3aed782fb97eefa70 +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_010_Dialogue.uasset new file mode 100644 index 00000000..2ac44247 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a03344b7ef1a9098a7da4292c686fed14f900501e2d5f1388ca2eadf8f9a3e76 +size 2640 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_020_Dialogue.uasset new file mode 100644 index 00000000..e537b478 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e414b2d7fe4620703eb21ac495f2cc93e09876e1332d5d15c852efd04046d90f +size 2618 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_030_Dialogue.uasset new file mode 100644 index 00000000..9ae7da4c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d774f3517da9f738576a226ecc0da4b62a0ddb31e7ec206a6b7b19c4cda244f9 +size 2646 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_040_Dialogue.uasset new file mode 100644 index 00000000..7fa2f0c5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_No_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:997b994a13f988ffa14d90500a93f9078987e70a4942fa09a48f8a357fd4194d +size 2622 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_010_Dialogue.uasset new file mode 100644 index 00000000..5d8dc614 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a37b36d86e21dab9786df23d29db1b5e474a1e55216382a44f8970455caf80 +size 2708 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_020_Dialogue.uasset new file mode 100644 index 00000000..9abd8cb9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d964924abfe2eee091be423c9733ba14d30b0eea9f0c9219cf39fd36918c04d4 +size 2712 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_030_Dialogue.uasset new file mode 100644 index 00000000..91bb15f9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda0cd4a5a756591ba347669968dc48433bbc8de8983eda12b6dbff643fc42c +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_040_Dialogue.uasset new file mode 100644 index 00000000..9b3378e4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_OnCooldown_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7833845ec60d3899a0d62f2dfbfd8bf52611d1e60894cc6d374c6d600ec6a9ad +size 2708 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..b66f6f48 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b32e1a79c90ba87b4242e905c9f0dc7b9ec6c8d40e9abfce887d8250686975 +size 2668 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..857ee3b4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e0c5020db440047096cc3821dd387360b3364adffe48f63389b3928e4c009a5 +size 2668 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..140902df --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Q_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed20559f09663eb54e1653f220a9193be2439241224438d7ce236075614f219a +size 2688 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..db23e540 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367b45205498f67fe279c6942cd25980ff676dae1656050f4ad6cd0ddd4ac52c +size 2700 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..cec20426 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848ebf2d0cc8d6cddaaa5b1d32fd2832b7b41161010de8a1b8041c837d5b5c47 +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..620b6f48 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_RMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4928b00f6c0b8f2f690445f3406be68f50fdd3164f40eaa1aafb768b95fd6ea +size 2696 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_010_Dialogue.uasset new file mode 100644 index 00000000..c0a2d719 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f681111a691671266dea0d6a4df297e6c6138d5827a8e9f05072e6883d191201 +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_020_Dialogue.uasset new file mode 100644 index 00000000..142f4213 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49574eae895b80be080fb39b875880561f7e1e0d1fa1e9894ddebe17d82c99e5 +size 2704 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_030_Dialogue.uasset new file mode 100644 index 00000000..bffccb91 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_ScoredCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d45c245bb7cd7eefec68d2c2e3b5dea03eade8c5095664e233b721695c8cd40 +size 2712 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ally_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ally_010_Dialogue.uasset new file mode 100644 index 00000000..a3e21d0f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ally_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94aac3c2c337372e3592ef1e1f2cd2f1bd029b68380385f280bd04263f60b73 +size 2746 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Enemy_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..6e4fedd2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc48abde5b3b4e7dcbfb0c0a0eb2934dfb27513624c0e667d943306819a14676 +size 2766 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_010_Dialogue.uasset new file mode 100644 index 00000000..1f21e9a6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da55966e6017900c2c2be13fd78ee4d1a8cf6a6eeac2cdb412a50f531a5450cb +size 2752 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_020_Dialogue.uasset new file mode 100644 index 00000000..f2b01ed6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a7b2aee9255056b7355620ddc906a3fc9bbe2637e8da7fd2f5404132fb226e +size 2758 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_030_Dialogue.uasset new file mode 100644 index 00000000..8d62f093 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Ready_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058409fe2c23d667b767c6a17c2095b885debf2108728be8480de44804dadd3e +size 2760 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Self_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Self_010_Dialogue.uasset new file mode 100644 index 00000000..7202ba1e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_Ultimate_Self_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70945eba543b4c550671bc3ebe59d7f0feae69ef6c03923c5c49c37dc637e91f +size 2744 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_010_Dialogue.uasset new file mode 100644 index 00000000..5a27bebb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2f615865321b23863a9f2b5838a2f3e9cba876f836497dc91b40a9f53c1e41f +size 2736 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_020_Dialogue.uasset new file mode 100644 index 00000000..4de3643c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91e586f99f17ff055a008bd55c905b7747e5c5f9249ec255752e1432f68ce69a +size 2748 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_030_Dialogue.uasset new file mode 100644 index 00000000..aa40b570 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88560e486c66ddc622f5952b8ce70f4f0b66b1a92ec9cc1614db6c81c464181 +size 2732 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_040_Dialogue.uasset new file mode 100644 index 00000000..081f566c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Ability_UsedLastCharge_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c87b3e3811fbfcd14178d3776a20b019888d93c11e0823b6b7f0916ade3aa95 +size 2732 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_010_Dialogue.uasset new file mode 100644 index 00000000..15af1281 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e68bda90ceef23f46a3ad16a55e9af5e353bc0bc676b5f23c88de69193f67cc +size 2800 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_020_Dialogue.uasset new file mode 100644 index 00000000..c344bcfd --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e75ff7e7213cc71859895d5318ad4b42f94f63e21837dccea18dc4158b4a5207 +size 2866 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_030_Dialogue.uasset new file mode 100644 index 00000000..4c2bfcb0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd1fe616ff5aa7710902a2cc5c74669da50dc7d725cae5f4c68f6bc6d311486 +size 2628 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_040_Dialogue.uasset new file mode 100644 index 00000000..6b61e01c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91b6364cde10c2f09bcfac780ee11a1dda0d4b7b85a2404d6c4aaaab0fbd9c8 +size 2680 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_050_Dialogue.uasset new file mode 100644 index 00000000..f6f2bd04 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Catchphrase_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:836ef3e885535adf3f632381100c9380043fc2aec698a18200a0a26a82e782a4 +size 2764 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_010_Dialogue.uasset new file mode 100644 index 00000000..d1261569 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948750d486c41f291f279623d5b287068f3a183ef805e35187d99bedb93500c2 +size 2580 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_020_Dialogue.uasset new file mode 100644 index 00000000..2209a7c3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b6137b2882018ebad2ab8de306360db43c1b0dccd9b531741b6aff571acc470 +size 2578 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_030_Dialogue.uasset new file mode 100644 index 00000000..750b95c3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f08f68890ccac5e863f82e16538cbb399416130cfa145a22ab1816ccc675c58 +size 2590 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_040_Dialogue.uasset new file mode 100644 index 00000000..b1ad129e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb514ace47ed6dc1657477ea55f507a97733161044295f5eafa00af012ed87b +size 2594 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_050_Dialogue.uasset new file mode 100644 index 00000000..be9db89a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cd5874d9ba90018744582f06b1ab1189157a0153d27ef49caf11cc486b178d3 +size 2594 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_060_Dialogue.uasset new file mode 100644 index 00000000..9f5464f8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7282ce4eea7f5e6aed1864c4f5dd7b04c09e598cfe2b48292ce623a224f726bb +size 2584 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_070_Dialogue.uasset new file mode 100644 index 00000000..6224b1fd --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Death_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40814b4fbb90879357afdee3e34dcde8514eb50ef9b041cb243bc42023e29f75 +size 2596 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_010_Dialogue.uasset new file mode 100644 index 00000000..b42ed1a9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fd1b551b42abd79db852c1d1cd3a579025b24fe7b4048bd90b50db145514891 +size 2622 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_020_Dialogue.uasset new file mode 100644 index 00000000..ae01c8d3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51154a9b2baa627ff49cf2316e9472a079e7e0fd54f0ea84d7c3d386ab54e8f6 +size 2654 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_030_Dialogue.uasset new file mode 100644 index 00000000..e63602d1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20138d6175dc382247d0fbcc6ad8894581cd641b287927513621c0d55a366fae +size 2636 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_040_Dialogue.uasset new file mode 100644 index 00000000..3404cde6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1019670058e3edde75e1083ba85d468bc80a19c8e609c6029ecb4a7bb63cc2d +size 2612 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_050_Dialogue.uasset new file mode 100644 index 00000000..f1e3214d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftLock_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8570f59099a04d7bf5360d0e9f6523bbca295240bad88dffde50d9d7e4aa2d74 +size 2646 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_010_Dialogue.uasset new file mode 100644 index 00000000..75bfc254 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa1e51bc7a76f451b9675e550c4c4b065c69442eb417c1c3cca63d6155ac8fa +size 2670 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_020_Dialogue.uasset new file mode 100644 index 00000000..b6c8fd39 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73be0182c29ef20f390c7abe9515ad2f8b2e502862611d9631a4e1c1e42c55d7 +size 2662 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_030_Dialogue.uasset new file mode 100644 index 00000000..bf8f4426 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_DraftSelect_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:163bd9f9870e7aa6d5ab43795c122fb5ac3c24592de3bdc7e6194fbdf251b272 +size 2662 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_010_Dialogue.uasset new file mode 100644 index 00000000..00836c62 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daca31129ed9cf181bb1a6d81cd6337893325f7a2cd0f74240ee2dcecf7d79e1 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_011_Dialogue.uasset new file mode 100644 index 00000000..b523c218 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0803ebbb8384fd321e340a6d0774fae58d865390c594171aee9de95538f81c05 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_012_Dialogue.uasset new file mode 100644 index 00000000..3218b77b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301f990d0e81d762e2b2d066231f8fa5e50f95a8cf0c01c8c6f58567645a7aa9 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_013_Dialogue.uasset new file mode 100644 index 00000000..3ad16bac --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3418e60159267e3ead918e0e610cee26a56b60962e9ff8a655a3815ffa3593ec +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_014_Dialogue.uasset new file mode 100644 index 00000000..a5093dd9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_E_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1956e96b1ab07054bee53443f21a3634c3dc0d7f66dbecdede1567edd40553ce +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_010_Dialogue.uasset new file mode 100644 index 00000000..94d979f0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48fd4d6d1f2eed57ddd3e4cc50690074a763bc01c3cf6b799f97940c1bf794e0 +size 2208 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_011_Dialogue.uasset new file mode 100644 index 00000000..f9629209 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdf30d398772a1f288827938bfd53cc7e41b5467a0fe42c5f0df35e95de7a9ee +size 2208 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_012_Dialogue.uasset new file mode 100644 index 00000000..a78eaf5e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1c1a85d1019b6ecee9e2ed7b8dd64cebca58f36da35da9b996a3832e241cc3 +size 2208 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_013_Dialogue.uasset new file mode 100644 index 00000000..1d6f5db4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b202a70959c76d877561e8d776e6239fbbe5500fa9f06a42d5d42b45cad17872 +size 2208 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_014_Dialogue.uasset new file mode 100644 index 00000000..13f98284 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Primary_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0b90bcdccebbdba9e43e3a84a0f65dd83364a444038a9982634c16f017d8a9 +size 2208 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_010_Dialogue.uasset new file mode 100644 index 00000000..c748e219 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebbc321564c25d8fae1383b2bb9c24b9c229bea1746bb7b61de4f2a71639002 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_011_Dialogue.uasset new file mode 100644 index 00000000..8e307d05 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5a9c70feae4e90305ab814529494702ce359d0fef626b6cf5f1c12a1fcee79 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_012_Dialogue.uasset new file mode 100644 index 00000000..0f75dce3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff15abb74d996e8bd42d0ea2f822c6bf09c6a38706c8573dac9f5bbc9db4f52 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_013_Dialogue.uasset new file mode 100644 index 00000000..393593ab --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44dff2ba6a625f9d6b1ffceeaa4ffe7c467c8c5fb3d08b1a7ec7d7f688c2bef5 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_014_Dialogue.uasset new file mode 100644 index 00000000..451dea68 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Q_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f1c5ef6aa92b3e7a56cf6bd94b84399910e1f02628896ee5b5ddd4b6376567 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_010_Dialogue.uasset new file mode 100644 index 00000000..82ebb201 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab011d4c0e6ef43a64bf4aa0edfedbca974d570f63b1ace1f5d03cc7e055527 +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_011_Dialogue.uasset new file mode 100644 index 00000000..7ff14346 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac978346d101bb108f0f3bdd205ee330935426496c2da3d78be348f8c9cc7fbe +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_012_Dialogue.uasset new file mode 100644 index 00000000..fdd8960b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cbb0d68aa9ca379df8db81545911f4d0700c027de94a74060b249581544eb22 +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_013_Dialogue.uasset new file mode 100644 index 00000000..9ce80629 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8eef7238e0a4cef88310616fafa9c1663a4a23b575f5af5cddc5074b0b116ff +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_014_Dialogue.uasset new file mode 100644 index 00000000..e7a5d7f8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_RMB_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b58975887055ab1192423d4ebe8c65ab59c9391434761a1af74b6cad1f72a38 +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_010_Dialogue.uasset new file mode 100644 index 00000000..7cc3a61a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39becbb86c6515db3930c05e153704bd9d5cf437f9ea62d56d60df348213545 +size 2214 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_011_Dialogue.uasset new file mode 100644 index 00000000..a01aa4bd --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd6407735cfd109f301b64b765240f214dfdf33270bd5c460a9cdfe6685163c5 +size 2214 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_012_Dialogue.uasset new file mode 100644 index 00000000..1c1d39af --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b650f44b54c1ccafe81b8344792fa3805ee675be0ca0d12d0e2e6d8d4d4109 +size 2214 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_013_Dialogue.uasset new file mode 100644 index 00000000..7e6a969a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3612997a92c34bb782ac158fc8874894a38718787ce01716d16708bc2a8243e8 +size 2214 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_014_Dialogue.uasset new file mode 100644 index 00000000..bc3e91f6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Ability_Ultimate_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c4b549186d649bee385d8fea00773d4aa5d2c1aab891aee5620ff362b17812 +size 2214 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_010_Dialogue.uasset new file mode 100644 index 00000000..41127b1a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf6c57056b2dfd01b868d6ca9beca72557111e1ceeafd0dd0759b8aacbcfd25 +size 2154 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_011_Dialogue.uasset new file mode 100644 index 00000000..61b44b2e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f65949931c2a630a00e9ee1b0efbfa032f151aa4655021acbf2fae77fd3a76 +size 2154 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_012_Dialogue.uasset new file mode 100644 index 00000000..f70c350d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cefc89a857d3ac0f7458aded9cec6475d64bdb68d2ba15c8e8113a07af8261 +size 2154 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_013_Dialogue.uasset new file mode 100644 index 00000000..6419ed8f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d347132dd302f14943dca6ce821cfa0107c97d2d8ac38997a895bdf2876fdffe +size 2154 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_014_Dialogue.uasset new file mode 100644 index 00000000..74b28a33 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Attack_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766be5a75fa3a9fe4c7bbfc51c6f0bb7d1f7a09786ab861126951aabce3a65a9 +size 2154 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_010_Dialogue.uasset new file mode 100644 index 00000000..35e88dcc --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:137e3134fb9515bab35c6e1d7ac715923ddee532e2d8d93753d6ee58f8891d46 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_011_Dialogue.uasset new file mode 100644 index 00000000..1cc7df8f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3beffb0fdca57a9bd2321786481217ff263ae3d52e4490507794ad455ad30d7c +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_012_Dialogue.uasset new file mode 100644 index 00000000..0c9397d0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92ebd2a3de8014f9016afd3fea4543d99b5468a866f80fc94d9946a70d0db6c1 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_013_Dialogue.uasset new file mode 100644 index 00000000..bfe5256a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b59a0cfbb47a1d00b919bb9a189067249d3967710965510e4802010fee71f4 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_014_Dialogue.uasset new file mode 100644 index 00000000..ccbc329c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Block_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e3eb8ad50c9f17758c964573b44eb262edafebd653e9f0bccf1800dee856cc +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_010_Dialogue.uasset new file mode 100644 index 00000000..276a5bc8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1559634d0e1d2143eb06c99a79c3f32641c9d50b9308092b3b6637a72d63c4 +size 2226 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_011_Dialogue.uasset new file mode 100644 index 00000000..7ef548cd --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10555541161605dbfa46fac031edba86db2435330dd6dc500497eb2cbb95cfa1 +size 2226 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_012_Dialogue.uasset new file mode 100644 index 00000000..f7d4790e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21aed480a659de8fce850f518c187ed4b981ecf6972ef8d9e7d29ccc02c2d32f +size 2226 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_013_Dialogue.uasset new file mode 100644 index 00000000..55396a95 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3a054dfd0b0af7adfdc05b111d8dc5f47fcbea74791e6dbbe443d642abc508 +size 2226 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_014_Dialogue.uasset new file mode 100644 index 00000000..3fe367eb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingLowHealth_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24798e22ec6350038c29edfe3096fcc61222ff4cb9f1ddaec8fd5ec500c2650a +size 2226 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_010_Dialogue.uasset new file mode 100644 index 00000000..ded5a85e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05816dffe21e6f2510bba2e2df99a702f16c46261a79bee5df2478bb80071991 +size 2190 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_011_Dialogue.uasset new file mode 100644 index 00000000..9921f1e2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76843f8b2a932650919216f8c4e9458ab701d587659ee2eb37f745778cf1fb26 +size 2190 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_012_Dialogue.uasset new file mode 100644 index 00000000..2a5051a3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2b713211ee691aeb2470c08927e70af8ffb47eafba7d853c5c409c02b2f85c9 +size 2190 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_013_Dialogue.uasset new file mode 100644 index 00000000..fb2ffa32 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:585b2cc07b501091a41e481ef81ded45b32a534e7d5588bcba572f8dd071e6b1 +size 2190 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_014_Dialogue.uasset new file mode 100644 index 00000000..14702abc --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_BreathingRun_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd24e1382316047291182596be9ca9f584371de29e11756f41ba31df9a2f326 +size 2190 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_010_Dialogue.uasset new file mode 100644 index 00000000..d8df34a5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c97216f9d3277f884790554e41f04a8d166d5d572acdc891a8a11bb44cb12d36 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_011_Dialogue.uasset new file mode 100644 index 00000000..51293804 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac68bc72952a74bd7d2159c05fb839e31f9dd468e833b97b7d86664295cb99a7 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_012_Dialogue.uasset new file mode 100644 index 00000000..e7438975 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f954c452dc487c5e8b1399cedcd0360236343347f326a3f97fad07a9ade487a +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_013_Dialogue.uasset new file mode 100644 index 00000000..001444a9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e1ba26a355601f21301030a74a687376c2522d796a1abf63d5cfcf764d8942 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_014_Dialogue.uasset new file mode 100644 index 00000000..b68af482 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Cheer_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677d2d1b728b5aaac13fb77d0b1e2d5f790b5dbc7d1fdcf43d5646a8c5aa51ab +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_010_Dialogue.uasset new file mode 100644 index 00000000..cba07a92 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7918f368d6507e40dd47838894b8ca4e59a830f49d65fa1782dd574d539675e4 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_011_Dialogue.uasset new file mode 100644 index 00000000..7e3797e5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a181b13df30beab5d67940fefff5d413e4e028b6219fe13a9d41d4e9217d35 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_012_Dialogue.uasset new file mode 100644 index 00000000..a795e11a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88fb886331725d752d59542b90bb8e8a76f1eb067351ee7b5ca8b8dfd025201 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_013_Dialogue.uasset new file mode 100644 index 00000000..9d02b27a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1273d9a983279feda2511ec5371ecd81a0db8e4539f03ab7cf18ceeaf56431 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_014_Dialogue.uasset new file mode 100644 index 00000000..b40583eb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Death_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a448c52ec8cacec4dadd164a17b50e7e8ef4539f3a2feddbe194f9f324d50f +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_010_Dialogue.uasset new file mode 100644 index 00000000..eb40952d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76e1f31f0167da1298bb59bde0e383236243e318485a36965c88093a490f4f0 +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_011_Dialogue.uasset new file mode 100644 index 00000000..c1fed94c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9d839ff477c145491b193fea892e73a69b85ed165bfe1b650b1641db328c8b +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_012_Dialogue.uasset new file mode 100644 index 00000000..75613aee --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92230fead07971400777f9dcfc11bc08a6154cdd24f75073977c503d43ad2997 +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_013_Dialogue.uasset new file mode 100644 index 00000000..146ca0b5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b2fa41c33c33f7796a4b1eb07ab1ba597aaae6d4a4db338eeb7cce47b583ba +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_014_Dialogue.uasset new file mode 100644 index 00000000..df24422a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Frustration_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3404f65d7e9b1d3d290eb003b059f71e2bed81661fdd85c013ce307481636e4 +size 2184 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_010_Dialogue.uasset new file mode 100644 index 00000000..ccecb5ef --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0755856a3722d684a2a89cf6b539f39f9e10726555e57f69eca37b6a6a5e405 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_011_Dialogue.uasset new file mode 100644 index 00000000..cf729a6c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74449822d69b70d6c34753f9f4941246ae7f757341e76a86d298e423cac72f74 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_012_Dialogue.uasset new file mode 100644 index 00000000..63f6bb52 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6431601c595cf2dcf5f67a330ac2a770899bc16acc3dd6e9e4a94d838929337 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_013_Dialogue.uasset new file mode 100644 index 00000000..2dea1455 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16362e0f3c4d3f72fe77318669c489f35f3624f6e8db22cc4e376612d8f7b38f +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_014_Dialogue.uasset new file mode 100644 index 00000000..67a1c8b5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_JumpHeavy_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f4873182489444f271a484051d7fb49bbdf8d2935ad576e79deb1088fe99637 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_010_Dialogue.uasset new file mode 100644 index 00000000..3ba1bdca --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35959c59aefbf93b46042a9c7c432b2484c1031a433ee58a9b2c0c87a3d3b604 +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_011_Dialogue.uasset new file mode 100644 index 00000000..a9c86051 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e367e0f05ac3a7636caacb8c43370d952c8bb91ce307bbb8fbdb56108bdb51f +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_012_Dialogue.uasset new file mode 100644 index 00000000..188a2b31 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2a408678cb72dea8f32621c4485860f76b73bad95ced981a75b7f1ab904da2 +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_013_Dialogue.uasset new file mode 100644 index 00000000..287ec2f6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7707b045210718f727eef7a258f1308de490f354b812c6530c9b59ec1b1ab6 +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_014_Dialogue.uasset new file mode 100644 index 00000000..b82af8ac --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Jump_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c6639103a3540d06078c943df09c555d5142d6f3d95ba4db047b6530e9964b0 +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_010_Dialogue.uasset new file mode 100644 index 00000000..567d26fe --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d01326e543849115d4799395cf84a9b9fb09066b9e0bcdc068bf3587030c94 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_011_Dialogue.uasset new file mode 100644 index 00000000..2c98993b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1709ce958d6919ada2d3c8675e813f66b69be1341aded6babec15fa687b7f912 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_012_Dialogue.uasset new file mode 100644 index 00000000..050a46da --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ed91db0b8f4d24c5ada74aafa4fbd3b3f6e7fd7b54a76389b7241978df934e5 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_013_Dialogue.uasset new file mode 100644 index 00000000..a96071d3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95f5261935a1d684bf1ebc995f886005e58be108ab9fdff701e9b3d7050599d +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_014_Dialogue.uasset new file mode 100644 index 00000000..f2880bb1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Laugh_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed9a6566b0df34cedaebd5a3942f2af179bcfb75c3fa73d75e99f7b6e490a2b +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_010_Dialogue.uasset new file mode 100644 index 00000000..51af412e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8c85c30b62b83d15067a79ddcf469738cf81024e32a2e5c6189aad82cf5c062 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_011_Dialogue.uasset new file mode 100644 index 00000000..d5ca67ec --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9505451bbd10534ed64b3aed613966a78098efb391980a5954e2d4500e1c5bf +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_012_Dialogue.uasset new file mode 100644 index 00000000..28a6a34c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77be2065cb25953d4f38f53e353dd2625d47ae3562e3301ceeb87417814bb21f +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_013_Dialogue.uasset new file mode 100644 index 00000000..09a466e1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df33f0af71597f7ee369734ab2da25293fddce720aaf6be8cf7692c487dd723 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_014_Dialogue.uasset new file mode 100644 index 00000000..2291c150 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_PainHeavy_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:656edb2bdd4fabfee6c7879f09dfbf8242020636d8ac6d349e1ac3b1e96cde94 +size 2172 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_010_Dialogue.uasset new file mode 100644 index 00000000..b15c1940 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96841b9a26362572834f008a563f202400e100beea4e94ad57205b699d77afc2 +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_011_Dialogue.uasset new file mode 100644 index 00000000..c4a6f474 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc528310b7127db26b89b4da5c23c20e2b9710c209704a3b70eff10c545150bf +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_012_Dialogue.uasset new file mode 100644 index 00000000..59106db3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a21b62da9f542db276d36ee5cb1a0e7c96042845556b5404bc85dd559d7816d +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_013_Dialogue.uasset new file mode 100644 index 00000000..426cfea3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bc56e0f9358baea4d1a9158e54c91360a9a3656dfcb621825604fd094b1deec +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_014_Dialogue.uasset new file mode 100644 index 00000000..da706df2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Pain_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93b2424f3e41ae745a67699af96d9872830f8fb87c616d92e7d4c24c9c348633 +size 2142 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_010_Dialogue.uasset new file mode 100644 index 00000000..bd36e281 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a0282347725af933a54670558db50cf7a6d33f244fa718016dac33844a83d6 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_011_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_011_Dialogue.uasset new file mode 100644 index 00000000..d0681880 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_011_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dbfc132e5ac4957d16cf7a477f9783a0da943c7d2b8fd458e180aee3bdae678 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_012_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_012_Dialogue.uasset new file mode 100644 index 00000000..6248cc53 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_012_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a000fbb2ff4b26f016743e744ae57d782f189475f79c52bfd7b14b59f5f6893 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_013_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_013_Dialogue.uasset new file mode 100644 index 00000000..909addce --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_013_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:884fb662e3c9584b4397c64e8d22510b02c73c95ab1529c5e947e5e8c075f54f +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_014_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_014_Dialogue.uasset new file mode 100644 index 00000000..b050cae4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Effort_Swing_014_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d213a91309e1cc50891ef123e660a05b8ea82ff8db2320e7867378d523ac48b0 +size 2148 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_010_Dialogue.uasset new file mode 100644 index 00000000..f4b0540e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6e59bebceff96268317efb63b5a7d6ff37477861c15582db8dce5535d0285d8 +size 2606 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_020_Dialogue.uasset new file mode 100644 index 00000000..5a4a855f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7210f52ed3c46ff6a86187c421941deb0efc627041539fcc269db6a550a64e3c +size 2580 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_030_Dialogue.uasset new file mode 100644 index 00000000..2734607f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66dad936fc66bb1715d90f226a1a1b50adde8eea1095c2211527ac6a73864403 +size 2578 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_040_Dialogue.uasset new file mode 100644 index 00000000..2172e94d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4a20512a6ac398cfc663c1e421962bea0b54223ee073a5d62d2fd6714ed3d28 +size 2604 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_050_Dialogue.uasset new file mode 100644 index 00000000..3f621755 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d214f96154553648b45252c720a8021ebdf95eddf6abdcf552ebc597bb25310a +size 2584 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_060_Dialogue.uasset new file mode 100644 index 00000000..9f62914a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1491f47c4d7a178c04684011e817003015634b276140f9ce43060b3ff6379f67 +size 2590 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_070_Dialogue.uasset new file mode 100644 index 00000000..5dd962db --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5272cd63a520c8d302205a51883a6cb61fc03191caee47a11e4ed6a5dbd6cb21 +size 2590 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_080_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_080_Dialogue.uasset new file mode 100644 index 00000000..90d2d502 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee25e6cfa77829f203d94c18b92196580d636c8c169c0a0661c600191afe263b +size 2592 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_090_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_090_Dialogue.uasset new file mode 100644 index 00000000..ce4d96e3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:306dfa3b3e73de3a89e0c76fdf8ec80850da540d9ad6cb2a547aadc9a08d37d5 +size 2606 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_010_Dialogue.uasset new file mode 100644 index 00000000..77fc929c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cf5da9858c999f83824fb8604dcdf83a712b5f05a1d37ac1a13d82c181fea80 +size 2714 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_020_Dialogue.uasset new file mode 100644 index 00000000..7d415ced --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e19d92004f48eac2634ca40885cbf7697a839cf2ee3e48db163fcfee93d09cd +size 2758 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_030_Dialogue.uasset new file mode 100644 index 00000000..a886f282 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Emote_Taunt_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23b71835921f49206a8c0fa79372fc319afc7df2d63c37fa518bc86e7afd99da +size 2790 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_010_Dialogue.uasset new file mode 100644 index 00000000..e005477d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56c9cb4e4d2cc9a23a20e465422b2f4fdc83290fda41c3b5cccca2a9b02e8c2 +size 2762 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_020_Dialogue.uasset new file mode 100644 index 00000000..df5fa86a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b35c9850840694dce27dfb3a996f2d9e20baa9c9f679072dfbde99602eadd8e +size 2726 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_030_Dialogue.uasset new file mode 100644 index 00000000..43ee22fb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_CriticalSave_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b32ff83fe15309290df9ac7df947456180bcb3196499c432d800d31a12e5f6 +size 2710 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_010_Dialogue.uasset new file mode 100644 index 00000000..d2db53fc --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45572406bd6bab06aeedcb442605a36e1f48c96146804d5054e04847b4b8383 +size 2680 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_020_Dialogue.uasset new file mode 100644 index 00000000..c238b5ce --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbcbf7919cbdb62ae026afbb14e24530b38f1ae7e43c6dbc8c18d04bc6d4b8c +size 2686 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_030_Dialogue.uasset new file mode 100644 index 00000000..f988bffe --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Critical_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c269858fdfb81d091a51f2f47374e8ade711ac85fcd7a79480f1929add9520 +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_010_Dialogue.uasset new file mode 100644 index 00000000..cedf521a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0f74b66437fa0e51c7ab00f492a539a38a5be77e935c1d913c37f0860d3a97 +size 2650 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_020_Dialogue.uasset new file mode 100644 index 00000000..09094452 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c2701fa72d97d9f15bd4dab04d3ff9ea92509b4a0d34552b16145b5b46911d5 +size 2664 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_030_Dialogue.uasset new file mode 100644 index 00000000..ceae73ab --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Healed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c5083acfc673161539a790d865f1cafed421554784429ad2ce90aa0a29ee15 +size 2660 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_010_Dialogue.uasset new file mode 100644 index 00000000..35c6c51f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15cbfe44fae5d539daab6c79ea934208dc617c3b462a10d0e0351ca23a125fbc +size 2656 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_020_Dialogue.uasset new file mode 100644 index 00000000..773498d7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53797b04cf538b76dc613109ec1f61cc4a5c72a4c23b4a357799ef255c56793 +size 2654 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_030_Dialogue.uasset new file mode 100644 index 00000000..db7aa937 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_Low_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:171296cbc67cf332b099700dbc772debfb1d7e734878e8995720a0366bb80b31 +size 2642 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_010_Dialogue.uasset new file mode 100644 index 00000000..4ae330c8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd4fecf141b593d122e311a0b28bedebf7339184971f8ae224fa4cd8d9c3185 +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_020_Dialogue.uasset new file mode 100644 index 00000000..ea305a37 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4e9128042d31699ca2108ed886228eb32311a32d66776882d88c17e5f7ba5c +size 2698 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_030_Dialogue.uasset new file mode 100644 index 00000000..8e09652a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Health_SufferedCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b985be891c740f1c884999c56bf0554d659356f62d3cd81e8295c0e3d009ea +size 2714 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_010_Dialogue.uasset new file mode 100644 index 00000000..b36d33bf --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748cd369eaf81e88897d5e64aacf6ffe62136cf7037980f50aa29cf9cc4b13ce +size 2722 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_020_Dialogue.uasset new file mode 100644 index 00000000..818305cb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86afa2c338bb4fc05b736d3259de2ea601f982559cdadcb6bdbc84bb49faea5 +size 2716 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_030_Dialogue.uasset new file mode 100644 index 00000000..ff6f39ed --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_BoastResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1155dc976358525a9a91e7d4d537f7439eb6d82f15389c5a41bef69f77a5be +size 2734 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_010_Dialogue.uasset new file mode 100644 index 00000000..a4538b7b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0710f3bf63ed90d2351b56640419b5ab12311e00e90d6c7f4bb5163a00703b +size 2674 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_020_Dialogue.uasset new file mode 100644 index 00000000..2a4a9578 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5518bbd0acc6966a80658741ca364447b104cab4f22bd0f370e14a80e44c8a1a +size 2708 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_030_Dialogue.uasset new file mode 100644 index 00000000..78acfcb9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Boast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98721209d15675a70e6e250c588f2944a182d5c0abfb9e0c7fde0a9d3f0b748f +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_010_Dialogue.uasset new file mode 100644 index 00000000..a1c5ae3f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c1a08e13bb3acf9588e13a3cedaf3dba8613489776e9e5ee8e4f6151dd62259 +size 2752 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_020_Dialogue.uasset new file mode 100644 index 00000000..0d4af033 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6f570d67fbf6d486c3878851cfb4fba37e9573e326c2d9213808666a8acbc7a +size 2754 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_030_Dialogue.uasset new file mode 100644 index 00000000..b3f9e06e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_QuestionResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6d9dc671f677e7931a76d580ba93d21d1cdcbf88b5d7bf5c1581f5290c77ac +size 2740 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_010_Dialogue.uasset new file mode 100644 index 00000000..cc67365f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1938bda75d3ea9f4935303d8210d5ade941bd00db1dd56e9cc0864e024bd1ffd +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_020_Dialogue.uasset new file mode 100644 index 00000000..704e6de7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c81d220b1cacd251c91658d179124a3a7bd934aa465cabcbaa261507aaa10c +size 2682 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_030_Dialogue.uasset new file mode 100644 index 00000000..d40637bc --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Question_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf0ef74709323838348d73a02d10fc2df290f14f7f383fe0e639e0923675cf04 +size 2668 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_010_Dialogue.uasset new file mode 100644 index 00000000..bc3d0329 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6d666bd7ca45780cd5433944c300cb07ec1b2515e8db2b1513ddfa710db596b +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_020_Dialogue.uasset new file mode 100644 index 00000000..8a3ace36 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4ab881c5ba71f6f1ea327d2a0371b7296c69b7df8301c279e4767ec7d46e11 +size 2714 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_030_Dialogue.uasset new file mode 100644 index 00000000..22ad84fa --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Intro_Statement_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd2d7f72840a262bc0f01d768170b9854cd024ec78f1952556588da8a894739 +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_010_Dialogue.uasset new file mode 100644 index 00000000..fff0e108 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63ce60783dbdb172fe0657bc8c400b84c9d2b51adf9a5489166cc2731591d842 +size 2720 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_020_Dialogue.uasset new file mode 100644 index 00000000..91f08ee2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d1639ab1c33d43b88f1495891c4f60bbf5559dfe01066b0ba80934797f359d +size 2638 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_030_Dialogue.uasset new file mode 100644 index 00000000..6fe6c232 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Assist_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ab56e613676ffaf8dba0520778134f9b3790ab512845f88587f5ad66924b84b +size 2646 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..f860f029 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd5bd428686960e673e616328a9d327e127c96e46c5a1bc00cc930ddc64ba6ff +size 2658 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_020_Dialogue.uasset new file mode 100644 index 00000000..4c7e2f56 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07d0a54e1a19b5b5af6211d1d68e388cd1da9f00572adbd11eea28049230d67a +size 2680 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_030_Dialogue.uasset new file mode 100644 index 00000000..0a2a19e0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ae0ff41aacdb2dc227905811667306edc7d66cf0b6b9d25f67dda5d9734fbb4 +size 2654 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_040_Dialogue.uasset new file mode 100644 index 00000000..7eb9ec42 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035ef157b8efb4d9b5121e13ec11a6139047b9d015488a2fe34898aa10b140e5 +size 2626 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_050_Dialogue.uasset new file mode 100644 index 00000000..d5c63373 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3581b495c2dcb6bf37dd3fe85a0154a82005af31be2becea03a5a132125ba159 +size 2656 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_060_Dialogue.uasset new file mode 100644 index 00000000..4b83a8f0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf94e8a9106a05feb7d6c454b70d0dff974c572e9e80a4db1f463d2c315209fc +size 2660 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_070_Dialogue.uasset new file mode 100644 index 00000000..d6742db0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Enemy_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b680ca909d870f4f21e9e4fd104ced3b12d9f3a6e9adcfb1631ddafecee1f172 +size 2652 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_010_Dialogue.uasset new file mode 100644 index 00000000..aeb83f9f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1a5c3c886fa503e6d95c43a8718c7a5db583ad2f6f4e32bc7857b156fbd2dd6 +size 2698 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_020_Dialogue.uasset new file mode 100644 index 00000000..68ad7cf2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91939b847f051a62000d391f8fdae6516db271d9ea82b29afd6ec2639367510 +size 2696 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_030_Dialogue.uasset new file mode 100644 index 00000000..3ca86753 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_FirstBlood_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299b93d0f2f6884b2c694d2be59e7322c6a5cd100fecd0215387b971fa89d082 +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_010_Dialogue.uasset new file mode 100644 index 00000000..dbe3ad55 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b941a970583dde95aa177fb4d592aeb8a83753fe254f12225796c6a9b038a0 +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_020_Dialogue.uasset new file mode 100644 index 00000000..5336d462 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6ca35bcd2d1c8858f9b0166732b401d63bb2e271b02d5d5bcb240632cd8365 +size 2678 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_030_Dialogue.uasset new file mode 100644 index 00000000..7e8c67b2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Revenge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883c3c1dd801e93e7a7085fd4d4b4c0f53a0089376c6d8ac1674db4c62f64cb2 +size 2672 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_010_Dialogue.uasset new file mode 100644 index 00000000..058cee43 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc806d23d7b0c98d4093acc0d715ef289b97cf7bad570900ddba5c33d92796a5 +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_020_Dialogue.uasset new file mode 100644 index 00000000..eaec9578 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b53fb22fcfacef289b4372218c972903d8169dfaf4b15a71aa0a315217578d +size 2682 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_030_Dialogue.uasset new file mode 100644 index 00000000..4633ca71 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_SameEnemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a004a49a2f3f3c70ee32604af05ce1c0a002a5e5a0d621941bec821528083e3 +size 2666 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_010_Dialogue.uasset new file mode 100644 index 00000000..ef0c9f07 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfebae8a4bc206ceb221904aa9504996fc6adbf6d90a9e16fa3a6dced165d341 +size 2678 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_020_Dialogue.uasset new file mode 100644 index 00000000..faa8050b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b3891c26bc5b6be1a054c0dd84fcb654f06d06035a0b1705f59d8fc60baff5d +size 2682 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_030_Dialogue.uasset new file mode 100644 index 00000000..43054fc7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Shutdown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2289b0ad1b5efedf5b0562d23f04f34e468abfa181df458e244c67b91d77a620 +size 2686 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_010_Dialogue.uasset new file mode 100644 index 00000000..707b0eee --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4aeb931f874517089c47510a326b723e859a1e210c28a937b30165453f97ce0 +size 2662 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_020_Dialogue.uasset new file mode 100644 index 00000000..59a7f0b2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc531e0749c9d084c6d2065fbd89d2782cf10ab9ccac3253a3b2d93ebd755c07 +size 2674 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_030_Dialogue.uasset new file mode 100644 index 00000000..6b6160ba --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Kill_Streak_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5db92ca2f83c33a44741173abd2d64d4b66d05f6a8d189b3fac5e9f50707d959 +size 2664 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_010_Dialogue.uasset new file mode 100644 index 00000000..20c658ca --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398fc971476835edc62f117014d8ae0941738a75ab4a68e11acde98a7137dcc7 +size 2768 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_020_Dialogue.uasset new file mode 100644 index 00000000..a9f1133c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c644da63ca3df2d0e12f77009a30cdc662cb7131484bb2fa3733e2f1f40dee77 +size 2758 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_030_Dialogue.uasset new file mode 100644 index 00000000..7cac246e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448b75ece6f1251d2b0293e7d7fbdbd8d7eb258aa95a2297ea648fd199a258e1 +size 2766 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_040_Dialogue.uasset new file mode 100644 index 00000000..3b60af70 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc801d0498bb83f32a548a6b20897916491e89b55023a26c8d455accc884044e +size 2740 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_050_Dialogue.uasset new file mode 100644 index 00000000..df4110f4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_AbilityLevelConfirm_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb27e779d9edf860278304440f62f3490a3c3b327cba622b1173f4ebfb4b939 +size 2742 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_010_Dialogue.uasset new file mode 100644 index 00000000..9ce0e34e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2193118909b1346de36c154159e6ba8d4b01ea5484685b46577b0138ae0d66 +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_020_Dialogue.uasset new file mode 100644 index 00000000..9e55e94d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adcd7706b862e1ce51a94f96fc47a9322c486a910e4801a0d9e2bced20588bc1 +size 2678 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_030_Dialogue.uasset new file mode 100644 index 00000000..605aa761 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_BoughtItem_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872ecf8093d2827540894655ca13d5f763c7291174d430453405604cd2d2b16f +size 2686 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_010_Dialogue.uasset new file mode 100644 index 00000000..c53ea7e5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a7d7014bc157f4aee452a5caa7d1375403d1404c59dab7d23a0eedc9e38d98 +size 2706 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_020_Dialogue.uasset new file mode 100644 index 00000000..41daaa22 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbbcb0d83afcf5058ab92eb384882491a41bd8ca3329299dc6ad69e5cc8d2a9 +size 2706 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_030_Dialogue.uasset new file mode 100644 index 00000000..5c0608ec --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_CardPoints_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a6b0fd1d2f7aa06bfdaef1a5978bd3cfb2e1f60ed8e575115880367a69316a +size 2704 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_010_Dialogue.uasset new file mode 100644 index 00000000..643642f1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2bf1298d249b61c4e05fd0b9aebd33944dabb05e1dcdf89661151a32f5e3f6a +size 2658 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_020_Dialogue.uasset new file mode 100644 index 00000000..167dadb0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4561bc2952d5bcbc5f977771e30d157cfba246c327e5a8f0b10e2ccffb76e93 +size 2656 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_030_Dialogue.uasset new file mode 100644 index 00000000..4b1e8613 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Five_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1390fe3330d934122878cf217dc3b670be0e278614beff8f6655afe3b8174ba +size 2662 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_010_Dialogue.uasset new file mode 100644 index 00000000..a3eee2c1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e717c786a0e9cec14eda5721d05ab527fb7dce42ad6adca50f37f842ea43a6 +size 2628 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_020_Dialogue.uasset new file mode 100644 index 00000000..bf2db6bb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0ec817934de3496909058d0e37acccdd1180756d67b886ca70f35de9840282 +size 2616 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_030_Dialogue.uasset new file mode 100644 index 00000000..99e8c401 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d96bca216f8f139b1f7eddd15a43fd6087541ed0d3b73e151bca6f5d10d52587 +size 2604 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_040_Dialogue.uasset new file mode 100644 index 00000000..074e6744 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e04f016703e277a4c6f1bad4044f12f3e5f041df2f3f56e8e113d00b3d84d88 +size 2620 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_050_Dialogue.uasset new file mode 100644 index 00000000..13faaeed --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Level_Up_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b9290acd7bfec4885808e6bb00141fc2fb86fa0d26f06bab64b1b286ec3170c +size 2618 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Drongo_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Drongo_010_Dialogue.uasset new file mode 100644 index 00000000..75ef3a66 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Drongo_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad2df0d68c46f46c7cc3fa05239e9f3cf7412109a2eb8eab04cce82dc8217f5 +size 2682 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Emeritus_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Emeritus_010_Dialogue.uasset new file mode 100644 index 00000000..7fe684eb --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Emeritus_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38af41aa840f1978ccd661c7eb444868a9a4e89b5e54f079efd51b3d4af69796 +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Riktor_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Riktor_010_Dialogue.uasset new file mode 100644 index 00000000..3c7ca9a9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Death_Riktor_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:299118fd74e6076e9189f9b4402745559e7df2517d0269e5f7fc1d988fe88469 +size 2682 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_010_Dialogue.uasset new file mode 100644 index 00000000..80031692 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34b97b78788a9affd76fb5fe1ab269afca9fa51152191a0d114eac4c38616d2 +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_020_Dialogue.uasset new file mode 100644 index 00000000..c768f69a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38986671bdeb363b6556b3d5d2b6ea7601f871390f5f895919733c7fb41a7d8 +size 2762 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_030_Dialogue.uasset new file mode 100644 index 00000000..fc6fc848 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246cdb64e9b314f0b0fdf89bad77b1de1a0c35342bb8ca06248fcc4f68f1e03f +size 2724 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_040_Dialogue.uasset new file mode 100644 index 00000000..dd21afa4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac5785787a23fe0902315e6168204e090956681c37c5bc4da44427546246a71 +size 2714 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_050_Dialogue.uasset new file mode 100644 index 00000000..3768ebc9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d920f0e82944c136b682537960b3c09ce5a62b33f6990657815fa5a97cc6d591 +size 2666 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_060_Dialogue.uasset new file mode 100644 index 00000000..ae897a3c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec38bdae7bf8eb7c2e05cafacfd86125192b33e3ddc4c2ffbbab74e76040c26 +size 2790 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_070_Dialogue.uasset new file mode 100644 index 00000000..5ed46574 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1705946106b59bb1c07a3bc91fcfe6fc4e82fd1262205bdd907459e6b3872d1a +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_080_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_080_Dialogue.uasset new file mode 100644 index 00000000..c3c7b120 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Drongo_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471775a728d1e0cd2ca1e8569807176bdc7bb52a12c9078c7a248a853288b7e0 +size 2648 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_010_Dialogue.uasset new file mode 100644 index 00000000..b561dce6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f562fb2888a3178f7e73da57f24860d49faf486edc38e0aafb9226b981fc9a1 +size 2724 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_020_Dialogue.uasset new file mode 100644 index 00000000..bd9d5056 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3af8c3cb8f523dd410c57df284ed2704d5ea982ba12b9eb7baaf96ab6d7522c +size 2836 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_030_Dialogue.uasset new file mode 100644 index 00000000..229cf0f8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e57f5ee871d947f1a1c7aa71158e3818da68c45ac89b872f89875c86536440a0 +size 2798 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_040_Dialogue.uasset new file mode 100644 index 00000000..b794388a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:630a8c8efa133e4f69a1e5850b8d68f4e70d5994aa12de4f04b8862f3ed8bd41 +size 2784 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_050_Dialogue.uasset new file mode 100644 index 00000000..bde764a7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404597ef96c0616dbd6fdc02e8ce2119d1a05831325ec15a13c26e20d5295488 +size 2706 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_060_Dialogue.uasset new file mode 100644 index 00000000..ffa63bf0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e23b65d63c2300ec8217c9f43e8487f6e9a3096aedeb583332c7ae87a67ce00 +size 2816 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_070_Dialogue.uasset new file mode 100644 index 00000000..cb3499ea --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63973b3aaf3b3d88920c2da84e7dbaf28f246d877c451840330791dbc24c1c76 +size 2748 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_080_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_080_Dialogue.uasset new file mode 100644 index 00000000..819b6f05 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9718370e8bc0641a2a4b34bdcb36d8845eccf5f80fc11f85866e3f4bf8da8e5 +size 2732 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_090_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_090_Dialogue.uasset new file mode 100644 index 00000000..e2e0831e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e326211aeb64c43f0f9966cfb47d062221a4f68608af592cd578b0f0bae15b +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_100_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_100_Dialogue.uasset new file mode 100644 index 00000000..25d15d83 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d686a8f51e2b46c5d74c8fbb9cdac1492dafa52d51616f433ce2c978fed5a7e +size 2756 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_110_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_110_Dialogue.uasset new file mode 100644 index 00000000..273989f3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d84f96c3d893ddf578904612aaaea7c74559a7473fa83f486a44fada5633de8a +size 2728 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_120_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_120_Dialogue.uasset new file mode 100644 index 00000000..ab290bec --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Emeritus_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcbcc4322abc05e2202cce23d2835c0a036055169768cabd59c986d4e6f4e50 +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_010_Dialogue.uasset new file mode 100644 index 00000000..9e62477c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9636efb579bc5cd1262396a27f049e246adb21a7103af26ea4599be096b99d9 +size 2742 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_020_Dialogue.uasset new file mode 100644 index 00000000..83bb8689 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4dfda6152cb0cbda01c07651682cd8e40c580d2438efddb83318542404794e5 +size 2728 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_030_Dialogue.uasset new file mode 100644 index 00000000..18d4ef03 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Drongo_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64c85fd9d63aab69ae44b78cc36b8cb9d4d3505721cb47e1e5eea90fea767443 +size 2710 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_010_Dialogue.uasset new file mode 100644 index 00000000..469b7a6f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62195e1a2dafc742943799d3c027139fd6f65d5c99059aa24d764cd767e1afe5 +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_020_Dialogue.uasset new file mode 100644 index 00000000..c56a1854 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb2dc8aeee6ff8cba5b9dcccdefee1e494d87449b326ef9c2a5d2f88e94f9d9 +size 2702 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_030_Dialogue.uasset new file mode 100644 index 00000000..8b204da6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Emeritus_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71fb8f5001af744456cd0d56a876f9ecfd84925a8736ba4b4f6a1b45c28720a4 +size 2740 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_010_Dialogue.uasset new file mode 100644 index 00000000..62467ad0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19fcd5aed4f7ac45bc68995f752192509dcfe6438037fbdac2ed7598d8253a0c +size 2732 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_020_Dialogue.uasset new file mode 100644 index 00000000..8b8a56a0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:059ddaeaa4d55334b331cad46d47f5bba5c2ed8d201a9e7d9fc80ba96e70dcec +size 2752 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_030_Dialogue.uasset new file mode 100644 index 00000000..a27fc2f9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Kill_Riktor_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd7194beea5e797e2bad1db94f1063d10d3683f0e8bc64f0ff54449e941d5f0d +size 2720 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_010_Dialogue.uasset new file mode 100644 index 00000000..4705a896 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee3c3183839d887d37c0acd46e0433a86d7b8d4ca9172f7cdc082d411e93d53 +size 2786 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_020_Dialogue.uasset new file mode 100644 index 00000000..d3ef0929 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f20b4fd5366753144995b87e7c56c3add247bd13b2561470d325ac1d8caa6a0 +size 2860 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_030_Dialogue.uasset new file mode 100644 index 00000000..85d8b78b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:636216dfdad9eab49cd4ab15583aa05a3bace5a0cbed5e31a66478c13c3558c6 +size 2820 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_040_Dialogue.uasset new file mode 100644 index 00000000..b09bc2a1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e4597551b7411690036625ce73ce21a57823b320b88e1df15b07f843c453fc9 +size 2672 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_050_Dialogue.uasset new file mode 100644 index 00000000..a1ec2df9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e94124083c3b3d9b50e72a46c03372c2ef0f870631a195d6175b96d1c3edce2e +size 2806 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_060_Dialogue.uasset new file mode 100644 index 00000000..6b41eb1c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5317237ec05ae5941b7f271330df3fbfb7c65f2951cb7c7a30db5cdce756c87c +size 2732 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_070_Dialogue.uasset new file mode 100644 index 00000000..54a5a4cf --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30a02daff9a4ae3468f7f37ec8e1bcf28cdcf8c1efb4efc2b63b9b26f5b5cf28 +size 2738 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_080_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_080_Dialogue.uasset new file mode 100644 index 00000000..eeb00e63 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09ae23bcd003f358b74d8d3e74d3a500db2a83987e84a1e844e27efd816dd957 +size 2734 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_090_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_090_Dialogue.uasset new file mode 100644 index 00000000..7060a3b9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a7b5066d97012656f0a3dc8d396eb6e8276fef1f6891707337618f59f51e874 +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_100_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_100_Dialogue.uasset new file mode 100644 index 00000000..b7206400 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2156635d98715671e9427cf0f80e948e83bc64991d84f65139cb1b5c43f8d3f8 +size 2688 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_110_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_110_Dialogue.uasset new file mode 100644 index 00000000..29333b48 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87800eb31275abf9bc894742675d1587591f81d9c64fa03ce49d527c255d0686 +size 2712 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_120_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_120_Dialogue.uasset new file mode 100644 index 00000000..e5fc7057 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Lore_Riktor_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5433fb820b5c5cfe8c28c7778d56b0e99e2235203fdc71139f491497f0b129e +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_010_Dialogue.uasset new file mode 100644 index 00000000..3c617f53 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8bdb97510e14de348c4e02f7bea8c36930c890fa0f00a6b499c4819756ba73 +size 2668 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_020_Dialogue.uasset new file mode 100644 index 00000000..02a76fb1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb82623663834a1a807df3f44d9033f7fa3aa5da96d8a97aa0ed4d53f3476ff +size 2720 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_030_Dialogue.uasset new file mode 100644 index 00000000..12e2b6cd --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c19f411e4267ec943794a5b172de22e73dd87139daa91a0db7da817bd07ece +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_040_Dialogue.uasset new file mode 100644 index 00000000..57db7f7e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileDizzy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:464f23ac61a1abf428aa02dfd10dd762c5572eb2c8458cd8e74056c5ece7a832 +size 2884 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_010_Dialogue.uasset new file mode 100644 index 00000000..86a7f24c --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:819885fc56c7cce9d31a1e4bc0fa95868691994951515c0fc3b50ec0d827a61a +size 2660 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_020_Dialogue.uasset new file mode 100644 index 00000000..9e0daa07 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b1298d1a1aceaf25dd5e66bf00591fed22cf95c91dc8a28a0b26fb2de275d2 +size 2838 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_030_Dialogue.uasset new file mode 100644 index 00000000..b6a6cfa9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88f4a2a1ce577a013825ede474510465d55b47c5073f585d2bcdd2cbef32d9c3 +size 2742 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_040_Dialogue.uasset new file mode 100644 index 00000000..df3eab6f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfileIdle_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c9461a32340e72f905b0a7eaea4a66d3b26f9e4414103208ce19601f00837e0 +size 2826 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_010_Dialogue.uasset new file mode 100644 index 00000000..2234493f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b3a209e1e7cb3dcf6b34da78b0e1cd3c917142d3ab4968d4842cbcf6e8fb58a +size 2628 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_020_Dialogue.uasset new file mode 100644 index 00000000..b406b982 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:342fcd836f91ae0f9c4706f2ad2d0c6bbfe4b9bb422d2e6c571b01fde919fdb3 +size 2684 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_030_Dialogue.uasset new file mode 100644 index 00000000..c5c3f418 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01bdcdb154ac7e4d36dcad6f15be561971d5729307c22ff4c4821ce3edd91acf +size 2668 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_040_Dialogue.uasset new file mode 100644 index 00000000..04b4069b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:befadc813b99a5ab17d1dac5f58e593dd236155830c2d5ce31a1d1d284dcf04e +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_050_Dialogue.uasset new file mode 100644 index 00000000..73faef15 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aacfb5a7382d992c3b2f6cbb770d630a22696c1cdaac168223f3cd71410726 +size 2796 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_060_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_060_Dialogue.uasset new file mode 100644 index 00000000..27b6864a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf5d734703cbfb4de4a657f5c4c718d69ec68029734adecea3d88c2a68c952a3 +size 2932 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_070_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_070_Dialogue.uasset new file mode 100644 index 00000000..3f3d9702 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_ProfilePoke_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8792dd60e0ecfce378eba2c4f74d4ca813bc453b43ff05e782e555c56a5aa71c +size 2808 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_010_Dialogue.uasset new file mode 100644 index 00000000..9ae5a88b --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe19c499265124ee1c0cbf625994090a1e0f9afe17ae879eb751b87682ce1cfc +size 2630 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_020_Dialogue.uasset new file mode 100644 index 00000000..33721c07 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dff3de050317d37e307ce6a1830a9214e47e19b4341db28a6a09bde4af68e84 +size 2610 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_030_Dialogue.uasset new file mode 100644 index 00000000..8e2412e7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafc0b6397e289183cba7de2ae6fa92964ad3cfaac287cc0673f68be50139825 +size 2646 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_040_Dialogue.uasset new file mode 100644 index 00000000..474f0ba7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238c2a67c651e64202979da103d3097ec70882ea0285bb7fc396f677e35a326c +size 2608 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_050_Dialogue.uasset new file mode 100644 index 00000000..711ddf7d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Revive_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f363ca2c134b711a159a05e4fba56b19ce40197e7274962935710c3d08b51b48 +size 2616 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_010_Dialogue.uasset new file mode 100644 index 00000000..1c40dd75 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f68ebb1d8cc6d9ce4564672843662d54e2a23a7650eb691fdd100ddc0f8ef9d +size 2640 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_020_Dialogue.uasset new file mode 100644 index 00000000..6802587f --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d29862efed4f7b7e04b5a6563ccd16bb65f7d2199793152f75abe9e1cf8980c8 +size 2656 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_030_Dialogue.uasset new file mode 100644 index 00000000..b64ea70a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Ace_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd07dc2172dcc4761089ae0e451182c04b26f0523dce74ef2cb8f9ac4f47e25e +size 2640 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_010_Dialogue.uasset new file mode 100644 index 00000000..d45d102d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b83f6be0580d65dbb278050621ac2523435a18a7fa8b4a2aea2ed562abba161 +size 2664 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_020_Dialogue.uasset new file mode 100644 index 00000000..298d4f41 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c88b4709b7e00c98a8bd5cafaacb0ab0a83ee4c1103ed807aeb1918bfe68c4b +size 2662 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_030_Dialogue.uasset new file mode 100644 index 00000000..d568742a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Buffed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40499535001bc315d13592179a23d9f6e610ea4d969c26106de1d53dbcb8a68f +size 2660 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_010_Dialogue.uasset new file mode 100644 index 00000000..16a32bd1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a351699bfe891fbc6c25b22ae4a838c114aac47162215294fd286bb3806baf6b +size 2690 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_020_Dialogue.uasset new file mode 100644 index 00000000..d15f7668 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06815bc2f19e2ef0839e4a73345c6081b9635105213675577a076f7cc231d75f +size 2718 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_030_Dialogue.uasset new file mode 100644 index 00000000..59766cf5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Celebrate_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c7d53767e73d61be5341a5e85325c2011e7500fe7ed3a112430fd1d527c305 +size 2678 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_010_Dialogue.uasset new file mode 100644 index 00000000..a0afb299 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e56a15d3bed6e4d45b63ad63ad62e42e4a53ea4cae9a7bd1652c8013296381 +size 2676 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_020_Dialogue.uasset new file mode 100644 index 00000000..4d199078 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4fb68eee37d48ef9569faae87c054940f928ebe56fca4c3a9eda38916f964f4 +size 2654 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_030_Dialogue.uasset new file mode 100644 index 00000000..c61a2c2d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Danger_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b00b29b2775b94a54d01e712c1ed1672a906e06ab6aec997c45181a13f817ad7 +size 2672 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_010_Dialogue.uasset new file mode 100644 index 00000000..98455130 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bcd31a3c134c6a339ea6c3e92466eaf780021436e9892ddeaf76907071ab077 +size 2668 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_020_Dialogue.uasset new file mode 100644 index 00000000..f0885fe8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a59632945912c3c6112a56d6700e3fbc5081b13ffcab50d0647aef77629b2698 +size 2690 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_030_Dialogue.uasset new file mode 100644 index 00000000..d7ef012a --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Defeat_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2fff1f4070a9ba401186dfbe52b9704b122aef4f6cf9a05d7cc57a9d829cb3e +size 2692 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_010_Dialogue.uasset new file mode 100644 index 00000000..db5bf352 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:861fddfbad6ab092e5f63cc93e2afaba2de448d12f88d5d3ee1c8a9d1c676a06 +size 2652 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_020_Dialogue.uasset new file mode 100644 index 00000000..e9307006 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2817a8b3e91ca2e130c4cb3c37688f70530f0e2b9cc597021a26c804753c8f +size 2698 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_030_Dialogue.uasset new file mode 100644 index 00000000..ca3c7865 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Idle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6400a7aeb761af7bb81357697979fa21556cb04f24736306f46e0741b0892a7 +size 2660 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_010_Dialogue.uasset new file mode 100644 index 00000000..3be1bd40 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ef852fd4cb63322b2423519b13b5b059bbb131ab0c8d8c4475ab4673f8a3e3b +size 2776 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_020_Dialogue.uasset new file mode 100644 index 00000000..e5779228 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59373332809f4bc05ca6ef1782578556baf0fbed87443f00b151f15e055ceadb +size 2764 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_030_Dialogue.uasset new file mode 100644 index 00000000..df551065 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_OrbPrimeActivated_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f679bdd446aa315cf5227d318eb0826e2f884604c40aa1d914959891642177a +size 2768 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_010_Dialogue.uasset new file mode 100644 index 00000000..d1d692c8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae960b74e25a2497b3a9878ab41c1f3f138d495404e7d03e2c34373024060ad9 +size 2670 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_020_Dialogue.uasset new file mode 100644 index 00000000..7dea5ce3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73887171ca1c3d9536433a1604f8127ef98ff6750bb5bc4492a1d4cc46c8046f +size 2690 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_030_Dialogue.uasset new file mode 100644 index 00000000..f4b6c1fd --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d8abfe6e9b5d5045b2ed6824b351c9c713e9c4bb27998349bc84d38f1d00785 +size 2670 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_040_Dialogue.uasset new file mode 100644 index 00000000..e09d461d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ac0bd5c72fd2608d5ec0ec85fe3f3592397077bb88bdf1c78387cd17355166 +size 2670 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_050_Dialogue.uasset new file mode 100644 index 00000000..62de72ec --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Recall_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30d274d4d6a2bd9285af194c40e9240a9005c34286f63f192bec0c62df2898a +size 2662 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_010_Dialogue.uasset new file mode 100644 index 00000000..881d084d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a330cb181d7cbc37ef246218e947b71f2590532f2363aebaa9d5ba586f85bb +size 2720 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_020_Dialogue.uasset new file mode 100644 index 00000000..cdf343aa --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0160e0a8da8e3c2d8b55e18542272c4af7ec87aca9f601262b5f27c03a0a6e +size 2694 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_030_Dialogue.uasset new file mode 100644 index 00000000..bcf5095e --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_TeamDead_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c56c94d3da38136a6b973ca119ef2c6e0d8616979e566ef5990997d1b7ac090 +size 2680 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_010_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_010_Dialogue.uasset new file mode 100644 index 00000000..080d3c27 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197ccf5ba3412b507cd1fb6a6528f2ef322b66b257451cc4b9b9f5f0708f4075 +size 2712 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_020_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_020_Dialogue.uasset new file mode 100644 index 00000000..292ceb86 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccca616f607db840c3a7b6f16e2564aa5e5e4844c4c029b18b110bd0e158797d +size 2696 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_030_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_030_Dialogue.uasset new file mode 100644 index 00000000..ffc2b487 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ee554088ad0e55fcd14348ae19849f04c6aadc23daba0dbca956483348f10b +size 2672 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_040_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_040_Dialogue.uasset new file mode 100644 index 00000000..e83f8533 --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19940d4db0fe364e1cb99ba08d9c596e575bc724dbadae244d4e6ec46ae2433e +size 2698 diff --git a/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_050_Dialogue.uasset b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_050_Dialogue.uasset new file mode 100644 index 00000000..0663fd5d --- /dev/null +++ b/Content/ParagonRevenant/Audio/DialogueWaves/Revenant_Status_Victory_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c6f977595607c4dac781ebaed03120dbc6b74e67cccad57ffde42f3354e8b8 +size 2666 diff --git a/Content/ParagonRevenant/Audio/Revenant.uasset b/Content/ParagonRevenant/Audio/Revenant.uasset new file mode 100644 index 00000000..3ebeeb3d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Revenant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201d532d90cdafb34a44c1d64c068b7d6a3d65a621367d1caaf1423af1124756 +size 1222 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_010.uasset new file mode 100644 index 00000000..4c1e8ba6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf14c3110f0fa8366728f1da62f4b8d8a30e827c3b284a5dfd45604877ebc763 +size 402825 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_020.uasset new file mode 100644 index 00000000..89a37c4c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2cbc57b8e207d53e1454b93f6198100318d14e6f89183d6aa144bb5ceb2155 +size 486924 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_030.uasset new file mode 100644 index 00000000..4f59a78e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_E_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5606aa2b12cfe399313af11624c883ecd9e330704a549bdac05f775be033427 +size 431005 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_010.uasset new file mode 100644 index 00000000..b2be7185 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e31f0e5e7055bd407ef4ceb324698be09a15b6452ac374f39380b962924e8b +size 310896 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_020.uasset new file mode 100644 index 00000000..5f3b2179 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e54e139c448c798bc8428cca711632841df97e78beb0e4ea04f6936257d9273 +size 485178 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_030.uasset new file mode 100644 index 00000000..e9ee8793 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2594f7b0ce9c9267e594ed4d11c231ca0c1b27d56aac4d2e6c43715890433887 +size 447593 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_010.uasset new file mode 100644 index 00000000..026f674d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055bca16c24cf2116616a68256b9e51a7ed7021ec14dd68765ddd786559d3165 +size 416994 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_020.uasset new file mode 100644 index 00000000..6d8d405d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfecb9110bd4daf4aaa8ec34d512dfd161f3fe8e3000a088447e633a28b34bf +size 451855 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_030.uasset new file mode 100644 index 00000000..629510e7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bda2f90e388f2364ca459a9cf371657e1484a7e91e908f664b50342d27ddf7d9 +size 423839 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_040.uasset new file mode 100644 index 00000000..c01545f9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_LowMana_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc057b3b376df0880d5032990a68d1b980c12053deb44779f9b80359fba9046 +size 435139 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_010.uasset new file mode 100644 index 00000000..d8c1ae0c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dc45fafc9579cfd00712586f8c3e8198c90380d7e4600be96601bd70a7388fc +size 375315 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_020.uasset new file mode 100644 index 00000000..bf76e7a6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c23a05983d0de3cc7e57194b102bc4d5ba7c2cd223000955f12cf1b05a6945 +size 363366 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_030.uasset new file mode 100644 index 00000000..e1d9d7c5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e822b860ecf568596b66c2fb277eafcff410e8e6e198647c0793f7cebd5373d +size 418872 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_040.uasset new file mode 100644 index 00000000..e7bc28ab --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_No_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e49affc107a7ecdcc083a0c4a4692e638d0a66e297e172c1b9b36646848bc631 +size 377907 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_010.uasset new file mode 100644 index 00000000..623fcfdf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0dfdd5516a0d8079d7d61edfd64dd31c4e1801bee16e24a05fc4abf16ad670 +size 417806 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_020.uasset new file mode 100644 index 00000000..07e3e699 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf5931b72f93e614db05eb993e6000daeb174ba724db323869db3195839f7d9 +size 380128 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_030.uasset new file mode 100644 index 00000000..5c727776 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be742f03eed718355c761faac6253633f759a556db0d986b54fee3ed78c650cd +size 407628 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_040.uasset new file mode 100644 index 00000000..e8e954a6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_OnCooldown_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb4451cfd4012f383b3b1aa8238188353fa4fd0364d5062a02c652bc216b03f3 +size 470656 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_010.uasset new file mode 100644 index 00000000..bddd35fd --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f028e258ede98bf2d604b1d0066d422b700630d3d245d17e8eb2336cdf2c02 +size 362468 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_020.uasset new file mode 100644 index 00000000..6fa5dae0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddacc2f2e2dc995b8b034f73650cd5184116631e2306f01ea230728612dcf15c +size 346271 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_030.uasset new file mode 100644 index 00000000..8ad41c95 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Q_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c8c20cb0a406068d264e6bce7b2fe1c9462ab92d9b4bb1b5394d0be8f3fbe9 +size 424572 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_010.uasset new file mode 100644 index 00000000..dcd9411c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23580eb7146684ef4bf22c0ddcb923e750652027e4e364597f8d55bb1bfe2c48 +size 454034 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_020.uasset new file mode 100644 index 00000000..af4c821e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26653f8992fbfae25770f7473c5406fd1e297d6c02bad2482d5d48bdac63a05c +size 367817 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_030.uasset new file mode 100644 index 00000000..87b35f22 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_RMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:653f8d773469b75b009d6eecfc28ba43e662c737bdd99dafeef622f9df708ca2 +size 371963 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_010.uasset new file mode 100644 index 00000000..3110fabf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee275089dbb346a4e0cefc4b5d5c83a30b90864bc2021d710a1a626f74a571a +size 354483 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_020.uasset new file mode 100644 index 00000000..d851a557 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6343002f6e946651f0c00350e3aca86fde7f123fb4e79e1db647d5c47cec8ad4 +size 376443 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_030.uasset new file mode 100644 index 00000000..b903c00e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_ScoredCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3901c928661a2a8f82314aa7d6c895e90d29de77d8fa93cc549d77c77baadcff +size 456772 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ally_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ally_010.uasset new file mode 100644 index 00000000..42f8c8da --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ally_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f453f4034ef809ba9f3e8926ddccf6c25aa1e587ef50ad67529b88affed7b07 +size 525785 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Enemy_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Enemy_010.uasset new file mode 100644 index 00000000..1bedac7f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06be98bd6cc00dac080fe90094d3f2c025ec9042f471f7ac78ece6c5211da49 +size 536054 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_010.uasset new file mode 100644 index 00000000..f8c688f3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e80eceedc49c6134674a35f32af44f7d629568255bb96dbe387fe054dd9022f0 +size 455657 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_020.uasset new file mode 100644 index 00000000..06b5ba46 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ff028bea13499c5799e21250010d9247aa1b5bcc9c543e3b12fd9c08dffe40 +size 527960 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_030.uasset new file mode 100644 index 00000000..a21e0722 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Ready_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d7fe1f696400668d439af984a0a48aa2837180e807604a9fcc7f80e11a78eb +size 538714 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Self_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Self_010.uasset new file mode 100644 index 00000000..ae0e3f5d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_Ultimate_Self_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4127605831c492abf24ceff7ccb24c23fccc8a043c9a3d3f7879c3e04a0ccb88 +size 439974 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_010.uasset new file mode 100644 index 00000000..3033f575 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9777122991e7e2745603cfef0f12e82f091ba14268189759fb0b2ed8c2953d02 +size 456636 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_020.uasset new file mode 100644 index 00000000..06a3f028 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c1024bb723e4041d7b622db5f6ae40aee8cedb5b1666c7b2f61b57af9397f9 +size 442071 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_030.uasset new file mode 100644 index 00000000..746cefe3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c528e3181147f9d9791cea7cd8360257edc7c9cbc935b68219e80f1be3d0a1 +size 442322 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_040.uasset new file mode 100644 index 00000000..d4ffcf24 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Ability_UsedLastCharge_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5001e4b8c98bde0e85a14db7806ad8db3656e8711dbdabcad79553669d4cef6f +size 411808 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_010.uasset new file mode 100644 index 00000000..27077095 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307532daf020365d408a0f18285bd45574f8fdaff4e7d68ca4efc57d2e4c7a1c +size 1514365 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_020.uasset new file mode 100644 index 00000000..138ce9f2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9303bdcd156b4f7cf06978c14cd8b0839f7581068af6eb319d9646b6ba8b881 +size 1812335 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_030.uasset new file mode 100644 index 00000000..5cd11c63 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82d70840c6bde90cb22158b554e009b5b0e241aa7a44c6fffe8f3fe4b7d547f4 +size 335171 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_040.uasset new file mode 100644 index 00000000..15c2559e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa5dbe02b1fe9721c4d7f8d79866d4a7c9969ffc45291b99c12ba2cdb5a7d84 +size 646457 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_050.uasset new file mode 100644 index 00000000..445b45bd --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Catchphrase_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fcfa9f56dd34da2614cf0bf81e243f54f26b68e7a51cbdcff0eed1fe642a32 +size 1276409 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_010.uasset new file mode 100644 index 00000000..bbf726e4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef7335aeec3b05d9505e290a4defc75b2d3101b2c43e1db52e8000b93a8a2b2 +size 343506 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_020.uasset new file mode 100644 index 00000000..2669a070 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82da70bb992d55a20a537031aa30b9358fa0b6e9e5d11af630e47148489ec22 +size 360702 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_030.uasset new file mode 100644 index 00000000..1c58614e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cca2e05208e138100086d276bd71a137c04b67736090b81ee02675ab4fefdc8 +size 318392 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_040.uasset new file mode 100644 index 00000000..0f5c2cdc --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab4b773a2a7e410e7e50afb64dc6ab38d4a63ec7d1782202a6309f95874d462 +size 358565 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_050.uasset new file mode 100644 index 00000000..8b206170 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c82bf04f55b37440bd56995ec8d198846178b2fde8528da9d3446ebd57b6d7 +size 390153 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_060.uasset new file mode 100644 index 00000000..9b954231 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:453a458b0a169eb6ede0fe4d9979af7622f3995d362c619fac90d97d12711b71 +size 355664 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_070.uasset new file mode 100644 index 00000000..306bc4be --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Death_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e400a7d744e7fdaa39136e040021dceb173e7e8686ae8e88ec0aabb904462d98 +size 313362 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_010.uasset new file mode 100644 index 00000000..9e4d0169 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c47dcc3d154d55f5032dcb0585624816828b37bb46f63fd52538184144eb81 +size 432572 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_020.uasset new file mode 100644 index 00000000..5faf2c6e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f6d9614a27c7e8207643d4d9bc303178b61e6e586c664eae3c7e5bded1e884c +size 601572 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_030.uasset new file mode 100644 index 00000000..3ea5a48f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c21b7598a1a1937f47b58cc090307a638c22f871ec206c0d5dfce8ae59f6fcd8 +size 492912 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_040.uasset new file mode 100644 index 00000000..10f87e48 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25800156000dff6bf70d132fedba104e427bcfc818e0cf2ff14d4d92f0cd72fb +size 362674 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_050.uasset new file mode 100644 index 00000000..52baf98e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftLock_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3776be7ed3dc9e151b1aee09759a33238d3177932d1d31084de5ddc1c4ceba5 +size 502050 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_010.uasset new file mode 100644 index 00000000..635a0988 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1cdca724779a8ba4b7e02aa356ac25d6b26f51fbe101671d28454ed8b1ed72 +size 538465 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_020.uasset new file mode 100644 index 00000000..fdef9624 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcb14c776e82b7eb858bbb810bf2d37a55130a4fbdf0429383ac9329e571a2d7 +size 600687 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_030.uasset new file mode 100644 index 00000000..e5926325 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_DraftSelect_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab16552ebf6ca1bda1395db2d58ac0124bf59ffae97da4ec621a91e290f39cb +size 569326 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_010.uasset new file mode 100644 index 00000000..4306ca84 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9c101d927350d3533c85e4ce782a3f37d55c17c0d9e8887ffafd752aaf9abbf +size 484317 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_011.uasset new file mode 100644 index 00000000..82db1fa3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f504f5e509169f31fbb78e52288a895da70c59cfc806a3ef4c61412b1a92feba +size 442240 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_012.uasset new file mode 100644 index 00000000..e96a8dbb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7695932577fd207563d4501abe992fd9415120f8ad9f8d9be918e7f90c5b8d +size 423021 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_013.uasset new file mode 100644 index 00000000..cba1e2b0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0db551072a888ef748f9bf5e3bcc05b3c03d9800b34f3b383476967cda1fd622 +size 504391 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_014.uasset new file mode 100644 index 00000000..cd85c3ef --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_E_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddcdb7d98f0588c95f4a69ae82f5433f21f4b7b509d21211f6493e083ad92b5 +size 584498 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_010.uasset new file mode 100644 index 00000000..356b3666 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25fb71b378196ddec6f73426579d0dbb3c4895c07d24d8ceb2177457d99be024 +size 301915 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_011.uasset new file mode 100644 index 00000000..560ac6b9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68fece76463a45a571eda4376614495230b901e2e3a18101210f63fc7635d38 +size 286556 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_012.uasset new file mode 100644 index 00000000..d9f51bdf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc01363494e03c771646880daa6b6ce16faaa604848b0f16b961152ace0f80d4 +size 250042 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_013.uasset new file mode 100644 index 00000000..2fcf5595 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57af41d21dfef15fb92a12e804fcb949b19bc595dfc0e16dfb90daecdff981d9 +size 250767 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_014.uasset new file mode 100644 index 00000000..d176bbdf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Primary_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a715ecd0b6208bd172815be198ce4f30570698ed709cb1cf7bfa606fcaa04deb +size 285065 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_010.uasset new file mode 100644 index 00000000..cde60111 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:178fa29034f71c2afe2987916a2e6cc6aaf40240534c08fc9b0aa0862f1487c7 +size 423809 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_011.uasset new file mode 100644 index 00000000..8b5786a8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e7f8f21855585a54726ee22c0f90065ac67466bfb1fe0568203f840a4f34058 +size 563036 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_012.uasset new file mode 100644 index 00000000..0eea5681 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de6e918ed07246ea5cc621f1b9190769314c80aa6a0736359ffb192e707e98e5 +size 429468 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_013.uasset new file mode 100644 index 00000000..3edab74f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558c1e380cf59acf66c11613d5fe841ebc823198d4a8f607bd185b43bf122f7d +size 389715 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_014.uasset new file mode 100644 index 00000000..50776af1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Q_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b859816fdf9f930f9acc058bbf961a5986983d7d0fc68a07a7a86baae0b5ba6 +size 536071 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_010.uasset new file mode 100644 index 00000000..f3ff69a9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74652efb032177add609b6d9b6ad4a4bc2093b7420689b1a9fb0406a0bdfb2c7 +size 341606 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_011.uasset new file mode 100644 index 00000000..026b1f05 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8e17de23c98dd7ef26b17822e30bb9f2d9d910773e4475548cb2d3b8bb4d5ba +size 398280 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_012.uasset new file mode 100644 index 00000000..5b9e62c4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e7d539e8e06b0197dec70f55410d974677226ff353f12c006e088f17bc9b6c +size 423250 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_013.uasset new file mode 100644 index 00000000..800b63fb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32ff4bf3916ae96ab02535b09b08e55d58f0d2e9f2737d42aa717b3c8757ee5 +size 375194 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_014.uasset new file mode 100644 index 00000000..12234b12 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_RMB_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc4809b6d6a2dc21f7aa39f5d2128aeac156abb3f0cc2f501214c1a609ffbfbe +size 443137 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_010.uasset new file mode 100644 index 00000000..faf3bf20 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82dd2be6723d04c6a71daac7bcd987a3f5738fe9dd5722d19ee91867457ee02e +size 468377 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_011.uasset new file mode 100644 index 00000000..c6ede7c4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06c5cf531685f3c3ab73794bbeb63c8906d2df6fbc4eda71a89a967ae9abb6e +size 467515 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_012.uasset new file mode 100644 index 00000000..fac4a1fa --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:184d07a61469654aaf7a507d07ef1fc33e6f502150c96c7d77ba4d886184fbe8 +size 433775 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_013.uasset new file mode 100644 index 00000000..fcfeeef8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:542c8236eaec4719adf570832ac6dc68ec2734c8a04367298eb449167bef03bc +size 397368 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_014.uasset new file mode 100644 index 00000000..9b55a0bb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Ability_Ultimate_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9877f817d39f88a33289f2664552be8ec58e1a5e59bf0d4b0d0520aa261c1291 +size 461952 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_010.uasset new file mode 100644 index 00000000..c70f3df4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fb33442da41360074bc191ff8df6a60a506159251adb27ac88fed1a4ded38d +size 331117 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_011.uasset new file mode 100644 index 00000000..20b4ebae --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:097d06a7f162a55d2a67141b336e1f8faf5c21098004a09f2e254b152b1c0eb2 +size 289260 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_012.uasset new file mode 100644 index 00000000..1b105762 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4c61409743e76685b1f2a55cc4af1a4d98755f20ea5ab5122fb74d6cc7f415 +size 328599 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_013.uasset new file mode 100644 index 00000000..19cc30d7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3a32b129525611413701f3a57b0a4a17da3b05a8e440958ea5497c930fd5767 +size 317174 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_014.uasset new file mode 100644 index 00000000..31944627 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Attack_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b212a79a14cdaf18c6397761f7053c067ac232fcf7c3e08155adf2061641ed6 +size 378469 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_010.uasset new file mode 100644 index 00000000..6c25423a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2f099d9c672ec2352f131049db42151f5bf47e98265ca8ce0e75f2f631a76bc +size 296621 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_011.uasset new file mode 100644 index 00000000..81f8155f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634589ab43a84b2a4faa504e157300599fe7b08fa72353602e539deb6902a025 +size 278557 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_012.uasset new file mode 100644 index 00000000..3d2e8773 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055da39d2c8c514545a0658304bc5023a656ed016480df46221975695a8d1d8c +size 304271 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_013.uasset new file mode 100644 index 00000000..0281239b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6eed7c3feda61bb67b8f78842ab91342ab0ba50a41b5b7d8c93eacd3fe93936 +size 318253 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_014.uasset new file mode 100644 index 00000000..33697eda --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Block_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73514c29ef3ee4b1f5778d9a6f86b7c6b1ab0124c07e78dc0054de2eefd6e82 +size 334724 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_010.uasset new file mode 100644 index 00000000..6bfd360e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4ca182f4b41c8d647fbd6246303d5cb8f41a3d4a38941c364fa55d288cf3291 +size 1903370 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_011.uasset new file mode 100644 index 00000000..ae522dbb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6eb7a5091dc9b481667c5881c5168b6e5b9226f935be6b874b3a1e43375325 +size 2320609 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_012.uasset new file mode 100644 index 00000000..65840a63 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227ab485462d90502dfa6625a35433e5e54f9246d5d559cb7d7e5596e4987b43 +size 2374158 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_013.uasset new file mode 100644 index 00000000..faf0fef4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:396a66936678c254a3bbfdf8a05b6041eb4f3544050ed0a7baa108d8c7702664 +size 2857049 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_014.uasset new file mode 100644 index 00000000..5b614a6c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingLowHealth_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612387201948a130b4d2595fb7564b39a7cf91ae50012f688a04996b93f14a0e +size 2470611 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_010.uasset new file mode 100644 index 00000000..59a2ce02 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25813bd4f1132aa2319942badb24bbfb1dfc5054d2eea78d45bcca6254009039 +size 2103769 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_011.uasset new file mode 100644 index 00000000..48c354c4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b13bf71c62ffe1fb1dd8d28bdada77effe1a31c665caba111010bfb1867dbcb +size 2269392 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_012.uasset new file mode 100644 index 00000000..59531c32 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5972aa4f905417962636692b135cc2729d139508c3ce732eff1414b28686cdfe +size 2318797 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_013.uasset new file mode 100644 index 00000000..8b539f22 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104a66396e0bed6d2661169f9c089094fffa130c557633563531daa244c04913 +size 2328125 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_014.uasset new file mode 100644 index 00000000..f64acc49 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_BreathingRun_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a14baeedfcc020cbaff0c865f843eb0d141b7b6b52c2a5e874d5489a09056c2e +size 2223642 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_010.uasset new file mode 100644 index 00000000..e0ff972c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db8f2698178196d125ea61135fd2cb4b883c4b88e9fc663b429f6a816ad2bb9 +size 363576 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_011.uasset new file mode 100644 index 00000000..1745a1fb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:616fd08087ec2660f0ecd48975b70259ae000ccaa413ce7cf50f67c42296143f +size 351871 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_012.uasset new file mode 100644 index 00000000..8044ccc3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df09b8d878ba3d260b00070819e4deac5d73054b076a4378f9003d6125508e84 +size 376888 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_013.uasset new file mode 100644 index 00000000..a9bfd535 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebd2e43ab83511b03bfaddbd4de805be164baa898938b5dcba731d46408cb09 +size 418578 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_014.uasset new file mode 100644 index 00000000..17835c52 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Cheer_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bf4443bf6973b7c161dacf216790ad1436fc3262af9fd3de86626e4c2aa8345 +size 493230 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_010.uasset new file mode 100644 index 00000000..872d2481 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37d23d9f32c208ddebef139e1142e3f944914772876a2f3bccf5c5c72ff52609 +size 454764 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_011.uasset new file mode 100644 index 00000000..4b80c15c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ab2c47b71cab5be40e8b644aebf4bb4f492aa8981b5a06ddc1cc3c74c3cd6d +size 535574 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_012.uasset new file mode 100644 index 00000000..8abeb146 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a1d816052085af2aec2771729a9217f0c729f39fab0eed0d546db1cc2f157ee +size 857826 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_013.uasset new file mode 100644 index 00000000..9dae2202 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3690241e929ad45ce95192d82fc9f470ec4c210839496f2943902bd23e1a495 +size 870395 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_014.uasset new file mode 100644 index 00000000..0f451a27 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Death_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169ee029e682fe3584a59df79eef7fb99dae6849f99d611c1ead7baf460a2422 +size 1111136 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_010.uasset new file mode 100644 index 00000000..2be66340 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b6b00a02aeb6f4fc0cab375f1ac3813cdfb44fb5eb603fdac2a84372ba3b00b +size 399242 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_011.uasset new file mode 100644 index 00000000..78eaa4b0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f42162d5111c93536d0939df43ef4028d74cfc4aeca54dbe6fac0288551a282 +size 400236 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_012.uasset new file mode 100644 index 00000000..f417a946 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57bbd6ad77609a746324c0ea638270cf60794aff7d3639210308ffc09f5898a3 +size 331738 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_013.uasset new file mode 100644 index 00000000..08bbede3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:917a1fd9be571ddf3bca4be48d36764acf0878cb31b3d1134859824400a03fe6 +size 317544 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_014.uasset new file mode 100644 index 00000000..db7aee73 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Frustration_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22e7eacd490e9f584726d8fe5853e5eef2c93c95776b1b8c2816326469eb2aea +size 322229 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_010.uasset new file mode 100644 index 00000000..b03369f4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ddac69a4a1402697ec228e8bd6cae63b6a2db28d17d81285f23ce78a435b33 +size 316473 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_011.uasset new file mode 100644 index 00000000..d3c460fb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620adfbab5fc8b496ea89811f22050824b98d478519f8c7908503cd2abea1f05 +size 322774 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_012.uasset new file mode 100644 index 00000000..c9c7654a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dc82565f506a189c3aa0e1558651330a032dd73d9f83ee87ab8e69b92b61022 +size 317905 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_013.uasset new file mode 100644 index 00000000..db395959 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b3445e184ddca065bec163251166e7b12b788e6e607e86ebbcee22ee634e54 +size 352076 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_014.uasset new file mode 100644 index 00000000..1cec98d5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_JumpHeavy_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35417f78edd60877bd079002c78557e9ec6353e9c198192c26e22b2d830f59c6 +size 370696 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_010.uasset new file mode 100644 index 00000000..764c680c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cd0e7cc3241de023d266860f2e4e28bec378ec957f0cad024c65f6d7b7880e +size 255744 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_011.uasset new file mode 100644 index 00000000..88ba621e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf0049be17d7db21f9724d51ddeb3e0dbd5a356a9b3f1db84bc0ef274fca4e93 +size 237664 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_012.uasset new file mode 100644 index 00000000..6aaab782 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5338514314e35daf698d05cc5f6ce1307fc205dd272544e731f4ede503b1f9ef +size 368974 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_013.uasset new file mode 100644 index 00000000..347fd94b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94299b20a3a8c76a70d9412a750dd0ca10cdd3c48a176e55295a6bd376eb2864 +size 243224 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_014.uasset new file mode 100644 index 00000000..d224956b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Jump_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf32971718498e28494dd4018b542c3e825629d46bb9c91a602abfe66af57e03 +size 275268 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_010.uasset new file mode 100644 index 00000000..1c689ead --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f99e06f961ce3a64e4d25ecce9314dbc196f552930346e910fd80ef3d8d74b +size 364265 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_011.uasset new file mode 100644 index 00000000..ec2debaf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78458d01e4c219e683049ca64f58676a4dac3d4b1536d0e87c417f807380dd5b +size 544030 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_012.uasset new file mode 100644 index 00000000..10c47995 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee5234711e630dbf6ee3d6ddd24675fb064341f6cec6983232abbab95eef1b9c +size 863162 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_013.uasset new file mode 100644 index 00000000..210b2c0a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f9e7147b0f3e4974afe366634df21af8ea317c856be7715be7f528a7c87a3a +size 300154 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_014.uasset new file mode 100644 index 00000000..53de69e8 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Laugh_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a62e2a93b94a7764a4238b8b7ceff1559227acff5e0e957182473fcb8d23ec +size 343904 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_010.uasset new file mode 100644 index 00000000..0cd43f38 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac31d63e88d6b1006c2b2576a9d5b179942f3a6a9dbe1d225bc0e015bbb318d +size 285718 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_011.uasset new file mode 100644 index 00000000..ce19ce7a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6249b13386b689a2047a2e0ecbd5a420bdd2b452429b67d50b726f88614d083b +size 306943 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_012.uasset new file mode 100644 index 00000000..3e099596 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c06173207de7c0204645606950acbea7c215da4d382d8ed5f1ef283dae5acc3 +size 329605 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_013.uasset new file mode 100644 index 00000000..9b5b4180 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9933dd3041109436655ac7e9569c2baa9cf5388c76468856f1d34af73fce04 +size 322255 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_014.uasset new file mode 100644 index 00000000..e14dc3a9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_PainHeavy_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71246e0817a8c17f2bd77d493a5bfa7176a5afaf12d972499e80406ef7056077 +size 311684 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_010.uasset new file mode 100644 index 00000000..26c9159e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb883ec1b755f7525ac89ead9ae785587df579ebf2825288994caa7acf856ecd +size 261345 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_011.uasset new file mode 100644 index 00000000..72235f5a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36fca69253f5d31e49170152accc79ffe2f78947388420a7927f1f273f18a161 +size 278074 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_012.uasset new file mode 100644 index 00000000..b3d6de3e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b818afa27587962f701791d8e5835dfa074d1b8be1d26253aa58b72591f7f822 +size 272427 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_013.uasset new file mode 100644 index 00000000..29ef0cb5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:386b0099b8c2f5bd9014a28ff0addd183096ff2f9fa9d53e7f915055826512b7 +size 260280 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_014.uasset new file mode 100644 index 00000000..d3e7b883 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Pain_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6812ef2426bf89260223da0fa0e8ceb3cd7f4be93f960a8b68fe0c602c46f53b +size 251895 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_010.uasset new file mode 100644 index 00000000..82a7e708 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0bede3ea5cac2fa85c1920d1424ac69af0f16ebb528dac4a330b1c8f81d8efd +size 317093 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_011.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_011.uasset new file mode 100644 index 00000000..5ef50b24 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_011.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8360a0a9387f98149dd2cfa4c421406399acf73204360e2d4c775a4f7d92d3a +size 335717 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_012.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_012.uasset new file mode 100644 index 00000000..f27c6589 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_012.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b930b1324027b28f27527f2aa88d87fb10b88c3c2a05c699a3c9be9016b7c7e5 +size 366377 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_013.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_013.uasset new file mode 100644 index 00000000..1ed7c764 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_013.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f760a1fdea83577a70ce5bcfe3cf60679474af26112c956b18b5c98caabeea61 +size 347907 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_014.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_014.uasset new file mode 100644 index 00000000..1d5ce232 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Effort_Swing_014.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b210f866d94f5923a435be0f19263fbcadb2d7118abc2c0c11ca3fb6865b0606 +size 376451 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_010.uasset new file mode 100644 index 00000000..01acc0ef --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e02a2e9ad6d9f2ed7c166fc9b9f502ef91b454bc3d922b68001bbf050d2151 +size 440431 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_020.uasset new file mode 100644 index 00000000..14575c6d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6e15872584ff851f444050630a1608aba2f2357767c8bb4c8e44ec6bd4f33da +size 311148 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_030.uasset new file mode 100644 index 00000000..c141cc81 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c2c1597accb457171d37f28cc09221cc3a33294e7b0ed45e9630e339166174 +size 303071 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_040.uasset new file mode 100644 index 00000000..ae829456 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c982b1d919e00f2964e8a09fdda09625785503af23448f62397de08b789ee0 +size 417822 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_050.uasset new file mode 100644 index 00000000..1d0dfeb9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65ff2b5787f0ab267e586eb2158904f6d12ac5230f814c07895b84d95554d8b2 +size 330294 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_060.uasset new file mode 100644 index 00000000..c7ecd567 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18b779b6a38f4ca4d151e1b42ebf0589d285102eb791f5d251c3f717c20bc84 +size 391318 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_070.uasset new file mode 100644 index 00000000..caffdd92 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f86fd54aadd0b4aa042aae1aa23c9d038b564cd35bf61bf657aeb5903fbfe7a7 +size 411660 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_080.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_080.uasset new file mode 100644 index 00000000..2b786461 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17c1fbe04ec6313ec4dc9eada551c7298c2e2622d2822ef33ac531876ddc3b3e +size 548468 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_090.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_090.uasset new file mode 100644 index 00000000..2b0441d4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ac87590f0d9ede8aa98bca9cc7457fe51d54f4fa01d4c5026de3a58801d9670 +size 681535 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_010.uasset new file mode 100644 index 00000000..08f8a311 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b42aff08770b0845a19e20bd8c6c1784e9d2a226b386f943a272a3f7aa580f0 +size 828862 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_020.uasset new file mode 100644 index 00000000..24ab87e5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d09c57c8ea3cbb4dcebf339e4f7976f905d7c008cb9e326b63f17b0b38fb2c +size 904985 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_030.uasset new file mode 100644 index 00000000..d2e3351b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Emote_Taunt_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82746d9beea515c22ddb708e27b22c833be7155da9c839f25f1899afbd1e2ac1 +size 1090126 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_010.uasset new file mode 100644 index 00000000..80bd799e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2566c388497da4a985c469959bd2e680613270337114a4f1584176feb8a450 +size 579258 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_020.uasset new file mode 100644 index 00000000..df50511c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fec57c74300ce9baea285b18bf07c7a906313a2ed1d2fdbd45a86d6cdeea37d +size 510903 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_030.uasset new file mode 100644 index 00000000..82d97499 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_CriticalSave_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1ae247a5772f2a9f99eca493e597865d898a6e251781fc6e65ad3e22d957305 +size 492259 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_010.uasset new file mode 100644 index 00000000..a6dc5b87 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55686ea1eae33393aee737bc15e09b514109e69ed92be783439c7ec85ee6709a +size 428367 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_020.uasset new file mode 100644 index 00000000..bac30e91 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a357f1b0ba6ee352acf907aa27c117ba590d3f83e1300de1b95db30afedc0e6b +size 479662 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_030.uasset new file mode 100644 index 00000000..6c4344ce --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Critical_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5081cb403a6fb308dbcd4960901e8d87cf2b7fe7374cf996b0a6dc853559ffcf +size 496193 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_010.uasset new file mode 100644 index 00000000..289a7012 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdb9f9e15ff6fec903cd2c38d5cc7d5e8e6c2ad260c71803fcec70edae27cb3 +size 351855 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_020.uasset new file mode 100644 index 00000000..8cec6bec --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac4871f8c91e7946cf80139f993a21931150182621e8b240e0eeaea72ec75e5 +size 397870 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_030.uasset new file mode 100644 index 00000000..a5e3e97e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Healed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75641dae0c7d22432bf702987f8f036c9a2dbd6ca58157e6722790016c3b4535 +size 412640 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_010.uasset new file mode 100644 index 00000000..3f17a48a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da593690f9aea50ea212304f092afd803b6eacebcd401fd867a62e23e2f8289b +size 492810 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_020.uasset new file mode 100644 index 00000000..a87ddd1c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abff9a0436f8b36692f1a00a7d0fbe16b235147ff77b2e22f001656a93741afb +size 450580 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_030.uasset new file mode 100644 index 00000000..979a94a7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_Low_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d69254859257f384017496879ba30f0bebf9aaf31946c73e41c4fd7544ca3d7 +size 419914 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_010.uasset new file mode 100644 index 00000000..2b63635d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef51a17e6a40221f17f74d0a590675efe3cf04aae9316e9d3d4016e3a98a8d2 +size 360331 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_020.uasset new file mode 100644 index 00000000..3e17b581 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4540dc59efc4e2d0c82875af26c4be8152e620de28af7732a3935b9d6da77ff6 +size 359031 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_030.uasset new file mode 100644 index 00000000..e2edc306 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Health_SufferedCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063487d0561ecba95ce43faf991ab61c40be170b914e30af3c1b2e853429d45b +size 412612 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_010.uasset new file mode 100644 index 00000000..11c7cee5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db4aa6e2ace350bb02b2c895adbdfcb6ab5445b68fb83451dd7f15e95b534f1 +size 502569 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_020.uasset new file mode 100644 index 00000000..dcd50bd5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad513bcbf0a8b42fb138fe46ab75df5ca6244526ac72943cfcf810f41d187510 +size 486183 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_030.uasset new file mode 100644 index 00000000..f5da8a8d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_BoastResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69614741b7423cc1f4070423293bf8915b1f63b4c693736d4a298a59847c3284 +size 580424 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_010.uasset new file mode 100644 index 00000000..b89b61d2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac8efb933e1a77a47a8dbf501d00db26d4102f270f0daf9d9e7c0cc2c391a5f +size 556759 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_020.uasset new file mode 100644 index 00000000..3fe34cbe --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588bfe795187ffecf84b8c7ba232b8f34b5b81a21f4f5ff7ad2836ccb50b08d8 +size 728128 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_030.uasset new file mode 100644 index 00000000..0cf8ffc1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Boast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2180f1d3d03fa6437d4dc074881ff158ae506be2ed76b3f257a19a5962b08f27 +size 627902 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_010.uasset new file mode 100644 index 00000000..e8850de6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b6af529eb65ea9ab2c7d521f68dbb89b6b42e2311bcb03ec0a59f3aaacbc30 +size 538807 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_020.uasset new file mode 100644 index 00000000..1f2f4282 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d037e576706e8812faf4b9b95362d391bae614228a92d04469c9e7c113aac04 +size 501566 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_030.uasset new file mode 100644 index 00000000..82e3e3a3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_QuestionResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82c91af3d00dc5b0e97de4702d1b6eb03f45020e6e9ccd492bf0a830e17f3b9 +size 436109 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_010.uasset new file mode 100644 index 00000000..9724f9bd --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869f0029e1c3120757a89a59097e8245843f3570a7fb9767420da3bd98b6941c +size 608684 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_020.uasset new file mode 100644 index 00000000..810b1615 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b37ece7a1c015c29d8dee1c57e3adaba024c2085684062d0d9487fc19437a9 +size 439735 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_030.uasset new file mode 100644 index 00000000..fe1b27c7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Question_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3170f4f1f119422ef66167319bc7039d3e0ceff7425727ab0e70daba246cb76a +size 384393 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_010.uasset new file mode 100644 index 00000000..79bcae2a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:371d0f8695ac10f8c1113c20717bfc628314e82465d452e093e883d72de1e0a9 +size 566003 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_020.uasset new file mode 100644 index 00000000..9600bba3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608c667bf22b4cd409987cea350b62d39c7a2ee35c206c0c7447915ec95aa1a2 +size 632478 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_030.uasset new file mode 100644 index 00000000..109abba9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Intro_Statement_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f98fb65d5de95e0bbf022d71dc1afb06a6715d8486234c3b27f37f9d2b684f00 +size 587304 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_010.uasset new file mode 100644 index 00000000..3b9cb86c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0212abf75ef7d795273ca67786efb5188c42c04d073c6c3f424df0ada8849356 +size 706541 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_020.uasset new file mode 100644 index 00000000..4ff8b71b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8fb2ece6ce9ffbc5b6c42ce44fb0052065309e4c1a7f8df6f457db78660156 +size 343520 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_030.uasset new file mode 100644 index 00000000..b474873d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Assist_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2395023714cde2d801caca49a470b3bfed4e28de541646ea0ab61f14fbb7af84 +size 395444 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_010.uasset new file mode 100644 index 00000000..85650153 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac7934add71a7ca4ad3d3f6c876a7233ebb0f76261b9abe27d9093d59a7427a8 +size 558206 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_020.uasset new file mode 100644 index 00000000..5540d47b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2ebb6a6c3ee61a269e4c8a55fc3f47a27aed911571901d4b6c40df3e27d536 +size 555110 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_030.uasset new file mode 100644 index 00000000..1daed7ca --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63f2797eb11f004a5a645d05d7439f528ddda232aac856c381e7d370ec778c2 +size 497490 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_040.uasset new file mode 100644 index 00000000..e566c049 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a418f2345dbd006a304aa78b39404757d49529f53203ed6d79bd99f5a1edeff +size 422118 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_050.uasset new file mode 100644 index 00000000..48578930 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775fa507018c36fd3d6f5f13ca609081ee4c7acd49efb96264cf6fe40289cfca +size 527103 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_060.uasset new file mode 100644 index 00000000..16c23f15 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308632f7a2dc90d7c02ae3cc1d8ca9287fd6148014392677b1df89788328ce3c +size 639847 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_070.uasset new file mode 100644 index 00000000..661f08c1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Enemy_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a566ba0ba9e5caf3d60b37e566d3179ee666173cd470640eb83c7909ee676e +size 511701 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_010.uasset new file mode 100644 index 00000000..c7c1b9ef --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b43630c9347a033bf41c4460803adcb2a1dd004c0782939729dd350b357f69 +size 564410 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_020.uasset new file mode 100644 index 00000000..2647a7c4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24fc5dfbee800ef710ba2f8e0c6f9022aa5e606dfb347caeda4c9d08837bf313 +size 645325 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_030.uasset new file mode 100644 index 00000000..beca6fb6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_FirstBlood_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779b048ab12ce5d4a7ba184726aebc4fa3dadc1dc4b52f5756e73cd7399ddb78 +size 477645 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_010.uasset new file mode 100644 index 00000000..0b1a9906 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2a28a621ecd2d6193b69f949d284e59f5121641ce06e0e746be66a99e5d5dd +size 657068 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_020.uasset new file mode 100644 index 00000000..8fd1eaa2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5b658c9242209c605123675712ec101ae907817ff0c7b908669456580706a5 +size 586058 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_030.uasset new file mode 100644 index 00000000..dc4ec388 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Revenge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cffa1366d62c756f77147e4ba9a3136b481a1518ee03360d6e6d3347fe3087c1 +size 545993 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_010.uasset new file mode 100644 index 00000000..478ee593 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62921a342d3be28b454c95586966a171cbe365db109575b9d5e3b0eaa551edc +size 555248 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_020.uasset new file mode 100644 index 00000000..4918a67e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc424e382fe5b36a5fc1425a56317e3fd90ccffb92580e4aabb33dfc1f41fd49 +size 529174 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_030.uasset new file mode 100644 index 00000000..3a007e86 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_SameEnemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0b6cad8d64d24e32a5c07db1dd3c6c400e7a62becb889f895999e573aed20cf +size 468800 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_010.uasset new file mode 100644 index 00000000..00dc6947 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782fd19b9adb958bec3bc350654fb667b6651ecab7cf178b37c0f693d01593a2 +size 466763 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_020.uasset new file mode 100644 index 00000000..85ac894d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6dd7437be215749d00879546f0c595a94c9b10458f3556c843c34d72054058f +size 459333 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_030.uasset new file mode 100644 index 00000000..2e5c58bb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Shutdown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:448a9b04017f55163e29971987e16bf82109eea16186312a3206741ec661b189 +size 533586 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_010.uasset new file mode 100644 index 00000000..df1b41be --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e406878da4270f09e594dbaedcc00237df73c62b7a8795b2c70d0261f70956c +size 498976 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_020.uasset new file mode 100644 index 00000000..1b02e7b2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e432d3f865a93344d37c1780d440dabf8cd2e637326720700578937ca3ee04e7 +size 622928 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_030.uasset new file mode 100644 index 00000000..a9edead3 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Kill_Streak_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56b6e7d1042410fae26a7ff76a41f79aa645ff74e3044417428c5663172dc3e9 +size 486289 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_010.uasset new file mode 100644 index 00000000..8ceb0c74 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d8701e990865bbc06eca26eca3be1ef81b1fd65feb2180ce0927d9e02dc79d3 +size 428411 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_020.uasset new file mode 100644 index 00000000..ad22f96d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5b66fb5d1d8d7013b6294e9bf08de495be29176cf4e44fca6261d68ac3d9f7 +size 424611 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_030.uasset new file mode 100644 index 00000000..313d13c9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f028e6f5dc4c5eb8e974758bc61a11e7cfd8064b4ce6e11146092105b6af910d +size 595755 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_040.uasset new file mode 100644 index 00000000..2c44395a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b686fe6ce5c62aa1dc7e3393a40dc4efc14c0b583f81142b616701e67d02e6 +size 360290 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_050.uasset new file mode 100644 index 00000000..73e03388 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_AbilityLevelConfirm_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f810797e5419a2a3c8590cfa8ffa97819b83e5bb80bd689cf6d28ea0c3f5bc +size 470036 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_010.uasset new file mode 100644 index 00000000..0d0d1e85 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce1682b7e0e305c81ee7620be72016bd42d0ad04e80d530c9dcd42ac25d440ff +size 443555 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_020.uasset new file mode 100644 index 00000000..92d22e01 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d6c35986ad4c6a5077331f1cf6803eb54f463ed65a48c713e4ca40fa642c2f +size 363749 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_030.uasset new file mode 100644 index 00000000..bc660910 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_BoughtItem_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c77ac47fb0ac65a457fb6bf07273711732f1fcd3ec47a82d277d7d1a44eb79 +size 378205 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_010.uasset new file mode 100644 index 00000000..77528d26 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09553062302875a80bbc72a00f4ea7f44abdf7af2bbaa8868c63f2ef9fef7def +size 568016 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_020.uasset new file mode 100644 index 00000000..b41e2a75 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b462658936530b71c5aa1df5d9641f4d9e3876a8eeaa6b2d15a893c0a0d701e9 +size 539371 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_030.uasset new file mode 100644 index 00000000..6649cfe5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_CardPoints_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cae545f5a6ad44703866785811e62c0b083dd3fdc356edfb8d02c59890129879 +size 558023 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_010.uasset new file mode 100644 index 00000000..f5868db0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230a50488a7645a7b350c89d8e4e074a027ac793cf84253609cb92dd521b6a76 +size 606359 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_020.uasset new file mode 100644 index 00000000..9022c1ad --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05c4a78fd96a6e67b612af43099ba2355d6bee329e9ec01f2d28bb9825e55f5 +size 587890 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_030.uasset new file mode 100644 index 00000000..12782763 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Five_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711cdd37a53e695de8861ca545ad7a9fe5541c3fd56a832c83dffe4921dd4b2f +size 601628 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_010.uasset new file mode 100644 index 00000000..cae99013 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b891b8c41d7445da13b412e34c1c81a54ab6b632c546d37055ab5c10dadb3d73 +size 481778 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_020.uasset new file mode 100644 index 00000000..e42c1380 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1727edb398b822f7d17634207e4b14d85dde9c0fc0540492c8a6f5df1df0a06d +size 396390 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_030.uasset new file mode 100644 index 00000000..631261e1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd99830f2e1b60aedb012555cc18a28756fdaf807c935b324d18ab85bef73e00 +size 368023 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_040.uasset new file mode 100644 index 00000000..19b5de43 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a26ceb770e56b19aa02f06e6a3a17a897095c0549780e340c1f6fdfcbacbcc96 +size 471309 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_050.uasset new file mode 100644 index 00000000..be1d646f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Level_Up_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37cb5075ca86d6154b98b20b28d6c92416bce2c60abf46e427637a578161dd8 +size 501669 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Drongo_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Drongo_010.uasset new file mode 100644 index 00000000..feb9f925 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Drongo_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdced5583cde9ddf554c02590b319c3933eab5f86192dbbabc89fc378dd5f715 +size 357179 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Emeritus_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Emeritus_010.uasset new file mode 100644 index 00000000..03b52165 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Emeritus_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9145fe66617900e2ea2568441f8f233a1a01ceedc930cf3420efeafe4f4ac384 +size 366962 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Riktor_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Riktor_010.uasset new file mode 100644 index 00000000..0e246f5d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Death_Riktor_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b74c8e8cf0bf2656172fadd13d81c2b4b6f401318c1f10b19397de823d6bed8 +size 364479 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_010.uasset new file mode 100644 index 00000000..b9661750 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd343854e90bf2c7db48f73aa3aa414653fb9770e8c5be264a6156f6febe15c8 +size 660962 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_020.uasset new file mode 100644 index 00000000..31be21e2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8abe76ad20652f3a853c10fb90471da0412ddb9700ba07f42d099c3b2b2d121 +size 1166189 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_030.uasset new file mode 100644 index 00000000..a38702bf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf96d7b5ca15517b6dc835593c34420b903fa0dc5d2e88a7843cb930d4f1374f +size 795819 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_040.uasset new file mode 100644 index 00000000..81028039 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cda1586b26cc11135e7af9c55abd8825b68cc4f72ef4a462770a3f580eca976 +size 793298 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_050.uasset new file mode 100644 index 00000000..59f527da --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50091c782b5a370d7a3c1d484596f50ac96a560847f5b496758837f6e5233699 +size 629697 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_060.uasset new file mode 100644 index 00000000..0f0979ba --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:834e4948fde1facdeb2793541507976907f6165516b3fc349b47f351699af682 +size 1296723 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_070.uasset new file mode 100644 index 00000000..b30eaf37 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b447b4aa94f979f6ef1302ce8bc91a214cd60938948a059070e5ff5bb1d5423c +size 673756 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_080.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_080.uasset new file mode 100644 index 00000000..a9f1035b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Drongo_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97a342a7068683b88a953479825a0033a13d420bcb8a8ad5beb91bac6b549c17 +size 589101 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_010.uasset new file mode 100644 index 00000000..046ddf99 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1e86845494f7887137a4984e693a0ebd438bd20441ae809a4a22a089d87b90e +size 893483 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_020.uasset new file mode 100644 index 00000000..9f17eeb6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4433e9bdc879a9928bf41d8faaab27bc4d538caf3b79418ef326af287cf5962 +size 1276878 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_030.uasset new file mode 100644 index 00000000..4b1df23c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fc91fcab3f625d8abee6d23e7d876e60098121f03305a7957e7b211e13d3c50 +size 1267038 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_040.uasset new file mode 100644 index 00000000..7cdcddd4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5533fb0ca308d9aab2ec6762f5c09d0dc71309cdcb19899c4037572e3beef2d +size 1081458 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_050.uasset new file mode 100644 index 00000000..cfdf6f0e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:377bef5f012da368978e9286e0a04853b189dae3b3a554e2ba21e5062f6d73fb +size 583759 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_060.uasset new file mode 100644 index 00000000..dffd72ce --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7835c27237aa4366c7f2a0c47cf682bfd3c78abbb6b31ab211473587c75a6be +size 1309952 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_070.uasset new file mode 100644 index 00000000..ae49c0d0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:801a367865d8ee8b49a658aea8bea0c3ebf1a71f6ced835bcbe673ce47d41244 +size 945713 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_080.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_080.uasset new file mode 100644 index 00000000..be2963b2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43701839da9e7a8ab1dab09f0eab9a3a9c7ddf7046f4f11dc0859a83f9b37318 +size 936061 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_090.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_090.uasset new file mode 100644 index 00000000..e1d86c40 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b7732f61123635e5b49cb3cf9decfa53e3d4a343c8c2b3d11f365974993761 +size 646488 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_100.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_100.uasset new file mode 100644 index 00000000..69098b2f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c264fd7a3772a3926330ddfa2980631aeda3e222040f601d0a0a77d21f30a8 +size 1028368 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_110.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_110.uasset new file mode 100644 index 00000000..f391216a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb70a0049fb2ec7cdc80451e35f8753ff7845e503781741dcb784bb5cb23ca86 +size 748246 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_120.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_120.uasset new file mode 100644 index 00000000..26b89384 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Emeritus_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33752943420c1addcb9e25f3ed5b26391b0d35c402eed7bac75cfa654494ce86 +size 683356 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_010.uasset new file mode 100644 index 00000000..ec924c3d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07b82976f5aa712776210247526f85b7c37ea18dcb6fb457940e2b8be03af9f +size 753355 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_020.uasset new file mode 100644 index 00000000..c283f4bd --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2f275eb9e21cb75de65624dfe8121de14a0f734c6563b47e75d5d7e5284ae9 +size 620079 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_030.uasset new file mode 100644 index 00000000..5460011e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Drongo_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f745934437cd1887c7542b4e576471d6947e79e4ed4af107338d8898d6902894 +size 542132 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_010.uasset new file mode 100644 index 00000000..6e19061f --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52ba98b69e92dec4b629a7a018b091e462121d19a2971168ad0a037d3525a90 +size 439098 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_020.uasset new file mode 100644 index 00000000..7af66359 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f54a2ee0957ea4b42b8f44d045e32ba1764eb859424d6a5b89c05f8d15f1ce +size 451083 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_030.uasset new file mode 100644 index 00000000..f91566dc --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Emeritus_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af93e5dc62546d4249e0e6eb01a7b68a55dd35d22ddf2ec9639d2cf2c1e9e26b +size 587842 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_010.uasset new file mode 100644 index 00000000..4357ef52 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8141f072cfc3b0c240bf5987fdeffcfb0493920a4f514056c023dad33fea723 +size 770141 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_020.uasset new file mode 100644 index 00000000..3c3ef4ac --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f771f71619895b8ab4e73bdc832ad8c675098ff5cdb43fe8e9a70d7dc86c64 +size 1088384 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_030.uasset new file mode 100644 index 00000000..6f0aa364 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Kill_Riktor_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca9afe274904693c13584ac1cd91720470ad6eda4c6c4e0908bf70b2e4d4d86 +size 613086 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_010.uasset new file mode 100644 index 00000000..962192a2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ade347fd73449bfe13539b64167ba40db487ba1b94499a5174906e0e1881183a +size 1316548 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_020.uasset new file mode 100644 index 00000000..dc6a2222 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55e5970af583d804c5aff8bbd52eb5e9b84ff3497ed9c3327aabde99023059c5 +size 1763856 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_030.uasset new file mode 100644 index 00000000..049cbc79 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd98092a3cc189d76163b100906e8a5d9aa7bebda6b7f7c33ff85e6f7018226c +size 1484481 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_040.uasset new file mode 100644 index 00000000..a53d0358 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a6bb5f6bc637e743dd8986eeb7c8463ef9cb856d49dd4f64d8b17c449437e +size 588262 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_050.uasset new file mode 100644 index 00000000..bb14970b --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1da52d874333d9bfb275d0c4d9c0c9472de8fabfd6218824e77fd1cae18a1d43 +size 1153866 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_060.uasset new file mode 100644 index 00000000..f5e737be --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c444005c4cc0fe494ea1277a7fe4b1681df24630a6dbad4276afad17804b909 +size 759629 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_070.uasset new file mode 100644 index 00000000..61a2a874 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b4fa009ccbf554202d223d4f5430595e2321bd1ab2afe4de881cc89c3091dd +size 1014752 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_080.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_080.uasset new file mode 100644 index 00000000..b7fb8273 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d936d0cb8f8ab3ece7fe229fd07d66385f6c42011956e83034b29f532fe9c5 +size 973559 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_090.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_090.uasset new file mode 100644 index 00000000..0b5c667a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c376d528fab502e089e70596fda0b559654b454fcfde502cedbe97a0e4538543 +size 700456 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_100.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_100.uasset new file mode 100644 index 00000000..51fbea8c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcd371dd58d122048a5546f722d31f676b9f4af2d066a24d9a191d725531e35 +size 662175 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_110.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_110.uasset new file mode 100644 index 00000000..c47224d4 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d06af480db7b2238420ef3498a8e50c1c0547eac500128b78e646b085edcf645 +size 819971 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_120.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_120.uasset new file mode 100644 index 00000000..35848448 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Lore_Riktor_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa09d414f019a891f6830d71b26e085050a00555244948a10538e59779579a68 +size 649853 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_010.uasset new file mode 100644 index 00000000..c7d21ac2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0748415cb7459537b34df17c5f0f0b2d1ce3271a30da950b3aea204ef1873436 +size 464993 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_020.uasset new file mode 100644 index 00000000..4f1c9ea5 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca2f9dd6f89473ea80705fa9a0bac1dac0ceb35360386942612582948dfa0f98 +size 847770 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_030.uasset new file mode 100644 index 00000000..2c5955a7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccc4e418ff300f93dcd335b1ed4c58edd106972d2bc29faf440e2bbe013317cd +size 616633 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_040.uasset new file mode 100644 index 00000000..8e43fe2c --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4a9993392c7be266b28ba00dfac5d15d7e09f68dc382d1a5713254e108730f +size 2190317 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_010.uasset new file mode 100644 index 00000000..0e80dc37 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7267919219e68230a6a2b526377e59c88458b95a5906a248a976ea29ec11fd11 +size 559851 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_020.uasset new file mode 100644 index 00000000..69dae2e9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:029984ebe44724237bc329731f78b89f8c0bda2fdfb1640c202cbf2e4a420c98 +size 1761189 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_030.uasset new file mode 100644 index 00000000..e57f59ba --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ba8e31f42d891b965984c93b7e4fc8fa85b5ea28f1ae6ec47779ca2eade26d +size 995141 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_040.uasset new file mode 100644 index 00000000..41d2d6bc --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f47579c676cbcfcb3b8c620558cb6f1ee08c2d9553a08a33d33de2c35081f97 +size 1533146 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_010.uasset new file mode 100644 index 00000000..47c90155 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7281477c911baa42586306d537d3378546cfec9138b2223c93c111f2cab1f9c +size 373017 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_020.uasset new file mode 100644 index 00000000..d35a6978 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc3b74127f4e4a11a71a0c5707a608bd378b080af66236fc6281345e4c1c919e +size 593917 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_030.uasset new file mode 100644 index 00000000..8fec0e77 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d60c6160608eb8ed166cbbc8ce5b68c6feec330ef928df3e5dca23b3d1d42e +size 593352 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_040.uasset new file mode 100644 index 00000000..cc9a2e68 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ffe98567126785ec7b05da84d9d2888254d4911997cc2c66b074e08a10644a2 +size 688267 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_050.uasset new file mode 100644 index 00000000..fd87f48d --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d43fb48b9b5f64a1631e6f361521f8572cd40dce63c116e2ad3d5eb689f02c +size 1353927 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_060.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_060.uasset new file mode 100644 index 00000000..31682a22 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48da57b8ae25f1ce0cb65cc10734501a458904f2bc1868d0c23cfc2161af4a00 +size 2261212 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_070.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_070.uasset new file mode 100644 index 00000000..1c05fca0 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d6bbae6587d491d0d2dd6f6b8cdadd169b509eeeaea9e529f7c93f91dd193e +size 1564668 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_010.uasset new file mode 100644 index 00000000..e75ecad1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e637d06c7a5b93372a5d76d10cdebe3c843ebb2a61b931ee0cbbe01cc874a6d +size 542996 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_020.uasset new file mode 100644 index 00000000..caa26ac6 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5baa10be081df384d20b597e7a34410809663862fa3d7ac1530098b6f5b80d29 +size 484116 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_030.uasset new file mode 100644 index 00000000..8edcf497 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c047548c28d05f389387979cbe15636522641448a354a61554256b9fde843fc +size 554048 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_040.uasset new file mode 100644 index 00000000..68665124 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec7033ab5092baacb435942c62ab848406ab93891776c9949fb73bb490d1e402 +size 507460 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_050.uasset new file mode 100644 index 00000000..8ed1ca73 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Revive_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7360f1a8194a8362f20025878d0e2b816c59ab6715c2cb6c1b239d47137f3928 +size 467825 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_010.uasset new file mode 100644 index 00000000..2ac3f446 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23c390f4e92befb052c9e8ec5d12fe2f7b0e6779be448511816de2c65c2aee21 +size 436002 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_020.uasset new file mode 100644 index 00000000..cf8a0b26 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca539fdabb0417a06a687d101490c49e9dc71bde691861d3d4bff6e4c19de8c +size 578397 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_030.uasset new file mode 100644 index 00000000..673a446a --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Ace_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d290d98bd8eafac1c980da6d4de8c8337b7019a226194caab19dd26ba9be8a05 +size 508935 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_010.uasset new file mode 100644 index 00000000..8758acd2 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f98200f64d9678b6d7f43f6db63f3437868c8c52fdbc43950481f789c7cc05 +size 522134 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_020.uasset new file mode 100644 index 00000000..eb695b62 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0294f72811c132a935c5a9ddb0ae1b07ca4949c60664d6aaf968a3843de9e840 +size 369007 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_030.uasset new file mode 100644 index 00000000..13901c80 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Buffed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7692af7db0961bb4b80bacb193a17538ff11dbb342700ef84842328d53f3413 +size 440201 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_010.uasset new file mode 100644 index 00000000..b8654c15 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfccb4893c5897fcbe7fecf38a62326b7d1ac4700085797afa26f3705ec3f37 +size 472493 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_020.uasset new file mode 100644 index 00000000..30bdd735 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2374db50a8050fc4c80aee123567e2cdcd889486608a2c25fd6d866f29331ca0 +size 528704 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_030.uasset new file mode 100644 index 00000000..2bfa19a1 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Celebrate_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28cff1d3c25af3aac5acbe1ec3eb83b70081cefad7d68bf8cf446bb3fea40d7 +size 470383 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_010.uasset new file mode 100644 index 00000000..46f20383 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d3fba2c41404fd9823aeedc52f644e49bee381e1df4066798db361ac14c8436 +size 555409 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_020.uasset new file mode 100644 index 00000000..7b3d3ebb --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03ff432f1ae1d5bbd7310d46489ae7925e8d9018f5014886b62b85c59516d6b7 +size 327490 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_030.uasset new file mode 100644 index 00000000..3fcce774 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Danger_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75e70e97b16dd019cdd4acc11720107a6dce46b459d76a5b48854727c2afd508 +size 515314 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_010.uasset new file mode 100644 index 00000000..e3c4f30e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478d94e31cdd3812e57006b134a046c6ea45ffdb771b6e1482f24e05da930e57 +size 397232 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_020.uasset new file mode 100644 index 00000000..d1832da9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ed7621255ab33fd1937038881e36bba1633f777ab14b00b79873d204506cf2 +size 580740 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_030.uasset new file mode 100644 index 00000000..ed8d93e7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Defeat_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5f45b23291458b645ee371220dbe4900e1d8d6c138f4dc8401ddc4577c57263 +size 607901 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_010.uasset new file mode 100644 index 00000000..4a4a9340 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b3f2c4944afaa432b8159f2fdad803b76e9545e8ea7066841b15babe561e625 +size 462302 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_020.uasset new file mode 100644 index 00000000..f4e0898e --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e3e09fc2c998dd8b2708b2b2b94ffb7c7a28f543d7d424b817d61313ff3851 +size 656471 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_030.uasset new file mode 100644 index 00000000..872ab848 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b14e589bdf2c022c649977754adc47a9fa91d9aa79141b50d3fc0fcb4233cf17 +size 554350 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_010.uasset new file mode 100644 index 00000000..4fc00934 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf4aa0aec9f7ebdb9bdbfbab3e21604e4c94a8a6dcbb5529a15c6423a625a05e +size 505953 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_020.uasset new file mode 100644 index 00000000..74ec5207 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cd92e61a52966cda7b8be4eaf2bfbe1ab3921c27fcdf284e9625043d85d2ed +size 469490 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_030.uasset new file mode 100644 index 00000000..d483c366 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_OrbPrimeActivated_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:812076feb276c30841bf13c5f1af327584ba4fb8675dc276e186aabb30826615 +size 521722 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_010.uasset new file mode 100644 index 00000000..dc650c67 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c5c88184a3674062e1d02a4915528681da31b2798499018b8f4d34f4b7918f +size 394038 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_020.uasset new file mode 100644 index 00000000..949da5df --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4604335debca93c10673f44d62bdff952145f0c964848a0c0ac6d293c11fa3c2 +size 532313 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_030.uasset new file mode 100644 index 00000000..52f48fa7 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a951b14ee8f8e6db17951a949a14ff3db8107ed87c909239d5f30b82a7a28df0 +size 351335 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_040.uasset new file mode 100644 index 00000000..d9c875d9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17824a5134ecfe52fba7f6e4c8b0fe185bd399d41894110dad78d2c37acd8ffc +size 491715 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_050.uasset new file mode 100644 index 00000000..1c336adf --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Recall_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:087ba5500bf34c23fd57a0080406e18fbed588ef864f2b106a74e709b59bf34b +size 429950 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_010.uasset new file mode 100644 index 00000000..d9218691 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bffcd2cb10143141c9ecc15185d9d0f5c5ae87427e74e03ca478015b84660a7e +size 730935 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_020.uasset new file mode 100644 index 00000000..a0cf3a74 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44877ab8a1d7e3c3ba4de81d49a5f6ccc73746fee040054d1d7749673296325d +size 536997 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_030.uasset new file mode 100644 index 00000000..f93a5caa --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_TeamDead_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df77a54b535803902c42fec2fe84ed4ca7f21f38c11460e3214813549fb6ac4c +size 391249 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_010.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_010.uasset new file mode 100644 index 00000000..06e340c9 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d32b67e1cd34d5efe26e33b3491abb3af7ca425c3319995c8f9abb46125aed +size 652672 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_020.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_020.uasset new file mode 100644 index 00000000..0dc78047 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5205f0e274d7f1e99a009704f4f55a0c62ff5cb12f9c845bd82d751ddafc93c0 +size 566202 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_030.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_030.uasset new file mode 100644 index 00000000..456f4361 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1ff548b089a7ad682c268e36909ca80af6e8db2f0f65857260b81cfd998f8fa +size 519151 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_040.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_040.uasset new file mode 100644 index 00000000..55895228 --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28b81646a59c70092e3ac26aa0e0d50343a7a6915e79c78fd1652386124e2f29 +size 563181 diff --git a/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_050.uasset b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_050.uasset new file mode 100644 index 00000000..6e22ebbc --- /dev/null +++ b/Content/ParagonRevenant/Audio/Wavs/Revenant_Status_Victory_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65c16a19263241ed772e4687e8cc75bd29e8f974b8f56c4117a8617334f9b58 +size 502600 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/M_Global_Feathers.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/M_Global_Feathers.uasset new file mode 100644 index 00000000..c6bc0dc7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/M_Global_Feathers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac5b32c28c9ef49f13695a4a3ab70023cfea5dac070c655e06da1629c6aa167 +size 213946 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_Masks.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_Masks.uasset new file mode 100644 index 00000000..98a4af99 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_Masks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf388dea2e04c3f13e83dd39a35c513db3703ea233e4439adf0666db29bae90 +size 24153931 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_N.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_N.uasset new file mode 100644 index 00000000..dd814e93 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4438a22e9ba8186f80d58ddcdb0b70c17cf5e3b0aaf860ee7d219812d078d79e +size 11490419 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_O.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_O.uasset new file mode 100644 index 00000000..4aeb6096 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/T_Feather_Global_O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd2b2ef2f9e1bd4320df28be0aea329e8c1069a379ed13ec7c610c63933713fd +size 510170 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/T_Global_Feathers_Flow.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/T_Global_Feathers_Flow.uasset new file mode 100644 index 00000000..cffe95d2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/T_Global_Feathers_Flow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f927c0e31f37e5f16f522818ada09b4ed03821b62e74b6ebb8757a33d1b274 +size 170431 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/T_Hawk_Feathers_Color.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/T_Hawk_Feathers_Color.uasset new file mode 100644 index 00000000..422142cc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/T_Hawk_Feathers_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b97c9ded88692a52a4c628b05807f3c1f4db1e2b15b60d8af637f29b44b504f +size 15430444 diff --git a/Content/ParagonRevenant/Characters/Global/Feathers/T_Raven_Feathers_Color.uasset b/Content/ParagonRevenant/Characters/Global/Feathers/T_Raven_Feathers_Color.uasset new file mode 100644 index 00000000..15e99f46 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Feathers/T_Raven_Feathers_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2313291970761166f14e779dcbcafa24982c92507d5866ff8807638d5e91f704 +size 26250778 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset b/Content/ParagonRevenant/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset new file mode 100644 index 00000000..3904d70d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e48d2698705a50c945fd31dd28a5069f3648fc49eca2e9b89ad6c908b85db86 +size 76236 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset b/Content/ParagonRevenant/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset new file mode 100644 index 00000000..5d42a3dd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699ef4a89d4b16e0ab411cca116bf09e24a412bdf0743d680884f33bca670a17 +size 321108 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Depth.uasset b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Depth.uasset new file mode 100644 index 00000000..34f4b45e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f096887c12b4938d18b2ed2b42b534ed1f1261a2a9a10c1fa8710740972762d7 +size 4090292 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_ID.uasset b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_ID.uasset new file mode 100644 index 00000000..0ec15f6c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3540d429d94b84da02f6ff58c27025cc919a04171ff3816ee45a8a629548c2f8 +size 4067812 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Opacity.uasset b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Opacity.uasset new file mode 100644 index 00000000..4053eb20 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Opacity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be303efe81f6945717762860bdb96a088a4b5985c0c4bdcc25e837613386296f +size 988965 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Root.uasset b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Root.uasset new file mode 100644 index 00000000..aed57bfd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/SharedHairContent/AnimalHairSet01/T_AnimalHairSet01_Root.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0b36500327e8acfe54e6ac0224896400884b8675566badb2046d0c8bc68d3d +size 3641193 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/T_Caustics_2.uasset b/Content/ParagonRevenant/Characters/Global/Hair/T_Caustics_2.uasset new file mode 100644 index 00000000..0f472b8d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/T_Caustics_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51791c05f0be862e582a41ecb23bc69f9e2dace844247486d41013c2d903e519 +size 135017 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/T_Fire_Tiled_D.uasset b/Content/ParagonRevenant/Characters/Global/Hair/T_Fire_Tiled_D.uasset new file mode 100644 index 00000000..853c249e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458a30ea744af5aa5a6ab83ab6af8fb0a2f8fdcf8a90b2b3c85872ae43372c5a +size 603101 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/T_gradient_stasis.uasset b/Content/ParagonRevenant/Characters/Global/Hair/T_gradient_stasis.uasset new file mode 100644 index 00000000..95ddfac0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/T_gradient_stasis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a232397d701162b6023f4482e8693b41527ac111086848faaf363ac01deb3cd6 +size 42238 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset new file mode 100644 index 00000000..8fd8a734 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a97b83b1e4d02dbef2a73477f13622f22505e21029b60fc49edf55c8cffcfbb +size 791030 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset new file mode 100644 index 00000000..261d7044 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:928a1698ecc61e7f724a20a08d61499335e92ebfb9d2522160938e61baa0d576 +size 2944652 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset new file mode 100644 index 00000000..89685383 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_DyeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06805929260936adf519ab885e9db79a2e32b059b64c3082f2b9bed7443473b6 +size 1940052 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset new file mode 100644 index 00000000..a2d2ef51 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa753509b506f2ded11b0f54e11aa986e3c1d39355b95c6030733d8a4335188d +size 2791558 diff --git a/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset new file mode 100644 index 00000000..3c26053d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Hair/TestContent/T_HairClump02_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c82dd4e5b4a5a78f37fa8111b278297c271ef5bf7ea51f4fd11b99c712a7928a +size 2326568 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/Events/WinterHoliday2016/MF_Snow_Accumulation.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/Events/WinterHoliday2016/MF_Snow_Accumulation.uasset new file mode 100644 index 00000000..c1564bfd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/Events/WinterHoliday2016/MF_Snow_Accumulation.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:944e4a235789d472df024b9a2f8d7c8dad9a7f59fcd90d2fd66fb6cf01199479 +size 85950 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..a27f1320 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8be15fceefe8b937cb12ed08d5a901015ef7546920fa5d40f3a8989eddc11e +size 68088 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..3a975424 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8342bf44900c0dd57710d88f7867dc40d72369c7aac232991788d6d395eb0692 +size 79855 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..7f3f166c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2851a99d16900cef0f41a7244f9bf65e5aa311d9f512f70208a2db776149e1a8 +size 70422 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..84a9de42 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c264d3fa14b15fc0f0d5c9d755a460b67025246c7300411c417c88af2a8d0eb3 +size 148422 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset new file mode 100644 index 00000000..b8843538 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837954c8184ded41dfca0d30b1e67a80647c186e8ba2cbc209706dd2b664c371 +size 113141 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_HitFlash.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_HitFlash.uasset new file mode 100644 index 00000000..ec775870 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a224baff621eede47aad6f62d596c578ba4c2002d26cdf6ba0b359b068502b19 +size 82836 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Normalboost.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Normalboost.uasset new file mode 100644 index 00000000..7bca99bd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_Normalboost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2316e706e0cca85fff092cd5ebfb8cd68caf2a216cc5fcc41ac295e13b2079 +size 70055 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..1b932be3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6337e40718630713849da74fc7f4d01228044eed2ae4fe40854a7f382cddef3 +size 102483 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 00000000..828a43b4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d183b60f28992abf22feb6ddc0f90853236d6995c39523ee32464cee7a0e634 +size 121310 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_PDO_QualitySwitch.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_PDO_QualitySwitch.uasset new file mode 100644 index 00000000..2f942ffa --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_PDO_QualitySwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9c306cb7d41de61e8209e80207a9f3cc25b97a9d318c6559d088fbd2a3692a +size 43686 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset new file mode 100644 index 00000000..48f63449 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3108f969840f25bcb5dd61a66d775c14d604f869fe9a2007f577abaf7c34a3a5 +size 74286 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_RimLight.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_RimLight.uasset new file mode 100644 index 00000000..d3f1ad2e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_RimLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bedbe3ce93fe27d5c6fd7ba2d4fa01e755c2b1a6c56ffc539f2c983bef2448f +size 66167 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..8c2fe038 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cc4d0d1a8ccfe4935a9c111b7d4bdd427de02d5b1dc30f3c737c442a632612a +size 139095 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ThresholdMask.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ThresholdMask.uasset new file mode 100644 index 00000000..ef3ad0f8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_ThresholdMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e689422497493838e403b1f3bc9109dc2b5245a4a915947c81c73d4117bc951 +size 79041 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset new file mode 100644 index 00000000..9dcd478e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MF_cheapBlendAngleNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eacb9a318ddd298acc36caf69f43acb1cf653191a3d7cd33e7bfc1fe7e08580 +size 45023 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..3b95035c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea448e806d38c3b15ab5128532d6b967f1f738f12b776c233052c2bd5b850536 +size 49543 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..c37bdef5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e767c63afd27df42adc8e1db1bc7fa72299d9e9de6647638560ace38bb9cfb4 +size 50262 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..b15ff908 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fce44ffb630b07b932e0dbd23b1dded42830e59f778b33fabdaa27fca62d67a4 +size 78079 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..23991d2f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a79faed4ed083c591d4aefcbfc60a85cdc96d97b77cec60178a92b4da3e08eca +size 86125 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MF_POM_Samples.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MF_POM_Samples.uasset new file mode 100644 index 00000000..0ad106f1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MF_POM_Samples.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3926b803992c6e3a3e54b5b91f673f9784423b80d200b12c1f8de7f830d5006c +size 122924 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MF_ScaleStepsByDistance.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MF_ScaleStepsByDistance.uasset new file mode 100644 index 00000000..d8f685d8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MF_ScaleStepsByDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b9fd62c81a6f6e0306bbffebd9ca039fd4c772602185cbd5943a3c5fba25f0 +size 76838 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MPC/MPC_POM.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MPC/MPC_POM.uasset new file mode 100644 index 00000000..76cdc653 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/PDO_Sheets/MPC/MPC_POM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafeb353a5afc3747c3c9ecd365a24b841969322dc78f013fc0c4cab50126f2d +size 1815 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..0681dd80 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c32cfc120cf22557212c1573f0a5d8ff90c5406f60245e66cba1124afcee4c +size 6959 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..91b41cb3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialFunctions/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:302c7760c480379c10087bda55356dbe03a8f2468df8b02393f4253f8f233230 +size 22533 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/ML_WinterFrost_1.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/ML_WinterFrost_1.uasset new file mode 100644 index 00000000..743d2bbc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/ML_WinterFrost_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb703af9379834d700adcc7ba2fc3f7cea88518d59d898f016c43b46f684e40b +size 123371 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Crystals_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Crystals_N.uasset new file mode 100644 index 00000000..75b6cd41 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Crystals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093193855d26b129a69c298618702fbc8297ca9a7ceb62029294ac1328af4668 +size 1421390 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_MASK.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_MASK.uasset new file mode 100644 index 00000000..c9371b7d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3b3d4965fd356a2fab9912fcc170304f7d0f0c80d225ee62d7496edd405295 +size 11866319 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_N.uasset new file mode 100644 index 00000000..b72c1e87 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Events/WinterHoliday2016/T_Snow_Crystals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6e3abfa3bed9765b822160db27d67cae8d5afd6e8abf0cf71501506cabcf784 +size 13893886 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/MF_ClothShading.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/MF_ClothShading.uasset new file mode 100644 index 00000000..a0ed35e8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/MF_ClothShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c25469259e71f12d5acfeec4f6db60c30a42736f7c88bb6e775ba5f99295a59 +size 62685 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Dirty.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Dirty.uasset new file mode 100644 index 00000000..4ce2b845 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Dirty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d599041047e1d8a6b68992ae21f059a2a50d13f8872ea9245f39410c914e3ce +size 142473 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Fur_2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Fur_2.uasset new file mode 100644 index 00000000..5fc822a8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Fur_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e50197a795c8aa4e7a3f5639969cd602352262f2afc0aa9a6247fd2f7d5a076 +size 145020 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Wool_Fabric.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Wool_Fabric.uasset new file mode 100644 index 00000000..b8384aa8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/ML_Wool_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2931f84e6e7c716a182a8d3c76374e33aad229001baaca32a0f59519e9a136a8 +size 133685 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Fur_Brown_COLOR.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Fur_Brown_COLOR.uasset new file mode 100644 index 00000000..3c1492be --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Fur_Brown_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:714038231b2130cdd5b12bdcdec4ac40cecec878e1636493e971da141e00ddc8 +size 6193196 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Fuzz_MASK.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Fuzz_MASK.uasset new file mode 100644 index 00000000..27d69e10 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Fuzz_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727a9e5fc8e412c455091288a9c1dfb958657b35735c192109ea219830a01929 +size 8810311 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset new file mode 100644 index 00000000..25e8fd7a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95b2d528b1f11cf82a768a7e55540c8f2577493645a8b96f460a93524b404e03 +size 3091879 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Dirty.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Dirty.uasset new file mode 100644 index 00000000..a8269e12 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Dirty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ceb7b0106eaea3bf7b44de3bc98060701f0a8a15055c81b4da33ed0d7b46de7 +size 2978414 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_HEIGHT.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_HEIGHT.uasset new file mode 100644 index 00000000..f33b3f19 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_HEIGHT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9f3f5d55d5acdf37ea8b62368feb5821698b713008b442a6e71c3b93eff3b4c +size 2748190 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_MASKS.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_MASKS.uasset new file mode 100644 index 00000000..a85ecf47 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_MASKS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4945e6e79eaf36913fdc3426a267b14f535d3d50e18b3cf1ab989d0ad967b132 +size 11612433 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_N.uasset new file mode 100644 index 00000000..7a492339 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:612e898ba05e6fd2808127a93304ca0e6e7fa9d727770da5ee137b3aacd10e17 +size 13833315 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_RGBA.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_RGBA.uasset new file mode 100644 index 00000000..cf8ba413 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Velvet_Thick_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dba9d81806d641a5a1edf7f4a199759322f77a4b9731c3bbc430ceb57bc83b9b +size 12069921 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Wool_Fabric_MASK.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Wool_Fabric_MASK.uasset new file mode 100644 index 00000000..7a093449 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Wool_Fabric_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:209a18d5920b2892804735b53dee69c1b554bb4813e95f41cfcd7e494846cc19 +size 14417759 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Wool_Fabric_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Wool_Fabric_N.uasset new file mode 100644 index 00000000..cb84f00e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_Wool_Fabric_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30db2ff0d036e83773cc38ee3b7fde7c0116f40b90f53e4346542c3af525a742 +size 14521679 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_blank_Normal_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_blank_Normal_N.uasset new file mode 100644 index 00000000..d6708a1f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Fabric/T_blank_Normal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2945ab8cd1c48d2ae4e33cacd83b356e12863591dcb03445e01530008c6828ad +size 3511 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Light_Leather01_Green.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Light_Leather01_Green.uasset new file mode 100644 index 00000000..f7041422 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Light_Leather01_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef74d435d88daca56f93b1c107ee845a5e3d41a4ec66e3a03a9bed5bbb10443e +size 133830 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Light_Leather_Brown2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Light_Leather_Brown2.uasset new file mode 100644 index 00000000..8621913e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Light_Leather_Brown2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6f59d6fede2b50ebffeb4f9205072e454aa5ee18650c5889cb8c02bd810c7a +size 146327 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_PeltLeather.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_PeltLeather.uasset new file mode 100644 index 00000000..4ddec640 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_PeltLeather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d2c3b93a1d62302c032f1bef043fcf3fc4658ed88a57c3f8cdeaf9d71392ffc +size 134881 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset new file mode 100644 index 00000000..1fbb101d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3e2d1101a2a4801b4771ca5c11179b3fbbb2c6e9ec80116f33d30ff340006e +size 128014 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Tan_Leather.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Tan_Leather.uasset new file mode 100644 index 00000000..020e2f5d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_Tan_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187596cae7a6e38588f9a6ee70605415e21c7c138ee7ddfed4bed751a914c6ae +size 133922 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01.uasset new file mode 100644 index 00000000..67024384 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_ThinLeather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fdf2291dac184e82e6d2729a2eaf7c10b37ed02d5596f509b0bc4e27a3b770 +size 128535 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_ThinLeather03.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_ThinLeather03.uasset new file mode 100644 index 00000000..300a5d75 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/ML_ThinLeather03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fbebd60508d3fd4f2d2738218cd19b6cadf17f78f8a806d8fd39db9640109d1 +size 127322 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset new file mode 100644 index 00000000..8b626980 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8e08d9bd7dcdef4a5bdbad5523b4ba142956292f8150d74862da2f1f1e3909 +size 9420646 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Leather_Blue_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Leather_Blue_N.uasset new file mode 100644 index 00000000..35390b2c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Leather_Blue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec7d5ef1ee85d83da4b42c41acf3cbe19d06df581d32266d6d4ec77006449a0 +size 28490402 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Light_Green.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Light_Green.uasset new file mode 100644 index 00000000..036997e7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Light_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222726193418b09365e968509c221900108f31793111b15786907a98bba3f975 +size 10594052 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Light_Leather2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Light_Leather2.uasset new file mode 100644 index 00000000..63fc64cd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Light_Leather2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3de9936530b077c0c4fb4d41fed609f60c897bd14dd44f01533862f170e9ab8 +size 10591727 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset new file mode 100644 index 00000000..40d0d795 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bfa0243771660c6fa92f0df0b24a26cc874bc32499817648148bc3b54aafefd +size 11749621 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset new file mode 100644 index 00000000..83037542 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_ML_FineLeather01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94379f471cccef90a60a4388fb3be618f567dfa0f45b2069aa0114bb6f74e90c +size 11773498 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_SmoothLeather_D.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_SmoothLeather_D.uasset new file mode 100644 index 00000000..6e5c316e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_SmoothLeather_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5201cf83e909206bb8a2cf0f46dfb9f71bf5aa338907eceb096334115db5d755 +size 40575601 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset new file mode 100644 index 00000000..b8b13336 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060ac0cb37333ea8b6b9285397a439251e76aafe9cccf55929237977beb45090 +size 7692174 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_UnpleasentGreen.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_UnpleasentGreen.uasset new file mode 100644 index 00000000..fe78c506 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_UnpleasentGreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:303327aae897c307644fb5d4ab655db05b4eeaf74ef9a3460203fcf6c69f3f96 +size 9264741 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_WornLeather_01_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_WornLeather_01_N.uasset new file mode 100644 index 00000000..21bc3aa0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Leather/T_WornLeather_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b3b92879a1b173fcb3a5dcc49c5285085ad362d6501b03d5ab61dc932f86a0 +size 36444484 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/ML_FlatColor.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/ML_FlatColor.uasset new file mode 100644 index 00000000..252d34d3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/ML_FlatColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8961ea22e45b4106e79f9c04b6e5a0bc6a306515f77a2f820870bd75b193c48 +size 45942 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..1dd48c5f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf9229c60050a275f17f6799cebabaab724834f17fbad87f905cdf64ed289df3 +size 79134 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset new file mode 100644 index 00000000..eae05b56 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Dirty_Gun_Metal_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21639ede7e8c20c889f60c5b44769a1d38a2427049bd72f732f732a97b334411 +size 114704 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_DullPanelMetal.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_DullPanelMetal.uasset new file mode 100644 index 00000000..64a07fd8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_DullPanelMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d67ca7c75d1cb039a7081033c716b533d306916bc6b3f2a37d4d71522622b9f +size 124159 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset new file mode 100644 index 00000000..399eac17 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Gold_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df61424d71db347ea7567883fa9f14ca58ff3b3927a425e68098722586a4e52 +size 124557 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset new file mode 100644 index 00000000..8c0e0ea0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f5abbc7dba96463172706b72c29475bfa030151791b5caed9a2a3447e54cc0 +size 48471 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset new file mode 100644 index 00000000..096bbe58 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53393f853be20251727a35fcab8655c8b8d3a012f5f86b61a5abd983e6066d15 +size 136157 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 00000000..236cbd7c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d950986a1ac44926b36d9e0596252435d5055260471a54ec6f63dc5ca6564f +size 132810 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_blue_heat.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_blue_heat.uasset new file mode 100644 index 00000000..d482cb56 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/ML_blue_heat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2354148277b3d8dd3b153ef6387bfc91d1eafd339f1d44998015df897c3aba6 +size 161431 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 00000000..e83e06fb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddfa6c01ba2fc5ca68f00dd73258203c1464394b023b77c6d2e13b0cebb5cad +size 3482 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 00000000..a9639076 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9db397416ffa46425e0773dd39cf0ec534b19ea1423fa92d238af4f6836dbe9 +size 8095030 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blue_heat_Grime.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blue_heat_Grime.uasset new file mode 100644 index 00000000..cfc5b687 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Blue_heat_Grime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82cb0af15538f9e4995d93e399089958158f6b9edf916c23002f093846622b80 +size 7646190 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset new file mode 100644 index 00000000..9278706b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c325a63a2ef7674667d2b947367dae63fc1e11d5fc208cd244aa57c279c434cb +size 3715314 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset new file mode 100644 index 00000000..3225aaed --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c29c575c41aa5015b45aab61c23cdaf9d32253b03f242807f61a0b3b2b6cd54 +size 8154707 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Revenant_Body_Color_Overlay.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Revenant_Body_Color_Overlay.uasset new file mode 100644 index 00000000..dd2a49ad --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Revenant_Body_Color_Overlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60e5d6d8ef9c396f8a643dcbf438ef2e1f32fb5013c1e79b06f834a1cb5e384e +size 984526 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..0ce1bc4d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23085c767ae7bf9dc3aaa734e9bc66a8e36aea256ff2f1f4698d5720cc92c76f +size 49626163 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset new file mode 100644 index 00000000..6549af50 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c14f7ce9868a01f92ccb80d12911a9bb71dd67969e8b16e2b823821f1c9ed521 +size 12310668 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset new file mode 100644 index 00000000..433770b2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc0e13f2cea0bf41f54d33b48f430388688452d60d023b43365a0205d993895 +size 12463802 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_metal02.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_metal02.uasset new file mode 100644 index 00000000..9a488b77 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Metal/T_metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a0a4ee4e31ff8429008980ef450dc6c0bb202d6293f6bb0501891f8a1318b4 +size 6904332 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rock/Details/T_RockSmooth0074_1_XL_H.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rock/Details/T_RockSmooth0074_1_XL_H.uasset new file mode 100644 index 00000000..1ac304f7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rock/Details/T_RockSmooth0074_1_XL_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15d3f8499ad66d958a24b77e399348b34215bc33000ab81c387bba6b5651e875 +size 3347871 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rock/MaterialLayers/T_Crunchy_2_D.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rock/MaterialLayers/T_Crunchy_2_D.uasset new file mode 100644 index 00000000..cd2e9dab --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rock/MaterialLayers/T_Crunchy_2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225eab0cc853e9314add9286080e0fdf24a5d417394ec7abe5fe3ef556ac9f2c +size 10614821 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/ML_DarkSoft_Rubber2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/ML_DarkSoft_Rubber2.uasset new file mode 100644 index 00000000..0f19502e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/ML_DarkSoft_Rubber2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefa9051311d85a84c32646dbf179b422579a9c157586c7005b7fcce1f4edfa5 +size 102246 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/ML_Rubber2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/ML_Rubber2.uasset new file mode 100644 index 00000000..dda33f12 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/ML_Rubber2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d531c470fedd76cd2364a112354a8f4d35875d9403c88f9c95d4093be4bd26 +size 104948 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 00000000..6eaad795 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3db186f2bf0073f937fb927ca7718f495b1ff48aa96686b86b8c901315bac4 +size 3862 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset new file mode 100644 index 00000000..5d72cf79 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a6b8befc3aef4d38ad71ef937e1f19bec3c0ac0676e85df41df158578d69bce +size 8827606 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 00000000..913bd22b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdaa4039fd07bedb561d3d3c59694e49f475aa94b1ce0d970184633cc300509 +size 6505811 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/MF_GemLike_Color.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/MF_GemLike_Color.uasset new file mode 100644 index 00000000..c9419a23 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/MF_GemLike_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:476e47c437e44dcf945422cd6f0b76bc247c654f68ddaedcd4609dbc9c6f499a +size 87435 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/MF_IcyNoise.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/MF_IcyNoise.uasset new file mode 100644 index 00000000..9b043d37 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/MF_IcyNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05179a425140c5c9e480269f1533f0ece207f574b624fa171e4caf73daaf568a +size 67574 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/ML_IckyMuck.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/ML_IckyMuck.uasset new file mode 100644 index 00000000..c69b144d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/ML_IckyMuck.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28b432d12a29150d7ae9402b1c226e4bcf5268c80cfb8bbf5af7b76570b6e8d +size 76748 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/ML_TranslucentIce.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/ML_TranslucentIce.uasset new file mode 100644 index 00000000..2aef0943 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/ML_TranslucentIce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5ccdfe9fb739f77dafeddde7d139f9a8098d519f3ff2661a5e202a1c6b4b48 +size 211421 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Glacier_Cap_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Glacier_Cap_N.uasset new file mode 100644 index 00000000..4f7cdcb1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Glacier_Cap_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263d13ec3af97dbc19559eb3ab7946e786f7fae09076458234f93f730a83d62a +size 10040595 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_IceVeins.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_IceVeins.uasset new file mode 100644 index 00000000..f656abe0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_IceVeins.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba61869c555237e5276c0f6eb402ce9ee3aca2ddeeb9bce7304daa1149468370 +size 7238739 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Crystal_N_01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Crystal_N_01.uasset new file mode 100644 index 00000000..1f353beb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Crystal_N_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6808cafd3957275c45c163ddaf3ac6ca2962cf3452b6401c1447a11274d016bc +size 693476 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Crystal_S_01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Crystal_S_01.uasset new file mode 100644 index 00000000..a7fef0ee --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Crystal_S_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed0761344c85a29dd530f48a7432b288d3a40a076dabe433d9b015e787a673f +size 319687 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Noise_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Noise_N.uasset new file mode 100644 index 00000000..27cc28bd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Ice_Noise_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56436dc1a5fbb3a443cc868447e3b7294e28dbda15f4e808436a978339e8e9d3 +size 3227088 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Metal_Lights_S.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Metal_Lights_S.uasset new file mode 100644 index 00000000..0bf75c18 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Metal_Lights_S.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c71c1217f4c477ad22ae7bbd851df2920e590e5e57959d3641110fbed61ba1 +size 8141392 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Anisotropic.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Anisotropic.uasset new file mode 100644 index 00000000..f98402b5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Anisotropic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f87ca925c6c34d813c1f98233e2fe87d2c0e79dad671e7e7067ee1d43d018c3 +size 5243411 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Naki2.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Naki2.uasset new file mode 100644 index 00000000..fbddbb78 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Naki2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed97f3945f34fdb3f07a4cd332d5495cbdb8c9cfcd670fef936692d3fe241b3 +size 3629431 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Water.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Water.uasset new file mode 100644 index 00000000..c19bcfa3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Noise_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d6877ad8ff36c02fb0d202221ea63fa68cdaf7e22c9b78c91dbd93f0546279 +size 4138138 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Revenant_body_ice_DEMO.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Revenant_body_ice_DEMO.uasset new file mode 100644 index 00000000..9b0b4e4f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Special/T_Revenant_body_ice_DEMO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6035c5d0bd41a3c8fb2fe12748dd6d5d3bb331f6b2d501046b372d9784d2f1f7 +size 17842895 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/MF_SimpleEmissive.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/MF_SimpleEmissive.uasset new file mode 100644 index 00000000..8c1e525c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/MF_SimpleEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ce21dddead0c0fcfe24faa583cc606321e076340f0910e76eb61d2ac9bd3f5 +size 68923 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_2_D.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_2_D.uasset new file mode 100644 index 00000000..3c98de63 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb6e42b520fc776a65d47e2e71635165c5d81c6408bad70235f2d7b68b54a84 +size 854865 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_Flip_Green.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_Flip_Green.uasset new file mode 100644 index 00000000..89ce87c1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_Flip_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55818a0fe3d4ef4f694d690c9b274933b8fc5f65ed043124c2554e25d7d49c5d +size 14634624 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_ML_CleanPlastic01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_ML_CleanPlastic01.uasset new file mode 100644 index 00000000..a158cb64 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_ML_CleanPlastic01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:423985fa49c221543350825dbd7d4b2e07799e3fd49e235fceb362ca7bc6a31f +size 7726736 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern06_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern06_N.uasset new file mode 100644 index 00000000..2f18061f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern06_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b0f1acdd40a3ad310f67e712301a34706316002f24529214929a24918ed613 +size 234435 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset new file mode 100644 index 00000000..6afd502f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98a9ec5d186b4f78927daac15667dd290c85f93acfe278d6eaaab37ebf2ea554 +size 8620944 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/T_TestML_Mask.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/T_TestML_Mask.uasset new file mode 100644 index 00000000..f3fad418 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a722194ca8b24246724a337c5db8efdd4a2fc78e05adb2f63e70a90f79f0a51 +size 12134 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Water/Textures/T_WaterTrickle_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Water/Textures/T_WaterTrickle_N.uasset new file mode 100644 index 00000000..998fb5ca --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Water/Textures/T_WaterTrickle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc19ffdbf7db7b2b5bba1bc9a5e67f4c0216b987e248eb98b63e42edf290d96 +size 4388483 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Water/Textures/WaterFlow_Tiling01.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Water/Textures/WaterFlow_Tiling01.uasset new file mode 100644 index 00000000..a1878e0d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Water/Textures/WaterFlow_Tiling01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7d76c45a3b8b2f805d78cf30763f58326b4e693ca2f31976c347ff74529c50d +size 283469 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Wood/T_Wood02_D.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Wood/T_Wood02_D.uasset new file mode 100644 index 00000000..6b7ad399 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Wood/T_Wood02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06a9495b5a5efc4c1de36e7ab5a81b69e25b9491cd187847003949c8a224485 +size 2602460 diff --git a/Content/ParagonRevenant/Characters/Global/MaterialLayers/Wood/T_Wood02_N.uasset b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Wood/T_Wood02_N.uasset new file mode 100644 index 00000000..28397e6d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/MaterialLayers/Wood/T_Wood02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1daa81d5fb5a01b80932041cd005727b3a650e13116f383045e19a466270d6 +size 1323679 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..88c80fa2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df9af0ae7d5a535b591c1be7a51efae237fc1e6d8cb0f479281bf0e1b930190 +size 3758088 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..1970018d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3ab2783106069aaf024fc5b5532a024e0b4551eae441f0a56cd10da29b19d1b +size 1818264 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..62232144 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97eef108a626bda6a471ffc9c76ae3418473e2348fc8a9f79c2070318ada71d1 +size 3156397 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise04.uasset b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise04.uasset new file mode 100644 index 00000000..e5fd05c9 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56f830cce3e066c350c6d6ec0f5cc078a3e6963f9929fbf0e396afdd2cbd345 +size 3960724 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_TilingNoise06.uasset b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_TilingNoise06.uasset new file mode 100644 index 00000000..97bd2ff2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_TilingNoise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f71958f1aa42ac074c545b74d24a9206004a87c992257883a5ae95cd5a58032 +size 4459967 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_noise_flamy_Tile.uasset b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_noise_flamy_Tile.uasset new file mode 100644 index 00000000..d7fe1667 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/Noise/T_noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:939fe326da2a8f1fd1012e90e405a54882eae77da7a014df824ef6e451be685c +size 1596540 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_Black_Linear.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_Black_Linear.uasset new file mode 100644 index 00000000..16778ca4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_Black_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35a04c0ccb3791520b06e71565362b69d90a63295881debe85b3989771d419c5 +size 3174 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_Flat_normal.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_Flat_normal.uasset new file mode 100644 index 00000000..9bb5d120 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_Flat_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2174e498aa5fbd8bab451007056de47289eccbc6ae138aa70344e01cf1f7fe11 +size 5043 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_LinearUVs.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_LinearUVs.uasset new file mode 100644 index 00000000..ad9359a6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_LinearUVs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc97fdc4a7f6ae362571e6c8dd0c2e3cc74213efc5c75e8df416dfd5ad8850db +size 292391 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_PerlinPlasma_Noisey_Packed.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_PerlinPlasma_Noisey_Packed.uasset new file mode 100644 index 00000000..5069ca9c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_PerlinPlasma_Noisey_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac9a6cf6af6ab9bf0b786d0721b5279aad103fd7cb39515dd480e946c1c9bcb +size 8039326 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_Plasma_Aurora_Seamless.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_Plasma_Aurora_Seamless.uasset new file mode 100644 index 00000000..66c688e6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_Plasma_Aurora_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedc9f4164f02fdfcdad7a117ad043b060c9eb49067baa6a176e8a83aa736146 +size 1947057 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_Turbulence_Seamless.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_Turbulence_Seamless.uasset new file mode 100644 index 00000000..140d2cb8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_Turbulence_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5345aae6e31920e2f89885ec3d9b6757b53b53926d39da22d337f106850bc6f6 +size 491650 diff --git a/Content/ParagonRevenant/Characters/Global/Textures/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonRevenant/Characters/Global/Textures/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..33c9cb16 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Global/Textures/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a9813349f6c2cc59d936b57d8b6a1082451b1d8815a4bdecac72090d1aff06 +size 826204 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/AnimationTestMap.umap b/Content/ParagonRevenant/Characters/Heroes/Revenant/AnimationTestMap.umap new file mode 100644 index 00000000..491da158 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/AnimationTestMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fc354bd0f44ec9e8d54d859d2908790b25d24e0a8ce2da74076fe1b6e2f587 +size 1951215 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CC.uasset new file mode 100644 index 00000000..f4ef19fd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bafa4beef0e2dcca09050cd471461660e27174656854e7b0c7323e0b0320ae7d +size 103985 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CD.uasset new file mode 100644 index 00000000..35fdef4e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d6036640fa907cb4f285bc708a21a93a1ce76c9bbc19c40dad7a8186a9fa99 +size 108814 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CU.uasset new file mode 100644 index 00000000..e723d51d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac277c6084ea14d289df39bdbb141d0e0b41976c146575af829d753c46361345 +size 110238 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBC.uasset new file mode 100644 index 00000000..53aae2de --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1adca2f049f59aa1ee74f29c781ee00e3ccb5b782bdaf7d3e9914fed977f8a +size 105733 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBD.uasset new file mode 100644 index 00000000..09a69ca5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f47b5413a71b779819d07d0735233ec112409a6468c3b79e87440bf13e92d99 +size 105156 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBU.uasset new file mode 100644 index 00000000..628a15b7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe77e7bd5d473736778801b7dc31d6b484a27fec00c3823ae68e8f62008d2005 +size 107995 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LC.uasset new file mode 100644 index 00000000..08c39155 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac924b28580ca74f9ba6fb6895d1314829889df67cf120bac0203a923977c8f +size 105072 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LD.uasset new file mode 100644 index 00000000..ac1bdec2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4f43e80184748ddeaee258238b471da1c52d65fa2621d5e1181b1a3b36c06b +size 104927 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LU.uasset new file mode 100644 index 00000000..fa84350a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3a8e1e4c2e17fda7929cdfe3c343b4b6a7126b185204b7396833eeffaad9fc1 +size 106599 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBC.uasset new file mode 100644 index 00000000..4e95f1fb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345e760c0b023da4e58d6f2ee736659554cb54ff48a26d1b17e22840a19d3909 +size 109213 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBD.uasset new file mode 100644 index 00000000..839788a6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac45ee275e8a945b60fb970929b4353d3240cab02fd4dda7f282ae54f9ccc8c0 +size 109020 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBU.uasset new file mode 100644 index 00000000..20f32a09 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2655cc7c40e8dcac684b1a0c5f4178f6b4b11f9ed740a58e92d3e2bbc2d63fc +size 110507 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RC.uasset new file mode 100644 index 00000000..85e9c5cf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a67ef555fec98e4ebb570395b3ad4e6016150902f5f49835029ff507a0f1e7b2 +size 105060 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RD.uasset new file mode 100644 index 00000000..c039b0fe --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7475cd07af4c86dae2dc93ca4851bdb773f0dd71754e5bccad91e7f980a5a309 +size 105555 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RU.uasset new file mode 100644 index 00000000..b1394dbf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8df665f1f283069a858a62975541af117213fa7bbad04df6ecff691ebfaf4b9 +size 106044 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CC.uasset new file mode 100644 index 00000000..04bebc0e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839867c538ae2d4cef119357b7721d57c080f50c1e8d861c676ce597f495ed10 +size 113451 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CD.uasset new file mode 100644 index 00000000..38b416de --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d14c6af87149f10c150b7cd327dab310805c496b38ee08f7f7318d5c3974b25b +size 110498 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CU.uasset new file mode 100644 index 00000000..f492a3bd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d86db52499f7289c773bd30133fa20eed30bb8d4c2a472e0474ec75e36ce3cd +size 110970 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBC.uasset new file mode 100644 index 00000000..e5e08bb1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42b14ed05e70d8a644d89af97154e13bcf6b4f4155c09c43b92bf0f0c3af578d +size 110623 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBD.uasset new file mode 100644 index 00000000..287052b9 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c2c2f2f7566a7c7150b06812bc6308d5da0d7bf01c29beed34c07cd05b4ac1 +size 110775 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBU.uasset new file mode 100644 index 00000000..781023ce --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:948f401f0e9d2a559ee5a704c872c161f9adee9b60bc88d04b03bea69b164673 +size 110900 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LC.uasset new file mode 100644 index 00000000..2b61fc9e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f93d45f57b5a6235dac4073c11e0a73a6a22740027fd11b58ddf77f1331d705c +size 110658 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LD.uasset new file mode 100644 index 00000000..698567da --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5fc67f831cd0250c9dbde08794dab0396d4181deff6061decbe9c7a962267c +size 110793 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LU.uasset new file mode 100644 index 00000000..04bb428a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74f614b2a7e0942d11176b3a286e82b9d525701c77610a5daa239ba1c87b58fe +size 110291 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBC.uasset new file mode 100644 index 00000000..3e54cde7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f348a819d336947d5eaadb52148a9a4a9dbf5e5b9632603fc5aad7f1e994504e +size 114041 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBD.uasset new file mode 100644 index 00000000..bbd43eb6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acacfcee467f5fd654e9583399fde9c3be13ebbdca957d823cb3fbfd1075f0a9 +size 114069 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBU.uasset new file mode 100644 index 00000000..49ae429c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afaef6632d33d940f8ce83f9aa6c218b1aacfc99c02a232431b0b57110caa84 +size 110435 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RC.uasset new file mode 100644 index 00000000..428ff7b1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50b565e0e747024fa51d46fe53e02daecd15061861e50d71d099582631ffa20c +size 110476 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RD.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RD.uasset new file mode 100644 index 00000000..abcf9434 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cbd4f0ff358d84f8dc2c9cb2959cee6cd648a6997fbe4d2533013a5e4728233 +size 114751 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RU.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RU.uasset new file mode 100644 index 00000000..bf9897a7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/NonCombat_Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9325fd3a410d9c44536a0574f543f1d4fafc81415315dc8e752da0ff2880c8e5 +size 110491 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Revenant_Idle_AO.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Revenant_Idle_AO.uasset new file mode 100644 index 00000000..f8214717 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Revenant_Idle_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:058769a2de433a0c400e17bb5ba14b55ba948094cdfe3441e82ee5ebaa3a990d +size 110258 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Revenant_NonCombat_Idle_AO.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Revenant_NonCombat_Idle_AO.uasset new file mode 100644 index 00000000..8b460d11 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AimOffsets/Revenant_NonCombat_Idle_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7946798cd8a03d07933cb8e792327281b1ecb95f60da646561b8b7c82c17acb +size 107490 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AnimBP_Revenant_Rigging.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AnimBP_Revenant_Rigging.uasset new file mode 100644 index 00000000..8aacb672 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AnimBP_Revenant_Rigging.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f194f8a0cba96c0438531531211f4c2b2be992ec8a137a7997332119570ea3e +size 1174589 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AnimBP_Revenant_Winter.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AnimBP_Revenant_Winter.uasset new file mode 100644 index 00000000..2897221f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/AnimBP_Revenant_Winter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1add4f915af337f1f3bd98e3c029e3546e12cb5d59277dec50a458b43ff879aa +size 282285 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogBwdSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogBwdSlopeLean.uasset new file mode 100644 index 00000000..395dfd17 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c656ce007f68bee818db7964cbf5c03c25d40ad2a3451d8b005d08e06067ba +size 98147 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogFwdSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogFwdSlopeLean.uasset new file mode 100644 index 00000000..5dbba03a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed573493d2078dcd52d172223d6ca078864dd77badc13ca72391c1fd75c1998 +size 94869 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogLeftSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogLeftSlopeLean.uasset new file mode 100644 index 00000000..161c5d47 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e89f8d49a6c6380567e72fe35ac97271d5dcb19fb28e1ae91c4e31af590534 +size 95344 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogRightSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogRightSlopeLean.uasset new file mode 100644 index 00000000..9fb4c9ee --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/JogRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41d978f9f8404f398af58d5a53dfe0e54a0819a479e6dbb1bce36e975734405f +size 95251 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogBwdSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogBwdSlopeLean.uasset new file mode 100644 index 00000000..2fee012a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d812c9342f6ec3d8520f474d90d70ba68c1e714606d2bc3666af7d81fc970a0 +size 95607 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogFwdSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogFwdSlopeLean.uasset new file mode 100644 index 00000000..99bbff5c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116f32f89e50f47182ad393a66a779337a2417312e4e0c999aea0adfbcc0f4b2 +size 95779 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogLeftSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogLeftSlopeLean.uasset new file mode 100644 index 00000000..c90fd161 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180361de5d0f25545e1f03d046995703edf1d21a60b1f705383d1d69f7c3a5a7 +size 98480 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogRightSlopeLean.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogRightSlopeLean.uasset new file mode 100644 index 00000000..0df61a19 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Blendspaces/NonCombat_JogRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d5498f8859b5f603ce91ef38c029401d6ab3821cf5baa1bdb03ab9d0e092ef +size 98748 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Bound.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Bound.uasset new file mode 100644 index 00000000..04eafbef --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Bound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1821ce344c05e706161501885a3bd7aad05e88bdc32b3c1d546d2d51d91ead3 +size 111507 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Cast.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Cast.uasset new file mode 100644 index 00000000..2b9ca9e0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e7107c1bde3b63f7c2d4ba7c37ccf759641990f583c9332abd4afc568bdf8f4 +size 145755 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Cast_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Cast_MSA.uasset new file mode 100644 index 00000000..577a7ff9 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Cast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9369133370172646c9c11b1609a4bc30c5c778103a110241e8109f9c2a1b5c +size 146187 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Death_Backward.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Death_Backward.uasset new file mode 100644 index 00000000..53223287 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Death_Backward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f908be43817e1231d4cb511fa744c225246b400048563cd5f834ff362f32b29f +size 194894 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Death_Forward.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Death_Forward.uasset new file mode 100644 index 00000000..69f343e1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Death_Forward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4491d4bda2961ac362f01d74c25407bc3a4a73b4df532cc164b25e2c40b909f +size 211201 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability.uasset new file mode 100644 index 00000000..e185568a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a451a5c4afd85276c4814e490365be7adee7b5646aecba210bbe4ed9566aff +size 192631 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_MSA.uasset new file mode 100644 index 00000000..1e99267e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5ee3b2fd48132637863d9a9e94686d7aeccd028e0eb2ca84fc7412aa37fd3f7 +size 189334 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_Targeting_End.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_Targeting_End.uasset new file mode 100644 index 00000000..283e56f4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_Targeting_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a40137317d12fce51d1bbdea369e8b4b725287428158815970123dc7cd27bb +size 173837 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_Targeting_End_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_Targeting_End_MSA.uasset new file mode 100644 index 00000000..0edf31b1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_Targeting_End_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d34df9fc449a7d10412d7330484a1e259a9af20187995eff92543e2b987d51 +size 174248 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_V2.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_V2.uasset new file mode 100644 index 00000000..c47d8981 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_V2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b471b002c636aac5c7b015a8b8a73d19117935c6245a01f47411ae5281dc900 +size 189198 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_V2_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_V2_MSA.uasset new file mode 100644 index 00000000..4668bd31 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Ability_V2_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab22124db1084af8a40441726dbdabd6cb0dd97a89dbb83c5d2e53b899ce072 +size 189271 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Loop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Loop.uasset new file mode 100644 index 00000000..7cfd5b20 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7d52a6236efa370931205e8b9761f6306c8ddbae1515b46a17d95b2f27c63c +size 280393 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Loop_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Loop_MSA.uasset new file mode 100644 index 00000000..123821cb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55d3bf0afbfb6e3ec6710106ee34b0c9ba3b7c58062e96cd06b090ccfed9ea1 +size 277179 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Start.uasset new file mode 100644 index 00000000..362591e6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7263fcfa68de058850016e6d8259bc2ff7f7078db94936272a20cd1be9c0f66 +size 125179 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Start_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Start_MSA.uasset new file mode 100644 index 00000000..6308e14b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/E_Targeting_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62cdec60c94a6555d399341cba3a48f2557bf32047e4037d74c25f5c0ebfe0fe +size 125452 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_ComeHere.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_ComeHere.uasset new file mode 100644 index 00000000..5590daee --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_ComeHere.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:658fdbee11001d10017174f6481c4171996aa9ebf5203631b24a96a1a7293e0e +size 349410 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatLift_RavenSkin.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatLift_RavenSkin.uasset new file mode 100644 index 00000000..69f73dfd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatLift_RavenSkin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418dec3208c5bb8ea4735f16daa153096a8611f2cca2d94ac0d31ee30ae0a9ef +size 450379 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin.uasset new file mode 100644 index 00000000..d1711dda --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33f95a81812917b4528aa98551b7251e22a1f61c0dfff93cd34b4a765a6b2a43 +size 331169 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Intro.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Intro.uasset new file mode 100644 index 00000000..09c8241f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Intro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0248d3d344c4a899d7471fe3273359cd1fa8950f7259513da9e893d0c1becb3c +size 198732 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Loop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Loop.uasset new file mode 100644 index 00000000..31433446 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255622d6c56b4d67f66b86078b736621340b26cf6856fa871cb009fd14ea74d4 +size 138962 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Outro.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Outro.uasset new file mode 100644 index 00000000..17a763f4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_HatSpin_Outro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f07941df4ab6ba3fa0340f52d275d53f4c0ecbd3976a2e4d4c340f07c476ff +size 209548 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Hat_Lift.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Hat_Lift.uasset new file mode 100644 index 00000000..a2f842bd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Hat_Lift.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d312000dc0ab580a76317c765ff13e670860670dce0b75eea8ce16cd9650cfa1 +size 450542 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_I_See_You.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_I_See_You.uasset new file mode 100644 index 00000000..b57f0d24 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_I_See_You.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9da64cc6dc4249b8a1638ce7b53645cd2b2da363b3182b2926b3036ed31441 +size 359077 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Reload.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Reload.uasset new file mode 100644 index 00000000..e57bf6cd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Reload.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ec0c2a2ffe34b709cf7e03d15049c42bc3f9bd41c2c1cd2f750946a95f17cf +size 443367 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Spit.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Spit.uasset new file mode 100644 index 00000000..a35d72c2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Emote_Spit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ec6410d282d9044b9a48eb1bec04035ca79fe94f7882f069c8f51811221a58 +size 518345 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_A.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_A.uasset new file mode 100644 index 00000000..10498f33 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a40ab45d3db2a189db0f1a58823a066a49a5b1138d9a10a982955da505e37c6 +size 129837 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_A_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_A_MSA.uasset new file mode 100644 index 00000000..8e967282 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_A_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c7dcfce1e4317d39c588b9e5c20727ab25377f82a7d6f40c8d355c3e9382fa +size 130028 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_B.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_B.uasset new file mode 100644 index 00000000..c4ac50d4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa6fe25e10d9c3ad7b864b2804426e67a6ca91a0c540924713cb34577050ac27 +size 139025 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_B_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_B_MSA.uasset new file mode 100644 index 00000000..e1d379e4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_B_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db27d5c81073aa4118a767a78e7927deb5774f94962d9ce6cbb562c54db92ba4 +size 139005 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_C.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_C.uasset new file mode 100644 index 00000000..9a1255ea --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12fce00f0d2814497da646b800d5e8210d5090d8f1e98aa6e1d7f23fb6dab5e +size 129220 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_C_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_C_MSA.uasset new file mode 100644 index 00000000..a6b0fffb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Fire_Fast_Var_C_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65e808397364f2c714967ac4d4425747eb7e7e52f41c6a300f282e4555efadcb +size 132219 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Default.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Default.uasset new file mode 100644 index 00000000..b1935a67 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b853a19dd18ffded75b195099975222f393806f5b24dec7162f310c5d527f353 +size 448181 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Default_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Default_Start.uasset new file mode 100644 index 00000000..9e9a2652 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Default_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fefd65e1f82ab43300e6f383ee76a4b16d39f85af5ccd1b230396b2ca2aaf88a +size 450603 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Raven.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Raven.uasset new file mode 100644 index 00000000..6d66003a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Raven.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fad3f378acbf0d0707c903dd3e0a16181eb97d56cd2116c2c92497e8799f625 +size 443965 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Raven_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Raven_Start.uasset new file mode 100644 index 00000000..ab08f2f3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/FrontEndPose_Raven_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb7845aa5063b04f7db293d2b6c3470ea2334a3e8ba885094fc171340e5b3604 +size 444001 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Back.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Back.uasset new file mode 100644 index 00000000..d0467ae3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b69ed9023329cbd029ca64b8cd2ced55604a00893e45111c2235e2e39764fa +size 126921 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Front.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..2c63164f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5925651ea8c34a4cfae2920c996ecaa4e2f0d241d500bebe86ad1acb399675f +size 127032 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Left.uasset new file mode 100644 index 00000000..0b9a2da6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92197a27d40a591506628defeb2f2fad61cba1ca356a5f21abf0157d1e0d6142 +size 126456 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Right.uasset new file mode 100644 index 00000000..e5b8d06d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b21eee6f5e78adfbe5e2221a04e7989635998410cc990e5a5ad669f6da953f +size 128877 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle.uasset new file mode 100644 index 00000000..57a569aa --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d114bfc43ee3176990bb588170ffad6e3b339788dcbe526d8b74ab24c96b90e2 +size 324331 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Alternate.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Alternate.uasset new file mode 100644 index 00000000..8a13c05c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Alternate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e856018378c7a0823b5a0f1666e26ad1819a3f2ec49685a99187d7892cf8b0a1 +size 669484 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Alternate_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Alternate_Additive.uasset new file mode 100644 index 00000000..b178f4bc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Alternate_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9b59d04e79b900b6fc3e6ddcfda581e714047e71588baa9bbc763f1979c163 +size 669552 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Hand_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Hand_Additive.uasset new file mode 100644 index 00000000..e1a771aa --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Hand_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c3c7b2a4b73998c943d79c3443788fb9530bd9cfd9e3f1da2bdbfa3b30da62 +size 145073 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Loop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Loop.uasset new file mode 100644 index 00000000..1bb331ab --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f541e5ff0d08050d1586a3e521f1063b4bea122ec29098b93585325849cb477d +size 577915 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Loop_additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Loop_additive.uasset new file mode 100644 index 00000000..2821350a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Loop_additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96d4cafa14e9130a8acf79db5c440c534479c1ee331a7401eaeab0fa5b8a8db6 +size 543947 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Start.uasset new file mode 100644 index 00000000..074f3394 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a62c2c2171de0952e39bdf8e747aa4d11eb019736dd035486522cd1a9055fc32 +size 184697 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Start_additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Start_additive.uasset new file mode 100644 index 00000000..77ae1ae4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_NonCombat_Start_additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d210a96f9312a5e8e913124b010a689396c00b7b067d6cfdb2c3034fc809c685 +size 177396 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_180_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_180_Left.uasset new file mode 100644 index 00000000..afdfa2ff --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_180_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6469beb5c59eb659157989305bb803f845ea69a3b9ca1ed005462cbabcb3f6a3 +size 169494 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_180_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_180_Right.uasset new file mode 100644 index 00000000..04ceeea0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_180_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00af302369cb5d202ba67d013d8b97db4d698ff316a2336a5c1879157d20b62e +size 168939 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_90_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_90_Left.uasset new file mode 100644 index 00000000..557770cb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_90_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d65179729a5e2911ee40c156aa39c46ce917fc994bb157131ebf4d76ad9a06a +size 160196 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_90_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_90_Right.uasset new file mode 100644 index 00000000..e67735b0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Idle_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:421e7ee3b86e5e5718e09d35476ca7d1dc8b641f6f2fa0e6265a98be93af87cc +size 160461 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd.uasset new file mode 100644 index 00000000..fe08f3c0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1518e139dafb6b498294233a2c07df8ffa05f511ffd3f214fd9b9bc22a8c9d15 +size 147363 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_BwdToFwd_Spin_ccw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_BwdToFwd_Spin_ccw_EGC.uasset new file mode 100644 index 00000000..27e30c95 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_BwdToFwd_Spin_ccw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be3aed5de7824947b40e34979ba6d6e7e6913d3038cfd8db6c3d555c2a1e0c4 +size 223255 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_BwdToFwd_Spin_cw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_BwdToFwd_Spin_cw_EGC.uasset new file mode 100644 index 00000000..bad3f50a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_BwdToFwd_Spin_cw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51aced78a59df2cb915e23d2c22250ec0b2cae54e23c78afbc053d8cac5b4a0f +size 209383 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_CircleLeft.uasset new file mode 100644 index 00000000..c5284986 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166c37b16fe617892c958cabf6fa749614502167834bd60d84f8796e9f251ed8 +size 147757 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_CircleRight.uasset new file mode 100644 index 00000000..2428f2c2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1291a3656e9f3208c0423a55bdf9826195757bbb876f2dcf9371c0b55c19db3f +size 147648 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Downhill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Downhill.uasset new file mode 100644 index 00000000..48ecc667 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b869b37418ad40a8c5de82b214af0621e48c9f02b5b1c95e5826723960dbee2c +size 154038 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Pivot_180.uasset new file mode 100644 index 00000000..0dedb159 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409a53fd1508b2bb9e30908efa9578cf29348b8699e1235cc645607b23651e4d +size 244127 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Start.uasset new file mode 100644 index 00000000..f56a4241 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26244a84435c55f3965af0968452f87e03e78af8b13a205e3db068e0dc30d0f0 +size 179254 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Stop.uasset new file mode 100644 index 00000000..f4642bfc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578d2764337a3bc397e16136c260b48bf649ac7b8d5fd398d0d03b0a6586ef44 +size 277039 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Uphill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Uphill.uasset new file mode 100644 index 00000000..f0ef813c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Bwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d26636a8f7285364e08c7a09633d0e0ac0a65d14de5f9fa47fe104d615ab07 +size 156776 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..fde36b10 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2341eef070579d92e4249744fbbda07f516195dbb43225f4e78221add092c5f5 +size 155227 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_FwdToBwd_Spin_ccw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_FwdToBwd_Spin_ccw_EGC.uasset new file mode 100644 index 00000000..d66e3a44 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_FwdToBwd_Spin_ccw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0388462dadfac6ae238a708d8ab3147975c930e4e7637dd613846097c8c8eba +size 214517 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_FwdToBwd_Spin_cw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_FwdToBwd_Spin_cw_EGC.uasset new file mode 100644 index 00000000..77f70428 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_FwdToBwd_Spin_cw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111322c72e86e8d13ab0dd73577c8d33a5e060c0698d4724e4acc7cd1200e1b7 +size 263661 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_CircleLeft.uasset new file mode 100644 index 00000000..9a4c3596 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd5de6d8ac59712d52b857500ce48240dc9aa4dc68dac7748b6e457a2d6f1f7 +size 156607 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_CircleRight.uasset new file mode 100644 index 00000000..b640bf6a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3226bfe9995202f9006d6eed98b44e43ad4bb8fd471fb5194225a5031009b8d2 +size 157065 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Downhill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Downhill.uasset new file mode 100644 index 00000000..dc58e3d7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0ca830e76d1f9d3367d01ae0249f8def941b8189972933b2afe5822cc597db1 +size 160238 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Downhill_NonCombat_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Downhill_NonCombat_Additive.uasset new file mode 100644 index 00000000..140f9ae0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Downhill_NonCombat_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb54724ab1d134899abcc5c0e98b747ad2c5ed6c2bbbb8731afe58175d6af76f +size 119267 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_NonCombat.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_NonCombat.uasset new file mode 100644 index 00000000..890ff13d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_NonCombat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aad5c6f5ae201d24631ddba14e415029cd1d964be05edb41e4147ab07005cda +size 154681 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Pivot_180.uasset new file mode 100644 index 00000000..a760fe82 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d1e3138fb2876be194fa3361ee578ae9c53c86a5c8d9dea360de4bd644fcc7 +size 245128 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Start.uasset new file mode 100644 index 00000000..d988ef98 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26b8f4480710e71874472c95d317b54cd56b16e5bb1e3ddc34c125bdfae06db8 +size 183305 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Stop.uasset new file mode 100644 index 00000000..6ddae06c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5baf59714359337a1e7aa47210a932f98a6f9b98740f6afa634fddf2a5bb4b +size 275049 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Uphill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Uphill.uasset new file mode 100644 index 00000000..cad6b5a6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f663bc6fea2d17a06ea68722907be30a829815c75c1171d299571bda0bbc38 +size 161601 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_to_Bwd_Spin_CCW.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_to_Bwd_Spin_CCW.uasset new file mode 100644 index 00000000..71bca6ea --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_to_Bwd_Spin_CCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cc138a86934e18fa4142698cf77c4820f5d8c5849fc802615f22e681543623 +size 223456 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_to_Bwd_Spin_CW.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_to_Bwd_Spin_CW.uasset new file mode 100644 index 00000000..cf258016 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Fwd_to_Bwd_Spin_CW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003625ff2155a7220b05dd9d5e46869a27e49f98cecf685a6a7bf49a402ece3d +size 227319 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left.uasset new file mode 100644 index 00000000..7492f46d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:361981ff58a1e5754f667cfe8067c48ed417cb0631bb52ba033fa69e5cab3796 +size 139052 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_CircleLeft.uasset new file mode 100644 index 00000000..f644d73d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cde825877620b9b261acd9b8dd36d231f38705762fdb7ce2d93e93511d3eb9c9 +size 139511 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_CircleRight.uasset new file mode 100644 index 00000000..d64b9714 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8175c0db63136a6e302c0ac7c6ba428af57532c4f5d7cd574beb9a94d2f49c3 +size 139611 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Downhill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Downhill.uasset new file mode 100644 index 00000000..b2ab3d8a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6aa4b8ca4f9a42c000d032ff70bc12bdf8ee3224fa2abcba5e1fba960104cdc +size 146963 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Pivot_180.uasset new file mode 100644 index 00000000..2400adc3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf5e154821c1eac3e32078e843d15bbb7bac085d8cc986ef543afc829d539f2c +size 226213 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Start.uasset new file mode 100644 index 00000000..f93bbb45 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:897c2791db3e0e2b642d6159b2d8320313dcf7f222d84ded64cbcf2e162f87ea +size 153575 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Stop.uasset new file mode 100644 index 00000000..abd348c2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:478e62851ea72f40f2c0ba663b02ac82a7888264359dbf5bd09f8b9a29e083c3 +size 221765 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Uphill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Uphill.uasset new file mode 100644 index 00000000..93e07c7f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Left_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9174355571d7b3281b4ec47a02862fc334aced0145592bf5206df1575058e46f +size 147360 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_NonCombat_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_NonCombat_Additive.uasset new file mode 100644 index 00000000..d6a5f89e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_NonCombat_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ade403ad3c033fa738cc423b6cfa2bda247be0315c7403178363d12b8976b7a +size 117420 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right.uasset new file mode 100644 index 00000000..313bfe0b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0c7fb9a48081e59f55b1adcab0bb9d6a091810b81e2452c4e2ea4871beb075 +size 150993 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_CircleLeft.uasset new file mode 100644 index 00000000..2f40b771 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:276670fdfa1bef0873371a0ffe1647254593b837d232fa1b8ea3547d0af9628e +size 155117 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_CircleRight.uasset new file mode 100644 index 00000000..0d3ad773 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf0edf6ad147b0035f312dc0d22abf9ffcbaa1ebc7c34936eec5b7283b47d78 +size 152090 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Downhill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Downhill.uasset new file mode 100644 index 00000000..35a86f2e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eea6d1494abcd8a97b02c7ff14ce6ada87ccdb373e353fb0d077952bf0aedc3 +size 150689 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Pivot_180.uasset new file mode 100644 index 00000000..25a9dddd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74e48210393bf869c0292ba9053ca2bb2ad058dba5bf922d130b367c4093ddbb +size 220198 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Pivot_NonCombat_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Pivot_NonCombat_Additive.uasset new file mode 100644 index 00000000..bbb01a92 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Pivot_NonCombat_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55af0353eb2872f9d6d6c733fdac0dc13f0f4a89c3b36feeecb5ea7602d041e +size 113225 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Start.uasset new file mode 100644 index 00000000..7a2ec48f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5285aa26222ed4cde8722a7c02c469f21212ccf108705c1e451dfecd235209f6 +size 204950 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Stop.uasset new file mode 100644 index 00000000..6dc06a39 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91688b8693b64e9d2d6ce8c07dea89ad4497eacf36677333db956d9be09c5f63 +size 255308 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Uphill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Uphill.uasset new file mode 100644 index 00000000..15cad109 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jog_Right_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035ea200b6918efa8278a6baa2220da126e57026568e5c99f5be329a9ca93f47 +size 151660 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Apex.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Apex.uasset new file mode 100644 index 00000000..b4f6e2b2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11e9d07a39e219d650d167d553b9288258a0d084854531c1e0634696402899f8 +size 116425 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_NonCombat.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_NonCombat.uasset new file mode 100644 index 00000000..89a33634 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_NonCombat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb378e276b00b50abf9ba1146f96d53d08c593d6ea1912c6f6eba88f5f6b02a +size 109335 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_NonCombat_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_NonCombat_Additive.uasset new file mode 100644 index 00000000..ba969f80 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_NonCombat_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d408014120f5734f3af6a7270402dbece37ba34e0d3f0df5b26e23186c144b1 +size 109964 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_PreLand.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_PreLand.uasset new file mode 100644 index 00000000..86e7191f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bf28986f1c4eb56f0b8d9c9ec161526c8a5a760049693272ca243681aa31cf1 +size 117945 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Recovery.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Recovery.uasset new file mode 100644 index 00000000..b96fe0ce --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c3a4e3236680fe48c80df4d55032dbb1b6d0797ad80384940ba7687d390a59 +size 149595 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Recovery_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..d7a826fc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d7e57fe88bd9487f3783172d0ed230de696675d8c207a1979468f6dda622e8d +size 161646 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Start.uasset new file mode 100644 index 00000000..665550f8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e082d4d01ec7c27ba7266899dbf5d7d84e18dc4c0793d097167de3d15e755c +size 115828 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Bwd.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Bwd.uasset new file mode 100644 index 00000000..574c795b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd51430167697a78bad060b08377322971ea66cf01454e57c7607be4a6bdf70f +size 133482 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Fwd.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Fwd.uasset new file mode 100644 index 00000000..f6b6db09 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d586a0351f2f24b4bd7d5ce52cb8f98d3ebd83c22fa56061a3da76b34d29b5cb +size 130671 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Up.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Up.uasset new file mode 100644 index 00000000..74e2ba61 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Knockback_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8af3707e98f1251f384feb788f31e741e298ec73ceadda083b37ad80c9eb1202 +size 131813 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LaunchPad.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LaunchPad.uasset new file mode 100644 index 00000000..c2a29448 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LaunchPad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a0c16b034a31d0945ce0c2aa619cec86cc916368e320d0ab1a10686650d905a +size 184103 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LevelStart.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LevelStart.uasset new file mode 100644 index 00000000..e1ff6afe --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c644e76a63d33b06fddb9e012b201576acfbeca2e5a31d90165acb8b6daa6552 +size 1559397 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LevelStart_Montage.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LevelStart_Montage.uasset new file mode 100644 index 00000000..96a9e0f0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/LevelStart_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d504012abce55d2a9c752951367869194de11841063a8785fed58e379e5a68 +size 104860 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_180_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_180_Left.uasset new file mode 100644 index 00000000..92af3c30 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_180_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd859505eea9f53dafddd163e93871b3f05304a43dfd5805e2de5a49ec308b5b +size 181398 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_180_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_180_Right.uasset new file mode 100644 index 00000000..b33dc59c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_180_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efef9504bcbf03457b90f179eede6088b921c4050854ab68c3b0fed89fa7cd96 +size 175968 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_90_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_90_Left.uasset new file mode 100644 index 00000000..bda94af1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_90_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd181a5766565eb7b55549fffc9dc413208afe3facf7a77be9ad83cb5ba9af8 +size 166496 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_90_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_90_Right.uasset new file mode 100644 index 00000000..ab52f301 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Idle_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32300ee722be4ed497b53d1c4d09707ae9443d249cb73c8958509958ecf60d93 +size 166706 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd.uasset new file mode 100644 index 00000000..3a27b875 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d0098b997c0a0824e3b7ff4327e75463cb18a87396d95c8506c765d853e492 +size 155793 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_BwdToFwd_Spin_ccw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_BwdToFwd_Spin_ccw_EGC.uasset new file mode 100644 index 00000000..6d29e9df --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_BwdToFwd_Spin_ccw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4b56d6fdf2f18bc98a0dce596ac033a454dc12529e119863c9712352034d0f2 +size 220794 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_BwdToFwd_Spin_cw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_BwdToFwd_Spin_cw_EGC.uasset new file mode 100644 index 00000000..07747e28 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_BwdToFwd_Spin_cw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9778d37d55ff9ab96267278911ae2961c3d06c4db64228516df4814585e351 +size 210613 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_CircleLeft.uasset new file mode 100644 index 00000000..37d0afec --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a4bc184d7b119d8d483ec22aa770e9f93bc0992024b3bb454b9dd13df605b82 +size 154294 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_CircleRight.uasset new file mode 100644 index 00000000..3f186151 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:017bc05e2decbf174c9e678597d589fb742f17fce6c611ff87bd66cf76e07466 +size 152544 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Downhill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Downhill.uasset new file mode 100644 index 00000000..86ab4deb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:003eb3cdc5e42c7f659fb69b8f6c718eb5cbc6803eb16775f12868d0b95c0a81 +size 155962 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Pivot_180.uasset new file mode 100644 index 00000000..c8204f5f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:deb6c13dc0f6d6e2e026de73e55ec3d76f5e3ab06a501c99d17da5e5bc27bc39 +size 244147 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Start.uasset new file mode 100644 index 00000000..6f2a79b6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0acd3f386367f374b2bf8abd00ed5dbdeb1987b643df0597f3910372e7fa0097 +size 195028 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Stop.uasset new file mode 100644 index 00000000..0d37eae3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bed2f594a497191f9bb07e4124783978f3b22824e3902091b14443d4760dad +size 288355 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Uphill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Uphill.uasset new file mode 100644 index 00000000..c35a5fec --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Bwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaf5eb0e4a6fb288f0f6f5e519772d2c3be2d81d2e2c8e1141a6ba18033fb91 +size 153506 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd.uasset new file mode 100644 index 00000000..20e201ac --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daa1dafd8a21f05b2e694066adbda8ef81513acfff0e68e97210c5460bb9d05 +size 158722 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_FwdToBwd_Spin_ccw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_FwdToBwd_Spin_ccw_EGC.uasset new file mode 100644 index 00000000..b24d09ef --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_FwdToBwd_Spin_ccw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872bc27c4af648c80bd895c3b2131b3d43ed21ee721b6f1abff8e725a660a5ef +size 209033 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_FwdToBwd_Spin_cw_EGC.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_FwdToBwd_Spin_cw_EGC.uasset new file mode 100644 index 00000000..a83c67f0 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_FwdToBwd_Spin_cw_EGC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cfe50248959b69d48801a9db540d3164e3f618a0ea7f52b8109129420d2d82f +size 262620 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_CircleLeft.uasset new file mode 100644 index 00000000..8dd1fe2b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8cbfded1da3cc166629fad7f801829b28abc55f58864b22f1f650d0f0e78c9 +size 161507 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_CircleRight.uasset new file mode 100644 index 00000000..0854a34e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1193d216146a9ebcee3612644026adf154777e21657f627482778f7f1c706cdf +size 162198 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Downhill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Downhill.uasset new file mode 100644 index 00000000..adf9d564 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17a4604d9fc4d5fe5027277f0a22c99fe091e833c2d392658fd2518bd821aae +size 158226 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Pivot_180.uasset new file mode 100644 index 00000000..9e8f754c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465094a2b83712dd95452d28ed108d8a6eff227d01abed9b6465650968977c0 +size 257108 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Start.uasset new file mode 100644 index 00000000..e3913a5d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ef932c9892d0cebdf0fbb8a2dec6a35d4355650b31fba959405dd27193a881 +size 187792 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Stop.uasset new file mode 100644 index 00000000..4ba4523f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582a440c83b855f5e6b206dfb212569474be433968587fd67230b0885b12a4f4 +size 287622 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Uphill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Uphill.uasset new file mode 100644 index 00000000..684c6238 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Fwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4397b0bcb0db82f3d6c6d29bf6b6410c32fd96d1d02be8a927122a0f6a308d +size 160747 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left.uasset new file mode 100644 index 00000000..97dfdd6d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50f9918fe3b64947311c73d3d29c6f4379899bb2f99b954f6252ae50c39f4d42 +size 151626 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_CircleLeft.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_CircleLeft.uasset new file mode 100644 index 00000000..dd239798 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f8008edb53bc082aad074458ea32c468786c5749b3144c4ac52b1e5be3c817 +size 147109 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Pivot_180.uasset new file mode 100644 index 00000000..5953f347 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f728bd5e5b26311f1034076d49c35803447d4ab67014b5680de3fefe81ba9a9b +size 209061 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Start.uasset new file mode 100644 index 00000000..8f0b24b6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36c1aa8692267a48a0b4cfce482456be5c9f29a9fe66d7af1e7b92600fee91cc +size 176809 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Stop.uasset new file mode 100644 index 00000000..649fb2b5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Left_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee4b419f5f25aa97d42f53bee2b295cce3605ec17ef9b48bc32aba1f867d6ab9 +size 235736 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right.uasset new file mode 100644 index 00000000..ef7bb499 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccec03e04ce61f799080304eede374fca6565af9bbfb67240ef1a2196a1137b +size 163516 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_CircleRight.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_CircleRight.uasset new file mode 100644 index 00000000..4b0b0cbf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962a41036f431035080b9412c749ce6c84bb34c249a34839247e221f11210341 +size 160769 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Pivot_180.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Pivot_180.uasset new file mode 100644 index 00000000..a29593f4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Pivot_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6e2940067550e1b48668d7113d95ff7bc0daeacbeb055dfe1502f165a18750a +size 211925 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Start.uasset new file mode 100644 index 00000000..f773e081 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7ca9111ef312f76aeeb52075e413514876ea2eeb27f7cd70647d064b1dd239 +size 203989 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Stop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Stop.uasset new file mode 100644 index 00000000..e116f6d6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jog_Right_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c4bc28f483c6b8892ce80c3b6458141af7fe3cb700030b97d26117cacada000 +size 292035 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Apex.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Apex.uasset new file mode 100644 index 00000000..62f20e1d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a8214960379e67309e0f55d98e2b8ae3443de6fea7b86afe7f8f5d350f848f +size 118653 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_PreLand.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_PreLand.uasset new file mode 100644 index 00000000..bc7fe3af --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bb6eff9f42cb8841f92bd9a9d2a48d0798dbb7a7193f50e04e29e521182d6f +size 117404 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Recovery.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Recovery.uasset new file mode 100644 index 00000000..c48ddc0a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dee9c9513b8fd693ea60a885e1728d7c2baebce33a0ebcc3cffac546abb7239 +size 154028 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Recovery_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..d0477623 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4391d207618a148296de17a9c949894d1720bb8062d762a5b9115930b79b1ba0 +size 154412 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Start.uasset new file mode 100644 index 00000000..53a34d15 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/NonCombat_Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ee0015fa8e2d25636d163321f241edf7bab7479e786c149a4a3754b43819e1 +size 118034 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Fast.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Fast.uasset new file mode 100644 index 00000000..4a30d2e3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:319abb0980c45999be92105a18b8a8301f4cf777e332117ac1936d0a3b49b995 +size 123840 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Fast_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Fast_MSA.uasset new file mode 100644 index 00000000..bbb6cc13 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Fast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82773e6ce91f8dc038d94c172e8fe964b7b11168cb4a95068307fcf75115f5aa +size 124387 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med.uasset new file mode 100644 index 00000000..7da18b8e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e175931506c7c8b23d71018538d5a3b036c1843ad4424b570e59d49db6ba5a +size 141653 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med_MSA.uasset new file mode 100644 index 00000000..efae7385 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e8c81ecfb5fab204dbadf7592180d6bef6a2d93471c9a4919ccbbab14f815f8 +size 142207 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med_Montage.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med_Montage.uasset new file mode 100644 index 00000000..1980b817 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Med_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d030b6d2144eccba3bb10bb09b4702b51e5da864233a55331cbcb4f24c81ef7f +size 103087 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Slow.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Slow.uasset new file mode 100644 index 00000000..fcd70abc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ecd77bbf9a82f3131d7d6fc6221b11b6a708a3389be876b9ec942d60712aac9 +size 160585 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Slow_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Slow_MSA.uasset new file mode 100644 index 00000000..d2977d9a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Primary_Fire_Slow_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459972bb2fbe6225009a5300713a53d888b42870da9da6e352a632bcbe39b6a8 +size 160821 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability.uasset new file mode 100644 index 00000000..9adf28db --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0c0e8d02d6107f303f0348785b0bdb2b5a9af0e1173d5e3e6b03b5a4406969c +size 213707 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_MSA.uasset new file mode 100644 index 00000000..6b7fdd55 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde1e3d07621354fc2070d49444d14a8f0be594ccf68010dcda7b0f07025af92 +size 213598 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Loop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Loop.uasset new file mode 100644 index 00000000..083d0175 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f3ec35d35ba51529acf4790356b5119030d2af61a5c258f8342f69c9831a69 +size 107519 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Loop_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Loop_MSA.uasset new file mode 100644 index 00000000..5d457cbb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92b8255fca2252de2981966564b65f6f824cf4f46437161ae599c9bacceb638 +size 108120 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Start.uasset new file mode 100644 index 00000000..28999872 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe1a4339d95f477eb3ad77428f6b43aaa8c519fd47f639f6795782822c92523 +size 126482 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Start_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Start_MSA.uasset new file mode 100644 index 00000000..db041c6f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Q_Ability_Targeting_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d92cc20f689b04f0c697b30f3f1a83077af58b2fa3d9acc7a420b25d301f3bcd +size 126719 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB.uasset new file mode 100644 index 00000000..b3baa8b4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e36df6657164c6031ebbbc84191799be91954df5ef378d6d3bd2258b842d51 +size 214703 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_MSA.uasset new file mode 100644 index 00000000..92686355 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0edfc5c8ecc452619644c4d873d9fe2d73f81cf22b63ae3a47f049d6c69a40 +size 214896 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Fast.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Fast.uasset new file mode 100644 index 00000000..c0bf7e6b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19132b03bc952b0b6c51db8ae631a6abf26e024976c580e79a72cf61eca846a9 +size 151184 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Fast_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Fast_MSA.uasset new file mode 100644 index 00000000..d2f4f78b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Fast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f59836f07af7828e44d082365b5e9ee983c6943620815accef52ede6b1ffe5 +size 151725 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Med.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Med.uasset new file mode 100644 index 00000000..f3c212fe --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Med.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1542359fa7595b3c28fb41043bfdfa2536a656a17582301c62e7ca3da92473c6 +size 169706 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Med_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Med_MSA.uasset new file mode 100644 index 00000000..0e19ef87 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Med_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61567193977fd8fd9ff0705e0fc30b89b194cd9f0a214b6e5eac085742ffba99 +size 170070 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Slow.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Slow.uasset new file mode 100644 index 00000000..6d3b82cc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35777bf601050b83d9cf8c350c422ced2b32837bd95dad391e1d73e0b2d0f553 +size 192002 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Slow_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Slow_MSA.uasset new file mode 100644 index 00000000..579635c1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/RMB_Reload_Slow_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067e1dde17e4346b45e94ec37a63ef636e42ccbec9aa78a4c3c5ff70155580b6 +size 192514 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability.uasset new file mode 100644 index 00000000..854ec4d4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:782d795ad54b2bacdaa8f39b91ebeb7ac6a6099dd49a42148f355bc47ffecbe1 +size 198226 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_MSA.uasset new file mode 100644 index 00000000..32cdc9cd --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca72a43b45566eedd09ffb2b7731c360aa055ece882050a745afc89d23afd9d +size 198084 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_End.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_End.uasset new file mode 100644 index 00000000..da723772 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23a8e5534dfe8ea9c218a4c48782f2851ff1ec77f54a697cedf4d9e9ccba0e87 +size 251609 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_End_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_End_MSA.uasset new file mode 100644 index 00000000..4a8dde8c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_End_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55af840bfe7a1da9bbbde639fe12eefca5b261d928704ee90542ab518e6c1f9 +size 252165 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Loop.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Loop.uasset new file mode 100644 index 00000000..7393bc79 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:062e50db69930a509f622341a3c18a43e1a7a5f8260e5f874d2b06dd87817a7e +size 233000 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Loop_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Loop_MSA.uasset new file mode 100644 index 00000000..0a30f5a6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Loop_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c03b64d35315f4636872f9b0839ef9860f4e6e07e97c628a2de9194f2cf8c1 +size 233153 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Start.uasset new file mode 100644 index 00000000..44a96722 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b10c1de59b79e70e56e7f2ed38edad1571844418701d8c9507fd7d52c7463afc +size 137681 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Start_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Start_MSA.uasset new file mode 100644 index 00000000..d617eb01 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/R_Ability_Targeting_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451193cb83d3f4445999a8b87d874200aee4872ee3c45ba47afca342ec21acea +size 138040 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall.uasset new file mode 100644 index 00000000..ff7fe498 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad5259910ce7c39323edd91fb2edac2ae6603a1c740b682914b71d30bc9fe0d +size 418570 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall_End.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall_End.uasset new file mode 100644 index 00000000..4e3025fe --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8740852d02198e435aadcaa1f5795e9636a89564b35e32dbf3391dd256b33adf +size 142429 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall_Finish.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall_Finish.uasset new file mode 100644 index 00000000..4135f50f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Recall_Finish.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef26c385530a3f38fe7b207fb8e8ecf019c0a8327e8c7c9e0e1661aa6ac4a304 +size 348250 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Reload_Recovery.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Reload_Recovery.uasset new file mode 100644 index 00000000..12d61558 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Reload_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7810f8db11366114bbfc7e72a73c2fe083af6c515caaedf17af0a97bf02319c8 +size 221488 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Reload_Recovery_MSA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Reload_Recovery_MSA.uasset new file mode 100644 index 00000000..725933da --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Reload_Recovery_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e1d14d207414b0ff110452f4edb26b064daaeb4c18169557bbb49affe8cb0d3 +size 222141 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/SS_Idle.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/SS_Idle.uasset new file mode 100644 index 00000000..57f4d6b7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/SS_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6ffed3147c15b38ff167d96804b7b1021997b449d8e5b4535e446bbcea682a7 +size 153461 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Stun_Idle.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Stun_Idle.uasset new file mode 100644 index 00000000..1f5b6eaf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Stun_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9f07e95ce65fa6863111630636e22a216b4e0b951fafb6c25539a7ed3a9e08 +size 149420 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Stun_Start.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Stun_Start.uasset new file mode 100644 index 00000000..e0ede184 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Stun_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587c03e05c5f425e5a0e8ef0d3e852b270a71d9eb0d6e394b72597b371b18fe7 +size 131714 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Targeting_Shake_Additive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Targeting_Shake_Additive.uasset new file mode 100644 index 00000000..0916fd16 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Animations/Targeting_Shake_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e95f0cbbe1a1062d1c900d90b6889d7dc613e6cc1b345e93ba82dfd80753243a +size 136486 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/MF_RevanantUltimate.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/MF_RevanantUltimate.uasset new file mode 100644 index 00000000..9ea6cf22 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/MF_RevanantUltimate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1bbc80d3f4be6d6d36af5218a0058a9770aaf084a2191f62a8a079fa9e4337 +size 91444 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/ML_Duster_Leather.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/ML_Duster_Leather.uasset new file mode 100644 index 00000000..020f802b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/ML_Duster_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b6292565075fd8f38611b9d836f45605103127f55e6c08fbbaf2fac484ff4b +size 139570 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/ML_Revenant_Wood_Handel.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/ML_Revenant_Wood_Handel.uasset new file mode 100644 index 00000000..2aac61d9 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/ML_Revenant_Wood_Handel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c17852493e70f2e545350e563ce5e96937a3aca59b4f3e94f79bc0de2cd2d4d +size 120015 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Arms.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Arms.uasset new file mode 100644 index 00000000..44f7ca6b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a852aea5352c10068560f6865ecac429c1ccbaca36a71aff495bdeecd319205 +size 202107 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Body.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Body.uasset new file mode 100644 index 00000000..2ceb663f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69bc9f234d053a5421a8e7ad3bcaf6b9499c8fe76f35d8b54a94b6dbe2d83ea +size 216173 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Darkness_.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Darkness_.uasset new file mode 100644 index 00000000..f92ca9d5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Darkness_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e98ca04f7132f20cf0099d804aa25d08b47213002ed99ddecaa16e69997c33df +size 304311 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_EyesEffect.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_EyesEffect.uasset new file mode 100644 index 00000000..870923b2 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_EyesEffect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7852961115d1a381ed211ac7411a058b4701c81057f6d719b0bb798f9a71f29 +size 187934 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_GlowEyes.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_GlowEyes.uasset new file mode 100644 index 00000000..eb4aeead --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_GlowEyes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ac16aec098b8149c4767cb03380f7dc8555b123b3c1fc7ecc8c7d22f83da0b +size 112801 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_GlowGun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_GlowGun.uasset new file mode 100644 index 00000000..0a052c23 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_GlowGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:704a6617ccefc57bd113852be35a79d516a082396130ac699b495562d5e47cc1 +size 69746 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Gun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Gun.uasset new file mode 100644 index 00000000..87a5b911 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:835e72f8418d5fe7dfde4669a40194a5dd2debfb756b3c6fc7af7227dabd05b2 +size 191589 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Jacket.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Jacket.uasset new file mode 100644 index 00000000..cda5e574 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Jacket.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d256b37ad6fe1a689e0857f341c5bdf98c4c203bc2dd534ecb4868c1c2b25bb1 +size 195458 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Weapon.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Weapon.uasset new file mode 100644 index 00000000..07c2fafe --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/M_Revenant_Weapon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eab3ac31959c31eccb6e3c3874f734a52594edd250242d8ac0d448296df870f +size 207419 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/Revenant_SubsurfaceProfile.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/Revenant_SubsurfaceProfile.uasset new file mode 100644 index 00000000..3179fb4a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Materials/Revenant_SubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db17c6021570c938add817c3357c118e246ea3abb8df88c108e718ec0862bd0d +size 2856 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant.uasset new file mode 100644 index 00000000..9a83ce8c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c400660119ce39c6cda5c9da390c9b415745ba2b7a703e87a4719c0a5d0605 +size 25020709 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_ClothCollision.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_ClothCollision.uasset new file mode 100644 index 00000000..69d46e15 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be33f8de1de52d0e2ba1fefe2eabf7d5f1fa668c703532c1513c183829610912 +size 27218 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_Extents.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_Extents.uasset new file mode 100644 index 00000000..73810f8b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_Extents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:395ba4ad409b6e98f9a566cbc1fcd6d0399598ddabc898da77babe2fa49a785d +size 119500 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_ShadowCyl.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_ShadowCyl.uasset new file mode 100644 index 00000000..82cdd4fb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_ShadowCyl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:150a7d0774b66dcea41b25dddc4282d496d0745dfb8dee11a864fb2a63003e42 +size 114101 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_Skeleton.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_Skeleton.uasset new file mode 100644 index 00000000..13cc8f95 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65f27d1efaddc5bf665df4892941f68440c93a2f9dfe7372cf40609c27a866d +size 63693 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_SkeletonRig.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_SkeletonRig.uasset new file mode 100644 index 00000000..b6d0fc25 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Meshes/Revenant_SkeletonRig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7738762ddef23b23c8a93e92946805a761cb7cbf9e896d57f8c5e2fd374e78 +size 81874 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/RevenantPlayerCharacter.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/RevenantPlayerCharacter.uasset new file mode 100644 index 00000000..456c72ee --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/RevenantPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52afcefe5e4c43170749292bab06760540136c32fce4b056b2369aa8aada9b72 +size 177413 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Revenant_AnimBlueprint.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Revenant_AnimBlueprint.uasset new file mode 100644 index 00000000..0e1caf13 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Revenant_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3aacc1bfd411fea5864058b6a322ca2537583a789f40103b36be09face0ac6 +size 605977 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/MI_Revenant_EyesEffect_Inst_ChronoBoss.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/MI_Revenant_EyesEffect_Inst_ChronoBoss.uasset new file mode 100644 index 00000000..879c11c3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/MI_Revenant_EyesEffect_Inst_ChronoBoss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e20a82cbfc0d128aa3aca983c95913cb73876cd354fb66b234fc247e40be049 +size 86828 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/MI_Revenant_GlowEyes_Inst_ChronoBoss.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/MI_Revenant_GlowEyes_Inst_ChronoBoss.uasset new file mode 100644 index 00000000..8869248c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/MI_Revenant_GlowEyes_Inst_ChronoBoss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d064610c5be203c522bc62300871fb83d50ba5947681262064478bf640c6910 +size 44950 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Arms.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Arms.uasset new file mode 100644 index 00000000..41a0cd56 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c609935fffa9da2fbc231175ce962fe92cdcd13ff41d0df95efcf67eeb4270c +size 210522 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Body.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Body.uasset new file mode 100644 index 00000000..4aff2b26 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:025bfa56cd4d6157260afcca85566f557392fcfb14c5754a0811f7b8bf900dbc +size 218799 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_GlowGun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_GlowGun.uasset new file mode 100644 index 00000000..b4bae3c7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_GlowGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2028cf59c118a82fe1afa19d55bce05fc94445cbb0dcbe3bf84467eebd577b +size 35960 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Gun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Gun.uasset new file mode 100644 index 00000000..8a41462b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2354143e0e83ca66900dc36f07bb131116f2ad32466ca937287921e3c22bea96 +size 189826 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Jacket.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Jacket.uasset new file mode 100644 index 00000000..a20a25cc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Jacket.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8d9caae74a4f22a355a948aaf5766772f057da6a156da4c9b36660ffd7a7bf +size 204907 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Weapon.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Weapon.uasset new file mode 100644 index 00000000..2e56c8e3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Material/M_Revenant_Weapon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c070ba1df8af3016e2b8913540e3ea3bb5c5d6c2ff83894211fe5e4caee36ba +size 197199 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Meshes/Revenant_ChronoBoss.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Meshes/Revenant_ChronoBoss.uasset new file mode 100644 index 00000000..c937efa5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Meshes/Revenant_ChronoBoss.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a9ec160abda6cf3ad6e088fa99724bf8b5783e4b36a8f4b483f816dc04a769 +size 12369442 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Textures/T_StarMap.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Textures/T_StarMap.uasset new file mode 100644 index 00000000..8c52ab58 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/ChronoBoss/Textures/T_StarMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c4a264587558459460e95c141f4c237543484bd72dd4d224be8d1670690a892 +size 18188267 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Layers/ML_DarkLeather.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Layers/ML_DarkLeather.uasset new file mode 100644 index 00000000..bdf3fe1b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Layers/ML_DarkLeather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923d1c15dfa11d7312fba987287213d4df07ee99e876c0f27f2d5042f4785c79 +size 109079 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Layers/ML_Ice.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Layers/ML_Ice.uasset new file mode 100644 index 00000000..734884d4 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Layers/ML_Ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459380120b83008deebf581ad2c4921ce6ae5e06f1d01e19ff8b225e0b351501 +size 168189 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_HairSheet_Master2_Inst.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_HairSheet_Master2_Inst.uasset new file mode 100644 index 00000000..eb9d921e --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_HairSheet_Master2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e54fb32b6f1780eb108fd27269077fc6231bfb1a3e2ce496a5edab9a282641e2 +size 162911 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_Revenant_FrostKing_Darkness.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_Revenant_FrostKing_Darkness.uasset new file mode 100644 index 00000000..28cdf459 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_Revenant_FrostKing_Darkness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7cffa2ce8728a1267da622ed3a769ba3c40dcd2c9f4e8b790103ceeb9bb82f6 +size 152751 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_Revenant_FrostKing_Ice.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_Revenant_FrostKing_Ice.uasset new file mode 100644 index 00000000..ecd8c78f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/MI_Revenant_FrostKing_Ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9954d518360e4046514976228951330c5e21f8e5445074e974499570c7da2c4b +size 154366 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Arms.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Arms.uasset new file mode 100644 index 00000000..497919a1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53c03b9a057092cf7989246e9169696ef0d5639bb88ce2b198ff8337fa1ffde1 +size 196222 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Body.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Body.uasset new file mode 100644 index 00000000..1ec76588 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edabad6230399ff907fd3c29179435c10a45379b12d5114b3d98c57bb6df9379 +size 201172 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Darkness.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Darkness.uasset new file mode 100644 index 00000000..e5ee274b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Darkness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e50214113665f6afb56d8c569de4109fedcc209cd9cb671528a779515819fc36 +size 137952 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_GlowGun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_GlowGun.uasset new file mode 100644 index 00000000..1a901c0f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_GlowGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67e35ff9fc506cd6023725254c0b25c0368b050a8d2ef7596af1d9b5a58ddb74 +size 78376 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Gun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Gun.uasset new file mode 100644 index 00000000..733aa68d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:385758f8e27def6bac086a5272c6f2b78e32af9835d040f1bb0dd48e3d4fb58e +size 186021 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Ice.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Ice.uasset new file mode 100644 index 00000000..1fff1b99 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Ice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef87c38f63439acb3fdc8b2c0766e30a13a36245c98a52aaa83ba56d7230a72b +size 159761 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Jacket.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Jacket.uasset new file mode 100644 index 00000000..1396a590 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Jacket.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fffac7fdc578ddbeddd7e42b657f4c53a533b3b3b0f69f101f1788b72cf9c3b4 +size 200475 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_ShoulderFur.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_ShoulderFur.uasset new file mode 100644 index 00000000..98028590 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_ShoulderFur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ca202382123a625607c0b729401b3bcf3c849ad182635591c15b5c70ed377c7 +size 149618 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Weapon.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Weapon.uasset new file mode 100644 index 00000000..a919fc5d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_Revenant_FrostKing_Weapon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7d9abf93aecfce11bb222084e0e7aee98cfd107f394f6ae446781baeb568cd +size 190387 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_SimpleEmissive.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_SimpleEmissive.uasset new file mode 100644 index 00000000..edacc535 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/M_SimpleEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19660fd23fd729a44ab847385a83086e506fa663f2b3b39bf0b2e21dbdee6e82 +size 83148 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Revenant_SubsurfaceProfile.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Revenant_SubsurfaceProfile.uasset new file mode 100644 index 00000000..740ff637 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Materials/Revenant_SubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e03d2b429305d9a1c6bb7f6066a1cb06bea595f81ba1781e5bd7d4c573c9e1 +size 2705 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Meshes/Revenant_FrostKing.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Meshes/Revenant_FrostKing.uasset new file mode 100644 index 00000000..c59e8d7c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Meshes/Revenant_FrostKing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244d87108896d36129f5dbc19982579c038c89145668a28eb46fc32a2b8664dc +size 23585442 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_MASK.uasset new file mode 100644 index 00000000..dd481f16 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76bb80f9a8c989db1e452301096e503204606ac3375a3182fbc8cc5385da5ad +size 1595707 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_N.uasset new file mode 100644 index 00000000..9f85e1fb --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:848e30772f6ffb60afa43b98bebe3520541e021906ae404b133a8fe73fc11ba9 +size 16852603 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_RGB.uasset new file mode 100644 index 00000000..befae0d6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e59fa71f52aefad9888df178ad14cb268156e1ef7df65819857101bedfab1d +size 25284295 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_SnowMASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_SnowMASK.uasset new file mode 100644 index 00000000..81e15b20 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_SnowMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07e083cd9b04792ada6517b698762e0788cfb4e09d4fddac6636197f58035568 +size 11185967 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_graymask.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_graymask.uasset new file mode 100644 index 00000000..aef8e429 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Arms_graymask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97231dbad31f047b6e4a1bff3191e31aa931036291e6e3961143f76de65080c +size 895880 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_MASK.uasset new file mode 100644 index 00000000..22b9155d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e1162202ddf17cbeea5173f15f20763d2487c0c228d6607c5b3c2efe7d2b84 +size 1523108 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_MASK2.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_MASK2.uasset new file mode 100644 index 00000000..1c1a70bf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee12c7c635536303d3468d482a4478daef3f0f5a3a302f55b3088e9540a2bd7b +size 237517 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_N.uasset new file mode 100644 index 00000000..dc3505cf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904d2d2f9b991a9e274b47b71fa64597e70c66c683353a1976dc6468c7bf9493 +size 20846208 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_RGB.uasset new file mode 100644 index 00000000..f33976e8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650f38421d5aaaa3d9a07f6c12b1e48ba6765cb39889970fb1b5becd0914e17e +size 29153385 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_SnowMASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_SnowMASK.uasset new file mode 100644 index 00000000..ff48a415 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Body_SnowMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:149e9941a47280e496e90836d3ca1c88166214a66dc82bdd989d9a1977d9b7b2 +size 14432030 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_AO.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_AO.uasset new file mode 100644 index 00000000..ed93470c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e9567fa4dd0d424be9ed1ef4a73acf91adfc73f4ad9d33e0164ebc2bfad174 +size 557699 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_D.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_D.uasset new file mode 100644 index 00000000..ae6fabfa --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b8fc09d75d8ed0cc4ce5b49e77999848a86d0349b3fef72484bd32029418a96 +size 4182803 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_RANDOM.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_RANDOM.uasset new file mode 100644 index 00000000..a0ae79be --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Fur_RANDOM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4211e9c9db5e5a8a440d6f75d2aba82cc720e150a3e99fd5fb1ad9e39e51958f +size 296834 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Jacket_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Jacket_MASK.uasset new file mode 100644 index 00000000..8c42088b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Jacket_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd06954bbcd402b94eeb8489d9dc55e555eb2c58b3dbe93ad35cf338b9aae2a5 +size 1113475 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK.uasset new file mode 100644 index 00000000..0d32ba58 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fdb0707f85da49c0c4f3c04c2301ac628d0c9729a7a291d01c3be95666c7457 +size 923273 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK2.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK2.uasset new file mode 100644 index 00000000..169534dc --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c7ad2c033a1f8e552dce7596069b2aec4d296afd35855dd55fe5dee35003ff4 +size 306627 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK3.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK3.uasset new file mode 100644 index 00000000..f6ddc171 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_MASK3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20e0423395cae7eb8979ff82a3a1e2dcd05c0e46dd8bc31a89488d5473bff70 +size 129318 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_N.uasset new file mode 100644 index 00000000..a564fb11 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fca8447c34ed5061f130cdce8175e4db18f9a0cb5fa64fbb39ed5e8137c7f5e +size 19144122 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_RGB.uasset new file mode 100644 index 00000000..be7cd985 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b18c9c1a9a2de09d2c5df55b118dd6562645ce07a070d1999833c970ac177c +size 19519887 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_SnowMASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_SnowMASK.uasset new file mode 100644 index 00000000..97b8d8a5 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_FrostKing_Weapon_SnowMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbfafa1efb0c3365361f801298cb4ccfdf109a157b1eb2abb60810788db5f626 +size 12149534 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_Jacket_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_Jacket_RGB.uasset new file mode 100644 index 00000000..5eee02f9 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_Jacket_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372f6c2c969a95b8d4f76b9fa50b4776ee7084ea8a09a53feb1efc52ea11283a +size 25911868 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_Jacket_SnowMASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_Jacket_SnowMASK.uasset new file mode 100644 index 00000000..1a9a9529 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/FrostKing/Textures/T_Revenant_Jacket_SnowMASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d34cd4016733dd2c721abc1ea78911b35b6e74626e92ea290ed075b184d1f97b +size 11641303 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_CottonFabric.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_CottonFabric.uasset new file mode 100644 index 00000000..d8678585 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_CottonFabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96ed0eb62e91588e9d849dc237dc11525a5df830f34dc11009fb98bf6466c33e +size 131469 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Grime.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Grime.uasset new file mode 100644 index 00000000..6a6fae75 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Grime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc252d833dd664efb869bd9c017ff2b22fe45066ea4e6d4860b05e75e4bf3960 +size 95859 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Leather.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Leather.uasset new file mode 100644 index 00000000..d6c7337b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15a266869abd55728f651384bdea50bb955bff51e5e0385888a001d1eef549ee +size 125811 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Scratches.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Scratches.uasset new file mode 100644 index 00000000..f9108a7b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Duster_Scratches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff62fbe54b21ee1c7b13ce60b47e217046f4577b730f838c668b941013815866 +size 121832 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Metal.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Metal.uasset new file mode 100644 index 00000000..24ac408b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82078baa1a37c98b3a6523d9016cefbf80401ad5ad93b0ac68d182292e5c978 +size 105443 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_StrapsBelts_Leather.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_StrapsBelts_Leather.uasset new file mode 100644 index 00000000..d8507fe8 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_StrapsBelts_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35cc2e3e6856ff3f404910055108551097159072b105ff62432cbcc8fe1913fd +size 145446 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_WoolFabric.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_WoolFabric.uasset new file mode 100644 index 00000000..4d07332b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Layers/ML_WoolFabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dacc746f8d0492b690a5cd3b6557ad03c484c46cff1e7ab14087bb288227042c +size 95727 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/MI_Global_Feathers_RevenantRavenQuill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/MI_Global_Feathers_RevenantRavenQuill.uasset new file mode 100644 index 00000000..b0dd0247 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/MI_Global_Feathers_RevenantRavenQuill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbea5e61d53af4901a28110c3a9a12e0603f6f1f1523d645d3a8acdba192a3f +size 140187 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_GlowEyes_Inst_RavenQuill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_GlowEyes_Inst_RavenQuill.uasset new file mode 100644 index 00000000..69c553c1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_GlowEyes_Inst_RavenQuill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1b13dbbaa9f25708424bed71b42a4da1a94bceca00a81e0bb27a0af3d2a455e +size 61341 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_GlowGun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_GlowGun.uasset new file mode 100644 index 00000000..5f4ffbd6 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_GlowGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cefc81833c18073da031e51e1fb901f0c314ca49599d168101caceda47c5e6fe +size 43358 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Arms.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Arms.uasset new file mode 100644 index 00000000..98c598a3 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02183ca5b9f22af33334a7bfac1e560fa6143ff0b13f7b7ad93b5b6c1973921f +size 185928 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Body.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Body.uasset new file mode 100644 index 00000000..6c8bc723 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3151991500c78ee0985123899ecc34139eb2b73dbc55eefc4c7e0bbf7daa52cd +size 188851 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Darkness.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Darkness.uasset new file mode 100644 index 00000000..10249e58 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Darkness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12f6f9e4447cfebe9a723d1347c01c3923b5947cd0af9411ddff73db427da86 +size 321936 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Gun.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Gun.uasset new file mode 100644 index 00000000..582106b1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb8bafe9c76598ef4f0c85c8f99db95f2bfbe8f76536bd350755df1792b9869 +size 194048 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Hat.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Hat.uasset new file mode 100644 index 00000000..9d332be1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Hat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f776018ccc94de6b65b2e40d01240f0c487d528f0e56ffe605fd70ff0af79284 +size 173395 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Jacket.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Jacket.uasset new file mode 100644 index 00000000..11896e98 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Jacket.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d54ace9aa2ad1c300c10ab1ef076840c42ca6a0f0af87bf91815773db57f64 +size 191338 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Weapon.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Weapon.uasset new file mode 100644 index 00000000..e5c08c4a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Materials/Parent/M_Revenant_RavenQuill_Weapon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189cdb129b560589dbbf6864e74f59400df09fcb9ad0a4c318d347806c98a101 +size 185636 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Meshes/Revenant_RavenQuill.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Meshes/Revenant_RavenQuill.uasset new file mode 100644 index 00000000..93f4baba --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Meshes/Revenant_RavenQuill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a529ed4ee699626c91de68e953997f601ad46d5d254a0ec1ec31f3c14237e517 +size 21488415 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_Mask.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_Mask.uasset new file mode 100644 index 00000000..03823842 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf7215fc1196de2bbb81d5579b4747a23dc6eb3174dc6b2666de158c2517488 +size 196842 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_Normal.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_Normal.uasset new file mode 100644 index 00000000..b6f10be1 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66b85dba48900659f28739863c27098809f99554024b4d51e2defff420448e2d +size 4907927 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_RGBA.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_RGBA.uasset new file mode 100644 index 00000000..5fe7c926 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Skins/RavenQuill/Textures/T_Revenant_Hat_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b174ef7ae53e7c93d2a3b0894aebf589a16c2d9f41e72a326ff35f8a8b662b51 +size 20321018 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_MASK.uasset new file mode 100644 index 00000000..49857d8c --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f4f2c1d7a5f62667994bae8eff37bd4f2d813d8671001bc591f7200360dfce8 +size 2630048 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_N.uasset new file mode 100644 index 00000000..bf2c7b73 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7ea011075244f97904f9cc719c06aa430d8a4a1eb1ed8f8ac005ab9ae31edf0 +size 17120957 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_RGB.uasset new file mode 100644 index 00000000..fbf84327 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Arms_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6b58c77d96382b0d1b6202574716fd04f9256a08ed8e9b7b4f82e6f9024d7f +size 32154756 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_MASK.uasset new file mode 100644 index 00000000..0bca0f73 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e5e7bc9ad10c678a5ebb6d28a5d83bb68939ff4572c3af44ab621b1afeecd66 +size 1717842 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_MASK2.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_MASK2.uasset new file mode 100644 index 00000000..845c1b61 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b53f8db090634124f15b1bcfa9a9b801219375bd3b74b89b9eab9c3d6f9316f +size 439551 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_N.uasset new file mode 100644 index 00000000..8cde13c7 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cae579d3534989b12f6a534b2fb4a1fd62e8102e3359438c4cc946d0e0a1ba2 +size 21976543 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_RGB.uasset new file mode 100644 index 00000000..ebeddadf --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Body_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5687f1c6ecbc22e5c257f9ad8abae26838d6e048ca83431b9b75256dfad9534 +size 30814048 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Darkness_Flesh.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Darkness_Flesh.uasset new file mode 100644 index 00000000..b137e656 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Darkness_Flesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391ac55e5561f31cb2c57d218802267ae3a8c556e825edbf45d59f102852fe76 +size 5493288 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_MASK.uasset new file mode 100644 index 00000000..1aa54705 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a16d0de615009b7df430e393dfcd1529d939accb71d7377da240d313ca1b5a84 +size 1005154 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_N.uasset new file mode 100644 index 00000000..ab3fb158 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9051b16e23a1415d53ff5d0d067c5f86fe0ef4bb396374d33e50352a5e9d6899 +size 17132405 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_RGB.uasset new file mode 100644 index 00000000..4999432a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc7ba0a1638629393c3d551e8c41537fca197828975fe198e2730651fcf371e +size 25971156 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_Tint.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_Tint.uasset new file mode 100644 index 00000000..c3f37f6d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Jacket_Tint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edc9b51268cf0a35752337d68ca2a73b36c813117ce5be2565bc6ca91805345d +size 6333742 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_DisplacementMask.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_DisplacementMask.uasset new file mode 100644 index 00000000..44ad0e3d --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_DisplacementMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7347cb6452905c63a1c52204663cc075d9c4824a00026f8c62cf20625f562e98 +size 861754 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_MASK.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_MASK.uasset new file mode 100644 index 00000000..690a7e2b --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95d86c8ccb69697e3e0ee516a4f04bf03f6244faba1f0138339e45af4bd319d +size 702419 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_MASK2.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_MASK2.uasset new file mode 100644 index 00000000..f5ed8e76 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9230ce466711bbb6a0b699f6f6cc2e065f698b7c2b00c637ce66cf1da1e7aaf +size 306515 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_N.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_N.uasset new file mode 100644 index 00000000..7019556a --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbe017f9c02a2645eae71c37ab47ae77739f5818c63360c30327dce4971a628 +size 26752132 diff --git a/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_RGB.uasset b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_RGB.uasset new file mode 100644 index 00000000..44ce2e39 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Heroes/Revenant/Textures/T_Revenant_Weapon_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed890c098e3fa15f1d2d518b0c6062a9ab2b90b24f94d08a68545106299d575 +size 21043219 diff --git a/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 00000000..d219db67 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0968bbb84fd12d674ba6869e5acf07a80c14f998ad47d3fe19b6844605a19a76 +size 9423236 diff --git a/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset new file mode 100644 index 00000000..c80fa115 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b58f6821da56738d96998b061be23e9a7ecbfdda9e100f7187fd477cc92837f +size 94806 diff --git a/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/M_HDRSky.uasset b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/M_HDRSky.uasset new file mode 100644 index 00000000..6fd79b48 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/M_HDRSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3659092bcc02a164fd8b07dce19e829f9ecc2edb74ceb717a4e34b7dc940e435 +size 97805 diff --git a/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset new file mode 100644 index 00000000..ef75d56f --- /dev/null +++ b/Content/ParagonRevenant/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7340de04eac912848063da3ce354013d7401f5113fc85346dcb051ac24ec6c55 +size 497592 diff --git a/Content/ParagonRevenant/Characters/Maps/Revenant.umap b/Content/ParagonRevenant/Characters/Maps/Revenant.umap new file mode 100644 index 00000000..129e2c07 --- /dev/null +++ b/Content/ParagonRevenant/Characters/Maps/Revenant.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbc713daba7221daf56b6a55740374ac1e2c7193253f147a0ca491f4275535c +size 47439 diff --git a/Content/ParagonRevenant/FX/Materials/Debris/M_Explosion_RockChunks.uasset b/Content/ParagonRevenant/FX/Materials/Debris/M_Explosion_RockChunks.uasset new file mode 100644 index 00000000..0669cf90 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Debris/M_Explosion_RockChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11f198c5dbf98837912125589fa50a018ed6e57951fbc274bc3e927be8b051e +size 106198 diff --git a/Content/ParagonRevenant/FX/Materials/Environment/Dust/M_PoisonDust_SubUV.uasset b/Content/ParagonRevenant/FX/Materials/Environment/Dust/M_PoisonDust_SubUV.uasset new file mode 100644 index 00000000..6f119d08 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Environment/Dust/M_PoisonDust_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f3d3f53c854dfa4b1712f85340772a6147f88db4d793c603e2ccaa00191146e +size 83471 diff --git a/Content/ParagonRevenant/FX/Materials/Environment/Dust/M_RevenantFairyDust.uasset b/Content/ParagonRevenant/FX/Materials/Environment/Dust/M_RevenantFairyDust.uasset new file mode 100644 index 00000000..91c25d0a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Environment/Dust/M_RevenantFairyDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d124c570fca0cfb7defcc5ff74b5e0a724c43a86922781aa48b04183979a708 +size 90266 diff --git a/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snow_Masked.uasset b/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snow_Masked.uasset new file mode 100644 index 00000000..92943bec --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snow_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c5966cac15897331e8520669c64f7365412805029b6162d56b259094aec011c +size 91285 diff --git a/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snowflake_FlipRandom_GPU.uasset b/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snowflake_FlipRandom_GPU.uasset new file mode 100644 index 00000000..d26a07a4 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snowflake_FlipRandom_GPU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd4bf5ec0320708f9b86bc30fdeb6cdc997c5a4ae934986c7ac860d99714787 +size 114069 diff --git a/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snowflake_FlipRandom_GPU_CloseCam_CheaperBlurred.uasset b/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snowflake_FlipRandom_GPU_CloseCam_CheaperBlurred.uasset new file mode 100644 index 00000000..6b0821ef --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Environment/Motes/M_Snowflake_FlipRandom_GPU_CloseCam_CheaperBlurred.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a527269476eb6bdba3f0e014bd8926c20de5506df490da6fd6f4d2ec0d26c7ee +size 75909 diff --git a/Content/ParagonRevenant/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset b/Content/ParagonRevenant/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset new file mode 100644 index 00000000..eb78567c --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d5b5527f093582029c9dfffe949fb2249a0fe0bbcd4f4522987880e7c408ba0 +size 100642 diff --git a/Content/ParagonRevenant/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset b/Content/ParagonRevenant/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset new file mode 100644 index 00000000..08b33497 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Flares/M_DarkFlare_DistShrink.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f43657662a6177181a1e45c41f4f728ab4966ec7e786e4ccb1ee48d84c9d35a +size 65111 diff --git a/Content/ParagonRevenant/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_SizeByDistance.uasset b/Content/ParagonRevenant/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_SizeByDistance.uasset new file mode 100644 index 00000000..4b378282 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_SizeByDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913d72eb28ea6585b7a7f98e684e7bb7f6d1525115bcad2951126b321715fd49 +size 68917 diff --git a/Content/ParagonRevenant/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset b/Content/ParagonRevenant/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset new file mode 100644 index 00000000..8b37d525 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Flares/M_GlowPoint_DistShrink_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77889c41bc0ab57685bb23eb64048386c405600cd1d062fd8fa577517d2f83f +size 71260 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_AlphaErosion.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_AlphaErosion.uasset new file mode 100644 index 00000000..5a1788d8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_AlphaErosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd9da82740a30a5cf3f325586be7a664d9609d6a09a1d2d3994203e7b034560 +size 79159 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..6836b01b --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:870f171496b0646413f9562c2e9285df5690be67561dcf21e136acc86966c281 +size 78129 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..3a0c7634 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:558437f262cb8e8df845dec3ce8859e27bf1afb1b58b552147fc5f7da348aa9d +size 80971 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset new file mode 100644 index 00000000..3b9c2b84 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc91fd30c1f57058dd63d76823a972e59751cf1e4fc388aad6be102ea433d96b +size 100022 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 00000000..ba1dfb0d --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4420b50293fb4046b2599ea1d46cd653287d6aacc31f2c69f52cbbb5131f4a4 +size 78755 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..b72e7194 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242b8bfb980893e2639950ebe338521e3c80337da5ea2b8f595816309f867a8e +size 103379 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_ParticleRandomSize.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_ParticleRandomSize.uasset new file mode 100644 index 00000000..33a2a14a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_ParticleRandomSize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548cde54805fbc81192b1517c49c0ae94c83836e89027e1534347fb4d189ce92 +size 79063 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset new file mode 100644 index 00000000..338ec094 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0471325f9fcc241cc4c4f87ea5977273363fc1f8c74bbaf9e0187983a066c960 +size 80859 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 00000000..efff564f --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4052e847e8eb29117676e0f96c4366d591aa39c1fb1635fa3067ffb8a549e7 +size 90736 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_SubUV_Detail.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_SubUV_Detail.uasset new file mode 100644 index 00000000..6b13a2c2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_SubUV_Detail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc6d2b2c005c430b9ef78bd948fadee0beb3336f4a9e39e45f4b1ba726282f9 +size 80243 diff --git a/Content/ParagonRevenant/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonRevenant/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..35992f96 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d534a8528c51d7be645eca20c832be227064f56090e3fd64c2d4c1b342c66162 +size 80831 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Death_Fire.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Death_Fire.uasset new file mode 100644 index 00000000..0f14ee3a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Death_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6443109593301d20efbbe67986e9f30005dcfabfec46147808bac37588b7b22b +size 85014 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Death_Fire_Cheap.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Death_Fire_Cheap.uasset new file mode 100644 index 00000000..a7096709 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Death_Fire_Cheap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d86a1b81513f12df828fb5cfaa836f8f19ccf9320fc957e0a78700e8e21413e0 +size 75055 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_OverheadPortal.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_OverheadPortal.uasset new file mode 100644 index 00000000..1318deb6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_OverheadPortal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf1aa01ca34699b0fe6a2b591a2b0d9f3b1df2e3f2b54cfbeb68635e237ff57f +size 144408 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Plasma_Shot_Shell.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Plasma_Shot_Shell.uasset new file mode 100644 index 00000000..0cd707e8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Plasma_Shot_Shell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a09e85827444547bcb96b6fa71724e4623fa07755c6c3efc15c4ddf9bd6890 +size 83341 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Portal_Outer_Smoke.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Portal_Outer_Smoke.uasset new file mode 100644 index 00000000..27c1d386 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Portal_Outer_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1936e3030721b98a858589946d6a05c94d51af3bf3f2a9ce25914b42d23266d4 +size 129314 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Revenant_Muzzle_Flash.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Revenant_Muzzle_Flash.uasset new file mode 100644 index 00000000..a28c62f8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Revenant_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82df264981c8d75881d0a1db862167bd39c5f4c8c5cd8ba6b902a2117e302d7 +size 106449 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Teleport_Refraction.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Teleport_Refraction.uasset new file mode 100644 index 00000000..536ecbb6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Teleport_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605d9d9addcea1cb4a65785fb5b83aa11c0a1eb92745f9d63b87b6559ff95a70 +size 93719 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Wispy_Pulse.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Wispy_Pulse.uasset new file mode 100644 index 00000000..95f8c87c --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Wispy_Pulse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0fa985fb45a9c26abfde0dfba3364291d4b49ec055189cd0f04718609b486d3 +size 87884 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/M_Wispy_Pulse_Dense.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/M_Wispy_Pulse_Dense.uasset new file mode 100644 index 00000000..e82b6078 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/M_Wispy_Pulse_Dense.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afeea65532dbe03c1a890753c0cc3cc85eeb1d5e2e2afcca873a4135f34498a5 +size 101412 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/MI_Revenant_Mark_Particle_Decal_Glow.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/MI_Revenant_Mark_Particle_Decal_Glow.uasset new file mode 100644 index 00000000..16159ab9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/MI_Revenant_Mark_Particle_Decal_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38f71d5c7ca3949636b819826ab616a9e4be6ac73c151a7cf3e921ebac56422 +size 70108 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_LensFX_SceneryDist.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_LensFX_SceneryDist.uasset new file mode 100644 index 00000000..3e1b7ad4 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_LensFX_SceneryDist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f6d3810e422f58bc8dba3cad128680fb3d843458db77bae73bc45fdb8690a7 +size 124126 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_PanningEdge.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_PanningEdge.uasset new file mode 100644 index 00000000..9ec34b03 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_PanningEdge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:890867311074f0191490d5edf20645a335a0a5eab15b0d300a2ef00dff618e0d +size 112588 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_Refract.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_Refract.uasset new file mode 100644 index 00000000..0027bc14 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6dfd5907376070ba8645f1e2ba8eb83d8c4ee016d7acf967c570bfb6c385130 +size 91003 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_Soft.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_Soft.uasset new file mode 100644 index 00000000..9318f844 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Obliterate_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb017d542add2d681ef2ffbabbc9467481b78e0bb677db58649dfabdd62b34f1 +size 85340 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshFrontTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshFrontTrail.uasset new file mode 100644 index 00000000..7103b031 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshFrontTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20369d9b725b449e9d501ba0e338e9d41c430788332bccdbfca6f43e431976a5 +size 111044 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshTrail.uasset new file mode 100644 index 00000000..fabb60ab --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88a4a3591c4e48d273c40ff52fab5b620b926d4402a1f65cba23578530e2947 +size 107507 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshTrail_V3.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshTrail_V3.uasset new file mode 100644 index 00000000..c51076e1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshTrail_V3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e64e4ae7675db25ce8ecf07075b829e36b1e56450a303dcd75bcdaec565347c +size 140338 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshWindy.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshWindy.uasset new file mode 100644 index 00000000..7650525c --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_MeshWindy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7cd67894345dfcceba3fce6fa9e1387105008c6deafcb7698409718f32a63d9 +size 129377 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_SoftTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_SoftTrail.uasset new file mode 100644 index 00000000..35d40155 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_SoftTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89b2da4efccaae76afb448cf36f72b992a6403e463e6ddc53ec7f5fc08789d46 +size 99751 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmokeTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmokeTrail.uasset new file mode 100644 index 00000000..aa258d45 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmokeTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa2d62df7ccd2619a635b966ae1e19c842a90abf36dc57744fcab37a043863a +size 123014 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmokeTrail_v2.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmokeTrail_v2.uasset new file mode 100644 index 00000000..85c19e51 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmokeTrail_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcfc02741b2b227b09c9dfb1aeeb0ae0d6e28e83ef6af7225ff7a9337e1ce01 +size 117254 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmoke_AnimTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmoke_AnimTrail.uasset new file mode 100644 index 00000000..6208c2a6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Primary_WispySmoke_AnimTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f2fe2d7029f4e40127da3a3cab1ace9ec40699980b3621740eb7305805de325 +size 107231 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ulimate_SkyDebris_Random.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ulimate_SkyDebris_Random.uasset new file mode 100644 index 00000000..13951068 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ulimate_SkyDebris_Random.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba2e8aabd8742268efc3aeba98027c8371c86c8afb2051f47fff47c5ed5df050 +size 117935 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ult_Cam_Ripple_Enter.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ult_Cam_Ripple_Enter.uasset new file mode 100644 index 00000000..66c2abfc --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ult_Cam_Ripple_Enter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:383ddea1e09e85e18ff399d79fb85d7bf84ede32cb44bb2b981e3e5d0527248a +size 110160 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ult_SplashMesh_FaceCam.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ult_SplashMesh_FaceCam.uasset new file mode 100644 index 00000000..cedb43fb --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ult_SplashMesh_FaceCam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09620b0de3316895212ee830c4bbe50ac1e15c5dbee405acba4e75e75f00f79 +size 123723 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_HandScreen.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_HandScreen.uasset new file mode 100644 index 00000000..faceafc7 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_HandScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f741ab225b3066831284299f641cb5acf3246894fba3a3a85c19dc4c15deebca +size 70814 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_SkyCloudSpiral.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_SkyCloudSpiral.uasset new file mode 100644 index 00000000..4fde69c9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_SkyCloudSpiral.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac117bf8fed05ca159a46b6a94a43c61002e9dfe77c46b75b6b557bef48a9943 +size 125825 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_SkyHole_01.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_SkyHole_01.uasset new file mode 100644 index 00000000..c2a86c90 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_SkyHole_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f4d26c201e5e28d5d5a005b184ec63f6791d4d94fe031633761104e85fcd3b6 +size 146122 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_Skystreaks_01.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_Skystreaks_01.uasset new file mode 100644 index 00000000..103a6ef0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_Skystreaks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57715ffb611982c4ee2ba3cf85c3f53269cef59c560b628c5b16cd3990eebe69 +size 139619 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_Skystreaks_Close_01.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_Skystreaks_Close_01.uasset new file mode 100644 index 00000000..738d29ed --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Abilities/M_Revenant_Ultimate_Skystreaks_Close_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6f5ad2e879352517924e8d7be5a4580f2b3dbf81c7e93b99478f5f68072cdd +size 113607 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/MI_Revenant_Recall_Mesh_CurlOnly_v2_Black.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/MI_Revenant_Recall_Mesh_CurlOnly_v2_Black.uasset new file mode 100644 index 00000000..226404ed --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/MI_Revenant_Recall_Mesh_CurlOnly_v2_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d3a75a552443fa236dafc180a3cf45678044eca3bc18ade64c079af3948724 +size 108623 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_DebrisSplashBlurred.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_DebrisSplashBlurred.uasset new file mode 100644 index 00000000..171da8fa --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_DebrisSplashBlurred.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9743fd685638e539fdc2f1ab2e104fdac214b230939509e3271de5ba898e124d +size 89388 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_GPU_Blobs.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_GPU_Blobs.uasset new file mode 100644 index 00000000..a6a23c81 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_GPU_Blobs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e01b7ba655af2e549393316e059fa23d182d90c746ede6aef6c8f79820a8016 +size 86726 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Recall_MeshFluid_CurlNoiseTest_Amount_v2.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Recall_MeshFluid_CurlNoiseTest_Amount_v2.uasset new file mode 100644 index 00000000..6164314d --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Recall_MeshFluid_CurlNoiseTest_Amount_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e645277a6f49ba9c7b482c45324412c7c755c57d8e9254fe2b1e7356071a9ce6 +size 109389 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Recall_Mesh_CurlOnly_v2.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Recall_Mesh_CurlOnly_v2.uasset new file mode 100644 index 00000000..161a1c36 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Recall_Mesh_CurlOnly_v2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0620320a66be7f1478ddc73914063dd5811d512297f78abe688618c6f02be38b +size 161322 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_RoundDistort.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_RoundDistort.uasset new file mode 100644 index 00000000..b3ddf882 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_RoundDistort.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2a232dede67385f3311894ee630b1408edec8451497bb1fbe1b505a8f7f71c +size 99146 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_SoftDistort.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_SoftDistort.uasset new file mode 100644 index 00000000..9699faf0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_SoftDistort.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3da636943b73a98de86afa388e71050bd76e5d6fc831fcde3f30aa8da1fb63 +size 96929 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Wispy_Pulse_Dense.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Wispy_Pulse_Dense.uasset new file mode 100644 index 00000000..0050dff2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/M_Revenant_Wispy_Pulse_Dense.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4ee800133f265064ba03b6d6927ed304b091c692f799a57fab163bc2571fe4a +size 109536 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_FrostKing_Primary_MeshTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_FrostKing_Primary_MeshTrail.uasset new file mode 100644 index 00000000..a66b91ac --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_FrostKing_Primary_MeshTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f4b721b40ebf274e119c4bbb9442e1f54ac15d7820918d0683896dfe15f949 +size 71424 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FairyDust_FrostKing.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FairyDust_FrostKing.uasset new file mode 100644 index 00000000..0b4d722d --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FairyDust_FrostKing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbdf105337100aa9bff64cefc96dfa4d13b1d3d0ad3226952bc4b3e3d5733d2 +size 69321 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Mark_Particle_Decal_Glow.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Mark_Particle_Decal_Glow.uasset new file mode 100644 index 00000000..d96c80eb --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Mark_Particle_Decal_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9aa1bc13a26eda7729f968f89da0ddcca52d1f077a35c01235ad02dc6924ee8 +size 70154 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_MeshWobble_FX.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_MeshWobble_FX.uasset new file mode 100644 index 00000000..e896c665 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_MeshWobble_FX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a1fd5f975ee0ccde42a09f2e32325c923a4ce633eec9d6bf8f49c60c6dbc249 +size 98216 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Obliterate_PanningEdge.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Obliterate_PanningEdge.uasset new file mode 100644 index 00000000..8367d628 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Obliterate_PanningEdge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e0dfdbb56508867857a7fb7274a2212e21a0e6cf63130a84bb1b379016dab6 +size 87336 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Primary_MeshWindy.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Primary_MeshWindy.uasset new file mode 100644 index 00000000..00e0ab57 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Primary_MeshWindy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049e25dc224851d0b16e1cf471626b2f08e19aef41c0fcc12d0d13cc26a51539 +size 92562 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Primary_WispySmokeTrail.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Primary_WispySmokeTrail.uasset new file mode 100644 index 00000000..2074c0b3 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Primary_WispySmokeTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21d5d58d3b2b614bfdaee02b2ac34fb0a5912dd76c93617f7f6328831984c49 +size 87274 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Projectile_Curl.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Projectile_Curl.uasset new file mode 100644 index 00000000..c6097f67 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/MI_Revenant_FrostKing_Projectile_Curl.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b4973942f9690495f7b47438a1f97bab2ed129e1f2b233f941027da2f89ea0 +size 128024 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Head_Fire_Tendrils_Mesh.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Head_Fire_Tendrils_Mesh.uasset new file mode 100644 index 00000000..d4115c0a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Head_Fire_Tendrils_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4581dee5510d009270058babc7cbbbf5b663e68ff458cbde378b6d1f14cb913 +size 154161 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Head_Mesh.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Head_Mesh.uasset new file mode 100644 index 00000000..172b19f2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Head_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9052c33b83c313e5dc5aa000e4d75781ad126f8e40ec2e7868bda6a8012696f4 +size 138253 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_HoarFrost_GPU.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_HoarFrost_GPU.uasset new file mode 100644 index 00000000..be81b409 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_HoarFrost_GPU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f1177fddf115cd68073078493264d4eb5ea542dd6cd34e859735e9d292473c0 +size 114411 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_HoarFrost_ImpactMesh.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_HoarFrost_ImpactMesh.uasset new file mode 100644 index 00000000..7a5aef8c --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_HoarFrost_ImpactMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2fb9ccefb2a6be7869c34e16fb7ccb0563c137776957657d7f7c40b91b76b7a +size 157261 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_MuzzleFlare.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_MuzzleFlare.uasset new file mode 100644 index 00000000..56b3fd12 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_MuzzleFlare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56584c17226402c8290d2f1117bbc76df7e257f66cf5b6cd8b781ea331fada0e +size 96236 diff --git a/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Ult_SkyIceSha.uasset b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Ult_SkyIceSha.uasset new file mode 100644 index 00000000..b1695b30 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Heroes/Revenant/Skins/FrostKing/M_Revenant_FrostKing_Ult_SkyIceSha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29237efa4d45472f49b17a437729461e1837925721e280a6f68a38dcd6ce0589 +size 112707 diff --git a/Content/ParagonRevenant/FX/Materials/Ice/M_Ice_Spike_Spline.uasset b/Content/ParagonRevenant/FX/Materials/Ice/M_Ice_Spike_Spline.uasset new file mode 100644 index 00000000..c86af195 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Ice/M_Ice_Spike_Spline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261cd6723d2714b84bfe917d54f5d7f7209c4f1e1803326eb362411c3d7debaf +size 186204 diff --git a/Content/ParagonRevenant/FX/Materials/Ice/M_Particle_Decal_Frozen.uasset b/Content/ParagonRevenant/FX/Materials/Ice/M_Particle_Decal_Frozen.uasset new file mode 100644 index 00000000..d2a5a4e1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Ice/M_Particle_Decal_Frozen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bebe9ae5705b4863d8d6e5cfa80c83f7bfbb0e2dce0bee5918d653852b14a4c +size 93917 diff --git a/Content/ParagonRevenant/FX/Materials/Ice/M_Snow_Fast_Blurry_Flakes.uasset b/Content/ParagonRevenant/FX/Materials/Ice/M_Snow_Fast_Blurry_Flakes.uasset new file mode 100644 index 00000000..d0a581ba --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Ice/M_Snow_Fast_Blurry_Flakes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d58f3b7b7d458c8261aaf032be095e97b962b91df38a789613593c55b35935e +size 103142 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/MF_PDO_QualitySwitch.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/MF_PDO_QualitySwitch.uasset new file mode 100644 index 00000000..1f3dcd09 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/MF_PDO_QualitySwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80acea19e138cf5d20289be866ba2c98cbf282b9739a1962657124c65a049cc5 +size 75362 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalArtCollection.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalArtCollection.uasset new file mode 100644 index 00000000..523da948 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/ParameterCollections/OrionGlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0567bc340e6a445b9ba5274bf576047b3fec3aed0eb43367363ad94f457fa419 +size 2661 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04_N.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04_N.uasset new file mode 100644 index 00000000..a3483873 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_AtmosphericCloudNoise04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7f58dbd7df3471edb259a6c2a3c2fb84a4a99aff07115165c50dd74b65141b +size 2100516 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_Perlin_Noise_M.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_Perlin_Noise_M.uasset new file mode 100644 index 00000000..1a978a44 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:605cf8b5c1a1cff130bb8a44977a202b5f876ea3d7b7c20dc041f6e21bd2776f +size 7911001 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise03.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise03.uasset new file mode 100644 index 00000000..5251221f --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbcc1b6e336659bb80ccc21c9a0f5a8e9dcc97b697cec10935c059945277edb +size 3407756 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise16.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise16.uasset new file mode 100644 index 00000000..40ee6056 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_TilingNoise16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d76bfb0e956d6a95601f12a84fe59193dc3f805f01d0aa449add37a8564f467 +size 472319 diff --git a/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_noise_flamy_Tile_NRM.uasset b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_noise_flamy_Tile_NRM.uasset new file mode 100644 index 00000000..f02f5e60 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/MaterialFunctions/Textures/Noise/T_noise_flamy_Tile_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f76427a988865b760983ca0ece90282535492127ce8783e98393b20d95a3cd2b +size 5059503 diff --git a/Content/ParagonRevenant/FX/Materials/Misc/MI_Camera_Ripple_Blue.uasset b/Content/ParagonRevenant/FX/Materials/Misc/MI_Camera_Ripple_Blue.uasset new file mode 100644 index 00000000..eb7108b1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Misc/MI_Camera_Ripple_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d16e249a38fedea4553da8e62b6c1f4c71e5fc983569d1087185dd4ea51c3743 +size 114890 diff --git a/Content/ParagonRevenant/FX/Materials/Misc/M_Camera_Ripple.uasset b/Content/ParagonRevenant/FX/Materials/Misc/M_Camera_Ripple.uasset new file mode 100644 index 00000000..b4345e6d --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Misc/M_Camera_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f2b12c7b271625ca50a24e56e475722311ce9828ab90387959ec79580416ef1 +size 111649 diff --git a/Content/ParagonRevenant/FX/Materials/Misc/M_Camera_Ripple_Red.uasset b/Content/ParagonRevenant/FX/Materials/Misc/M_Camera_Ripple_Red.uasset new file mode 100644 index 00000000..0cf0b29f --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Misc/M_Camera_Ripple_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b467bffefc805b78595f0e0200f161bc742acc227b30e1595b27cc8c0084b28 +size 110033 diff --git a/Content/ParagonRevenant/FX/Materials/Misc/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonRevenant/FX/Materials/Misc/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 00000000..e2f00a7d --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Misc/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758a9e0c5caba64ec943d3f0b47712e28b68fd59105d93c8313501026f6863fb +size 75905 diff --git a/Content/ParagonRevenant/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset b/Content/ParagonRevenant/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset new file mode 100644 index 00000000..f2b651ac --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Smoke/M_Inky_Smoke_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e3b044f14e573f4ba430afe8741fc9b2ff224464c2cfc99737b121f516222e +size 111876 diff --git a/Content/ParagonRevenant/FX/Materials/Smoke/WispySmokeSoft/M_DustSoft.uasset b/Content/ParagonRevenant/FX/Materials/Smoke/WispySmokeSoft/M_DustSoft.uasset new file mode 100644 index 00000000..b6f7f301 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Smoke/WispySmokeSoft/M_DustSoft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55090490692f0df51af37a9e72bc72baaa63ec1c2281354f150c0b289a0fb990 +size 79549 diff --git a/Content/ParagonRevenant/FX/Materials/Smoke/WispySmokeSoft/M_DustSoft_FartherFadeInst.uasset b/Content/ParagonRevenant/FX/Materials/Smoke/WispySmokeSoft/M_DustSoft_FartherFadeInst.uasset new file mode 100644 index 00000000..c0b3fe1a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Smoke/WispySmokeSoft/M_DustSoft_FartherFadeInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d02827e4cd4fbf69db155dba48ea0e2b97ed166157130a32c0456c39f51e2f +size 75611 diff --git a/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_CameraStretch.uasset b/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_CameraStretch.uasset new file mode 100644 index 00000000..ae3fa794 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_CameraStretch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b2100f2528f75661279b4b494d5febdaa4b756111e772616e5a8eb90e441897 +size 73539 diff --git a/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset b/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset new file mode 100644 index 00000000..8b50fe1a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7fa32b3547aeff4b2e98fa559d2dbf5a4a41ea388856b1165475b80f460b21 +size 68009 diff --git a/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset b/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset new file mode 100644 index 00000000..c39f43ef --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Sparks/M_Hotdog_VLerp_DirectionTint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:082547dd090c377bf563a1829da232fcfcb16740adceb2c25d83699b06c35354 +size 86628 diff --git a/Content/ParagonRevenant/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset b/Content/ParagonRevenant/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset new file mode 100644 index 00000000..5b467d95 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a81e4aa5dd8c8ee21a8f6707955727cb8893c03f0342792a72006331432701 +size 53437 diff --git a/Content/ParagonRevenant/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset b/Content/ParagonRevenant/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset new file mode 100644 index 00000000..80f4d3a2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2429edf64aadcfbf09c448e6e5ae8eb7b7fade2364a7dc43038a3eca6fb661d +size 99626 diff --git a/Content/ParagonRevenant/FX/Materials/Water/M_Revenant_Water_Particles.uasset b/Content/ParagonRevenant/FX/Materials/Water/M_Revenant_Water_Particles.uasset new file mode 100644 index 00000000..f7add243 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Water/M_Revenant_Water_Particles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0573c7b07f6ed719ecef1c148f205c63b51523a078837a1a01def22edfada6bd +size 99625 diff --git a/Content/ParagonRevenant/FX/Materials/Water/M_Revenant_Water_Particles_Body_Inst.uasset b/Content/ParagonRevenant/FX/Materials/Water/M_Revenant_Water_Particles_Body_Inst.uasset new file mode 100644 index 00000000..c3d2347a --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Water/M_Revenant_Water_Particles_Body_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1833de24f4a494357572f3a15ff9ecfd00ff28b58e15bf90906be9d19377a3ca +size 92010 diff --git a/Content/ParagonRevenant/FX/Materials/Water/M_WaterImpact_Cylinder.uasset b/Content/ParagonRevenant/FX/Materials/Water/M_WaterImpact_Cylinder.uasset new file mode 100644 index 00000000..862bbabc --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Water/M_WaterImpact_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0e8a3d818a5532716cce426d890655d63657a600115eb20c7046c90d1478543 +size 135035 diff --git a/Content/ParagonRevenant/FX/Materials/Water/M_Water_Drops_Master.uasset b/Content/ParagonRevenant/FX/Materials/Water/M_Water_Drops_Master.uasset new file mode 100644 index 00000000..5b132b17 --- /dev/null +++ b/Content/ParagonRevenant/FX/Materials/Water/M_Water_Drops_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62b41c3d2992f75d02b465d639f581f745acd86edf7867490d187eb1fdda032c +size 97702 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_CamFacing_Chunks_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_CamFacing_Chunks_01.uasset new file mode 100644 index 00000000..e7b7575c --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_CamFacing_Chunks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f04998d53ac84386e8d5e99e6286db4a5f8c18252127ab29fe525a734490fc +size 163199 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Recall_Head_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Recall_Head_01.uasset new file mode 100644 index 00000000..fcb4751c --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Recall_Head_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdc969e5bce2717f12b5e52843b94d23aff0b2d24b14f699e165032cca4b1bf3 +size 177814 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Recall_Lines_4Vari_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Recall_Lines_4Vari_01.uasset new file mode 100644 index 00000000..f510e9df --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Recall_Lines_4Vari_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d80af90e80422375407fd6727bf678c6be0dbe3edd32523030218481b65d1944 +size 115715 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revanent_Screen_Border.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revanent_Screen_Border.uasset new file mode 100644 index 00000000..41416ae5 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revanent_Screen_Border.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13d207ebd18f79a2ebd094cf283513e59a8a24e104557c1e40d5b3d3ad5125fd +size 119504 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_ArmSpiral_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_ArmSpiral_01.uasset new file mode 100644 index 00000000..35086007 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_ArmSpiral_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0700a6f960a46acaa2d3c1bb2854e2be3a6b2fd74f1bbb0cbac0881db3cc8ebf +size 184634 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Projectile_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Projectile_01.uasset new file mode 100644 index 00000000..049ba1f4 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Projectile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03e063b240dd9e1dee10ae7a26ce67e7ea5ceb786debed8649306ee530de90f +size 229731 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Splash_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Splash_01.uasset new file mode 100644 index 00000000..5d304eb9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Splash_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f150a246ee1d58ac70f3079f2fce7a36b55f62ad452deda1a0636c70f48f1928 +size 357572 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_SplineMesh_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_SplineMesh_01.uasset new file mode 100644 index 00000000..488507a6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_SplineMesh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:218632ba11e400cba4629ced08c16669f4dfe7d3308c13366af2b7f447799815 +size 620638 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Ult_CloudSpiral_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Ult_CloudSpiral_01.uasset new file mode 100644 index 00000000..e378a0a7 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Revenant_Ult_CloudSpiral_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:683f6caa558d97f2c6830720e5f871fa4b4f26242617117fa360eb3ab2e16170 +size 259962 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_SpiralSphere_Background_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_SpiralSphere_Background_01.uasset new file mode 100644 index 00000000..91d11d74 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_SpiralSphere_Background_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e07ef3fe06786131b764b89d8137cc60759e9fecaab567e82fdacc7405bf1fb +size 297390 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_ThinSwirl_XFacing_4Vari_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_ThinSwirl_XFacing_4Vari_01.uasset new file mode 100644 index 00000000..bec220bb --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_ThinSwirl_XFacing_4Vari_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d36ce168fc03f3c195b49e4feaea52a6ad19b882bf9a04567f29689112350ef +size 132388 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_ThinSwirl_XFacing_Double_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_ThinSwirl_XFacing_Double_01.uasset new file mode 100644 index 00000000..513ba370 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_ThinSwirl_XFacing_Double_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8736d9681dd1f2df53021c7ddabd4244de790696d418794b291fefc463c6ab4 +size 170336 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Ult_Background_Debris_Sphere_01.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Ult_Background_Debris_Sphere_01.uasset new file mode 100644 index 00000000..0404c9d0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/SM_Ult_Background_Debris_Sphere_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de0beef179be2f7088231a47ebd98fc1f46b6aa53413768c05ef9cdc49c5fe7 +size 355786 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Fire_Head_Trails.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Fire_Head_Trails.uasset new file mode 100644 index 00000000..0989f5fb --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Fire_Head_Trails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e771738a9a1080ecf56dcdc29166f8d32351b2901a7865f7f6bf58f05623ce31 +size 115101 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Head_Core.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Head_Core.uasset new file mode 100644 index 00000000..6771bee6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Head_Core.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5867e9d861bf0e60173e59a412601ca8e92b330d41d1dd6079f887eb7e632621 +size 342716 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_ImpactMesh_CamFacing.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_ImpactMesh_CamFacing.uasset new file mode 100644 index 00000000..6965e0fd --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_ImpactMesh_CamFacing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2df3211a898d375b07ed1416a885e732609d916937c0e0cb8d46e872e5d64999 +size 116652 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Projectile_Crystals.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Projectile_Crystals.uasset new file mode 100644 index 00000000..6f6adbe0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/Revenant/Skins/FrostKing/SM_Revenant_FrostKing_Projectile_Crystals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae4f36da6e1dc471cc3b099ec5fa61370e13b60036f8e4d2f44583f4ad96b09 +size 303432 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/SM_BigPortal.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_BigPortal.uasset new file mode 100644 index 00000000..fe894f1e --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_BigPortal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:862ab206b55965ab3d4ffc7675a8140a2fe75d34cc1931db41048b4293194bc3 +size 224249 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/SM_BigPortal_Torus.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_BigPortal_Torus.uasset new file mode 100644 index 00000000..81d5f46a --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_BigPortal_Torus.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68ea0bda23ac8d6e72ffeba641a87196581a785def87c2a3aa6076357c8c7d6e +size 300477 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/SM_PlasmaShot_Shell.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_PlasmaShot_Shell.uasset new file mode 100644 index 00000000..ffa203df --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_PlasmaShot_Shell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c512599c55e54ac5446c0c8a70f46d556398b93622bbe022111c6867a445ec0 +size 123363 diff --git a/Content/ParagonRevenant/FX/Meshes/Heroes/SM_Revenant_SlowDome.uasset b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_Revenant_SlowDome.uasset new file mode 100644 index 00000000..25db079b --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Heroes/SM_Revenant_SlowDome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71187c55770435c168adf693ffaf796e7b1f1861b3d032b9e77c7fd1cc4d755 +size 736956 diff --git a/Content/ParagonRevenant/FX/Meshes/Misc/SM_Camera_Mesh.uasset b/Content/ParagonRevenant/FX/Meshes/Misc/SM_Camera_Mesh.uasset new file mode 100644 index 00000000..f6ba606f --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Misc/SM_Camera_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bf48e4c01f3dca0cb877d197e1c01dc17c9bd88eb8bb93207f3d59c1459773a +size 320730 diff --git a/Content/ParagonRevenant/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset b/Content/ParagonRevenant/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset new file mode 100644 index 00000000..ab74f96a --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37438786fcf6a31dcbf9c0638266b1c6a44c02af5f759f2df8caf85aa7d94f92 +size 98242 diff --git a/Content/ParagonRevenant/FX/Meshes/Shapes/SM_Burden_Projectile.uasset b/Content/ParagonRevenant/FX/Meshes/Shapes/SM_Burden_Projectile.uasset new file mode 100644 index 00000000..54d3d5c2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Shapes/SM_Burden_Projectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b3cc5bc1c65a06fa6e5fead6632c3da20cb2620bd21876300b7566e0ce462fb +size 197227 diff --git a/Content/ParagonRevenant/FX/Meshes/Shapes/SM_Sphere_FlippedNormals.uasset b/Content/ParagonRevenant/FX/Meshes/Shapes/SM_Sphere_FlippedNormals.uasset new file mode 100644 index 00000000..7c1e52ac --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Shapes/SM_Sphere_FlippedNormals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6e26b380456fc88191628a734500f42294a9d2fa25bc8e6ceeab55bb7732f1 +size 244921 diff --git a/Content/ParagonRevenant/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset b/Content/ParagonRevenant/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset new file mode 100644 index 00000000..c54412e3 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8c37d812645282ea89776bdd0e93b04c2afebe2150154aed0d794a1001125f0 +size 152638 diff --git a/Content/ParagonRevenant/FX/Meshes/Splines/M_Spline_Preview.uasset b/Content/ParagonRevenant/FX/Meshes/Splines/M_Spline_Preview.uasset new file mode 100644 index 00000000..ff1761b1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Splines/M_Spline_Preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64cea0ba80d1b3c1dbb783bd3c0adb9aee64be7ae346104699e779e1b76d5952 +size 82315 diff --git a/Content/ParagonRevenant/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset b/Content/ParagonRevenant/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset new file mode 100644 index 00000000..9952541e --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cfdfff2c37990c8102ca7754eac820804e7c56dd7c7628a566d8547f59b710b +size 129465 diff --git a/Content/ParagonRevenant/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset b/Content/ParagonRevenant/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset new file mode 100644 index 00000000..dad94b5f --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17f499243b325644553d6ee4605e9650a8138fa53942cc73409d371dc47c228f +size 497216 diff --git a/Content/ParagonRevenant/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset b/Content/ParagonRevenant/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset new file mode 100644 index 00000000..9f77ef4a --- /dev/null +++ b/Content/ParagonRevenant/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44ca1488a34933820afc2f9fde8e4a9405405231fe722829102033f337c9ba11 +size 247121 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Ball.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Ball.uasset new file mode 100644 index 00000000..3441c686 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Ball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c55244365919bbc0c4c42f188491a3f979cf674320b82545c1cd7086aad32712 +size 549035 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Cast.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Cast.uasset new file mode 100644 index 00000000..b5696f54 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3d9934849d5c21bef5b6e65b8bd333131b2298881f80d1c5b9bd1c6adf61407 +size 540026 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_End.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_End.uasset new file mode 100644 index 00000000..bf19161c --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ae25737ecfa6314f691ca1a3a560dc90f5607f22aee03693588e7808fb4bb1 +size 566013 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Hit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Hit.uasset new file mode 100644 index 00000000..acc77ad4 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6cdacc66d2fed0229459ea5e93f0f678228fd31724034f96566dfa767b98a65 +size 601662 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Hit_Cam.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Hit_Cam.uasset new file mode 100644 index 00000000..6ddb3743 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Hit_Cam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fb81163fb030e6c4a6f3d19b3afce98770ab8bd61c6d740b8a2ec9de0ef8af +size 336213 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Loop_v3.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Loop_v3.uasset new file mode 100644 index 00000000..756577a1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Loop_v3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8c24361482d8c416f2d650976d9d73a837aa722047b6968b707b4b64373ead +size 584084 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Targeting.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Targeting.uasset new file mode 100644 index 00000000..5ea12002 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Targeting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1bac93d0e6c6cbbb2ff053d37865e4a1c0aedf04090751faac5e7759e5d15fc +size 447530 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Targeting_Upper.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Targeting_Upper.uasset new file mode 100644 index 00000000..e0e0ee48 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Targeting_Upper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3561faca65218c85cafa5f5b5a1574d051e86dc47074d30d91416bf6529f26f8 +size 228958 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Trail.uasset new file mode 100644 index 00000000..f021043d --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Mark/FX/P_Revenant_Mark_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2914c488e32e00ce750a42a0260d5a3c1d05d9e2025f16733f7432aaee299804 +size 332955 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_CamFX.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_CamFX.uasset new file mode 100644 index 00000000..8b7628ab --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_CamFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c577ebfa277a818e2d24c73338e4a93b71a26f4912a7f5097921995da641cb9c +size 245434 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Firing.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Firing.uasset new file mode 100644 index 00000000..2416a65a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Firing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8852a8f21de5c3a17bee8926fc2289167f7fe1236311b2b4cd4d3c0f9af2e7f8 +size 617804 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Firing_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Firing_Local.uasset new file mode 100644 index 00000000..070f99e2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Firing_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b4f26c2eaac5557ef206e382dc39e37ded404167e94090f400fc0cbd05ea4f0 +size 595426 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Hit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Hit.uasset new file mode 100644 index 00000000..e8a82bd1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aacb761257b74e773b1130797c225246553d9af2f36ebd015b04f1aaad135c3a +size 384560 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Trail.uasset new file mode 100644 index 00000000..9d86292f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6387f0245a24c261c1d45154c57f39cff36e6a12487f9ba48510fae0485871c +size 310929 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Trail_Remove.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Trail_Remove.uasset new file mode 100644 index 00000000..da5db5e0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Obliterate/FX/P_Revenant_Obliterate_Trail_Remove.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb66eca746f5a8af7d3ad560b769d76a7aab6c0240779f54d61eb0c2665310d2 +size 269134 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash.uasset new file mode 100644 index 00000000..950f3cc5 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9800d5800aac360cc3ebce623bae7e88780efe4d0eafd91c9c8427a2fc756556 +size 532307 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Local.uasset new file mode 100644 index 00000000..95bf589f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e72cefb45745e2406d299d709e72b6d859f2edf899188b684214d9b91264a9cd +size 498877 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Locked.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Locked.uasset new file mode 100644 index 00000000..b5e8af1f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Locked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145f3b5d75d751a7515681e04bd73ef2951dc7b57f16db7c8cbeea1b900375a2 +size 274510 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Locked_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Locked_Local.uasset new file mode 100644 index 00000000..527ce7d6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_LastShot_MuzzleFlash_Locked_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed27328799f7d9a37b4bb1170f8aef7df6e236ef9af865d0b4ad66abd9b9716 +size 274534 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitCharacter.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitCharacter.uasset new file mode 100644 index 00000000..7af4ee8f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f27c4ca6e8920dc4b1b127ac729eba792091872685e6702e9cc83900e9a087 +size 525187 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitWorld.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitWorld.uasset new file mode 100644 index 00000000..caa57316 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c27fb27a84969ec2461973c9eb87cb44c46980136afc61bf21197ce9effcf34 +size 658504 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitWorld_Water.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitWorld_Water.uasset new file mode 100644 index 00000000..86cab64e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_HitWorld_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:def242653b4d2117bbf1309e3359634a60df9c2f7bb26c49c66ac557c939054b +size 750574 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash.uasset new file mode 100644 index 00000000..50fa8675 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f1cd41e7e784c70ef6244d22108f565e824fe0d5afcd1d0fe8c7b9b96ec4181 +size 491267 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Local.uasset new file mode 100644 index 00000000..c18a21c9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1137cd3701635a34df13b74a4d9fe750c7a66550a90ba6ecdbf8ef77e7324cf +size 474341 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Locked.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Locked.uasset new file mode 100644 index 00000000..a7383d1a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Locked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adbcd5155e39df3f2ad33b9d3ef3caaaa183775dee54241fb9ab51f4799bea3f +size 238218 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Locked_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Locked_Local.uasset new file mode 100644 index 00000000..70b65d65 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Locked_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:828d787890dca23ff9cda53d62a1db8e3cfa3e916183a9e03fa42ed00442e98e +size 276686 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Trail.uasset new file mode 100644 index 00000000..3390d166 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_MuzzleFlash_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b758eaba662f80aefff64f49ed471e4f568440917f3d82ab5dbc90f4228c259 +size 175942 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_NoHit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_NoHit.uasset new file mode 100644 index 00000000..630cd2b0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_NoHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cfe6e6c951762d12d55f0831f48a6e249a8af7051780edadaa0f31d8b877d46 +size 360521 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_Trail.uasset new file mode 100644 index 00000000..dad7bf39 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4474baea38cfbda363e236405cd8eb61510b4d8c0e9a960a5f9b12515d0da22 +size 260211 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_Trail_LastShot.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_Trail_LastShot.uasset new file mode 100644 index 00000000..afcdf4c9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Primary/FX/P_Revenant_Primary_Trail_LastShot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d5c7122cc03307f006705657c53c4d65f2ae0c549a534c7f4ffcf152277d9b4 +size 259440 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Insert.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Insert.uasset new file mode 100644 index 00000000..02b43661 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Insert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6dd67abe73765300c162041d6ea2c3bed07fc8a70f8c03f1c842c12ea027b61 +size 444516 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Spin.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Spin.uasset new file mode 100644 index 00000000..8b82f00e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Spin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34e2ecea7524bb26a4ab53d03907901bbc0bd0cc9855721b2e4f14fe1bc06077 +size 481983 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Start_Slow.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Start_Slow.uasset new file mode 100644 index 00000000..0f42f26e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Reload/FX/P_Revenant_Reload_Start_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51888d48b3c7732828d25089419d99b096a996908a0f7ce17023e8f65dd37192 +size 437870 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revanent_Target_ShadeOutline.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revanent_Target_ShadeOutline.uasset new file mode 100644 index 00000000..77adfe03 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revanent_Target_ShadeOutline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec812c286f5263705c27247defab2fe7c66b9b109063fed050c85d473f3b3fa6 +size 231652 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Aim_RightArm.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Aim_RightArm.uasset new file mode 100644 index 00000000..f8f5546a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Aim_RightArm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201519e1a99381be894858058b3b73924aac86acf56afcf593790df88f1b1f36 +size 650730 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Aim_RightHand.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Aim_RightHand.uasset new file mode 100644 index 00000000..b3f66b8f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Aim_RightHand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f305d0006d4cb4822d4923b9bcc117d982c29f9716b5f8f70c369f90c1c72c +size 267980 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_CloudSpiral.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_CloudSpiral.uasset new file mode 100644 index 00000000..468dd9ff --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_CloudSpiral.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0982b071994bee64609e07969eb542969f20495ddbf4cd5a362c9727cf7654ce +size 378741 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_CloudSpiral2.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_CloudSpiral2.uasset new file mode 100644 index 00000000..41702e99 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_CloudSpiral2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28af602b60f0b71e4228eba90bf5439b14da75e6b54c272608ad575db4265757 +size 378745 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Debris.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Debris.uasset new file mode 100644 index 00000000..b8977303 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf9116ee592deb0eaa71605898cba2703907b4afc2b1880a8d09e1a1f61012e5 +size 480297 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Debris_Close.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Debris_Close.uasset new file mode 100644 index 00000000..dcf9a83e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Debris_Close.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d25efb834833f91b4d89a8a00fedf1f83e2944263ac34a2886fec481c39ac479 +size 480138 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Enter.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Enter.uasset new file mode 100644 index 00000000..585f7367 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Enter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb9722984f099194a24a027c8dce179c907d19f90f45496156f66414053c65cf +size 513977 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Enter_Revenant.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Enter_Revenant.uasset new file mode 100644 index 00000000..b82a4a96 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Enter_Revenant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94ff92fcf5f98133cc7df12aaeec1f756e01dda23e41b3f3ffe8f21d8e1854e8 +size 275871 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Exit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Exit.uasset new file mode 100644 index 00000000..623a7b17 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Exit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ebe1152ed4a25a220c0ad66f5b54b9c199dba68c8a6aad592cee8fc5fc5150 +size 519468 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Hit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Hit.uasset new file mode 100644 index 00000000..05a69124 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa4bb9e0182c4878dac338d5432af87d8ea3eecab5c785bd89e5f47cce3c3b6 +size 586122 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Muzzleflash.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Muzzleflash.uasset new file mode 100644 index 00000000..b0b90546 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Muzzleflash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981f17b454046ace4661a891d5111ce1ac7d0ae947110aa677740f67de12aee3 +size 263552 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_OnRevLocked.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_OnRevLocked.uasset new file mode 100644 index 00000000..40206b65 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_OnRevLocked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18089d57ea9d6545a2198ff4d413692a3f832da13b420f96a5e2faea2b1e13ec +size 367569 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_SceneLensFX.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_SceneLensFX.uasset new file mode 100644 index 00000000..6b69edf5 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_SceneLensFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f6af05d5879672dab2a1d35079569c16003e73330b4a7f398ddce9234a9f61f +size 208916 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Self_Enter.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Self_Enter.uasset new file mode 100644 index 00000000..1786860e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Self_Enter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da2877b39430d4c91e445ae5ea6cd5a5cda5bd892296c2d1af34e717b0ebfdc6 +size 240787 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Self_Exit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Self_Exit.uasset new file mode 100644 index 00000000..67db69fb --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Self_Exit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebf2387462098c2ca2a91a9919d93bc55b7f5b1c71e2cb4c143b4a9dd8618d4a +size 255419 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Portal.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Portal.uasset new file mode 100644 index 00000000..b1413407 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:104da9f79a099dd6c0afc71da01ba5980b0603d0a7d89b0e55b109d332c1da29 +size 357159 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Streaks.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Streaks.uasset new file mode 100644 index 00000000..62f576bf --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Streaks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8828ccca874fc1116f4a44a9104812ae6be29eed1f2e21abc804b884f99768e +size 475099 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Streaks_Close.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Streaks_Close.uasset new file mode 100644 index 00000000..2f23869d --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Sky_Streaks_Close.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b93f2a2a587a5466d96b1d576a2e9d1dce18b476793de91b29da74a1a0eb0ee +size 476295 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_SparksClose.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_SparksClose.uasset new file mode 100644 index 00000000..43ac968f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_SparksClose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db28297d85812cd37bbe838eba279101ed76467d25244ba7b1bdea19581f655 +size 254398 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Trail.uasset new file mode 100644 index 00000000..c2b6c42a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Abilities/Ultimate/FX/P_Revenant_Ultimate_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc048a33b358855db861d1104c5b3819bc07c92ec958bc49ee786ecc5330b5b8 +size 274002 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_LevelStart.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_LevelStart.uasset new file mode 100644 index 00000000..f58c48d6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1250c9987bee9bb1ac314bf2b2f26b88628ec1b5d39af4b187413be7ef97ea43 +size 137000 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_LevelStart_Gun.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_LevelStart_Gun.uasset new file mode 100644 index 00000000..d3c5e7f0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_LevelStart_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5bedacebe09653aa3697862752ae5c9db03db8ba77b7620472d074b35c98d50 +size 111722 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_Spit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_Spit.uasset new file mode 100644 index 00000000..ecd1396c --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Emotes/FX/P_Revenant_Spit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df7d0b0eb2d0f799d4500eeb478feda2753a13cb7500275b2a442c118c49c12 +size 91530 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_HandDrip.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_HandDrip.uasset new file mode 100644 index 00000000..6648eb6d --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_HandDrip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40d425ec95747fd33dd131cde0414fabf3f3e529649c99de27c9dea4d71958e9 +size 46793 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_Recall_Finish.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_Recall_Finish.uasset new file mode 100644 index 00000000..347a105f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_Recall_Finish.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4ada9e8cbc0d3f09ed7b8fc2530b27ebfed63e67cc72c64fd522afd40cf9478 +size 97215 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_Recall_Start.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_Recall_Start.uasset new file mode 100644 index 00000000..bd52f3cf --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/P_Revenant_Recall_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fe0ef228f353ab05227c561cc77b41d3b0bc05ad3c628823714a85843b0fc35 +size 153556 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Ball.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Ball.uasset new file mode 100644 index 00000000..7cf214df --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Ball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d24e430fe9c79c99d068f8882d6e5c9aa141b99e41bd822e1ac212e893e622 +size 282004 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Cast.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Cast.uasset new file mode 100644 index 00000000..159985dd --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59c7ff352d2b934a1c209f1f3fcf3e072cb6beec0fbb946fbe3e1c2ea447153 +size 304986 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_End.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_End.uasset new file mode 100644 index 00000000..98f14c2f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:130fed228fbbbb74e16c836779c11e5597aa16727f2947315788320daec5b16b +size 419764 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Hit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Hit.uasset new file mode 100644 index 00000000..1ea3f189 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5825bae444f2dd15d809ff088cabb6675d8d5ec255b1537109b44305cfe0b1f +size 638108 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Loop_v3.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Loop_v3.uasset new file mode 100644 index 00000000..4abec606 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Loop_v3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae14bdbcf9b83d274919270643332b407f723f32e601a140aed18a5338d0ba7 +size 246900 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Targeting.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Targeting.uasset new file mode 100644 index 00000000..608d49fa --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Targeting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f44323bbad1029cf0e05ebaef02ff3645e7e515f51c250b718f7d5e7e668002 +size 519433 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Targeting_Upper.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Targeting_Upper.uasset new file mode 100644 index 00000000..32f382f2 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Targeting_Upper.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38fd82cb2ef367290ca38484e6e58ae06f580292a86a6f3107b155d7c21bf482 +size 571789 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Trail.uasset new file mode 100644 index 00000000..8fbacdcc --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Mark/FX/P_Revenant_FrostKing_Mark_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ec836b4874ff40e229e496183fb4a663f231d292a8bda9ef2779a78dc09ff98 +size 639713 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Oblit_FiringLocal.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Oblit_FiringLocal.uasset new file mode 100644 index 00000000..6932d78b --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Oblit_FiringLocal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad87787a3510cf6e799c19ca98fc8a7964311953d296431db90f22b56e7008ab +size 527920 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Oblit_TrailRemove.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Oblit_TrailRemove.uasset new file mode 100644 index 00000000..b4035791 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Oblit_TrailRemove.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9446aa6b5571aa340abf6f9ff36524b54ee738e8016004ceb8af55183741e87 +size 219699 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_CamFX.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_CamFX.uasset new file mode 100644 index 00000000..d017f2e8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_CamFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8280b332da25c2461c3307a8ef270eacb52dc1b5fa05108a1fd899760cc71e78 +size 223354 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Firing.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Firing.uasset new file mode 100644 index 00000000..0fb6ba4c --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Firing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da3ae63afced4d686ddfac6fee33b55a62e1a2e1cc009086099809f06c49cc66 +size 576071 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Hit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Hit.uasset new file mode 100644 index 00000000..fe27d169 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbeba072a634f8708f42f783fa65d4cd57eaa80790c35b60b53b4b0a4d94b1f +size 528870 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Trail.uasset new file mode 100644 index 00000000..5fd156cf --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Obliterate/FX/P_Revenant_FrostKing_Obliterate_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fc18a888a5792f13599e262ae9125536c2f183dfc8e7abeac14dcf25fa8247 +size 378371 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Rev_FrostKing_Primary_HitChar_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Rev_FrostKing_Primary_HitChar_Local.uasset new file mode 100644 index 00000000..0801758e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Rev_FrostKing_Primary_HitChar_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f40df99c830d9480db8343ddfac794401a03641c13ef75ccf77ffa4640e9c32 +size 319836 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_LastShot_MuzleFlsLocal.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_LastShot_MuzleFlsLocal.uasset new file mode 100644 index 00000000..d8f568fe --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_LastShot_MuzleFlsLocal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45d5cb3feda5a1bbb8dd013d07996d089dc8c6aa1fedec1917a84c25da480c08 +size 580595 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_LastShot_MuzzleFlash.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_LastShot_MuzzleFlash.uasset new file mode 100644 index 00000000..9a1f1a14 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_LastShot_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89a15e97b79b043648fb13ff0b773109e1fdcc6ed4d9eca211bb05118a810774 +size 522646 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitCharacter.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitCharacter.uasset new file mode 100644 index 00000000..5f219bbf --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:761b6867b3a8a1190dbd8e4dc1a8ee6366996f6a5b9cb004ea069be1e6411dd5 +size 409818 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitWorld.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitWorld.uasset new file mode 100644 index 00000000..1938ce09 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4fde35fbafe99ed838f37df2d73b3a4244381e4452a0d69f0bfe7f4ac0a9b0 +size 508094 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitWorld_Water.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitWorld_Water.uasset new file mode 100644 index 00000000..886f257f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_HitWorld_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb301c04bbcf0918daf19779aa066aefa35c9f9a7a71a66c8cf7e8cc59b658e1 +size 451581 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzleFlsLocked.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzleFlsLocked.uasset new file mode 100644 index 00000000..de4e1d46 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzleFlsLocked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bc37e648793f97cfec509a3e14ed1c466edd62170742845c05b709f0498d1c +size 176877 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzleFls_Local.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzleFls_Local.uasset new file mode 100644 index 00000000..5b61840a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzleFls_Local.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c99731893f58121071a7fb5d86874c5c6d80f23ea4a122ec4e9a82ebd1d51661 +size 433468 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzzleFlash.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzzleFlash.uasset new file mode 100644 index 00000000..ce2af0e8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abcd3fdc59d99c9e6345296b4591be1b854e6b354438105121eb48895edde057 +size 511599 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_NoHit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_NoHit.uasset new file mode 100644 index 00000000..1a426705 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_NoHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9543e93e1b2ab7a5fb4d997b22e432604a2b6f0a912cda91fbb862497e0439 +size 229690 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_Trail.uasset new file mode 100644 index 00000000..30cd0616 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd7f54e22762ef3df552a7a545fac422e740332f36197748fb22f47b9403a96a +size 236771 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_Trail_LastShot.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_Trail_LastShot.uasset new file mode 100644 index 00000000..54958207 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Primary_Trail_LastShot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0047e4efacca4363974e9fd5c2e3dfe2ec48b28f29cb276597da76a7090bf1a9 +size 275344 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Prm_MuzleFlsLockLocal.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Prm_MuzleFlsLockLocal.uasset new file mode 100644 index 00000000..257babd3 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Primary/FX/P_Revenant_FrostKing_Prm_MuzleFlsLockLocal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21917b21fbdfe9e24f8cef55f1ddd58ce6b8310b35fb8806a8771d5fb1b5b122 +size 322049 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Insert.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Insert.uasset new file mode 100644 index 00000000..c2a31164 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Insert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6f45ee8cb88e109a73ebf34b6078d6d236c8206cda42063d5b064fd90ae6a1b +size 364925 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Spin.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Spin.uasset new file mode 100644 index 00000000..29714b91 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Spin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fae3b88d79e77dff44c0e3eb53c77c43aea32bae8375638544e1b9fb6b019a2a +size 370846 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Spin_Gun.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Spin_Gun.uasset new file mode 100644 index 00000000..2aae34db --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Spin_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ac41bdffc8d15557e65a45695c79e187e92cdc968080f215739355f34ed8f0e +size 568971 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Start_Slow.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Start_Slow.uasset new file mode 100644 index 00000000..260b175e --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Reload/FX/P_Revenant_FrostKing_Reload_Start_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d292069d870b7f5e46f05a1cc4ba02575d6c1d8c36a30e320515c5ad27a97283 +size 324926 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Target_ShadeOutline.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Target_ShadeOutline.uasset new file mode 100644 index 00000000..7e7a7416 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Target_ShadeOutline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63488e63ff538a951649b92c35d0e85e79bfe68a1c6f0665afda25cd0afb7fa +size 293782 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_Enter_Revenant.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_Enter_Revenant.uasset new file mode 100644 index 00000000..a8f73278 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_Enter_Revenant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c413eac4accfcd1d7645d76ccd59d5739270e4e65b7af2c60f38c26badc494 +size 275854 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_SnowClose.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_SnowClose.uasset new file mode 100644 index 00000000..6560c5dc --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_SnowClose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9682c0ab8da9198f5f7f64415eec22e2503a91dc70c977258c248944a485f65f +size 313447 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_Trail.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_Trail.uasset new file mode 100644 index 00000000..7dc1326a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ult_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f001c221ecd705e6682c9aa905f3f6b50f4616241a0968166647982eacfd746 +size 428186 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_UltimateAim_RightHand.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_UltimateAim_RightHand.uasset new file mode 100644 index 00000000..82fc83ce --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_UltimateAim_RightHand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb04b2f0558cf8b2897abeb0234afb59fdd9922910939891f9e417aceba3649 +size 260873 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Aim_RightArm.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Aim_RightArm.uasset new file mode 100644 index 00000000..2df2c9ae --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Aim_RightArm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4e799a689c5354e8c720f899ef11b8f313e387e5d8f53298308d6fd7343b22 +size 582664 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Debris.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Debris.uasset new file mode 100644 index 00000000..39af078a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c42f978b7787d934acb0a998e1617b740dfcc0ac5ae908fddc73ed90b457db +size 473724 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Debris_Close.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Debris_Close.uasset new file mode 100644 index 00000000..6d12e02f --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Debris_Close.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da47dbbfc361506b946917327b1d4df810624a3cf856a39386be131414c6ce65 +size 480194 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Enter.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Enter.uasset new file mode 100644 index 00000000..c9c4608a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Enter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21e4f90b550fc180712f634f6f89c80a84eb0d43c9cdcf209c072e52025a7289 +size 362490 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Exit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Exit.uasset new file mode 100644 index 00000000..c5bddf92 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Exit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29989f23764e2e96bb5138576a6f210a0bed071f4ba394b2d3d2507b99164160 +size 406007 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Hit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Hit.uasset new file mode 100644 index 00000000..50321d3a --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f916cd29464ba592f71d6a90be78dba03a5d145b0220b7a0452e0ad6f7b05cd4 +size 463793 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Muzzleflash.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Muzzleflash.uasset new file mode 100644 index 00000000..6aa2f449 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Muzzleflash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc1007b19252e80d5e570b6deddd4493ab064da8cb74ec750cc6a27aa60672f9 +size 343909 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_OnRevLocked.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_OnRevLocked.uasset new file mode 100644 index 00000000..bfbee0f7 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_OnRevLocked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:624a8d958cc2cdde43014354d4a28bb72f4e26b921ae58b87b38e65827fab3ff +size 317995 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_SceneLensFX.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_SceneLensFX.uasset new file mode 100644 index 00000000..b895aacc --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_SceneLensFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9eafab1e539b7142ac0f30602a9771e1b607d80ea7802dea26ca4e585c1a78c +size 208972 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Sky_Portal.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Sky_Portal.uasset new file mode 100644 index 00000000..73a50fa5 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Abilities/Ultimate/FX/P_Revenant_FrostKing_Ultimate_Sky_Portal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69e7bfb92ee41c1b0961ac46cd394206285db1e1aa9203e4a3e2e1c6ee27c87b +size 448424 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_LevelStart.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_LevelStart.uasset new file mode 100644 index 00000000..7f138a85 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6debd00e328039b20fe4e136f3e294ee3e0c2123f7e840fd4693b549f17385d +size 303910 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_LevelStart_Gun.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_LevelStart_Gun.uasset new file mode 100644 index 00000000..3e522153 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_LevelStart_Gun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9b28ded80d1427cadcad550282af79ba54a96b482179f5423a68945c7ee0fd3 +size 157626 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_Spit.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_Spit.uasset new file mode 100644 index 00000000..c6c44a0d --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/Emotes/FX/P_Revenant_FrostKing_Spit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7b905cae65ac8b4bed4568677a7a6f676d012f9ce9a0686097042dcfe2ef14 +size 166984 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_HandDrip.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_HandDrip.uasset new file mode 100644 index 00000000..95ab908b --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_HandDrip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77db167363927fe5294617dc66bf1a562050fc0e82cf3af6e87fd9c63b6058e8 +size 174201 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head.uasset new file mode 100644 index 00000000..7679b0aa --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab9a5ac2c0c191bf3a8455d92330f03da6983b607c0b64ec5c3a7a96cb89e26c +size 263608 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_2.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_2.uasset new file mode 100644 index 00000000..7fd97149 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f4764ae446f4bfe6c676e81ec35987834b51ba70b894774a737b5a254676b1 +size 281813 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_Emote.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_Emote.uasset new file mode 100644 index 00000000..9c94d20c --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_Emote.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4174abf92a28609e58cffe3204430c9eff13a7749681a63ca3bc8611f43886 +size 245446 diff --git a/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_PORT.uasset b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_PORT.uasset new file mode 100644 index 00000000..90e83df8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Particles/Revenant/Skins/FrostKing/P_Revenant_FrostKing_Head_PORT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54d3543a5644d79dd402ce89f121631865be7c56e1c1e856378c21f3d66ed1e9 +size 253620 diff --git a/Content/ParagonRevenant/FX/Textures/CubeMaps/T_Agora_Cube_Small.uasset b/Content/ParagonRevenant/FX/Textures/CubeMaps/T_Agora_Cube_Small.uasset new file mode 100644 index 00000000..fbde65e6 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/CubeMaps/T_Agora_Cube_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62be9d2fa239230e9899932400685a51bceebb51c8c1c2ca3a00db5bd508f7a3 +size 127350 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 00000000..3e747e1b --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe82e159ada85674015c6d4818a59b7b2b168193f5f62ab3b3f0eebf51de84f4 +size 254760 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 00000000..5f53edc9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f3ab025cb0d51eddbbe54f6420026ee16349c05e260b21e45f32871311ac346 +size 389082 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_DebrisBlur_01_D.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_DebrisBlur_01_D.uasset new file mode 100644 index 00000000..35f5326a --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_DebrisBlur_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19ea8e87f8232b9403e20e9f026ce66a95dcbbc38ce1cad7800382dfd0ff3de +size 933038 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_IceSpikes_4x4_01.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_IceSpikes_4x4_01.uasset new file mode 100644 index 00000000..227ba2fb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_IceSpikes_4x4_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6b83d569804a129d0c02c2a4ec20f0543f850224811c61aec62642375e69a8a +size 391692 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_LiquidBlobs_4x2_01_A.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_LiquidBlobs_4x2_01_A.uasset new file mode 100644 index 00000000..78fe827a --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_LiquidBlobs_4x2_01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bfce33625988172d1691fbaaffe338e5467d2f49ed2675e1c708de8d2564537 +size 134008 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_LiquidBlobs_4x2_01_D.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_LiquidBlobs_4x2_01_D.uasset new file mode 100644 index 00000000..35b59b5f --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_LiquidBlobs_4x2_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3ac48c7570ee00f3370fe1f6931a2d6100472854cbe2abca51279a04662bf3f +size 104503 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_D.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_D.uasset new file mode 100644 index 00000000..dc012ad1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12ddbeb41760cfeaddec894bce74911a9b2af4c5dd5731c4788eea5d038acd4c +size 416269 diff --git a/Content/ParagonRevenant/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_N.uasset b/Content/ParagonRevenant/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_N.uasset new file mode 100644 index 00000000..8013b306 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Debris/T_SmallSoftChunk_4x4_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78e85b00e4ce1f96fd6219d7e56bd1a2c8f5113777920ea25f574f0f5a8f0412 +size 473765 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/Electricity/T_Electric_Tile.uasset b/Content/ParagonRevenant/FX/Textures/Energy/Electricity/T_Electric_Tile.uasset new file mode 100644 index 00000000..779a7274 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/Electricity/T_Electric_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c8da90b013a7b56ffdeabfd4cf33ad8192e8aa077b73c89bab6b3aedd80ec7 +size 550156 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_EnergyPlasma_3Streaks_Soft.uasset b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_EnergyPlasma_3Streaks_Soft.uasset new file mode 100644 index 00000000..c0b0bfc5 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_EnergyPlasma_3Streaks_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b957a66dd75a4d1a54e59f4739edddb04b30992f09d6287ff2bb0f1fa4bbfcf +size 1314116 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_V_03.uasset b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_V_03.uasset new file mode 100644 index 00000000..e7ba6040 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_EnergyPlasma_Tile_V_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfdf6698e5832a44660cdc5777254ec3c2be3db351d01d1d959dc6b2c2c40186 +size 491684 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset new file mode 100644 index 00000000..b080d39f --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Inky_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b935958629407c5efa002e1c85fcac2799352bfd2b10b41b1414859b2a2247 +size 1939222 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Revenant_Poster_Tendrils_v1_Seamless.uasset b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Revenant_Poster_Tendrils_v1_Seamless.uasset new file mode 100644 index 00000000..1a9d8061 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Revenant_Poster_Tendrils_v1_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc47d3d48c7fb8b7d73055fa56f9130fe88ed0ddf365c8905d0f6b779ccba592 +size 3447340 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset new file mode 100644 index 00000000..e397ab28 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/Plasma/T_Turbulence_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bcae9b24e37722eca2ba2e3aabfc8d64c324f158b08c1f4cf1ec0793afcbbb7 +size 491649 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/T_Plasma_Wisps.uasset b/Content/ParagonRevenant/FX/Textures/Energy/T_Plasma_Wisps.uasset new file mode 100644 index 00000000..12b67786 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/T_Plasma_Wisps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2b9687ac96d4019aee823d1e4c979839b38046169b24a8cb1535fb2b5f48c32 +size 9082200 diff --git a/Content/ParagonRevenant/FX/Textures/Energy/T_Plasma_Wisps_N.uasset b/Content/ParagonRevenant/FX/Textures/Energy/T_Plasma_Wisps_N.uasset new file mode 100644 index 00000000..3480e1c7 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Energy/T_Plasma_Wisps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba3aaf4cbecceefbda455e523d1189a56cbba92c4b2121716ebdd474044ca241 +size 11262355 diff --git a/Content/ParagonRevenant/FX/Textures/Environment/Motes/T_Snowflakes_Blurred_D.uasset b/Content/ParagonRevenant/FX/Textures/Environment/Motes/T_Snowflakes_Blurred_D.uasset new file mode 100644 index 00000000..6338951a --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Environment/Motes/T_Snowflakes_Blurred_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded544abe4177f71c9edd18c8cc02664b4881da7eec6a6279fc0a71218c7b285 +size 126353 diff --git a/Content/ParagonRevenant/FX/Textures/Environment/Motes/T_Snowflakes_D.uasset b/Content/ParagonRevenant/FX/Textures/Environment/Motes/T_Snowflakes_D.uasset new file mode 100644 index 00000000..36fd3a65 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Environment/Motes/T_Snowflakes_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d06c2dd563ba8c6eb60ebfbb7596ab03045e22af6beca81fee86e5d553c49d +size 4550458 diff --git a/Content/ParagonRevenant/FX/Textures/Explosions/T_FireBall.uasset b/Content/ParagonRevenant/FX/Textures/Explosions/T_FireBall.uasset new file mode 100644 index 00000000..cf2b9c79 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Explosions/T_FireBall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4010e1dbe57412093d9fc267b7687f7cfbdd69edf8a313bb2f32ee9d36173e7 +size 338750 diff --git a/Content/ParagonRevenant/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonRevenant/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 00000000..b2faf6d5 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c1760730f114d4bd502d7987eea9a4d7f2660a94ff0dd31eb553f6b3ac6191a +size 373624 diff --git a/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset b/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset new file mode 100644 index 00000000..664ffbea --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_FluidTile01_DA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa884f3701a552874af6524b3f77360c0e85a415d88a09cdecfe9b74a5974c0 +size 6403696 diff --git a/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset b/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset new file mode 100644 index 00000000..defaacfd --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_InkSmoky_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2a364c908afbe5b5c2ad38ca6dad608dbc676991194904f46e1b0d306eed4f5 +size 729623 diff --git a/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset b/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset new file mode 100644 index 00000000..d2bb4f31 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/FluidPatterns/T_InkSmoky_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcdb3bf0ff6668ec59fee543d697bc3005a46dc761ffdbd87818605c10d4a8d3 +size 733869 diff --git a/Content/ParagonRevenant/FX/Textures/Gradients/Color/T_Portal_Gradient_02_D.uasset b/Content/ParagonRevenant/FX/Textures/Gradients/Color/T_Portal_Gradient_02_D.uasset new file mode 100644 index 00000000..941fae6e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Gradients/Color/T_Portal_Gradient_02_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e6ba23861fa1b191ecb83f85027685ff63e3769197f9ae4942ee2fb7626b0ff +size 5883 diff --git a/Content/ParagonRevenant/FX/Textures/Gradients/Color/T_Portal_Gradient_D.uasset b/Content/ParagonRevenant/FX/Textures/Gradients/Color/T_Portal_Gradient_D.uasset new file mode 100644 index 00000000..e35012eb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Gradients/Color/T_Portal_Gradient_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e472f51fca6b01846711d6ea20e0dbfbe60ce5047f5145cd3523f565506630c3 +size 7649 diff --git a/Content/ParagonRevenant/FX/Textures/Gradients/Masks/T_Portal_Gradient_02_M.uasset b/Content/ParagonRevenant/FX/Textures/Gradients/Masks/T_Portal_Gradient_02_M.uasset new file mode 100644 index 00000000..04e6135d --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Gradients/Masks/T_Portal_Gradient_02_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32187eb74e1c7e32b7e63aff1341725c5787ed82f1adadc4de9670d9edcea888 +size 4716 diff --git a/Content/ParagonRevenant/FX/Textures/Gradients/Masks/T_Portal_Gradient_M.uasset b/Content/ParagonRevenant/FX/Textures/Gradients/Masks/T_Portal_Gradient_M.uasset new file mode 100644 index 00000000..59a18998 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Gradients/Masks/T_Portal_Gradient_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7738cff2b8dd0cd1bdb785cb445f93fb0c90942e5ff63f5d2485a327f07a8ff1 +size 6720 diff --git a/Content/ParagonRevenant/FX/Textures/Heroes/T_Hanging_cloth_normal_b.uasset b/Content/ParagonRevenant/FX/Textures/Heroes/T_Hanging_cloth_normal_b.uasset new file mode 100644 index 00000000..7f1237a3 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Heroes/T_Hanging_cloth_normal_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcea770c765f3e5e8a712fcde25b1a1f9f42aa618303496baa8b0a2d7557d5cd +size 134972 diff --git a/Content/ParagonRevenant/FX/Textures/Heroes/T_Revenant_Ult_Flame_Height.uasset b/Content/ParagonRevenant/FX/Textures/Heroes/T_Revenant_Ult_Flame_Height.uasset new file mode 100644 index 00000000..2c634e2b --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Heroes/T_Revenant_Ult_Flame_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a749b946831bca2cb5ece416a2a46955f09348752622730d77823656d57154e +size 80863 diff --git a/Content/ParagonRevenant/FX/Textures/Heroes/T_ShadowSwirls_v2B.uasset b/Content/ParagonRevenant/FX/Textures/Heroes/T_ShadowSwirls_v2B.uasset new file mode 100644 index 00000000..d873768e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Heroes/T_ShadowSwirls_v2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afb762510c26fe1610c1ad35454cb135fdf76a0b75c2efa6dd2ff801e3ca3d66 +size 4825872 diff --git a/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Hoarfrost_2_M.uasset b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Hoarfrost_2_M.uasset new file mode 100644 index 00000000..5e62b320 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Hoarfrost_2_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f176d1f01da7309f2812a8c8ab355da4bbe1738cae946fb8f318f059387309 +size 12184542 diff --git a/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Hoarfrost_Tweaked_N.uasset b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Hoarfrost_Tweaked_N.uasset new file mode 100644 index 00000000..48e2640c --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Hoarfrost_Tweaked_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f7a3e5dc01d8df179963e335098b69e1730944d652fa7348a74943e68f59924 +size 7730314 diff --git a/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Spikes_Spline_M.uasset b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Spikes_Spline_M.uasset new file mode 100644 index 00000000..0a2f3442 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Spikes_Spline_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:718d53b3ad577703f16d0ef22d335dd7362c6a79495be29dc4a8836ee9d6ef86 +size 2852921 diff --git a/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Spikes_Spline_N.uasset b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Spikes_Spline_N.uasset new file mode 100644 index 00000000..ba1b594d --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Ice/T_Revenant_Spikes_Spline_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff52e1f1cb6d6cd1ea7b9ad0a6ddf7dbb99caedbd93c53936c8786a90b4ebb72 +size 5506700 diff --git a/Content/ParagonRevenant/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset b/Content/ParagonRevenant/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset new file mode 100644 index 00000000..3e98506c --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c26b86ce194be3b160b4df65ebb1754c5ddfbc03a042e803266863e77841c70 +size 20403 diff --git a/Content/ParagonRevenant/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset b/Content/ParagonRevenant/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset new file mode 100644 index 00000000..ccb6ef1a --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07462b2cff6b85365486d74cadedd5c20035557deaad90bf2f065f3f6d3046f6 +size 160335 diff --git a/Content/ParagonRevenant/FX/Textures/Liquid/T_Liquid_Reflection.uasset b/Content/ParagonRevenant/FX/Textures/Liquid/T_Liquid_Reflection.uasset new file mode 100644 index 00000000..24800ddb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Liquid/T_Liquid_Reflection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3030b11da889f078f7653513b36f534956668747eb3b747714a4004bf565fa46 +size 55983 diff --git a/Content/ParagonRevenant/FX/Textures/Masks/T_Beam_Gradient_02.uasset b/Content/ParagonRevenant/FX/Textures/Masks/T_Beam_Gradient_02.uasset new file mode 100644 index 00000000..42d4a5ff --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Masks/T_Beam_Gradient_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b9f95871cd30a9aba261c09fefef858e84856b8b195d6f1e241c32486b6236 +size 4474 diff --git a/Content/ParagonRevenant/FX/Textures/Masks/T_Radial_Burst.uasset b/Content/ParagonRevenant/FX/Textures/Masks/T_Radial_Burst.uasset new file mode 100644 index 00000000..8786edfb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Masks/T_Radial_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9258648ced951d860d974dfd940f4ef92eec71102f63ea305d63406dc1a7f1e +size 1318183 diff --git a/Content/ParagonRevenant/FX/Textures/Masks/T_Revenant_HandScreen_01_D.uasset b/Content/ParagonRevenant/FX/Textures/Masks/T_Revenant_HandScreen_01_D.uasset new file mode 100644 index 00000000..60384bf8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Masks/T_Revenant_HandScreen_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7dc9c5580275554cdb253708dc915e3e21099848af301edcabc7d1d9b77070c +size 166427 diff --git a/Content/ParagonRevenant/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset b/Content/ParagonRevenant/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset new file mode 100644 index 00000000..321a9e0f --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Masks/T_Smooth_Gradient_Vertical_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b3a2237c0c65618ee19d1d34ecb0d4f1d35e486971535a5f32a3df67492ed9 +size 5279 diff --git a/Content/ParagonRevenant/FX/Textures/Masks/T_TetraPanMask.uasset b/Content/ParagonRevenant/FX/Textures/Masks/T_TetraPanMask.uasset new file mode 100644 index 00000000..3320c89c --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Masks/T_TetraPanMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98174e19c67fdf5a1fd39399b63a91465f176f1e989cf4d1701a8f1b42718990 +size 72444 diff --git a/Content/ParagonRevenant/FX/Textures/Misc/T_Simple_Gradients_M.uasset b/Content/ParagonRevenant/FX/Textures/Misc/T_Simple_Gradients_M.uasset new file mode 100644 index 00000000..70aa5765 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Misc/T_Simple_Gradients_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41c88f1172d941ad95d13b709b657179e9ed481d6fc42bb689b38e287c4248ff +size 5488 diff --git a/Content/ParagonRevenant/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset b/Content/ParagonRevenant/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset new file mode 100644 index 00000000..d54ef57e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19acbfcc9215d09816c6df7ecbd522fb381b9cf55226853bf4caed5264415738 +size 116866 diff --git a/Content/ParagonRevenant/FX/Textures/NormalShapes/T_DistortionCircle_N.uasset b/Content/ParagonRevenant/FX/Textures/NormalShapes/T_DistortionCircle_N.uasset new file mode 100644 index 00000000..8546d815 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/NormalShapes/T_DistortionCircle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab158ec00ec0ab34187b4c646cb4499632da750418738ba7601c815d44088c31 +size 694936 diff --git a/Content/ParagonRevenant/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset b/Content/ParagonRevenant/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset new file mode 100644 index 00000000..846a67f7 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/NormalShapes/T_Radial_Refraction_Blur_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5746bd8d617ae311bc25b5da5d284465182a86134977b5e1b8411eb45baa9ed +size 465205 diff --git a/Content/ParagonRevenant/FX/Textures/NormalShapes/T_Refraction_Depression_N.uasset b/Content/ParagonRevenant/FX/Textures/NormalShapes/T_Refraction_Depression_N.uasset new file mode 100644 index 00000000..a3501300 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/NormalShapes/T_Refraction_Depression_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90be6b1c8dc8cc83e7f3c4a9d2484475c5604c6bffb9e42aba09ed53561f22f7 +size 827758 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/Inky/T_ShadowSwirls_v2B.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/Inky/T_ShadowSwirls_v2B.uasset new file mode 100644 index 00000000..a25a7260 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/Inky/T_ShadowSwirls_v2B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4092d7a957ad0280db4d9cc238570f86f8112cf0214316ef4395d3b53051db +size 4825800 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset new file mode 100644 index 00000000..48044b73 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_CloudSmoke_WispInk_Chromashift_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8269146c12cdfbbd52409a96ebcfedf9c114fe21dab91d4b245f9a9162ccbfa8 +size 1428994 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_ImpactDust_01.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_ImpactDust_01.uasset new file mode 100644 index 00000000..f7f0548a --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_ImpactDust_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c603fba16f6c786563b933ad9f85ad5894613efe0feeb85ecaba4d367412d77 +size 2535761 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_MinionSmokeTile.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_MinionSmokeTile.uasset new file mode 100644 index 00000000..76d9d0d1 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_MinionSmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc84719666db83a8ba6864fc34673a2099ffc54ac57fe2e2faf117fd05631d8c +size 3536416 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_RevenantSmoke_01_A.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_RevenantSmoke_01_A.uasset new file mode 100644 index 00000000..2f694ab4 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_RevenantSmoke_01_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daabaf5cf695fedadfc96200573dbe453902dbd04478bfa15209f13864cf01ab +size 1686952 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_SmokeTrailCoord1_Mask.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_SmokeTrailCoord1_Mask.uasset new file mode 100644 index 00000000..d9a473dd --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_SmokeTrailCoord1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111e9662728df11767284e67cfca2f51546065965d1fd55b899c7445dd7ae484 +size 59137 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_TilingClouds_01.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_TilingClouds_01.uasset new file mode 100644 index 00000000..038c4bdb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_TilingClouds_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68d8d4def9332157562e1ff8220eed86c44b8a2c683f01d434078e2fe86884d7 +size 512566 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset new file mode 100644 index 00000000..257fceda --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa7b9afd2e21ccfc1cf5380b10943c2a1eecc1256e7140a69ce94402d4b6981 +size 11375028 diff --git a/Content/ParagonRevenant/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset b/Content/ParagonRevenant/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset new file mode 100644 index 00000000..f517d5c0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6449d9abfd7b1914a60b978358068038685cca0f2185d3eff0b29711f82ca9b +size 12024901 diff --git a/Content/ParagonRevenant/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonRevenant/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 00000000..fe211dd9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82df84a1b1f81c570bed7777caa6781f4a0252fbb83768dae367fbc30ec910f9 +size 208149 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset new file mode 100644 index 00000000..8d1c9346 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7f65811f51dda6169abd9952d72c2546df85b8a263a960e32e4f6fb48e8b0a +size 1742155 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Cloud/T_filter_clouds.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Cloud/T_filter_clouds.uasset new file mode 100644 index 00000000..7ba2679e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Cloud/T_filter_clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b237e29fe5040c85a02a34321157e8676f81d9a000223808b8d1981843aa30e1 +size 1598270 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..b477c9fa --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde0e7815a1f047da79c394298b1291f74977ca770f1d9d3194b965bfae2ecf2 +size 3986847 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 00000000..cd70d6dc --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04baeacd32775e4d5c3035a3830d9af712197200b03f398ffb1401d0b7c07ebd +size 1374824 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset new file mode 100644 index 00000000..ce0cd4b4 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf40dbefb6b4bd37f9dc8a29526f16147c9c26424a322ed0c618417ed8dc5c90 +size 383588 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset new file mode 100644 index 00000000..007d5152 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2750c71f52e64f9d30c76f315b193e664af2b363ecd8fd63a204421a0d8b86a +size 94318 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset new file mode 100644 index 00000000..ca9e050f --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Noise_LoFreq_RGBA_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b9b5ac6d092fe97597df0623467211fa2ba04936aaf188ae95aa462cfbf7b6 +size 1523482 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset new file mode 100644 index 00000000..a89ca59b --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_PerlinPlasma_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d72e4b887ce546aa98008b7d3a06865ab40173827c545cb8d6d09ffd31340b +size 3341468 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset new file mode 100644 index 00000000..f99665f9 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_PerlinPlasma_Noisey_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b6b6389bcab7574b4e35b8ad53f6a33f2ea80668424ed3b1f589077517d9f6e +size 8039322 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 00000000..c09d1e89 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6988d7b2bf13301d874ea9890dcfbfc54ab2a7905cfa96c93b32d0b73d12c8 +size 1127245 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_VectorNoise.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_VectorNoise.uasset new file mode 100644 index 00000000..d5b7021e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_VectorNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cede1eb01b9ba0a22fbae279fc5e9bfa883b07961e7deb7d71a2238ae4f2a6a +size 28397 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Voronoi_Cells_01.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Voronoi_Cells_01.uasset new file mode 100644 index 00000000..bd59e37b --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Voronoi_Cells_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0596143eb43deecbc9e6ce1c8c6391d101f7c36fdf809d4bec995433f1dbf5cd +size 8678436 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset new file mode 100644 index 00000000..520fe5e0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409a15095a2f3995f3b291971739292e75e8d836f59109024739d9240febb5f3 +size 9683633 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..4c881acb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b34f80fcf9cbdcb1d89b4a9fa564eb3e9112c172ee28bb443fce7918be75a9 +size 826200 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Wind_Blur.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Wind_Blur.uasset new file mode 100644 index 00000000..a62db9f0 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_Wind_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f2c3ac46a25671ef1b6efdf4de7a2361b4e67e2686dc2111974243e248123b +size 2658907 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_random_noise_highfreq_rgb.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_random_noise_highfreq_rgb.uasset new file mode 100644 index 00000000..f4915e1a --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Noise/T_random_noise_highfreq_rgb.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:194086a92cab68111b1112e2c210447ca63a607661f4f13b6d3cae5da9a53068 +size 96282 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Organic/T_Tiling_Dust.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Organic/T_Tiling_Dust.uasset new file mode 100644 index 00000000..39d1e762 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Organic/T_Tiling_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a905ac816a634c4f29a9638afe6c78115f98366730c5692fa3cb0f844b0d1994 +size 2647820 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset new file mode 100644 index 00000000..96d7fbd8 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce12ddb622ec85508f6b14c9dca936bc7a9ea430a510f381b2b6246b4f527155 +size 863230 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Smoke/T_TilingClouds_01_N.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Smoke/T_TilingClouds_01_N.uasset new file mode 100644 index 00000000..47a2d5ec --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Smoke/T_TilingClouds_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86cdde35d65ac4c774f3b0e0b2b3f0bf5810d3d3e1e3f08d1f0eeecb20ae0adb +size 408867 diff --git a/Content/ParagonRevenant/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset b/Content/ParagonRevenant/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset new file mode 100644 index 00000000..6890e2dc --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b577d8b4984a1e74f79a544c70e1566ff6c71ea7c83535dbdbb980d1c4e4a7 +size 241088 diff --git a/Content/ParagonRevenant/FX/Textures/Water/Environment/T_Water_N.uasset b/Content/ParagonRevenant/FX/Textures/Water/Environment/T_Water_N.uasset new file mode 100644 index 00000000..d0a1b01e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Water/Environment/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4980c4f6f57cb81ef9eb2a531319f70bc944a9b02f565c8072840a9c2a969e0b +size 2114815 diff --git a/Content/ParagonRevenant/FX/Textures/Water/T_WaterTests_BF_01E_D.uasset b/Content/ParagonRevenant/FX/Textures/Water/T_WaterTests_BF_01E_D.uasset new file mode 100644 index 00000000..01ed65bb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Water/T_WaterTests_BF_01E_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e800545b4072a46bd75caeafd15c1b8aa1518058ae177d21b2e337d1b2b3d807 +size 10107077 diff --git a/Content/ParagonRevenant/FX/Textures/Water/T_WaterTests_BF_01E_N.uasset b/Content/ParagonRevenant/FX/Textures/Water/T_WaterTests_BF_01E_N.uasset new file mode 100644 index 00000000..fa7e9bfb --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Water/T_WaterTests_BF_01E_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd7a0fc3d9529b1de3a2b849c6b7c269350b731c98e3dfcd09bb03f8df1ce9e6 +size 10791181 diff --git a/Content/ParagonRevenant/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset b/Content/ParagonRevenant/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset new file mode 100644 index 00000000..a5fb2b2d --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6732f09e5516f9a336b897a42f02a3d2e9964ac262f0b61f491be86927ba81db +size 1831822 diff --git a/Content/ParagonRevenant/FX/Textures/Water/T_Water_M.uasset b/Content/ParagonRevenant/FX/Textures/Water/T_Water_M.uasset new file mode 100644 index 00000000..87b97b17 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Water/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5166150bef1fad5dcf9c99b30a8244e638385ea1a446ffebf7c795472eb6541 +size 2050047 diff --git a/Content/ParagonRevenant/FX/Textures/Water/T_Water_N.uasset b/Content/ParagonRevenant/FX/Textures/Water/T_Water_N.uasset new file mode 100644 index 00000000..9f5fd299 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/Water/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923d0519a6789bbde13c574e00d36a2e4102b2134294ae126512ca18313deddd +size 4337077 diff --git a/Content/ParagonRevenant/FX/Textures/trails/T_LiquidTrail_01_D.uasset b/Content/ParagonRevenant/FX/Textures/trails/T_LiquidTrail_01_D.uasset new file mode 100644 index 00000000..ce64d002 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/trails/T_LiquidTrail_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de49dd8135c77e0f0954ec1c218bea7da7eff2ae22ba8fcc16483461a4a3a035 +size 539936 diff --git a/Content/ParagonRevenant/FX/Textures/trails/T_LiquidTrail_01_N.uasset b/Content/ParagonRevenant/FX/Textures/trails/T_LiquidTrail_01_N.uasset new file mode 100644 index 00000000..de6b6ec7 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/trails/T_LiquidTrail_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7110e5befafcc2a25a958e8b73bf93cc6d86712647741dfb490b438a3c7be73 +size 1095934 diff --git a/Content/ParagonRevenant/FX/Textures/trails/T_Smoke_Trail_Soft.uasset b/Content/ParagonRevenant/FX/Textures/trails/T_Smoke_Trail_Soft.uasset new file mode 100644 index 00000000..d0ef1d2e --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/trails/T_Smoke_Trail_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb3a1a5b639576e74a99faebd9a69d40e33846c96ff44ca56794d336fc05f94 +size 569698 diff --git a/Content/ParagonRevenant/FX/Textures/trails/T_Soft_Energy_Trail.uasset b/Content/ParagonRevenant/FX/Textures/trails/T_Soft_Energy_Trail.uasset new file mode 100644 index 00000000..f1c42160 --- /dev/null +++ b/Content/ParagonRevenant/FX/Textures/trails/T_Soft_Energy_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cc7488337ff6535d877186af9f9b56a338d64da1c6def855d7e7386c72dcac +size 547729 diff --git a/Content/ParagonRevenant/FX/VectorFields/Taker/VF_TakerPortal_Vortex_8_220.uasset b/Content/ParagonRevenant/FX/VectorFields/Taker/VF_TakerPortal_Vortex_8_220.uasset new file mode 100644 index 00000000..7c17f2e1 --- /dev/null +++ b/Content/ParagonRevenant/FX/VectorFields/Taker/VF_TakerPortal_Vortex_8_220.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dfc9ab249537161302d095fb9ef27240f62a04947c5980719148b71a5a2928a +size 5814 diff --git a/Content/ParagonRevenant/FX/VectorFields/VF_Noisy_Turbulence_103.uasset b/Content/ParagonRevenant/FX/VectorFields/VF_Noisy_Turbulence_103.uasset new file mode 100644 index 00000000..e218ef09 --- /dev/null +++ b/Content/ParagonRevenant/FX/VectorFields/VF_Noisy_Turbulence_103.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76fdf9e42c9b1979c8be5c2b9a86c9b78f1a2891fc099e402c08a3a7bb82e77b +size 264038 diff --git a/Content/ParagonRevenant/FX/VectorFields/VF_RandomNoise_01_90.uasset b/Content/ParagonRevenant/FX/VectorFields/VF_RandomNoise_01_90.uasset new file mode 100644 index 00000000..ab59bbb9 --- /dev/null +++ b/Content/ParagonRevenant/FX/VectorFields/VF_RandomNoise_01_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f674f0890b049ddb7e9c32e2a048845c3f9f921360454bc00b0a82ef799b5e6e +size 2099180 diff --git a/Content/ParagonRevenant/FX/VectorFields/VF_TurbulentNoise_1_55.uasset b/Content/ParagonRevenant/FX/VectorFields/VF_TurbulentNoise_1_55.uasset new file mode 100644 index 00000000..c2472bf8 --- /dev/null +++ b/Content/ParagonRevenant/FX/VectorFields/VF_TurbulentNoise_1_55.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:410cfc7d6c60febb73d35c48a40440cf15f4c3b2146524ffa56d869cc44c0d95 +size 3748546 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyelash/M_EyelashMaster.uasset b/Content/ParagonTwinblast/Characters/Global/Eyelash/M_EyelashMaster.uasset new file mode 100644 index 00000000..8a9bb756 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyelash/M_EyelashMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b3176f388056b56ac18ace6e22c93ddbfd108756a447879297d48c5a4a4941 +size 147037 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyelash/M_EyelashMaster_Inst.uasset b/Content/ParagonTwinblast/Characters/Global/Eyelash/M_EyelashMaster_Inst.uasset new file mode 100644 index 00000000..a436ac7e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyelash/M_EyelashMaster_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25467090c69f706be453d3d222754280baa61e7e26120f8494a82852b4f1c270 +size 124681 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyelash/T_Universal_Eyelashes_D.uasset b/Content/ParagonTwinblast/Characters/Global/Eyelash/T_Universal_Eyelashes_D.uasset new file mode 100644 index 00000000..0422c8eb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyelash/T_Universal_Eyelashes_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d2e40f00a9c6bbf865798ee95503aebb24a4042ad1500703230976d1b11807d +size 1706537 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset new file mode 100644 index 00000000..853f4e85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/MaterialFunctions/ML_EyeRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b592fd9b8d8499cf5221ef4b480dbb09b26677b1f112fff809018a016a3f542 +size 75078 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/ML_TacticiaULTEye.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/ML_TacticiaULTEye.uasset new file mode 100644 index 00000000..52483fb9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/ML_TacticiaULTEye.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:148894cb0720f7dcc5112711dd3def3f1bc36fa3343dc19c47a97cedc5ddf97f +size 74138 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset new file mode 100644 index 00000000..b7af3897 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_EyeRefractive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b5cdaa41120cd4a0aaca624169985d2ba028af037ee0fda66502cf99adad66d +size 248951 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_EyeRefractive_Glowing.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_EyeRefractive_Glowing.uasset new file mode 100644 index 00000000..e597df56 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_EyeRefractive_Glowing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1a8524eea56a602f6bc93b939f0cc7797039074405696ee2fff7dfcfe1acb9 +size 203403 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset new file mode 100644 index 00000000..1223d59f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_Eye_Occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8fd0821bb22391310fbdb4ccf44e85eb37604b6b97bc21d0c54bee575e4a5c +size 189370 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TearDuct_2.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TearDuct_2.uasset new file mode 100644 index 00000000..4629d187 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TearDuct_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:623fb95a8800e8752a928d453fcb153d5d623d4c7914fefed32ad950810f05fd +size 124889 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TearLine.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TearLine.uasset new file mode 100644 index 00000000..f0d70ef4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TearLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99f0d7e5a872f48cb762e66fe911b6082da4bb19c9c483288dc269e505c6342 +size 128238 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TwinBlast_EyeBlend.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TwinBlast_EyeBlend.uasset new file mode 100644 index 00000000..b13452f5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Materials/M_TwinBlast_EyeBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebbe2c33adaa4dbe71cbae10437a46e65a8047740aad7084b02b8e2ecc77647 +size 170171 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/EpicQuadPanorama_CC.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/EpicQuadPanorama_CC.uasset new file mode 100644 index 00000000..603559d6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/EpicQuadPanorama_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a19f432bcd69bec54309ffab15f05fb0b13ed596fd7d9cc20c250df000b2a7e +size 72373312 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/EyeInner_Profile.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/EyeInner_Profile.uasset new file mode 100644 index 00000000..4d71116b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/EyeInner_Profile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f095e3ce6fb07a18fffc40130aad3fcd5c2850b4be7b8fc5847154dd5eb72ba +size 2376 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset new file mode 100644 index 00000000..9326ddeb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_DecalMask_Radial03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3bf9b4e5397e894a6d01b495107b1a02b9ec06fe2ca451c0bc7564d727ebe9e +size 60062 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EYE_NORMALS.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EYE_NORMALS.uasset new file mode 100644 index 00000000..a954af14 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EYE_NORMALS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aa102e09091bfc7a3b36a04e3e52f76e5b559e92930ae99d7a2b8a57e27f614 +size 274092 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_2.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_2.uasset new file mode 100644 index 00000000..9de13296 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b0541a252284ba56dc6905e1b1365ca9a594e06d13d85e9a4d574f1264aed29 +size 398705 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_6.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_6.uasset new file mode 100644 index 00000000..2f11facb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeIrisBaseColor_Example_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aa1d59160f145356bedd99353082722e3330b40af945ee50d258d8921ca0cb7 +size 431105 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeMidPlaneDisplacement_Example.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeMidPlaneDisplacement_Example.uasset new file mode 100644 index 00000000..c78cd658 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeMidPlaneDisplacement_Example.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71cd44514577a8574bd98ce1864756ddc68d492bbec9104df3abdd18cd7c8276 +size 428165 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset new file mode 100644 index 00000000..d5f00530 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeOcclusion2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a89709b02d53dafa730c97d00dfc2a5faea2c308373467c836e1d585ee16c89d +size 100068 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_1B.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_1B.uasset new file mode 100644 index 00000000..8978f5b2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_1B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0795a7bc7d57d377dea6c3b05005a82991aa0777954680257324e557605bcff3 +size 3893171 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_2.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_2.uasset new file mode 100644 index 00000000..290c964c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442fc283c81d7e4f65b25ca1b1eb39c6cec1ea23beafe751015013663bda5aa8 +size 4038253 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_4.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_4.uasset new file mode 100644 index 00000000..653a1718 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_EyeScleraBaseColor_Example_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfb46fb4a1c1abd7090323f1eb1d1782a22764ebebd6f449fd71775195ceeb6 +size 4642399 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Eye_Tearduct__normals2.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Eye_Tearduct__normals2.uasset new file mode 100644 index 00000000..f292ef8f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Eye_Tearduct__normals2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43ceb23ca2b0037b3d2c3f8acbd4e1a957fceeeaa15c908f820f9a3a9777962 +size 375653 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Eye_Wet_Normal.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Eye_Wet_Normal.uasset new file mode 100644 index 00000000..57ad85aa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Eye_Wet_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d935104b98ba164553971a0dcc5447f8582e5fe6f453c4ce7e20a78825aa8a3a +size 1089827 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Muriel_Corona_D.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Muriel_Corona_D.uasset new file mode 100644 index 00000000..f6179950 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Muriel_Corona_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:169db88b7ed645b9488dfb54512c056ffff3af1dc79eba99d69d1481c607450d +size 2154829 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Sphere_EYE_NORMALS.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Sphere_EYE_NORMALS.uasset new file mode 100644 index 00000000..4d2079c1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Sphere_EYE_NORMALS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca06d5055ac6672869463861ff3380d192d008ed3c286bdd5d23a136a0c3bd1 +size 825497 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset new file mode 100644 index 00000000..1c2efbc9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7364e97bf275cc3e2e6fee09040e4dfbaac7bc19a49af83ef060cfea9d9f7f7f +size 1007633 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_TearDuctSubsurfaceProfile.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_TearDuctSubsurfaceProfile.uasset new file mode 100644 index 00000000..c7d34170 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_TearDuctSubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7143fcaeff45d2274572d344118873ace9bd81a08052a6ad832ed7a7f3eea64b +size 2586 diff --git a/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_TwinBlast_UE4_Demo_Eye_Iris.uasset b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_TwinBlast_UE4_Demo_Eye_Iris.uasset new file mode 100644 index 00000000..bfd5c6b6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Eyes/Textures/T_TwinBlast_UE4_Demo_Eye_Iris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e06eba2a8b2d2bb8d03d873a19b6af1dbdc447674c821c73cc4c1b8acff8d8 +size 443477 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset new file mode 100644 index 00000000..8808f99a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Materials/MF_BlendHairColorsWithParam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8997092b721b27091d4085b28b148e96e03005bea67acfe2ced8aef4f0c5e73 +size 76872 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset new file mode 100644 index 00000000..7cb81893 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Materials/M_HairSheet_Master2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c8989ae62cdf76dd4388e52de85d8849f811c5e8f0839cc798cf3a71624dd70 +size 321288 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/M_Hair2_Inst.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/M_Hair2_Inst.uasset new file mode 100644 index 00000000..8ac97134 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/M_Hair2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c34acff46940b13d7507299bb85b4010137d7955bbc815a7bae91563737ba412 +size 114197 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Alfa.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Alfa.uasset new file mode 100644 index 00000000..6b135574 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Alfa.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264736dd373f6402b9026a261d23f1b71af668e9b58321db9cbe046263a18d36 +size 1788048 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Caustics_2.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Caustics_2.uasset new file mode 100644 index 00000000..36198a3d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Caustics_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2adbc22e5caf5b9931d3777718706ebc0a31d7c1ca045b44747d6f9c4708af +size 135027 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Depth.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Depth.uasset new file mode 100644 index 00000000..2343e4f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07a9ec3417713f1994c8593e9b9917747c26f34bf21a83f5f9ea7c8adac67668 +size 5036001 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Diffuse.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Diffuse.uasset new file mode 100644 index 00000000..9d538519 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Diffuse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5b143d568d451a2b8e9f9aef33c0ce940356369fdcfaa2f82f817215f9c082 +size 23422133 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Fire_Tiled_D.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 00000000..5cc47ed9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b856370cc76ccdc1bac4cfef1a56303a77e278abac6cab75b19d4459b131592 +size 603111 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Alpha.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Alpha.uasset new file mode 100644 index 00000000..8c2c99f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbc3eef3950ec0b04b6315fadeba60942be2e92ec9d85e5aee493b7fde53fc07 +size 791028 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Depth.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Depth.uasset new file mode 100644 index 00000000..e1252273 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92e3892488df220502ddb5526f70577f111b933682c21159ec05dd3d5945f36 +size 2944650 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_DyeMask.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_DyeMask.uasset new file mode 100644 index 00000000..aa2f20c6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_DyeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25756b1a6c6846cd9432846c4b0299e83350dc40e93be0a24336ef101a15f4f +size 1940050 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_ID.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_ID.uasset new file mode 100644 index 00000000..31162491 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f623071ce3ba38fa558588412114b325f2aa45da6aa6c3af27c9c9a6409e875 +size 2791556 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Roots.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Roots.uasset new file mode 100644 index 00000000..e2ea150a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_HairClump02_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e949fa313cb7e8f5f60903ee24776da30a9501855646c96ccf11fcd67449b38 +size 2326566 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_ID.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_ID.uasset new file mode 100644 index 00000000..93116a48 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd07e4a527ed67cdabf0c7499e85f775b5b43a30abb9b2be6637e698c7d7d30d +size 5323205 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_PyroPhoenix_Front_Feather_Pattern.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_PyroPhoenix_Front_Feather_Pattern.uasset new file mode 100644 index 00000000..7978e0f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_PyroPhoenix_Front_Feather_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec6c8905fa14eb49a125e98f85cdf95e883ca7b2a62b96294c6520d148506b1 +size 1941052 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Roots.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Roots.uasset new file mode 100644 index 00000000..1c8bca1b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b7d8dfb7600871dfe30a4397ceb85157ee86c52f8bfc1910bcb24c5e298b036 +size 4878413 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Alpha.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Alpha.uasset new file mode 100644 index 00000000..5e3995bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3f14df8ce088bd2fa9905d7246ada3b951712243eff3a13a7d61c94d1223a25 +size 2696175 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Depth.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Depth.uasset new file mode 100644 index 00000000..18c4c30f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81e8936c6f806f9edd950b1f8a28ec0526cc4aa1ff9d54fef438b6da8fe154c9 +size 3851582 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_ID.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_ID.uasset new file mode 100644 index 00000000..f170d657 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_ID.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74326ae26eb1a52f521727b50ec7a689e01b64e40640b3a7b7aa276f99be101c +size 3798769 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Roots.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Roots.uasset new file mode 100644 index 00000000..ab7d7d0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinBlast_Hair_Roots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999dd28847d6fe849cea668168ef670a4497d331c51af3d83adee0633d1a64ec +size 3593415 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinblastHair_Flow.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinblastHair_Flow.uasset new file mode 100644 index 00000000..97ab8977 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_TwinblastHair_Flow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e315bc1c31c0a5208cd21ed9ed779aeed55c44d5feb0641d9e1647b726be86 +size 410161 diff --git a/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_gradient_stasis.uasset b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_gradient_stasis.uasset new file mode 100644 index 00000000..b20230d2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Hair/Textures/T_gradient_stasis.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea41312fd411fd41b8ee51d266e3160efa45466502d06fa5029fcd5a3befd868 +size 42248 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset new file mode 100644 index 00000000..b345fc08 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_BrightnessAdjust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba7437b5bbc62bd2a4098e63cd1470f353bbd314b64319467e2dd359b6d408ff +size 68283 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset new file mode 100644 index 00000000..5bba6fd5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CharacterEffects.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78bae2250e0599ef1e1e62bb5ece1601b31d4f9a068753e8e901429f55462487 +size 79949 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CharacterGradient.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CharacterGradient.uasset new file mode 100644 index 00000000..a0a2c613 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CharacterGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:261fc7c523e5a077d532002ca3bfa78ca14ad80e578bb9cb1952352fc649948b +size 85765 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset new file mode 100644 index 00000000..da935e9f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Character_MaterialLayerQuality.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1df95250e631b78413a0127f7eec2b30ddd9a62299d9bed8a902133e1bb25140 +size 70617 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ClothShading.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ClothShading.uasset new file mode 100644 index 00000000..f69efbfd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ClothShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3671017424416ebfc93a275a51fbb5df4977f1b416c7a65dcc769509d607f63e +size 62755 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ColorTint_HQ.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ColorTint_HQ.uasset new file mode 100644 index 00000000..04535f83 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ColorTint_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d385372f9105717a19d000feec34005343f316fe79038b617a6cfc1045b2fb47 +size 106189 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CrossTalkNextChannel.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CrossTalkNextChannel.uasset new file mode 100644 index 00000000..a11d42d4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_CrossTalkNextChannel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfc9d8a7576685eca5a3828e2686d11524803ae40015ee5af3a9d4b96db0177 +size 108660 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_DeathFade.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_DeathFade.uasset new file mode 100644 index 00000000..c2248c10 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_DeathFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09adf727330b0db47585a39b1162dc96ca87756097d387d2d3b653bb6c56c93a +size 148002 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset new file mode 100644 index 00000000..cbf72f12 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Fuzz_Layer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faf14cc653f4eae892e747655daffe04ebfb610daf8146560586848bf61f1758 +size 119319 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_HitFlash.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_HitFlash.uasset new file mode 100644 index 00000000..0b8239f8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_HitFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d438d6e21f61a088c947859d93607cafc11e939e6fc13b56a19308a65ff370b +size 82892 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset new file mode 100644 index 00000000..e76731e0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Lerp_GammaColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47df4a60f36d8651b1be4e450e5b896f4eba045631aa5380e5b45ac0600ff8fa +size 78894 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset new file mode 100644 index 00000000..75a50c99 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Mask_Harden.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ced9aeff291dfca4f7bff30c654fd06681abc58af9fe1ce5b4a0dfd5ff36aa4 +size 45481 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Normalboost.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Normalboost.uasset new file mode 100644 index 00000000..2b1949a2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_Normalboost.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26f2cda13b7c4142b1924ab884826f09bdc8ee457812ede8a425b7d817c13828 +size 69851 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset new file mode 100644 index 00000000..ba071ac7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_OrionCharacterAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22eb97a7d1c5a95597a03b66950e7829841f2770cabc5d2b0cfb34124cf580f2 +size 103571 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset new file mode 100644 index 00000000..06b0597b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_OrionRimlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac24746d1396dc66bf5463513cc44bc958fb27652d8f4249219fc28f0908de8f +size 121459 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_PDO_QualitySwitch.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_PDO_QualitySwitch.uasset new file mode 100644 index 00000000..e70fe3cc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_PDO_QualitySwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8064a996f315b2831ac74b89153d6d3ea2c517964eee85b5fd48218c51f9bd41 +size 100097 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset new file mode 100644 index 00000000..9163eb69 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ParagonCharacterHairWind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:015781fdf5bd08023f3f2588d51e960b9a85c85148df8cb23eaf013f64c72d34 +size 74385 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_RimLight.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_RimLight.uasset new file mode 100644 index 00000000..e21fc74d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_RimLight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00a9aad08cf60b27963dfd2276527f3c8f5d23f2fd5291e07bcfcbd0abbc9da +size 86469 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_SkinPores.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_SkinPores.uasset new file mode 100644 index 00000000..1e6b8fd6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_SkinPores.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75e6f56caacfc9ba4f8c6a96f3cbb8763bab406d42e616d72cba015b4803b10 +size 77123 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_SmoothStep.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_SmoothStep.uasset new file mode 100644 index 00000000..4dcfb7f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_SmoothStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a1230d1c7a45e0e48cff22062144513c16db1accf0a26601f2f1fa97089b94e +size 50624 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset new file mode 100644 index 00000000..eef16b02 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MF_ThinFilm_Frensel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514886a4efcf46db7b95326b7dd70a9c69d76193cf7975aa5d2105925a7efdc2 +size 139187 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MPC_EventColors.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MPC_EventColors.uasset new file mode 100644 index 00000000..71a3a547 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MPC_EventColors.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75548b152817295033044cdac10d87ae37ad02be6470277d8cef14b5be924af9 +size 4800 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/M_DeathToAlpha.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/M_DeathToAlpha.uasset new file mode 100644 index 00000000..a7da1b25 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/M_DeathToAlpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e63a8c3632737aa714335f36b708a7ccbab9f8d072e339f1e33060048ed2543 +size 138683 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset new file mode 100644 index 00000000..d842373b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_BaseColorTintAndContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00250eaafb854a0888c631c2d9e8f3e2e0a07b1fd7239e5c235f02da701c26f +size 104515 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset new file mode 100644 index 00000000..f95ce245 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MF_RoughnessAdjustment.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608608dfaeb429436f70d591f78819f01d86f8687c799c852e0ea19b3f209fc5 +size 105409 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset new file mode 100644 index 00000000..e6c4b79a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_ScratchAndGrime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:345930e8f05784ca6acac50e79d4e585ea411e22913532059d76e616107796ab +size 114303 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset new file mode 100644 index 00000000..d81ac74e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_SolidValues.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db719336121e525d2d1996857649796078753610f680523dc76929bfc902dad8 +size 103387 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset new file mode 100644 index 00000000..c874fc42 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialFunctions/MaterialLayerConstructors/MLC_Standard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17d1b202ae93c172ae494f8cd02eac231d2def032d8433cfdea4f13c6974a847 +size 112058 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Cloth/ML_Fabric_SmoothTech01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Cloth/ML_Fabric_SmoothTech01.uasset new file mode 100644 index 00000000..2528985b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Cloth/ML_Fabric_SmoothTech01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dac008ddeabdc21b1766dc27a9d3690bb51c90775d71fad4b7ab520bccd7702 +size 114564 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Cloth/ML_Fabric_SmoothTech02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Cloth/ML_Fabric_SmoothTech02.uasset new file mode 100644 index 00000000..9fb1976b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Cloth/ML_Fabric_SmoothTech02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a119f33a1a4431bb3f4e43101647f8a5a542b81bf15419bf57810cb29ad510 +size 115507 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Ballistic_Nylon.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Ballistic_Nylon.uasset new file mode 100644 index 00000000..7ae7f6fd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Ballistic_Nylon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74740e35eeef41e3adb0b7f1524ac4276ff3e12f254afc9f425533e175b758af +size 123464 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset new file mode 100644 index 00000000..4d564ff3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Canvas_Grey01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e303eb5e8ffba5920461d621eac3caf8ee90675c0646af1ac7b9cbcc9ce6880c +size 133004 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Chiffon.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Chiffon.uasset new file mode 100644 index 00000000..bf4693d9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Chiffon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27608d67f71724146f1975f01eee50ad5c71609a5e296ae2ce335588968f4e86 +size 123802 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Cloth03.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Cloth03.uasset new file mode 100644 index 00000000..fc274235 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Cloth03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f8dae2a2fe117e5e30e12f344294280030124369140692da58cf546b23b5303 +size 113272 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Cloth_Bump2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Cloth_Bump2.uasset new file mode 100644 index 00000000..6c824e75 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Cloth_Bump2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95f63d880531085ef2e608664a09c171d2c61ba04dc5f195ecefe318b5b67af9 +size 120879 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_ColorableCloth.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_ColorableCloth.uasset new file mode 100644 index 00000000..0cd8d991 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_ColorableCloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a654244e4790710c444e83951d02d6ebce5b1c156191462fefa20dc24d5e67 +size 119220 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_CreamCloth.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_CreamCloth.uasset new file mode 100644 index 00000000..278d83a3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_CreamCloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd180972810dd6e9d6429a9bab1aa081c3bd0833cd0a032597bc65acda47e97a +size 114855 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset new file mode 100644 index 00000000..59c63dc2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Fabric_Basic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a482dcff992a64e8b6cd63121b087002da0d6b1396b424e0f7e9997d7cc0750b +size 142855 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_HeavyFabric03.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_HeavyFabric03.uasset new file mode 100644 index 00000000..2ac48f51 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_HeavyFabric03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0474da66b4a4784a50fe3edcffebf83b6bd4c176bc7001b1d228edde13fcf55 +size 146375 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Mesh_Covering.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Mesh_Covering.uasset new file mode 100644 index 00000000..44c94c57 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Mesh_Covering.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26e6dd77d0d914a90bb0b617d306218264c5b50f5d6530ea79e23eedee4113c4 +size 109043 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_NylonStrap.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_NylonStrap.uasset new file mode 100644 index 00000000..fa82bb1f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_NylonStrap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d99010c5a949809ca27dedec46849383177c444a79e1809f336d7197431cc5 +size 121652 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Wool02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Wool02.uasset new file mode 100644 index 00000000..0eb21597 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_Wool02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d4c76c5c1be75d1d0a063fb4f15099308cf823370ddb80e1b9b1c07f02bcb0c +size 127099 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_WoolPattern01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_WoolPattern01.uasset new file mode 100644 index 00000000..ed381ecf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/ML_WoolPattern01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef923206f8c36ee41b7ee988dcca169fbb39f35bc9ad1e41228bbb10f05e9774 +size 64906 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Ballistic_Nylon_01_MASK.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Ballistic_Nylon_01_MASK.uasset new file mode 100644 index 00000000..98ae444c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Ballistic_Nylon_01_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e30ddad454916ba286ff44ede355d657cb35407e9e78c11212eca456a1b3277 +size 7870382 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Ballistic_Nylon_01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Ballistic_Nylon_01_N.uasset new file mode 100644 index 00000000..40f2f805 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Ballistic_Nylon_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea870bd96aafbab16cba1f266fd58fe08fa9513dd1717ad87d3b23a75123c0e5 +size 8379070 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Cloth_Bump_2_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Cloth_Bump_2_D.uasset new file mode 100644 index 00000000..2bde19b8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Cloth_Bump_2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52beb1bad2e09ce282b89f7541cae3ed99021c1effa77257bc927224dec992a +size 20981394 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Cloth_Bump_2_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Cloth_Bump_2_N.uasset new file mode 100644 index 00000000..8bf27453 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Cloth_Bump_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c7400bbab372d0180afaadf391b41ddf5288e9c4faeecb56c6774f5a7e21d3 +size 19315243 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabric01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabric01.uasset new file mode 100644 index 00000000..d1838e2b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabric01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c6d8b16966d8a26011cc5619a3a30aca4c7625558b54637ace60189415b4153 +size 10067678 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabric01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabric01_N.uasset new file mode 100644 index 00000000..dda356e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabric01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e83e5bdf0b4ce9ac371ff91d79c46eb602e3ef8c7da960fdfbd28984e7022722 +size 10981731 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabricCream.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabricCream.uasset new file mode 100644 index 00000000..1cb18aa2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_FineFabricCream.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6eed8a48f50e2d245ec0b79fa5747e093e4c9c2329cfa87c3d0ca7215a38295 +size 9727882 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_GoldFabric01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_GoldFabric01_N.uasset new file mode 100644 index 00000000..b69374d1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_GoldFabric01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2250f380ea7438a4fd7f2acddca8e2772f06e36798bcb1e17c10df0994c2a4 +size 10988735 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_HeavyFabric02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_HeavyFabric02.uasset new file mode 100644 index 00000000..106385d6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_HeavyFabric02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58dfcc1cfb738cf97ef758e2c02b421b3e7a721514f1150755a236898b67d1dc +size 15382969 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_HeavyFabric02_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_HeavyFabric02_N.uasset new file mode 100644 index 00000000..e1089ca5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_HeavyFabric02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aeb3557cc7e291aa76af691ef59057e25178cdf0765ea0641d516c079b49b9d +size 25043857 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset new file mode 100644 index 00000000..30342978 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766905709feaf956a095e56a85c39caabdf9bb7b84275dd441500d56c1088f9b +size 13972599 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset new file mode 100644 index 00000000..94056ef5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Canvas_Grey01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2e4fc56a1acd4f0141cdd22b336f0708394affb0dc81fd36aa5312ec780fbb0 +size 13291690 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Cloth_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Cloth_D.uasset new file mode 100644 index 00000000..0a5dc5c6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Cloth_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ead559a6f6ca80165bbb0173a772e55799d03ba3f73a3a8ff3422ef9537331 +size 2197567 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset new file mode 100644 index 00000000..1ff7863e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Basic2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aacfac8a1bc6229c51fbe44824eb47d7a35c7cb280b466c9966cb7368329293 +size 2690129 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset new file mode 100644 index 00000000..3cc28c68 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Blue_Medium_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c2bebaaa58011707cfbfe192fd88f1a8bda7a6474973bd166f70f1463c66bc6 +size 3091880 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Camo_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Camo_N.uasset new file mode 100644 index 00000000..32c40009 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Camo_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:368a6ad896cd86111e36cfb7b65c12b112673d076d6c85a5cca3074297167b31 +size 3091852 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Shiny_Gray.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Shiny_Gray.uasset new file mode 100644 index 00000000..239f6f91 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_Fabric_Shiny_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fff5adf5a5ce8cf9fa14c9a22db5225403b20cfba13f145534a39b66286924f +size 3485360 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset new file mode 100644 index 00000000..5541c86c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_ML_SmoothTech_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d47c7b25739c71c4c57f3786f03c635470f06ef27359d16fa435c56af40f9cd3 +size 752182 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Mesh_Covering_01_MASKS.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Mesh_Covering_01_MASKS.uasset new file mode 100644 index 00000000..0780072a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Mesh_Covering_01_MASKS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a545370204a7109b5896f918f5d4b2f4d9cbe59bcfbb85a2a0b6be2d215766 +size 7168286 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Mesh_Covering_01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Mesh_Covering_01_N.uasset new file mode 100644 index 00000000..3edec32c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Mesh_Covering_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f22d893f7f9d24841cc1d81165bdf032cc0db82d66cb0b1efc5d54bf170fe4ff +size 7641377 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Wool2_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Wool2_D.uasset new file mode 100644 index 00000000..d1c29700 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Wool2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be134eed41f7c9faa05fb877a1ee3b1f0349ef3923898ed0b70168672d5301ad +size 8947455 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Wool2_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Wool2_N.uasset new file mode 100644 index 00000000..21301736 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_Wool2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea27424e53538f2ca25db25f08125fb5f4df1b2afa0072c3a694e31397215d8c +size 21964993 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_WoolPattern_01_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_WoolPattern_01_D.uasset new file mode 100644 index 00000000..ba681926 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_WoolPattern_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28b99cea2d537801ba7c41811291dd17862eace0d980a22ab1d41d22915ec10 +size 30079701 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_WoolPattern_01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_WoolPattern_01_N.uasset new file mode 100644 index 00000000..5c0592b9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_WoolPattern_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d56acb6a2acb59fa064be5da3176b85433bc2c393b886ed09af70cf7318bcf44 +size 21915562 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_nylonstap_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_nylonstap_D.uasset new file mode 100644 index 00000000..181b388c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_nylonstap_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae4b8fbc47462fe8688f9f5add49854e4e6dd56abc49f33fd068576a7989ca7b +size 3033740 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_nylonstap_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_nylonstap_N.uasset new file mode 100644 index 00000000..f833f7e3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Fabric/T_nylonstap_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:326778c57c0b9eb6b8d6a36071e19893eab7165f55fe6866d8ec183d4bd0857c +size 3024158 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_Brown.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_Brown.uasset new file mode 100644 index 00000000..0bd078d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Dark_Leather_Brown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb21a08c6a16c5e9c685d2b6780f64428cb0ec92f26ea2eb9ec2805cfe32790 +size 127112 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Light_Leather_Brown2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Light_Leather_Brown2.uasset new file mode 100644 index 00000000..67693203 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Light_Leather_Brown2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2da8acf0258d58562c041392819ca269b98215f188111f2f29cfa2d612caf631 +size 126281 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset new file mode 100644 index 00000000..938a81d2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bf2ea4835547cce04f1dacb9ab62650be3694aacca89e217a3e7d807229f0bb +size 125238 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01_Colored.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01_Colored.uasset new file mode 100644 index 00000000..f7bf3f2e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Synthetic_Leather01_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d3449de2d758d0a1c15e57b2f6364f3f2f17544ad4b25b8eb7c1167331bf2f0 +size 122056 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Worn_Under_Leather.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Worn_Under_Leather.uasset new file mode 100644 index 00000000..3e29aa5a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/ML_Worn_Under_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8b08ae4cf4104b818dac63d800f5252b9a17426616518d9ee350ffd74c63aac +size 107219 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Dark_Leather.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Dark_Leather.uasset new file mode 100644 index 00000000..3a857f3e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Dark_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060b457c7b9e937f0b4a5701b3257076c5424a941ac56c40cabe08d87b504905 +size 10580790 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset new file mode 100644 index 00000000..a908db1d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Dark_Leather_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18a18942bf2401862d57f1812beb48570b7981bebcfa41d760bbde5b8932fda +size 9554618 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Light_Leather2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Light_Leather2.uasset new file mode 100644 index 00000000..f7ed958d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Light_Leather2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7821bb74706615f55e01a33f04ff00b612e7775d550fd694ed57ac3eda70a4d6 +size 10591729 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset new file mode 100644 index 00000000..e9359691 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Synthetic_Leather01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8860a27f8ee98ab2f39a2a485ef4ca62338faea6615fccd6522cd360745b50d0 +size 7692176 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Worn_Under_Leather.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Worn_Under_Leather.uasset new file mode 100644 index 00000000..9088ac2f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Leather/T_Worn_Under_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0d7a4d8ccb6927953bc246f780d34443a1c1d812352ceafd5ee80195206ab54 +size 12289615 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/ML_FlatBlack.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/ML_FlatBlack.uasset new file mode 100644 index 00000000..ec22320f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/ML_FlatBlack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec05a66cc80e65bfe4c54fc01aa41c13d0b5bfddc4e657d2728203e58a2cd3ca +size 45699 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/ML__Blank.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/ML__Blank.uasset new file mode 100644 index 00000000..a42d7efa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/ML__Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:057354960d4a0346b9ee767ee7f999892e6ad126699a83549dd4357fa0076339 +size 79315 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Aluminum.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Aluminum.uasset new file mode 100644 index 00000000..13a5eede --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Aluminum.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6558f0f28623ee98b589b68ba3a477b660e5c01a6433f3fff9c110df7a7a317 +size 122257 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2_Tint.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2_Tint.uasset new file mode 100644 index 00000000..41e8e600 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_BladeMetal2_Tint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f272a79361e988529a273a96ea6491b6a2e78e13b4679c7fad1a133cfa701d67 +size 124530 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Dark_Metal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Dark_Metal.uasset new file mode 100644 index 00000000..d6d31255 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Dark_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc3ef7735e93a325ac7c74a8aa3b061f8d67c5ec35f3043defae6dd5f0155e2 +size 127246 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset new file mode 100644 index 00000000..88570cff --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_GlossyArmor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90d514794d21b0ccfbc266b16e64d4144ef078e8d6652fb3503bfb77f4fdb3b1 +size 127036 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Flat_Black_Metal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Flat_Black_Metal.uasset new file mode 100644 index 00000000..00dda37e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Flat_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3d2f5dfe83b8aae5d02f33779d2b180158ddf55b3485e43b1411912846a8e83 +size 127443 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset new file mode 100644 index 00000000..f35e0105 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff1b85a2bd2d928bcd43527199d1cd833d30bc63d154bc566dcfcd02211fa75 +size 122880 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal2.uasset new file mode 100644 index 00000000..54e06857 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eacdee9ad40dceec8cab609943493dbffb0c7fa292fcc51b00b77617ff6200d +size 125199 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal_Bumpy.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal_Bumpy.uasset new file mode 100644 index 00000000..4a7fe1d6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Gray_Gun_Metal_Bumpy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae1ca6caa9f39f3964fbf33ba2e23554d70ae4e2f04ba8a3e3390294a474e4a9 +size 120324 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset new file mode 100644 index 00000000..a17602c6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_LowContrastHardMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09f89cc46a2688c459b596a9d5782013af79b8fc7b006ec51b814fe34dcd70bc +size 120258 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_MetalButton.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_MetalButton.uasset new file mode 100644 index 00000000..3ad7f656 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_MetalButton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d396432568967a405e3c640f2948ebe27364d18cdd7ba47a07be7613a515791e +size 104760 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_MetalButton_Color.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_MetalButton_Color.uasset new file mode 100644 index 00000000..64373018 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_MetalButton_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14b9964131649ccbb9832a3ea12f09968c60baa464c4fdb1a9f6e1dbcf1506ee +size 105678 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset new file mode 100644 index 00000000..f5aab21a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Metal_SandCast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba1675dc5406f5ac7fa234904d2cf8dba0ff91a6cf0024ac844eec68e241e11 +size 152099 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset new file mode 100644 index 00000000..8aaec206 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18fdeb7d27d9360dd3b0d17906a7d8826dee8f3102f8957bfcfdb9e987d79ace +size 108994 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset new file mode 100644 index 00000000..ccf36a5e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_SoftMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eef07cb52a60ef40d7bf63d120554a4cae7c2e4265456a0a84e523babeb5c19 +size 125309 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_WarmGold_Colorable.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_WarmGold_Colorable.uasset new file mode 100644 index 00000000..11d326d6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_WarmGold_Colorable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0508f59c5b195af46a008c6387a3665b4f94ecc4a01346df75053512957ac9a6 +size 128278 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_WarmGold_Light.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_WarmGold_Light.uasset new file mode 100644 index 00000000..bd98da3f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_WarmGold_Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b31dcd1e91c04fc6f1878b4b4f14ba3ccf8650eeaa3d8caadf69f12e4bedbbf3 +size 124722 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset new file mode 100644 index 00000000..b95412b2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_blue_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c82c51315023feccc6840ccec284f010dd6f9bd460631b02c96ca93b857a5d9 +size 133673 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_shinyMetal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_shinyMetal.uasset new file mode 100644 index 00000000..914e63f7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/ML_shinyMetal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38f8077b6719dc1ba2894035aa4efae07580aea2e91ff4955c7ac362fead8f4 +size 123757 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset new file mode 100644 index 00000000..09c69ba4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afd77f0a316a77f874272d967ce49221cf203864011f001c13a45421ef562de +size 3483 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset new file mode 100644 index 00000000..fc8ddac4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Blue_Metal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb58535ec529bb432a88b80358b0ae4e02f47b8e1a51476aedad9a8b86518d6 +size 8175041 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Composite_Bumps_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Composite_Bumps_D.uasset new file mode 100644 index 00000000..201f5752 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Composite_Bumps_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232294c8e0e36006a4473e468d701407e05c09dede9b5665eaf395d6cedf52d0 +size 9456672 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Composite_Bumps_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Composite_Bumps_N.uasset new file mode 100644 index 00000000..b12c1772 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Composite_Bumps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0294e02a166acb5032884830a9e08075cc520ecfaf6d258d46ea9e20ab038d56 +size 14758395 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Dark_Metal_D_2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Dark_Metal_D_2.uasset new file mode 100644 index 00000000..e34fd86d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Dark_Metal_D_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fc058adf51a63478c735cf67446bc12abd7ba8886f998703426f6b14209a4b8 +size 6080616 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_FloralPattern_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_FloralPattern_N.uasset new file mode 100644 index 00000000..cb955213 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_FloralPattern_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f33b1b8b9cc0f0413740119f64022c4d78484c345216b1309d0269b7f92be2e1 +size 1900685 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset new file mode 100644 index 00000000..9fa33678 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Gray_Flat_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c28c0be6594de345f7deb9454ade237b485f7a7a5bc830b1017cc993c16b984e +size 7791986 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset new file mode 100644 index 00000000..9e3b0519 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02e126683f930ec8182f5c1a81b40eb440e3c788b0e5062fdb116414b5f621ab +size 8750714 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset new file mode 100644 index 00000000..75fd1a0a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a6046ff1c843872cd258e23f6f5cc30bcee878417a3ff7b2a35ba04f8f2944d +size 4449161 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset new file mode 100644 index 00000000..1566a29e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a33769a2e20432847df022f826b23ed581edd4c6bd7c74751b282c67c17c8e0f +size 8754971 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset new file mode 100644 index 00000000..add7c64e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Aluminum_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5412801825a2c8bac7e6f898dd2e71d9e6557d7ef4089fbd4cda68d1a1ec5d2 +size 4448811 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset new file mode 100644 index 00000000..61a13112 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ML_Gold_Metal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8b52f1b24033e8395fc1cd67510173e3307e4b995ca0ddafca12888265c2602 +size 3715315 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset new file mode 100644 index 00000000..c0ca35e5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Metal_SandCast_Med_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a19acedda954e6030116d044fd0710757af2db9b8d84659411c7f36067d18ab4 +size 12840649 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset new file mode 100644 index 00000000..0512e869 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Noise_Rough_Dark_Big.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6094f60e84dded96e5bc79f60e95e626f11be9c8823e99d4354bf5b74bd137e8 +size 883998 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset new file mode 100644 index 00000000..a2338880 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df9d87a7c2bf2bf605dacf8d6aef6b0e3c9d47702470a345e635c6708eb53bb +size 8154708 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset new file mode 100644 index 00000000..c18ba102 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Primer_Black_Metal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3791f813efaa7de78e73f639a564d8121f54de648f9671e737e4cec7a725c95f +size 7110550 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset new file mode 100644 index 00000000..fb3478d7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_RoughMetal01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f9de0ff9113face631e47a7026d3b76666f4a2d82953c641e0a67c6a683432c +size 10947140 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset new file mode 100644 index 00000000..b4aa29c1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_RoughMetal01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb53e7417358d6d06bdb28ac1d9948f4440ac0857ca0849cddc1bb860143c669 +size 3625922 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset new file mode 100644 index 00000000..9ec444f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rough_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01d802df3024f2247472cb51b05f6587945ef4a23ce6dbac80af204c27ca416e +size 49626164 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset new file mode 100644 index 00000000..f710de00 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rust01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fd86a71e92b7a124dadeb5d1988d6c595841bbcfd741ea46c7991939232f379 +size 12310670 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset new file mode 100644 index 00000000..4b7043f6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Rust01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdf2d442748ceed79b636a605799207676fa045737bd9e5b91d7dc692c058ff4 +size 12463803 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset new file mode 100644 index 00000000..2f4bca45 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_ScratchMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564c20a0dfff2978c40f6e618a38adb0f715f48230644e25c68cb2343dbff88a +size 790012 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Twinblast_Body_Color_Overlay.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Twinblast_Body_Color_Overlay.uasset new file mode 100644 index 00000000..43934e91 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_Twinblast_Body_Color_Overlay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f198d0e7843bdd2057ec0ea5286cab8544f37b2087d8a11bf6fb42c7be7379ad +size 984531 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset new file mode 100644 index 00000000..9550996e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Metal/T_hardmetal2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1646dc1929845fc95d4664543161094216e04fe205aadb64ec3d4b54569713d4 +size 23660676 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Gray_shinyPaint.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Gray_shinyPaint.uasset new file mode 100644 index 00000000..4bdb547d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Gray_shinyPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b09b33893890cc40f37cae0e375e74c54b69af9e8781947062e36c33eeadd9c2 +size 121512 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat.uasset new file mode 100644 index 00000000..8aa58a42 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e07f2f8605e12398220797b29e772678a05f069e339af91b0b16df11c260fcdf +size 113609 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset new file mode 100644 index 00000000..3b0aba0c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_MetallicClearCoat02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37822293394a02fa6ac2928808347bf11408a1692ef7764241c8658a4879a3c +size 116836 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset new file mode 100644 index 00000000..9b0edec0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Paint_OverMetal02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b708f2c7d5058babd2ba1630f9ea4d457f798b4912bc706daf2b175eddbd59c +size 111879 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal2.uasset new file mode 100644 index 00000000..efec96f9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_PaintedConstructionMetal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a270106bc8f4f7d96e635a3431885fbd30ff984af30be2bb776d02e3e9a0b2b +size 126111 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset new file mode 100644 index 00000000..2e061f72 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/ML_Plain_Glossy_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7c76033698d5648683148030c73335ad4b282df71f292438441392b08a984a8 +size 112814 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset new file mode 100644 index 00000000..7a45a7d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_Cream_Paint_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf018711680089c380721ac2a219ffa628cce68a596cb5d40628741fe1c96b60 +size 8160606 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset new file mode 100644 index 00000000..a517223f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_Cream_Painted_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fe3fa6871d002dae324b5380afd42e73e845b88d21a45f1d9993d0ebc2471b +size 3376439 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal2.uasset new file mode 100644 index 00000000..42f7cb8b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f27906fb0ca5f93d1fcdab02b3405d76c5ccde2ba8d21669a35974f4ae604c6f +size 8588774 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset new file mode 100644 index 00000000..ad909af7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_ML_PaintedConstructionMetal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a65aa28286709f927c603d0a3ffc3374bc467289c5be59a6f4d80ec72b2e2c4 +size 4183533 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset new file mode 100644 index 00000000..3a441471 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_PaintScratches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a44467affed3329265c3f103d2b83f2f7ca02e426e1f2d28a1ac7403424abea0 +size 5076745 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_TilingRock01_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_TilingRock01_D.uasset new file mode 100644 index 00000000..76152e60 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Painted/T_TilingRock01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9df0ea86a8fb8c96f60f92b75e3c457c1db9153e36362b15e6c05593608c5593 +size 8901693 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Honeycomb_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Honeycomb_D.uasset new file mode 100644 index 00000000..736769e9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Honeycomb_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71b56dbbb3e48381f56e14fe570690ff1e9ab62b11ae1a5ff864ff460bbfc260 +size 2150362 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset new file mode 100644 index 00000000..b565daab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775b14296df465246b14ea5f6366ad66654c8de4915621e2dcfafa0ed8981f19 +size 2001350 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset new file mode 100644 index 00000000..ea9ea1d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_SpiderwebPattern_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31992da79593996605b9c8791234ef86f2bbc474cb78b9f979b5f4cec0fc984b +size 4340948 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Tiling_Skull_Pattern.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Tiling_Skull_Pattern.uasset new file mode 100644 index 00000000..5bf47b4f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Tiling_Skull_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf46961e55f8fb1689de400294455eca00e6c42bee879ffd0aa6e903e31985c7 +size 467451 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Tiling_Skull_Pattern_NRM.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Tiling_Skull_Pattern_NRM.uasset new file mode 100644 index 00000000..3d6bcae5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Patterns/T_Tiling_Skull_Pattern_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a1aaa518d6e7aaf1b015308b579d1d2abb516ecefb8531e89ba430e8d98c04a +size 2018796 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_GlossyBlack_Latex.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_GlossyBlack_Latex.uasset new file mode 100644 index 00000000..d3c94f58 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_GlossyBlack_Latex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7016ff6b471ae9ed62d7caccadad61200421191af12371cff594f1be200d73 +size 119446 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset new file mode 100644 index 00000000..b9550065 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_Rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67de1e9e9200961dc09a326d48833c51ffacf24f5801441001355fe2fc5ab04f +size 126286 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset new file mode 100644 index 00000000..2f860c7d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/ML_Rubber_LowContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4cb586356d03568e1393dfed4b11ce883f453b5c129131cb9f0228145a8ec67 +size 130255 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/M_RubberHose_Simple.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/M_RubberHose_Simple.uasset new file mode 100644 index 00000000..47e46dad --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/M_RubberHose_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4536e6ecd7fbf3932472520f54d77fee2a4eb27f5dee6fc92830308ed7bb3113 +size 105050 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset new file mode 100644 index 00000000..8755e09c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e522d09ae6cf3af9839ec8af6bd2011317df374dfdef5c73a09aee6ca766c557 +size 3863 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset new file mode 100644 index 00000000..b0a788db --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_FineRubber_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f92df7f81e60021bb6417af8e27d80682de4ffffd1a4493ef7ed27aadbc5a07 +size 6118230 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_D.uasset new file mode 100644 index 00000000..23d380e3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d705e3597154fc248c38db490a3bb94a1ccefa32871895b3eb57356d221291fa +size 5504057 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_N.uasset new file mode 100644 index 00000000..6961f4e2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_ML_Rubber_Blue_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de53809d2a5bef1627d727f31a8d79414c464677a840a8612a78285eaeea32f +size 4903533 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset new file mode 100644 index 00000000..5560ce31 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8d988c65b16b337410f61d2a89af1e789b09203e7f4d771a0af090cc1a749bf +size 8827608 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset new file mode 100644 index 00000000..06a43704 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe7df2a56a78a6d5debe953c0b99b171396510e976231806f048e457942aa1be +size 6505812 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset new file mode 100644 index 00000000..004e982b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Rubber/T_Rubber_LowContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5189b7c1ee35e99e899ab1f1903f8c86dd34b0a2397359a0237f72e8d9e8fdc +size 8816591 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/Carter_Skin.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/Carter_Skin.uasset new file mode 100644 index 00000000..0b4056ff --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/Carter_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13707e73e70a3e026d2915b38eee5dd98923d30070213909ca53a6908db658dd +size 2607 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset new file mode 100644 index 00000000..e5bfb0bb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/ML_HighContrastBone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a7024bfefe41dff823f85c7d3699f877ba7627c70a0a808a48d1428dcab03d0 +size 120644 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/ML_Skin.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/ML_Skin.uasset new file mode 100644 index 00000000..b1b6469d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/ML_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d3b1bc700c998a62c2b6a807de87cf7f17b03c9cdc8f4aaf9be66b74893b8b +size 112182 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset new file mode 100644 index 00000000..7d49dd21 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Metal_Patina_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c378f603cf4a2422b69b395799c7f60a0123e35fca22eac908b929b0044d3736 +size 9735931 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset new file mode 100644 index 00000000..17908db5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Pore_Normals2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b3ee10dcdc64f68fa2d30ff9e2ba80e87f577996200a4dd32f4a160ffa3e16 +size 1977395 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset new file mode 100644 index 00000000..820af35d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_Pore_Specular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6483926099c9bcedb6f45fe0d7821ebcee60f74088a410ec56ce7baf96328ba1 +size 1562902 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset new file mode 100644 index 00000000..702f6a09 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Skin/T_TilingBone_HighContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2408c2f668c10554f4ff28aad9b85abef45a758aea79dd7ab34a27407a31d299 +size 2862302 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset new file mode 100644 index 00000000..450f65e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/MF_SimpleDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5997e983b3faccb744a65db40cfee9eb53beb7e1eeeea40c9f5787d4f547167b +size 101821 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/ML_HalloweenGlow.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/ML_HalloweenGlow.uasset new file mode 100644 index 00000000..4d37a20f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/ML_HalloweenGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d503da39c4da416b00658c8ebb76c467ba09f61fd4c01d11a4c73e7ebd4d34b +size 111455 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/ML_HalloweenLeather.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/ML_HalloweenLeather.uasset new file mode 100644 index 00000000..1990b93c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/ML_HalloweenLeather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6a305597c22e5afc0b3e83bc76bc09b75e628e7e7ad40e29967bc2e1b9742a +size 153774 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/T_HalloweenGrad.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/T_HalloweenGrad.uasset new file mode 100644 index 00000000..23d5ace7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Special/T_HalloweenGrad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:327e31042db2e502fcb573fc4139f81aaeb3aee39175ffd0e2b377b558f2f3f3 +size 8670 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_BodyPaint.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_BodyPaint.uasset new file mode 100644 index 00000000..56c37a26 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_BodyPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a85569310c3d53b3b8a241f7ba3bc1b5e6a69bd9a86cfa72e963e09eee695cf +size 115240 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset new file mode 100644 index 00000000..fece3fe2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_CarbonFiber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45eace7b16a1c1ee047a5c116fd1c23e61fc4d5c750e87c483d4f9505a4607b2 +size 122982 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Cream_Rough_Plastic.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Cream_Rough_Plastic.uasset new file mode 100644 index 00000000..c541300b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Cream_Rough_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb94ab0234af67b918259ce8511eb595b36f39bbc412314e347c9ac5f780dcd +size 121140 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_DarkGlass.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_DarkGlass.uasset new file mode 100644 index 00000000..449bb2c1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_DarkGlass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac5519cd5e7bc49db097736dd3a19cadb71b2a47b079b4accba5dbcae6307fc +size 107398 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset new file mode 100644 index 00000000..6ffeacd8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Gem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de96acc45f075f74ffb66ed5a851a807883080f0a890b1c5c1be749aa4bcf5c7 +size 121755 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset new file mode 100644 index 00000000..78b0cdfc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Glass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1249bf1bb741c4ce1ec9ed99c299c1fd8f044d2bdfa0e979fac753145273848 +size 106961 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_GlowGlass_02.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_GlowGlass_02.uasset new file mode 100644 index 00000000..ec89c4dc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_GlowGlass_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcbda7e75f475f2bfb98d52ef4032fe0c7e7f8e32f99ca702ff977c7d2890d9e +size 116789 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Honeycomb.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Honeycomb.uasset new file mode 100644 index 00000000..70a5a821 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_Honeycomb.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1928b42e4a55dfed63ff51d7af7fcf07fe6873b0c0a695555bb9bc72171e698f +size 124384 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_MetallicFlakes_2.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_MetallicFlakes_2.uasset new file mode 100644 index 00000000..7edc8c77 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_MetallicFlakes_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a60aea214b08a904bed452415dd8b9164efdcd854759bcf1a7dda3262fd7adc +size 137734 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PlasticPattern01_Colored.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PlasticPattern01_Colored.uasset new file mode 100644 index 00000000..0fb7440e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PlasticPattern01_Colored.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d08b6d1ea982408f6edc52a2e2c3ccfbf8be577bae713e3c247e0f3f692c77 +size 124776 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PulsingTronTube.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PulsingTronTube.uasset new file mode 100644 index 00000000..ef8ff92c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PulsingTronTube.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b763e35fb0fe71a63cc5525334f05dc9f9d2c7fce5095239add7a6c4a97f81bb +size 102539 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PulsingTronTube_Pattern.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PulsingTronTube_Pattern.uasset new file mode 100644 index 00000000..9092f1b8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_PulsingTronTube_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2163ae7723da42c2561499ff5bcb3783a79007f20ddbc0e8019479d82268f50 +size 163066 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_ShinyPanelPlastic.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_ShinyPanelPlastic.uasset new file mode 100644 index 00000000..763f803b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/ML_ShinyPanelPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f605087097e8c001b8c677d3d7c045d03d7fd0cf9416e98e73da23a0ee6f8acb +size 122264 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset new file mode 100644 index 00000000..d5a1fea0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_CF_Nor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f405b8db478bcfab4330a5d39936aa24d3d0a60de3db6a68c22209c93e0911b7 +size 2728631 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset new file mode 100644 index 00000000..52437d05 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Carbon_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9009548bb72dbdd178ac657ac1ec2c090d992ab3706de01f6f059d5294bc5ce8 +size 46336 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Flat_normal.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Flat_normal.uasset new file mode 100644 index 00000000..461de4dc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Flat_normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71aff550d920f94cbe4f16db973d3b58eea9120ca0a86876e0d0d47a04783e35 +size 5061 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_GradientLaser_M.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_GradientLaser_M.uasset new file mode 100644 index 00000000..d3588ba4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_GradientLaser_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bf1ba157ce11fce251ad5444f2fc2cea1706a561fc48173abe75fb592247b65 +size 27572 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_D.uasset new file mode 100644 index 00000000..a41881d4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3664b773442143f0a60f8bf720408a9fb0540e1b126fb877a2d490f5c4703054 +size 3259507 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_Flip_Green.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_Flip_Green.uasset new file mode 100644 index 00000000..fa3a0705 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_Flip_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d9a40eb15a5d204abe9e5e5a44b8c83063c438fdfa073c1d2f6a37c3358851 +size 14634625 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_N.uasset new file mode 100644 index 00000000..988c87d9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Honeycomb_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b02e5fb3117aa54aeabfb76765b07c3fccb5a2a9f83e3d3da517f0b91406b77 +size 14633555 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Kurohane_Eye_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Kurohane_Eye_D.uasset new file mode 100644 index 00000000..b08357df --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Kurohane_Eye_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3b5d4e49378148a3f34f42bab3045891232e2f0eace6aebe6da92503fa2159 +size 3803238 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_CleanPlastic01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_CleanPlastic01.uasset new file mode 100644 index 00000000..ebeb9578 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_CleanPlastic01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:500006dccc0a1a7b6b991bba6dec20d13b1f2adf69ab8efcd7052f065077c4f2 +size 7726737 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01.uasset new file mode 100644 index 00000000..f3c4358c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a9c4dccfbf85a608e18fba31e19213565ee2ee3790ac85d22268f8c00daa998 +size 7809741 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset new file mode 100644 index 00000000..9748d823 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_ML_PlasticPattern01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec490a7deb3fcb442914733ad8bdf5035d37e51687f5721d1d9bca2793bb0535 +size 2710477 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_MASK.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_MASK.uasset new file mode 100644 index 00000000..3a743208 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c0c7df7c2b90d32f393ea04df20c82c0bfba5d1b9766e732a16236ad518e3f +size 511641 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_N.uasset new file mode 100644 index 00000000..f3c5c4dd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Metallic_Flakes_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355db08d5af74eb85c14ee4f14d6fe3a2ceeede3fe804d525e358bcb355ce789 +size 419713 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset new file mode 100644 index 00000000..d0ff3427 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b790433a7706602e2cd443916f289f0fb6343ba3f14c1e5cd962b302ebc284 +size 6940840 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset new file mode 100644 index 00000000..404b3c66 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Rough_Plastic_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88b9894543da3803cce9ee071db06eb92862198fdf1a5b16508a4efefa0ce041 +size 8620945 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Swirly_Noise_highContrast.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Swirly_Noise_highContrast.uasset new file mode 100644 index 00000000..2903e63e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Synthetics/T_Swirly_Noise_highContrast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109daa6fd9bbe538139d2d54af10a3d59d50f880079fa4cf7fdac2d202a6ebf3 +size 1009850 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/ML_DistressedWood.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/ML_DistressedWood.uasset new file mode 100644 index 00000000..8a7d34e6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/ML_DistressedWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dfece6209c51dbcba071109229b50fe5bbfc84d7873c5fd8f4e901794c1142 +size 111075 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/T_ChestWood.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/T_ChestWood.uasset new file mode 100644 index 00000000..b53c9224 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/T_ChestWood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05dc148ab3219fe1238dcf7198f6b7d06b566b6b7b968fd8ca36d358d5fefb8a +size 29570097 diff --git a/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/T_ChestWood_N.uasset b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/T_ChestWood_N.uasset new file mode 100644 index 00000000..9495601f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/MaterialLayers/Wood/T_ChestWood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3dcbd9e971e6a666ad517d951501ee850a723ae8641cf859c030ff6498dacdb +size 10490 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/MI_Human_Mouth.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/MI_Human_Mouth.uasset new file mode 100644 index 00000000..797cdbf8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/MI_Human_Mouth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f53e4d84ad1d99307534f7384a8168dcce0c4da4e7519915315c34a72319d020 +size 114849 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset new file mode 100644 index 00000000..cf34defa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/M_Mouth_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:698d1b0595d6e636de269728fa8e31ca5d7df1230ee6b9f318b77334b22129f7 +size 170552 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/TeethSubsurfaceProfile.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/TeethSubsurfaceProfile.uasset new file mode 100644 index 00000000..1003a8c2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Materials/TeethSubsurfaceProfile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dcd1aede8229d0b89c6621298de3e6f96170cd1f7fd2d50cc84f8e49c408afc +size 2520 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset new file mode 100644 index 00000000..06c8d0ed --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:945f74f8a90e13108c22ba4e5c3de4775a688f559fe31887086d777086eede5d +size 6634690 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset new file mode 100644 index 00000000..c8bd4378 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c16e0c53ce953c76ad7f9f0c6f9b70c6ae169328b71342aa0b1673c1663662e5 +size 5813669 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset new file mode 100644 index 00000000..e4f61d1c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_Master_Mouth_1_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22503fc813675007fac2adb8c77164ae57598e25ed4fdbb3b93c8b2ed4161636 +size 6065205 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_TeethAndTongue_D.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_TeethAndTongue_D.uasset new file mode 100644 index 00000000..88c1abee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_TeethAndTongue_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61a1cc4b8fea1b79d80af70b3df1e70f6893a9560e1aca3ad165b50690113d0 +size 1080535 diff --git a/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset new file mode 100644 index 00000000..7d04cca1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Mouth/Textures/T_TeethAndTongue_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae7621d2fc1fcbbc63818946bee6d7b8bb0feed856e3eeebd376e054faea8add +size 1001368 diff --git a/Content/ParagonTwinblast/Characters/Global/ParameterCollections/OrionGlobalArtCollection.uasset b/Content/ParagonTwinblast/Characters/Global/ParameterCollections/OrionGlobalArtCollection.uasset new file mode 100644 index 00000000..052585cd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/ParameterCollections/OrionGlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:494c687091de66ed7c0ea8c7e9b606c5eef1ffd448eab09664083d1dca89a232 +size 2649 diff --git a/Content/ParagonTwinblast/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset b/Content/ParagonTwinblast/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset new file mode 100644 index 00000000..2332015e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/ParameterCollections/OrionGlobalGameplayCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb132c2d30db312344c0d9be757ec78c5b70cf7eb437fff29ed5eb9ddaa8d8e2 +size 6942 diff --git a/Content/ParagonTwinblast/Characters/Global/T_TestML_Mask.uasset b/Content/ParagonTwinblast/Characters/Global/T_TestML_Mask.uasset new file mode 100644 index 00000000..2bcd7884 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:161a9b5ea8bb44f8ee5506e40b3f69beab0e30c87986e918fb81f6772f3c9cc2 +size 17281 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset new file mode 100644 index 00000000..e5c4e9fc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cadf7e9374e8806aac008fc1d55d2e6ccf104cb851303159c588ec5b7c3051d3 +size 3758089 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset new file mode 100644 index 00000000..05dd7899 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548837beec8be219542d6fb13c2131ca26f44f1b2adfaa265c7f3a005d3d91a4 +size 1830796 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..3f5e59cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e842b7ad0f9e6f80273099a57ce926e2b2f5235ca2ca2feb5eab3505a43b8d +size 3156398 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_PlasmaNoise_01.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_PlasmaNoise_01.uasset new file mode 100644 index 00000000..0593ca63 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_PlasmaNoise_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79b04872779b51161feb0bf0d5801a0ce52a7fb4c2f685ee8cd162d75199c743 +size 5899893 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise06.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise06.uasset new file mode 100644 index 00000000..ddca6b24 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05809d63836b7878e3597e1bec39804d08d03f2c4c08fc801a63fb62b893d273 +size 4459968 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise12.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise12.uasset new file mode 100644 index 00000000..966f307e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6631dd21290a2b0979c9acf0a84615c5298ed6b758f776e908fb32eabc4a30a4 +size 4443195 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise16.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise16.uasset new file mode 100644 index 00000000..9953e70c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_TilingNoise16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:119c90ab713d5444571a59f081abb9d518f24bea90cf27fa228e384c939b7860 +size 472307 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_noise_flamy_Tile.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_noise_flamy_Tile.uasset new file mode 100644 index 00000000..276dac43 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_noise_flamy_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a956341a02856f9c72133e05b300cf46d86a70b4a8102ec1b1b8adbf28a5ea7 +size 1596541 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_noise_flamy_Tile_NRM.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_noise_flamy_Tile_NRM.uasset new file mode 100644 index 00000000..d92650b3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/Noise/T_noise_flamy_Tile_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59d68519a99f78b57c12247743cb7d91d44b67c7abdd4666494bfe99d6a0c6a3 +size 5059491 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/T_TestML_Mask.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/T_TestML_Mask.uasset new file mode 100644 index 00000000..b29c5c64 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/T_TestML_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43ed030c5be1702f012a9eeb5410507af4ee58ef210fedbf9538ab286e714f80 +size 17290 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/T_ThinFilm_Spectrum_COLOR.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/T_ThinFilm_Spectrum_COLOR.uasset new file mode 100644 index 00000000..8450a489 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/T_ThinFilm_Spectrum_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b172de4a9b5c3f8382792d7444fd3b10e1af6c0f1261407be606a079081e7cfd +size 22525 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/T_Twinblast_UV2_RGB.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/T_Twinblast_UV2_RGB.uasset new file mode 100644 index 00000000..48a7a767 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/T_Twinblast_UV2_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb248d5fdd131214e9c4ec4e0fe03d886053244131f04ec49b0afb847807c0ab +size 36372328 diff --git a/Content/ParagonTwinblast/Characters/Global/Textures/T_WaterFoam2_D.uasset b/Content/ParagonTwinblast/Characters/Global/Textures/T_WaterFoam2_D.uasset new file mode 100644 index 00000000..d8316ddf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Global/Textures/T_WaterFoam2_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ab2c12e32b75b991dc2a7b06f57e36807d8d5f7ec29db104a9e6225ec2f1e89 +size 8041303 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/AnimationTestMap.umap b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/AnimationTestMap.umap new file mode 100644 index 00000000..3d796da8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/AnimationTestMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3914c4d1055cf70c1ec176fd949848ef337ac48f3ff42edea4e22606297aa55b +size 1951631 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Fire.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Fire.uasset new file mode 100644 index 00000000..19d0f882 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30df10693bb433671347c513b0aa606a343540cf264c9cb247571b192f369d0c +size 167453 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Fire_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Fire_Additive.uasset new file mode 100644 index 00000000..567daa2d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Fire_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ff02c2533ae8a0a0571bdd99d5d52e15faa931eaaa93a4bfc5499767435d1e5 +size 167329 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Idle.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Idle.uasset new file mode 100644 index 00000000..5f7d656f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:035f02d2ac234693e57d012960ca55a3365dac5841775a7ed7c2a15e620e54e6 +size 310276 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Idle_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Idle_Additive.uasset new file mode 100644 index 00000000..0e47f60c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Idle_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450df21d1c291d972cb12bb1099d316a9ff94e2fb1446311530ba5cc555c8e0a +size 310911 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Start.uasset new file mode 100644 index 00000000..f711b050 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b013a878014f8f6c4542646804fdf60f7d5941d6c0e30ca4665acd1252870856 +size 162188 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Start_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Start_Additive.uasset new file mode 100644 index 00000000..bcf035f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_ChargeBlast_Start_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0c804366398f0c6fcaa2262c4cc705d2b030f708411bb45778f850324be98ce +size 162517 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_NitroV2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_NitroV2.uasset new file mode 100644 index 00000000..3a44eba4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_NitroV2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10c9f1e01ccc30b949237817fd9bf7a0e498ceefadfd953481cdfc28f3eea303 +size 157003 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_NitroV2_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_NitroV2_MSA.uasset new file mode 100644 index 00000000..20fc0508 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_NitroV2_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f4694592d11554f226a815074fa2200eb7d8ce7389b7bcebea5fa15bb13c97a +size 157577 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Nitro_Loop_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Nitro_Loop_Additive.uasset new file mode 100644 index 00000000..35f35ed6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Nitro_Loop_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d77a7466dc2e0a117de7f62bca31cf71519d0904c0f93e702267b59e6ed82c01 +size 115343 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Nitro_Start_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Nitro_Start_Additive.uasset new file mode 100644 index 00000000..ef3fde4d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Nitro_Start_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27ee63eb6a0b8ff048da3f0c2d7a40d2da752d1c7e6b16064fb0e87dd7092e4b +size 118603 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_End.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_End.uasset new file mode 100644 index 00000000..a9720dca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20369cd1881e7ac248c99a0da8deea2b6a3752715254ae75e5c25a1dced2934a +size 251539 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_End_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_End_MSA.uasset new file mode 100644 index 00000000..52dc6def --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_End_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f35553c67a31f10d1fdedf298b8e5d7ce86595fa250c84cfe955395807b1db4 +size 252950 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Fire.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Fire.uasset new file mode 100644 index 00000000..a5d3f7c6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71fd05bb694015c55aaa6efd8e4127f818b76271ff49b6f7a5a4071998ed2f0 +size 221969 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Fire_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Fire_Additive.uasset new file mode 100644 index 00000000..9ac0443d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Fire_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7edcee89b20ed390b1770ce45749f76b6c11ecc82dfe86da8494e04af9fcce6 +size 222606 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Idle.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Idle.uasset new file mode 100644 index 00000000..256da7da --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ff4e4e00982e76dbefb40c06298a91e93a69d54c0c50670341f78386b212c82 +size 186110 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Idle_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Idle_Additive.uasset new file mode 100644 index 00000000..c3ecb31d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Idle_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:becb40c6854f57325a23a5ec9c385d6f256833211df4406c4ebd83e1791d45b8 +size 186133 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Recoil_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Recoil_Additive.uasset new file mode 100644 index 00000000..78c5859a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Recoil_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02bfee5af3a456cda1c3d4c488fab0243cc46b906da87e09b11933e879b5a17 +size 193919 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Start.uasset new file mode 100644 index 00000000..2456f228 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1508803c1696adedd1d16245c1c316e0f21e8a83576d2d59a90152346c03e658 +size 250927 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Start_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Start_MSA.uasset new file mode 100644 index 00000000..6b2eb21a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50539858a8a1f077eb9732659610cb5432d400a7bce6e19e0b434fa8aa28cd54 +size 252037 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_Right.uasset new file mode 100644 index 00000000..6335e88c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ded57e9e3130147bd9995cf75959e6530c361049368cb40f700912927d2ed50e +size 135370 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_Right_180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_Right_180.uasset new file mode 100644 index 00000000..2bfd8547 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_Right_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41955b00a45ddec56c786559e546ae87f482c6f592dcfec10c4251a16616c1e1 +size 133976 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_ToIdle.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_ToIdle.uasset new file mode 100644 index 00000000..7719c788 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_TurnInPlace_ToIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3322ad7828dfd85162ea3d77553b0432332bd0c5f10dbd07a27410448247fc98 +size 131893 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Bwd.uasset new file mode 100644 index 00000000..1e1068fa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb103ceb39045a33e89f4ce0770502174639f2127292db5f71f2a9acffaf8817 +size 174419 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Fwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Fwd.uasset new file mode 100644 index 00000000..4d8011bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8412a58d6cc3160f537fd45b57b1717060dd2495f746e0a33a22e495521ae67a +size 183949 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Left.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Left.uasset new file mode 100644 index 00000000..f1b45ba1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f909c4ec456c79506166bf585ce0010f362d1acaef90a5a54db8e97fb3f507ac +size 173802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Right.uasset new file mode 100644 index 00000000..71e9403d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_Ultimate_Walk_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b7f1d241af20ef8d5d973e404b632f297b2f44fb14d2620dc449458f620efef +size 178241 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Fire.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Fire.uasset new file mode 100644 index 00000000..da375a80 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7296e15da736ca29f4b5ca2aa94f919094a9bc807c918e89e87debc618525ba +size 201786 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Fire_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Fire_Additive.uasset new file mode 100644 index 00000000..c24fbff1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Fire_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ced9fc3080b867b71d1d3109a8523c6a2cefafd250eb78771dcbc4b2b36e996f +size 201517 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Start.uasset new file mode 100644 index 00000000..052b5a08 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dba5d23d54400fe1e01837626f45315ecf161477ade0f2dbca04e87b51721cf +size 192688 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Start_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Start_MSA.uasset new file mode 100644 index 00000000..1b9110e1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0776f9cb520f259774e8560cd696e018e1b16af43f765b5d8cbc997ee92fd52b +size 192876 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Targeting.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Targeting.uasset new file mode 100644 index 00000000..2f7060c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Targeting.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a196850f4fa927c367da46e01766be9a93dc704423abbc44cb7d196589328b28 +size 114508 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Targeting_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Targeting_MSA.uasset new file mode 100644 index 00000000..c1e6b6c3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Ability_VortexGrenade_Targeting_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20f1e29895c735fb0e8e9765ca435a733dbc43a6a851aa0f26b5ba6a76aefc33 +size 114730 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CC.uasset new file mode 100644 index 00000000..59f7b0a1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee3e8558e9cd8d35ca22cd0f5041cfdfda4b1e9d2e3ce8af560f654ea37d971 +size 121162 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CD.uasset new file mode 100644 index 00000000..8ad88fa4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da44becbb929b243bb573709cf7db0ff341c9e26c190167aee943e21185d589a +size 121996 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CU.uasset new file mode 100644 index 00000000..de9feb0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a92c6a43dd54958a715bf40e0ceb9578d3a1c90e9c4a4424a0e3dd6f6deb168 +size 123019 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_Pitch_AimOffset.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_Pitch_AimOffset.uasset new file mode 100644 index 00000000..daf8397d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Ability_Ultimate_Pitch_AimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3b0aadb08d4130e5c6d8541f799e5973c36bf88104df544e39c79b3f381123 +size 89691 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO.uasset new file mode 100644 index 00000000..e191ceb7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:466da2a702b9b2134bcf163672c38926dde9bc4c570345870c77785d5934e5be +size 89840 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CC.uasset new file mode 100644 index 00000000..e32b8b85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016aebeb6e31c5767ea91f832eb9a54e6ea1ab57fee49c64da0ebbf02c4c6b68 +size 114998 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CD.uasset new file mode 100644 index 00000000..4a5be8ee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9beddbd2a2ca8a79ccf408e097d0f6571f853c5473912eb6a5f95f701523c31 +size 114931 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CU.uasset new file mode 100644 index 00000000..99f984eb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c406384a54a8b87c11e1aed9a54bc7ef3b4dc14679c0bb50ad305ab50f23376 +size 115127 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBC.uasset new file mode 100644 index 00000000..7cfa9411 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31f2814c409d3218c27ac6561c58b69237a2998c053e0e7b1a3c7ec27e8d78d9 +size 115072 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBD.uasset new file mode 100644 index 00000000..b9591fcc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88ae614dcc026fcb0ce649b7e6396c1fbdbaeeed15f98f84f9ef3766e2a1879 +size 114870 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBU.uasset new file mode 100644 index 00000000..c6c5a184 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d3444c066eb9692574fe1ea1f72ec006b754e9307df327f9c7ce591fc28e7d +size 114817 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LC.uasset new file mode 100644 index 00000000..05f38aac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1700405c2042d70dd24ccf8eb00529fce5464281ffd0d6dd1f67c65165473dfa +size 115068 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LD.uasset new file mode 100644 index 00000000..da3c0e58 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b1ce92bb3bf48cc173b16b76896cfe7a1a090d752283c76f754269d325b8b30 +size 114852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LU.uasset new file mode 100644 index 00000000..9fe5b3cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:454d50e82f0ec4e8eb1cc748f004434d98a827bd1fb979375acd10aac6cc1b40 +size 115000 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBC.uasset new file mode 100644 index 00000000..d19f886c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9bfb35af0149e35caadc8dcb5b7de362b62eab610176d29d5b5b600ee2a5cd06 +size 114933 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBD.uasset new file mode 100644 index 00000000..3f41a0c3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b18c381a624ce09ce728c3a2690c6f2651bbf5e4b7b6fcb4f3654967546a52ad +size 115103 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBU.uasset new file mode 100644 index 00000000..97cc5b0f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d81bc2f58c0802a743537ba28eaeadaf90d738c4b6bdc64c1cb9ac4c0371ae +size 115036 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RC.uasset new file mode 100644 index 00000000..558b7ec4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04b628ae7119bdb76e400c1fee7b78961d04d69d3c3ef36e496c15431a80eea +size 114896 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RD.uasset new file mode 100644 index 00000000..f1739a9c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f3f80287949351fb2d633911824aec80b485b1bcef3928d624337f9f735884a +size 115055 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RU.uasset new file mode 100644 index 00000000..06c39be0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/HeadOnly_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5db575da6a7f1717550defc490d9894316c4403a1afc1d61c6c64f35bb7e768 +size 115207 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO.uasset new file mode 100644 index 00000000..82df464b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37a963aea2d753140cfe567c24ecaffdb35c7ed39ebed6b8021f55698a27c8b1 +size 89700 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CC.uasset new file mode 100644 index 00000000..6f0e18e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4519f622c5c3a93de247c9dbfcf44e80fa1330ae3085a61c6c5d07cc6732102b +size 114795 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CD.uasset new file mode 100644 index 00000000..7b9aaec4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16c157f9afd753075573824cac84513a2f2c9cff8325fe2fc687e8e3772e0eed +size 115828 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CU.uasset new file mode 100644 index 00000000..598e3afc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e981bf1f71ceb65dd0ac533b54867708dab7667d884824265944a87b2c9b642d +size 118654 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBC.uasset new file mode 100644 index 00000000..2c56a531 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642118863b3fb9d4f7903ccd30a3dcccf1bfe24cd9c88e8cf619d8cf94afc4fb +size 115760 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBD.uasset new file mode 100644 index 00000000..0517766b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b3518b61ad0de8dd9ff70194f867132b146c760e846f33d81e5ab149eab06e +size 110054 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBU.uasset new file mode 100644 index 00000000..52ab95cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f8233297a41e96f739a5d261583b134d4097331377092eb5610efdd90c0bb94 +size 116053 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LC.uasset new file mode 100644 index 00000000..c3cd04f8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eb8018d0c949bc1b9f5bafa0dced105a45f65852416890b2d55b40f35dd844f +size 114628 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LD.uasset new file mode 100644 index 00000000..32484845 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7752ccd67a52657afc2c0424eb81da9370f5b2921c63c9e3c310817e04228839 +size 114834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LU.uasset new file mode 100644 index 00000000..8cecd18d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0646f9c6f744585b225df4d7a7913ed2aaff5e4b57e5682621b9f7f29f28ab63 +size 115850 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBC.uasset new file mode 100644 index 00000000..f4165dc4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6d65eec2adbcb13827a8a66fd0261e7eae9bcd9a5ab16656b34abbb150d1101 +size 115227 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBD.uasset new file mode 100644 index 00000000..cc09dac0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e4f1463260806944480819fcab914d1074094a68d6e130bdb45ed20277e39fb +size 113417 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBU.uasset new file mode 100644 index 00000000..01db5d04 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01781108ed060d562dc15fe1e1181ff6f68a43d5e1918a5e74b2a6830450224e +size 116391 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RC.uasset new file mode 100644 index 00000000..ad61a121 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a277d9d7e555e9703300a025009449fc2f81c1a6d7f6c87e7b64616a4e88051a +size 115561 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RD.uasset new file mode 100644 index 00000000..83204ec7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c822c755e746abc9ea7e150a9db7210a62146d1452cab062822ed97cccefe09 +size 115928 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RU.uasset new file mode 100644 index 00000000..6416e8bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea0b7bbf1b5baa81db50fde7763a672b59eb37831bbce9128be68d999ddeb937 +size 116690 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_Yaw.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_Yaw.uasset new file mode 100644 index 00000000..3a204557 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_AO_Yaw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9c00f04c0f60e32de59502e10ebb80600ffc5deed549d6d670d8318c049564 +size 541 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_Yaw_AimOffset.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_Yaw_AimOffset.uasset new file mode 100644 index 00000000..38c97b04 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/Idle_Yaw_AimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89000959b35c419596ad1d8e4fe9508c9b48b2e6538f22f93082ef5b62719017 +size 88492 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO.uasset new file mode 100644 index 00000000..a84cb41f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4108203d8ebc4259776455a0cce53cfd87a39c09eb3c3d02f2fd9332e77d68ab +size 88760 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CC.uasset new file mode 100644 index 00000000..e0d3ffb5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6e99c00c504c443244323ee600e1f78d89be4a1d4897074ba0d8b8d14faa96 +size 119790 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CD.uasset new file mode 100644 index 00000000..5e4f7445 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fe267bb0ab4b555bcceb4414e0b1d994662fe4d24b59c153b4e8893d056634a +size 120059 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CU.uasset new file mode 100644 index 00000000..a684187a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b69864605f515b53173cd7168b0beda3cbde098640ea190c41a82c34145e8b22 +size 120253 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBC.uasset new file mode 100644 index 00000000..8231e5cf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec28313b703fd929460bded29f8e6db62482080ed8e579b087d7c71377037cf6 +size 119675 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBD.uasset new file mode 100644 index 00000000..3b334549 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca8af807b0c8bc4d614323b19a110053dcd97131b6163cc0aebd400c1419602 +size 119756 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBU.uasset new file mode 100644 index 00000000..80578cb4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22092fe1164638a38464100e122893e569d96b5baf9bed90290ad04b5ffa54a3 +size 119990 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LC.uasset new file mode 100644 index 00000000..45deedac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db8afa24bf3ed8c098b70876d61594a25f5fc3730112b01f44060e1b9999bf3a +size 120193 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LD.uasset new file mode 100644 index 00000000..e6c65c1c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3caa95b9289c9ef5c2ec87ea4ecdcd1bf0a93a3e86846b620414cc37a1e3709 +size 120149 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LU.uasset new file mode 100644 index 00000000..1f488fca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:301ad975559a3b17d558565c9bb3fdc4c2a3595686609e521e0e013c983b95ab +size 119803 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBC.uasset new file mode 100644 index 00000000..18c8575f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15caa8771f115a3e55f528d375a8a3e86397bf12c3ee2c6c8f864d4cb15cf868 +size 120249 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBD.uasset new file mode 100644 index 00000000..b1298777 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d31dc90e907ba3a3661a2e833df5834fdfd333fbb136f142f0ae26e22362d81 +size 120688 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBU.uasset new file mode 100644 index 00000000..3aaa5005 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20dca475e3172a5fe7d8ee9af13903fd5cc2864e907eaae8e20d2a285304c966 +size 120294 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RC.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RC.uasset new file mode 100644 index 00000000..b1901f58 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a8f03667ce41c7af7331a5b0f8641211aa2166e5a06c5bc42b08d6b0b0ac7a8 +size 120501 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RD.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RD.uasset new file mode 100644 index 00000000..8ef0e12d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95205d06a7f291b7db576dc1795249fcd75a8dfecd11d6bf0bbff0cba5ce5044 +size 120438 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RU.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RU.uasset new file mode 100644 index 00000000..485d019b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324bc86b7109677b40555ad94f25bafa0a8781054014ca0afa8c12f08d961619 +size 120385 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_Yaw_AimOffset.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_Yaw_AimOffset.uasset new file mode 100644 index 00000000..f9c039f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/AimOffsets/TravelMode_Yaw_AimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9b6a7ae6241f39615ca645b36ffb73a3887ba06309afbc3caefe142239623b7 +size 89362 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Ability_Ult_TurnInPlace_BS.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Ability_Ult_TurnInPlace_BS.uasset new file mode 100644 index 00000000..342237e9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Ability_Ult_TurnInPlace_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16352ca426132cde75a930426771f2cb9a188bf94fc5b180334f097b2d25cff5 +size 82813 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogBwdSlopeLean.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogBwdSlopeLean.uasset new file mode 100644 index 00000000..59fd7faf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc754099224c05a27da9db0a4c3b097f701a1f09fcb95e3b210c8b4327073472 +size 87584 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogFwdSlopeLean.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogFwdSlopeLean.uasset new file mode 100644 index 00000000..faa26ba4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1051d9ed6e35e2d28300a15d898e0e36a55d4627fbfc35aacf2652ae478eb171 +size 87749 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogLeftSlopeLean.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogLeftSlopeLean.uasset new file mode 100644 index 00000000..50d69519 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogLeftSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f6057e7b0793f8c1d3f83d2a3a2ca685a06c4b4831317957912c69af214ceb7 +size 87829 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogRightSlopeLean.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogRightSlopeLean.uasset new file mode 100644 index 00000000..056f9109 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/JogRightSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93ad533930c1950bb9a645352fd09720f1977d9081f2ff9ff3741f5394ae369 +size 87542 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Jog_Start_BS.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Jog_Start_BS.uasset new file mode 100644 index 00000000..1f55ce45 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Jog_Start_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31b3ecc1c19d0047fbfb69a6d18427a17034b0a95e92f1c1633a5b7426945db3 +size 83268 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Jog_Stop_BS.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Jog_Stop_BS.uasset new file mode 100644 index 00000000..671ec1f9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Jog_Stop_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72cdda7f99349554460235a7ee1fe7d526b02acc22a735acac8485a33a0c175f +size 83266 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Run_Direction_1D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Run_Direction_1D.uasset new file mode 100644 index 00000000..93b4884a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Run_Direction_1D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c670f35a9a2f21dfeca017219fb43926bcf257eace9f131431900a88410f99 +size 83307 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/SprintBwdSlopeLean.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/SprintBwdSlopeLean.uasset new file mode 100644 index 00000000..ae3f5d8b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/SprintBwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:093ddd5035b139577ed9721713253f7cf0c75cba3bbe3def4a4f6a6b6511bb74 +size 87382 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/SprintFwdSlopeLean.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/SprintFwdSlopeLean.uasset new file mode 100644 index 00000000..d39c054d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/SprintFwdSlopeLean.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecf7764da8d56f669d4387dd834ea63f9d92f6b276b66bd0427e9cdb584fa877 +size 85473 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Twinblast_Locomotion_BS.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Twinblast_Locomotion_BS.uasset new file mode 100644 index 00000000..ab2399ca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/Twinblast_Locomotion_BS.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6367c6fad40dc68b0ddb0e82fa52033a145e51eb29b86b176636fda853d5f42 +size 92603 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/UltimateLocomotionDirection.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/UltimateLocomotionDirection.uasset new file mode 100644 index 00000000..fd98f7bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/UltimateLocomotionDirection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:504f9e882853f279f569da51a971f3aabbd0317c7deb06813d47e5e025eaef7e +size 84290 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/UltimateTurnInPlace.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/UltimateTurnInPlace.uasset new file mode 100644 index 00000000..71e1f240 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Blendspaces/UltimateTurnInPlace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01076dd77eb5a267acbd48c86af65312be05ad0e7edc0abb0439571b9bae1541 +size 82977 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Bound.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Bound.uasset new file mode 100644 index 00000000..777bed49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Bound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e853d9118064958181a68e58e0a3b9571cf044a37063f7ff47d5b29769d7d78a +size 129589 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Cast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Cast.uasset new file mode 100644 index 00000000..e12d736c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Cast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7edf81eef7233904c31ef3f475fd624f2dfa41f4ee95e1ffb8eda9b7b83a1f96 +size 154193 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Cast_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Cast_MSA.uasset new file mode 100644 index 00000000..6f3dd60b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Cast_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd34ad90e3699e0366502b7572605283db1314fa9f9f4d0e07303d0582df2d8 +size 154655 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Death_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Death_Bwd.uasset new file mode 100644 index 00000000..eb7c4514 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Death_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e54cb56600b58c42f2624602bb79c49d6dff395f43aabc23d49a242c8b7867 +size 182705 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Death_Fwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Death_Fwd.uasset new file mode 100644 index 00000000..42a77be5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Death_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0aae478214bd626ad244ff6acece827d0e057b11f1d1b4483a80027691aa8e +size 161026 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Loop.uasset new file mode 100644 index 00000000..39340446 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2f48cf9f76a9f074b7a414e2ae780535f12dd915e34a579a2d6926927f0b8f1 +size 113269 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Roll.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Roll.uasset new file mode 100644 index 00000000..1607fd93 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Roll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eb60068008b09ccdda743f95e86c9d279726d9dff8ddd573d2771b0b2e9f8a1 +size 126054 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Start.uasset new file mode 100644 index 00000000..f73d94bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c3b974dfab966f8330407fa14fbb6d0ebbf71a1d9cde63b11af5f5ef7da6d85 +size 123374 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Loop.uasset new file mode 100644 index 00000000..4853c254 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6cb1ba6969ae7ad92feb6fbca4841afa84ce4058d88a39b4998c1b456e6959 +size 114085 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Roll.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Roll.uasset new file mode 100644 index 00000000..581c8446 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Roll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d358d1c88b2d8ad467a45b9e1041bea23f592693a22ae51b90c8db8d14da65 +size 122624 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Start.uasset new file mode 100644 index 00000000..5bd74b97 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bc885595b5b5e10102f5c468c18a53458d4c4683abcedf3e5d74db311fdbde2 +size 123716 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Loop.uasset new file mode 100644 index 00000000..26c3b958 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb81cce267bfe0234e1ef319eb896780d885403b30ac22bb5e6ecb711d257c6f +size 113358 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Roll.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Roll.uasset new file mode 100644 index 00000000..be78a203 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Roll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afcf26a006996ef156787a3815dc6a2e22fb5f5c2472cacb3f8d711583a98743 +size 122824 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Start.uasset new file mode 100644 index 00000000..619ff0cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f56417f209207c30c22ad322425aada14e94bb8d5705dcbabdac30920ae732da +size 123657 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Loop.uasset new file mode 100644 index 00000000..8add8a85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205ab5ce2153894a99f02e1f61f4b6a9971343de9c2b48428bcf9c2b26b1c6d6 +size 110751 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Roll.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Roll.uasset new file mode 100644 index 00000000..e4c2c86c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Roll.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48a8e5891ef8f32a6c596e8ad11758e866588a66ab097d453e50a2bfb1ad3fe1 +size 125545 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Start.uasset new file mode 100644 index 00000000..6c3e7931 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Dive_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52a57ce8b1e2c1797245445c384c0f09df474a2ad3fc637c56e9b107b37f650d +size 121174 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Left.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Left.uasset new file mode 100644 index 00000000..f57595e4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7d7bb672a8bd42d5817b153300ad03886bb18e0ad58dc1924189a93297c417e +size 124624 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Left_ArmsOnly.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Left_ArmsOnly.uasset new file mode 100644 index 00000000..8fda4339 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Left_ArmsOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2b27e40005259064587af12c367be6affdc73e81b1df69a223706a24fb2a3bc +size 124349 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Right.uasset new file mode 100644 index 00000000..b0c69222 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2689aa6b4b5366b115ec527ec5f11da9dee2bdfce5b38f2d14e87b7054a8af1 +size 123460 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Right_ArmsOnly.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Right_ArmsOnly.uasset new file mode 100644 index 00000000..340875b9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Cooldown_Right_ArmsOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06310edd8a2730111b9c96b2f8b905355d08313804af23db0e6bfd959cbe7cd +size 124145 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft.uasset new file mode 100644 index 00000000..44578770 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d454d415331886f579cb9140035aa051cdbff02364a769b0140fc1c7f3605dec +size 139479 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Additive.uasset new file mode 100644 index 00000000..3d51a7ce --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65a9f7a877f5aeef0ef99ff315108ec6c7fcf52aa1c70a68fafe5d4d6b6c923 +size 124250 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Fast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Fast.uasset new file mode 100644 index 00000000..60fedcfe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea6465d2720da417f2225101edb223de809a548343e38df5a8d485417c5458d8 +size 132922 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Fast_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Fast_Additive.uasset new file mode 100644 index 00000000..b0b1027d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Fast_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7a84af4ce52e2a03072beb4281317400f4300b24d2b3a2c414a122a86ae888a +size 134069 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Montage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Montage.uasset new file mode 100644 index 00000000..238dd6bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:242b8c6b3c9bf9e4b6ffa2d6360ea0ae8273d2c60845bcaa1092311680eb66a8 +size 85878 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Slow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Slow.uasset new file mode 100644 index 00000000..6015a94a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bce791627d9dc9631a4616b26208577ef7d1e6dbc855edcd9221ac4434c17df +size 147644 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Slow_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Slow_Additive.uasset new file mode 100644 index 00000000..80a53ec6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Lft_Slow_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd658a79dc7e95e563f14dd40480a4abac0f0fd90b973082c94eb524aeca709a +size 147975 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt.uasset new file mode 100644 index 00000000..ce38901f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872d9c23980644e87cd72f0b49a19638790235f226e1b74bd933d317f40cbace +size 147675 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Additive.uasset new file mode 100644 index 00000000..a901e116 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c9b668c8dcac0946c626cf79e225440f5a78357a8b53483c3f22080d4c70b9a +size 129680 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Fast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Fast.uasset new file mode 100644 index 00000000..c16270fe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9852a963228dd4ea0c993bac06834c114d869354600a0e866158a7b3b390527 +size 137898 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Fast_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Fast_Additive.uasset new file mode 100644 index 00000000..c7c505bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Fast_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050ebf8861cb62d6331f8ed4af4cee072a7f20d7fdefcdaa6c7790aec2544923 +size 138271 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Montage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Montage.uasset new file mode 100644 index 00000000..d5c4bdd2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7e63607b92d4e01d43ecdb5763f22791a601b1906fbb28f5d75bfac7352c8fd +size 85545 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Slow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Slow.uasset new file mode 100644 index 00000000..8b41bf0c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Slow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45dc3ae479a2b3bf46e47b7b8ac4cd44f40d304ff363788ea055e98c8c022b7e +size 159461 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Slow_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Slow_Additive.uasset new file mode 100644 index 00000000..0c1eff2a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/DoubleShot_Fire_Rt_Slow_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b8caca1a1ebc66446c4b988e7c594460c568a871c0a5191981b5ce07625fef0 +size 159585 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Alt.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Alt.uasset new file mode 100644 index 00000000..67293be1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Alt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec0faada268b758913b831245a6639ab288552e34d50ab0285c510152cca747 +size 494730 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_ComeGetSome_T3.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_ComeGetSome_T3.uasset new file mode 100644 index 00000000..e0a632e3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_ComeGetSome_T3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602e264b4ea2f2a02813b48b4283283ae8b548a3eede5d3b4fa3dd346521cd31 +size 832143 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Dab.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Dab.uasset new file mode 100644 index 00000000..83f26f40 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Dab.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:996d916167024b966b006b3dfc58267bd71b3b98587c807a0d1c1aa2d3f4c7f6 +size 594302 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_GunToss_M1.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_GunToss_M1.uasset new file mode 100644 index 00000000..a325025e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_GunToss_M1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebfa0df7a25d537c30cc20a1acf0d879252f5568751625e7aa6d5ef2308b122 +size 484029 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_ShowOff_M2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_ShowOff_M2.uasset new file mode 100644 index 00000000..cae83c32 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_ShowOff_M2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0f5a832593abedd276055fd1b611529765816f70bd96492f78383dd4534e8c +size 632248 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Taunt_Quickdraw_T2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Taunt_Quickdraw_T2.uasset new file mode 100644 index 00000000..91f76ae8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Emote_Taunt_Quickdraw_T2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:096d52632f06a52138ef69910980cab538af8b5d98b47ab0921087fe8bfe1358 +size 281342 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd.uasset new file mode 100644 index 00000000..525160fe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de94cf7782bfc98c6f13591c5eaa52c5935e028243201bde01b502e1fa6138b7 +size 132524 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_End.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_End.uasset new file mode 100644 index 00000000..9b0a85fa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c77f949ea8d296678ddb3bf1543cfd987d28f649fbab89e1505080e586189ad5 +size 120584 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_EndPose.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_EndPose.uasset new file mode 100644 index 00000000..894ef3ab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_EndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e96e1651f22a2e6fc9766aaa756b57c6af20327cd39d04a5a8685f4efa0bb04 +size 114163 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_End_InAir.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_End_InAir.uasset new file mode 100644 index 00000000..811f426b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Bwd_End_InAir.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995ae02d5bb4b40a62773fa1a642bfd4eff120908a508baa502f0b33797571cd +size 121803 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd.uasset new file mode 100644 index 00000000..30b6b0bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1dd0622f47d9f162e71fb2a724afb02cb9624c3ae8d027e4d2766378174fa9a +size 131566 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_End.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_End.uasset new file mode 100644 index 00000000..b65a5f65 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be2ffb31c532692285a86ad2de5c1cdb6f091d9618254fbb6270badcbe53fa75 +size 121158 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_EndPose.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_EndPose.uasset new file mode 100644 index 00000000..5a58561e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_EndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc2cce390aefd740a425d978f1f0ee8f3a2002b64f5a29163a1b158295d52cac +size 113048 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_End_InAir.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_End_InAir.uasset new file mode 100644 index 00000000..222d3879 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Fwd_End_InAir.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19de507d5b350b568d3cdd10222948db64374d08d14c40c83ca19c05575b9b4d +size 121963 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left.uasset new file mode 100644 index 00000000..79170bbe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b4c65f650708f1b2095182ae5ed8d4af297a3016f4e3cf3801e5eb5b1e6367 +size 132914 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_End.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_End.uasset new file mode 100644 index 00000000..c7c885f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc55c39940a9b527f53462567b9f6402cfd4978a167fa0390599a380612f390b +size 121198 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_EndPose.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_EndPose.uasset new file mode 100644 index 00000000..32b81941 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_EndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d8a3ac34387ba32f2ffee58feea1e7743855f3baad3d170695d0924b3d92637 +size 115397 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_End_InAir.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_End_InAir.uasset new file mode 100644 index 00000000..65d175c5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Left_End_InAir.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ac84034a141845b0f798f3803564b5b173764421c7fd3d828a735a887d2d1e2 +size 128041 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right.uasset new file mode 100644 index 00000000..34dba52b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab97b5601bd0c95d8444f2ae2fe965c68d0c6d0a5c47022204dc540301cd62b8 +size 132693 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_End.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_End.uasset new file mode 100644 index 00000000..9fc4d9e2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0328f2ad415ac65fefeb4074345b38f5dd86c096d7e3bbfd07dbbf5f8a1ecdbf +size 121653 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_EndPose.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_EndPose.uasset new file mode 100644 index 00000000..21db0cfa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_EndPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:061cef041f9e5b06cc86fc059312a88f9d6b69b183fa4bd4306010139d0e8111 +size 116489 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_End_InAir.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_End_InAir.uasset new file mode 100644 index 00000000..be289172 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Evade_Right_End_InAir.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41a3b2f287e77dde174f7ce345a5c11f1d75aee7ea49385a156a16ea7ee86b5c +size 122212 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Back.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Back.uasset new file mode 100644 index 00000000..234ea21b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d68ef1043cb00d4a66697051aae975ac5f1e8fe7308febcce950bd200f366756 +size 147827 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Front.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..e1b45529 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:257d46ebd6492f23369351353a66304460bbacea34fa13d225be711a82a59288 +size 150490 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Left.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Left.uasset new file mode 100644 index 00000000..37e8cabd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114a398c83169bcd43ccf3e8f4edcc52b8d1a9476b7b32a80f929f910c4eb4e3 +size 144552 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Right.uasset new file mode 100644 index 00000000..c2421d19 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9cb77e67bf57a2cae8698d9fa6edeeb4572706ec19ae39ac28aa20696bca649 +size 150870 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle.uasset new file mode 100644 index 00000000..2b4c40e4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5574bd8d653c22e0ec0ec9e86dba6fe2529cf15626e7a13a4d5362b2952abf8f +size 617803 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_Relaxed.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_Relaxed.uasset new file mode 100644 index 00000000..2ffb2682 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_Relaxed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bd94441a99cebd68027eab7ebc3496c2d79d80627ec9300ac07351f2056588b +size 505959 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode.uasset new file mode 100644 index 00000000..7969a966 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:582863ae1945bf5bec8918043abe8b5aab664729604bf377a0aced74521742b5 +size 231580 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode_Corrective.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode_Corrective.uasset new file mode 100644 index 00000000..9acf58c7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode_Corrective.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec42a9ba0718e0c9adbe2af6711cd6c1707c33b9536baa271b5ccc62ed5fe91 +size 114013 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode_Static.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode_Static.uasset new file mode 100644 index 00000000..e957c199 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Idle_TravelMode_Static.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fef4f903193630fa0594cb7e33117971bd41de9c2dd978b2f79971e367d8dca9 +size 113460 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd.uasset new file mode 100644 index 00000000..02a91a6b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:666c59877a12280bf0f84f5d9fbc3184a45a74d7705cb0f6e7e3d58fa4846374 +size 154688 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_BwdToFwd_SpinCCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_BwdToFwd_SpinCCW.uasset new file mode 100644 index 00000000..7034a3b6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_BwdToFwd_SpinCCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d87588296add2b99d5f56b23e221bc7c61f7277fcc6e68e707790c9476029b9 +size 181261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_BwdToFwd_SpinCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_BwdToFwd_SpinCW.uasset new file mode 100644 index 00000000..49f32e9c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_BwdToFwd_SpinCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe571a506717e34613c25d54188a0974594efe4fd9249c002d35432739d50b00 +size 180583 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_CircleLeft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_CircleLeft.uasset new file mode 100644 index 00000000..153b72d4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3916257f76ccb84b1df7874bc1d25a112b57c270fa7aad7758144db89de242b +size 136956 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_CircleRight.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_CircleRight.uasset new file mode 100644 index 00000000..b30a0353 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c144ca839770395c169b8eb9b50a0b4af269460df07ac399842630f58401049e +size 138651 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Downhill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Downhill.uasset new file mode 100644 index 00000000..e2e36402 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5084be296afd81788f0421930cf71eeee9bad964194bf79d608704681a59c1a9 +size 127786 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Pivot180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Pivot180.uasset new file mode 100644 index 00000000..d152d953 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f3cd1966df4dddabc8dc3c5516cb8a534ed43f21bac19a61f6baa11a23f210 +size 203510 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Start.uasset new file mode 100644 index 00000000..5e79aba7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86d46f046ec46bf8b1b8b33597cb0fc1ce3b7719c085a62a53a7cb61a0323494 +size 168798 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Stop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Stop.uasset new file mode 100644 index 00000000..5bfe87be --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e47f8b2b33a6444a59149e4a28be36b667892999b80dc389d509ac177c4ac635 +size 193502 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Uphill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Uphill.uasset new file mode 100644 index 00000000..f2818035 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Bwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c576be42581916552172e5e52bb48b71e28c312e4bfbd4024212da5e9611920 +size 138347 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..46619c33 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0493e90a0d1d995dd25848f3f1ac4e722a6a851747ded5f21b67c9869a0553 +size 161293 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_FwdToBwd_SpinCCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_FwdToBwd_SpinCCW.uasset new file mode 100644 index 00000000..494dc216 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_FwdToBwd_SpinCCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c865d3d3fc03ecb8a2011282a8f92e88696d417e730e01bb450e34e6f6028c +size 182939 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_FwdToBwd_SpinCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_FwdToBwd_SpinCW.uasset new file mode 100644 index 00000000..3a18da87 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_FwdToBwd_SpinCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8da457164dd5b2937a5908afc87d0bbebab97dbadc055ed1c1aa1f20e420cc0 +size 170410 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_CircleLeft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_CircleLeft.uasset new file mode 100644 index 00000000..dfde65ff --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9bd0212dc723c13ad76f6a2339c4117be6180fbc6c05842e9764262aa953fdf +size 142427 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_CircleRight.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_CircleRight.uasset new file mode 100644 index 00000000..face9e2c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e059adcfb12c2416fd247dc7ed73c4a66f1fb32fdf41368403dbaf408f5346b7 +size 141623 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Downhill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Downhill.uasset new file mode 100644 index 00000000..28f5e4b4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f56ee61b710804aeb5940ed9a028da83ec006c068b371b588f91a3038f86579 +size 129804 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Pivot180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Pivot180.uasset new file mode 100644 index 00000000..abe3c5df --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87ea68c2da601e734eb63fb342884a5e029502448dfbb133e9b6b29cfdfa22b2 +size 202309 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Start.uasset new file mode 100644 index 00000000..0da4ed1c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c59496f3b12a546936bd0bab03eca4071cd7c87dea9407b192bb11405fa9f3ad +size 177773 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Stop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Stop.uasset new file mode 100644 index 00000000..7a6155d1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9027cfe9180e78c44a6e093cefeb6bb28ca391b7103d24cf6f12f2ce7071f8be +size 174574 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Uphill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Uphill.uasset new file mode 100644 index 00000000..b7481bd3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Fwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3df45c25ce91a23025a96a4bcc629f13a8e49a25376fd08eb241a01a7abc62c +size 130923 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left.uasset new file mode 100644 index 00000000..3d48c644 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01e32374c6f290b2cc81c1e5806c1c135f8ac289cb088ed39169ab84f71d671 +size 153853 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_CircleLeft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_CircleLeft.uasset new file mode 100644 index 00000000..2862c83d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:970fbf0b964c67598f1da34abc6b4c29b70a8fef3b1df21704c85ad9638b7c2a +size 136538 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_CircleRight.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_CircleRight.uasset new file mode 100644 index 00000000..7e206c20 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ac480e3dfb174913cf9c8b8523950c2771234a7014dc0ab58569e023ee0c55d +size 138646 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Downhill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Downhill.uasset new file mode 100644 index 00000000..2b50bf17 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85d09866a9b7d3112965f900c6c5e874ec0b5d6e8139f75077483cd14cc6ba69 +size 127400 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Pivot180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Pivot180.uasset new file mode 100644 index 00000000..d1a08059 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab47f695a4a5d6b4735dad1954a0e0541db6d6bf4a87d436e4436fa2bd5b372d +size 179066 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Start.uasset new file mode 100644 index 00000000..7b86aec6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81ca5f9bcf076054c9ed0ac4a4ec59c1791b5b29ba891bd2e40fc823a2eada68 +size 176152 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Stop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Stop.uasset new file mode 100644 index 00000000..a2c8d1e0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431518a7aae7ceca7241d78c95ebc29935d0231d025a43dc24d5a0aa3d3a0eeb +size 198659 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Uphill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Uphill.uasset new file mode 100644 index 00000000..67cc28f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Left_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4f1cdbabb9ecf18d9cc4d3fa8eee88d99f89677117853b6e63de8638eebd73 +size 138207 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right.uasset new file mode 100644 index 00000000..90328c20 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de62bb1f9b5e3d5687b62e4a2c6d202478722e082716e39d52589eaa10926b8e +size 164154 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_CircleLeft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_CircleLeft.uasset new file mode 100644 index 00000000..7e3fea8b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74043862e61f509fb41724cb606bbafa23cc824c29742ef34f02adc53288cfc0 +size 142139 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_CircleRight.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_CircleRight.uasset new file mode 100644 index 00000000..a55e869a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c1d6b8729b3d420e636d12cacfc59c062487d91fad46a0be770e90b7de8639 +size 141787 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Downhill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Downhill.uasset new file mode 100644 index 00000000..e3dfc977 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e18722f736f469333f4076fd00a851958d9a6c2257fa6f71be735ceca301ac04 +size 130296 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Pivot180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Pivot180.uasset new file mode 100644 index 00000000..01dc0128 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ac64570ce2549c9785379cbfd851c3f7992757ee3486cc736cb500a1b04c98 +size 188348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Start.uasset new file mode 100644 index 00000000..498e6794 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f40b5f095c47318efd8116281d30f03c77d61efb3d194d1af1852e89d2f2ca +size 174131 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Stop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Stop.uasset new file mode 100644 index 00000000..a971a2d6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8c717c646f373850751df4b0661e2011c9cb39bd1d45cac3447b821247e6340 +size 205314 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Uphill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Uphill.uasset new file mode 100644 index 00000000..9df846ea --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jog_Right_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2183fd869e550f8f4e9c51771ab998aa62359c91435bb219c322876f619c88e +size 130782 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Apex.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Apex.uasset new file mode 100644 index 00000000..ef039b8f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dd641e60cf761bab2cc29d27be3a47c4897edea4065345d62e0c724daa5fc95 +size 129624 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Apex_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Apex_TravelMode.uasset new file mode 100644 index 00000000..87470b0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Apex_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db732ba7fdb26a32f9e110ca344e71ebbe089ccac687ba24cf0e308e924a0179 +size 133858 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Additive.uasset new file mode 100644 index 00000000..01f4211e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddac26c55ff6a9e3ebc135e051eebd717e76d941ad462891f5917e47175af66 +size 180448 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Loop.uasset new file mode 100644 index 00000000..bae5aa79 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4341dd57ff535238a7baa18d56d8975b5304975b052e9d91078cc3ab9c71856d +size 168549 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Loop_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Loop_TravelMode.uasset new file mode 100644 index 00000000..1093ea1a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Fall_Loop_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c7b86430f20e9ea2060ee45492d62d70822e75b08846995379eec0d52006a5 +size 198960 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Land.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Land.uasset new file mode 100644 index 00000000..9836fed4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d932a625d9f0fed8804e2cf7bbbc76c3fab39cda229f955ef14f840188ec3f69 +size 112827 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Land_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Land_TravelMode.uasset new file mode 100644 index 00000000..7e84b85b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Land_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e38cf3597f418ddeb9d50c73e1bcb33bd29d0aae7982f1aac2c3b9ea47cafe6 +size 129926 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery.uasset new file mode 100644 index 00000000..37515023 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b105f8faa3dbeb64cf70245a28dd8171d4a9117dc09f4e2e22b2db3dd6a1016 +size 156401 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..781cf3fb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0af52e15007636ea0952a9fb77794c13293f128a3b56d42448d9a35acf47315 +size 143529 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_Additive_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_Additive_TravelMode.uasset new file mode 100644 index 00000000..44044950 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_Additive_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4ba350ac69f88216c1ed525c6893e1e8fb950c930e2af1a97aa5454f2ef90f +size 187803 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_TravelMode.uasset new file mode 100644 index 00000000..663b0f32 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Recovery_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d64961768f1cc26438a75b9e69ca829222d6507b602a60d0d1bfb42c23429d37 +size 186396 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Start.uasset new file mode 100644 index 00000000..45923a68 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c449b58c94f52f86929ea42d5f10bdce9c3bea3594c64ca4581ae2ce6cc80244 +size 131741 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Start_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Start_TravelMode.uasset new file mode 100644 index 00000000..d1755cf9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Jump_Start_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5376c9e3f2959c187dd3d939ff13f20e0842eb534304ce61d79bfe361833ca0 +size 136203 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockBack.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockBack.uasset new file mode 100644 index 00000000..2056c78b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockBack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6ee182f1f0c1d4137177c9e4505203357431e34fffeb008e7fa27f062159b1 +size 151361 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockBack_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockBack_Bwd.uasset new file mode 100644 index 00000000..a1dabed7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockBack_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d606a0e06e2ff9e59738e017901f2e1377fb8f1b8c8838d499b02afe631603d +size 160660 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockUp.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockUp.uasset new file mode 100644 index 00000000..b8f59dc3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/KnockUp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8a400f892a8f08c1294a6ad7fbcc7b053db25d208c067fd32c086aceffc54d +size 153115 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LaunchPad_Default.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LaunchPad_Default.uasset new file mode 100644 index 00000000..bfc96ea7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LaunchPad_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2c023ba5247b0a9d12708fce2fd1d06b0b61d5e5ca04b084c78484469d2cc74 +size 189127 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LevelStart.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LevelStart.uasset new file mode 100644 index 00000000..6038533e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LevelStart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:509e8fb37012845884bc8cc11b72c3b5c06621e0f569db19f0a6ca1816f8cb94 +size 525082 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LevelStart_Montage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LevelStart_Montage.uasset new file mode 100644 index 00000000..6b2bbeec --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/LevelStart_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df3878d578738ca529dd99df94bc3510b165f742a7b0c32d73e11824ee056ac +size 84691 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_A.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_A.uasset new file mode 100644 index 00000000..56ba434f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3969d40e2af8b32ed4a63a196730ac2424dd78b1f44421442ea66a55177196 +size 130435 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_A_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_A_Additive.uasset new file mode 100644 index 00000000..bc589b25 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_A_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d079b7423524d0d457ec2eb0ebd47c1a755e7a6787f32a0a2d23f60bcdbc5e2d +size 130585 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_B.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_B.uasset new file mode 100644 index 00000000..b3354a32 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1c55b2bc7544bc3f22b5ec6311b4b45ac6fa9c7ef5a4fa76eeae75fa90ce3c +size 132420 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_B_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_B_Additive.uasset new file mode 100644 index 00000000..1cb31188 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Fast_B_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f729962fc2a841a5769fa90dc04b8fb15d876d1cfae32b7543fe14160237a101 +size 132160 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A.uasset new file mode 100644 index 00000000..bcc21bd9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:987f6b0225f2bb19a5eec6c149462b9849af759e09ed787c4b2c9ba09da497f4 +size 142945 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A_Additive.uasset new file mode 100644 index 00000000..b55d2819 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:545eb4be3990d2a7b5e421e7d976f19f5ce7f1bb08d7d412090dc17353a9a311 +size 142862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A_Montage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A_Montage.uasset new file mode 100644 index 00000000..d8f90e7f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_A_Montage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed78b5b8c7011f585951d29fac040d67ee53d44208be1b67004f382548a70a60 +size 88038 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_B.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_B.uasset new file mode 100644 index 00000000..7865c4c5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01b6e276da716feee7a88cfccf7f6fcc27df1d097862826e1425b96c953cfcde +size 144136 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_B_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_B_Additive.uasset new file mode 100644 index 00000000..b07767f6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Med_B_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2803e19933143335e5f8dc8c556246f4a4290fece2185e8a781315eed0606d +size 144458 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_A.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_A.uasset new file mode 100644 index 00000000..4b6c4e29 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:806230c296e8b827cb11df07d91198bdc5c224da263ca9e3842863e24e03d9d9 +size 157129 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_A_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_A_Additive.uasset new file mode 100644 index 00000000..13ba52c2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_A_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d372c519320f779dc85d58f723ccab66dadfcc644bc9ee61b11a6d0250d9fad +size 158340 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_B.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_B.uasset new file mode 100644 index 00000000..eb6f3b5d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07434a37b1e486a02282aec86b9481783b13973eaa9c417c8a3b79875af10d50 +size 154657 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_B_Additive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_B_Additive.uasset new file mode 100644 index 00000000..9f19cc82 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Primary_Fire_Slow_B_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e01750f172dc68f2fc719c503e395ad5ecc397eb52d3c95a67e27539d085ba6 +size 155517 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Recall.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Recall.uasset new file mode 100644 index 00000000..0ff52ee3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84e24e055df0c6d78513ded7735273122c57a663d33ebd547eeea44251630ee7 +size 1125805 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Respawn.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Respawn.uasset new file mode 100644 index 00000000..9e3f3c6c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Respawn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1199f0a8d718e513c8f16165322b3a0ed726e4d003f7242767165a407ec05796 +size 240330 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen.uasset new file mode 100644 index 00000000..69b4cd59 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb139550d1dac1904a1a6bf64d438badd02e8ffdd1d1905603ba13f5fc1f13a +size 509502 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Emote.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Emote.uasset new file mode 100644 index 00000000..9fc812c3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Emote.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f187c2d9649510bca108b520ea52807bdfe77f14c1e573805c0a9f15a35d9b +size 485107 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Loop.uasset new file mode 100644 index 00000000..e3f99043 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20c4e5cff8f83d55a4b60be7e7678deeca1ea96f4929538391119d2b9331beaa +size 357120 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Start.uasset new file mode 100644 index 00000000..c43db492 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/SelectScreen_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb6433e1a9ef161d82e44e981fe0675b1d4e960a8f4c9cfb708b524f95905cc0 +size 741797 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd.uasset new file mode 100644 index 00000000..694f1b13 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735c482b9d1b15dfdf2a33f29c7711602021ca62c1610d960039ee093e4fc562 +size 137029 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_BwdToFwd_SpinCCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_BwdToFwd_SpinCCW.uasset new file mode 100644 index 00000000..a8c72b44 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_BwdToFwd_SpinCCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c925af47ff1f6a363c531c5624be6759ea69fa0ff1d576a1a010ee69307588 +size 187644 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_BwdToFwd_SpinCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_BwdToFwd_SpinCW.uasset new file mode 100644 index 00000000..9355cdac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_BwdToFwd_SpinCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd2211b82768dcd4ff8e4b2d7bbb3c1885377ee06692c348c1fd1f857f9ad5a7 +size 185973 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_CircleLeft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_CircleLeft.uasset new file mode 100644 index 00000000..acb32ed0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697433f5d8b4d540485e9155f237b656e40953f6e55c3bf722a43cd356e87f66 +size 136539 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_CircleRight.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_CircleRight.uasset new file mode 100644 index 00000000..f7714a27 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f67e02f1eecd5f6bb434a81a7ef8c7d3a88086bb5a76a0d934a8dc43dc49ea9e +size 137377 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Downhill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Downhill.uasset new file mode 100644 index 00000000..333557af --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ee158141410f1be2152b14121da862c0c07cc7dfc5e70cc3a3d7d366faee71 +size 124551 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Pivot180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Pivot180.uasset new file mode 100644 index 00000000..bfc1169d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a20063c4eeedb7c7176fc3daf5a75c804e90dafb010e41c0e551e323dfc1c14b +size 198943 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Start.uasset new file mode 100644 index 00000000..6fe82eb4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bb6727a6a267f2a859c58b70e70158ddfc940be9f149bb7e526b7c976a1815 +size 171255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Stop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Stop.uasset new file mode 100644 index 00000000..185cae02 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fdee732df0de1037042ba110da3f94a0752815708e66216be29c08defd2d5d +size 178564 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Uphill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Uphill.uasset new file mode 100644 index 00000000..3751552b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Bwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be88836314315b50e1f5ac62875ddf36be7d80fa941b034c5e6d00bee206a59 +size 125905 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd.uasset new file mode 100644 index 00000000..d41d5513 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e3b8a78a1f91924e024382206d9552b44e7706bec87e0bdc255d32116cb1864 +size 144478 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_FwdToBwd_SpinCCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_FwdToBwd_SpinCCW.uasset new file mode 100644 index 00000000..37154ffd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_FwdToBwd_SpinCCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c37b123133e9e6494d0786bddeeef98b363e1de0414144d9669d6b3836948dd +size 188356 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_FwdToBwd_SpinCW.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_FwdToBwd_SpinCW.uasset new file mode 100644 index 00000000..dbdd61f7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_FwdToBwd_SpinCW.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6d05160418c71b4e0faa105446c783919ea38b6316c2682124e92b6b37b3097 +size 177576 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_CircleLeft.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_CircleLeft.uasset new file mode 100644 index 00000000..11b08240 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_CircleLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afa1317de080685a59daa7f026db1162ad39bce008bd5186228ef944e211773c +size 143368 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_CircleRight.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_CircleRight.uasset new file mode 100644 index 00000000..73941f59 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_CircleRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f2a059716106fd8afe8a4da56717e59cbcac02705874a09197946e65bd629f +size 144791 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Downhill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Downhill.uasset new file mode 100644 index 00000000..9ce18525 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Downhill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fd317354239a79143851f1c51e2c66d1f100d50852b357e6765320005e3e5d1 +size 126491 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Pivot180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Pivot180.uasset new file mode 100644 index 00000000..6cf9eb89 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Pivot180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e11eec013921e6d6c6a790b0c3ec2a3476f50ad97388edba1ed2c7808b131d60 +size 232613 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Start.uasset new file mode 100644 index 00000000..228f3fd0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:212774067b1d1c395a694540a05460c0d5f6bdbf7792d085889aef05aab58595 +size 182220 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Stop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Stop.uasset new file mode 100644 index 00000000..c9f4faa1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Stop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f88c8805418615b120f20eacd845556ec39ba7a83df5b8244f39a81e6aad6678 +size 236566 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Uphill.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Uphill.uasset new file mode 100644 index 00000000..f9b5e762 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Sprint_Fwd_Uphill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5006a25cc7fb269090bf797ee39e3af50b5e731c63c18d53b9e23734a8d34e54 +size 128252 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Stun_Loop.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Stun_Loop.uasset new file mode 100644 index 00000000..dfdd329d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Stun_Loop.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8e910089f0f31452682bbdbd2a8109419d99cd111461e7b10597c9e9db970d7 +size 153594 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Stun_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Stun_Start.uasset new file mode 100644 index 00000000..4dabe551 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Stun_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c42ee35e80239a86c18a11def0b040bb8dbd2f14cc7da7379d2a4f635db9779 +size 183914 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TravelMode_Start.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TravelMode_Start.uasset new file mode 100644 index 00000000..ead3cf3c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TravelMode_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7043010d57367def05d42dbc242648b258d8a8f35fd0080003082f031b4ba223 +size 209318 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TravelMode_Start_MSA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TravelMode_Start_MSA.uasset new file mode 100644 index 00000000..669e34cf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TravelMode_Start_MSA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cdeab5c15d4df8236879f2383b9612e0b9266ee3a694fe7a4c8e93b4a9c85da +size 196964 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TurnLeft_Temp.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TurnLeft_Temp.uasset new file mode 100644 index 00000000..f8beb5d3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TurnLeft_Temp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8d19858477c1e1e61a85946af8a2b35809cda09062aca4dae15dece5c7b155 +size 129015 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TurnRight_Temp.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TurnRight_Temp.uasset new file mode 100644 index 00000000..bf4f751d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/TurnRight_Temp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7999815aadd84e196a45b02f37513c3d8f913f22363f83dd4a24736e1e89b506 +size 128405 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_180.uasset new file mode 100644 index 00000000..b486ae29 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57d8c0a4600cb4590d1eb149d652a0f31086b4f879b3d86b484c8c950b46f0c +size 164784 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_180_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_180_TravelMode.uasset new file mode 100644 index 00000000..7628f01f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_180_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0aa2cab5bea4fc582a130f6cacddc0f0ad3b127415162be3e617ff7a8981734 +size 168477 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_90.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_90.uasset new file mode 100644 index 00000000..c308c3a2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da548b59ef2984fb120390505193a9f5edf0a873e671f424096dc8691fbd047e +size 165344 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_90_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_90_TravelMode.uasset new file mode 100644 index 00000000..57f9e870 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Left_90_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ac8a82a36bcdf48fcfe150b3230b68afeff20ca2c82904249e9c2041486704 +size 169439 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_180.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_180.uasset new file mode 100644 index 00000000..1d0854f6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_180.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab677c0259e343c72042b96065dbf1571aeae3073d233358ef41d384128cadd4 +size 185527 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_180_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_180_TravelMode.uasset new file mode 100644 index 00000000..65d63ac9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_180_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb4dd30ce29286b053183b67054b4c30bd6c0a6a87aec9ea0ae8437674ecebc +size 190819 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_90.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_90.uasset new file mode 100644 index 00000000..fbe42814 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_90.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10e6e05fb10153dc47539638dcc8082ed6b5560f9c5ac72bb1f7fbca86901015 +size 162689 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_90_TravelMode.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_90_TravelMode.uasset new file mode 100644 index 00000000..7d98fe82 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Turn_Right_90_TravelMode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f17b8a7ff1f9cb01fe9314febbc648983dc4c907f16c26443094968a85b6c8f6 +size 166837 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Bwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Bwd.uasset new file mode 100644 index 00000000..53c4767e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dee604391f87a8ba693af10f0ad4fdf18e79223c34130f6d922a1ec312f3892 +size 161877 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Fwd.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Fwd.uasset new file mode 100644 index 00000000..210d4d31 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c92f8ada62e9735ac7f347f0ba137eea70e3e304ea97964829355e8583241f10 +size 170010 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Left.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Left.uasset new file mode 100644 index 00000000..c0bd9aa7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c088ec29e17fefb6e00a4584fd0ba7202ae9f386b29e0943e96fe50867f4f7f +size 161749 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Right.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Right.uasset new file mode 100644 index 00000000..d9e962be --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/Walk_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d449a01bb6c338fed0faa7975ab91977bb255be6cb7af25e48ca58a11fb7bc4 +size 165623 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/tb100_anim_tb_alt_v2_IconPose.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/tb100_anim_tb_alt_v2_IconPose.uasset new file mode 100644 index 00000000..2b5f2acf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Animations/tb100_anim_tb_alt_v2_IconPose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1cae86de82fca7d63a0be62c4c6d418c9662103ed7c9eb16824d12c0e6024ef +size 332472 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_ActionMovie.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_ActionMovie.uasset new file mode 100644 index 00000000..ad8d8791 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_ActionMovie.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7327c710fd0fa36828a93b1b064bcf83ca1dbdb3d2719f408b31b8dbed17eb6 +size 523196 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Electro.uasset new file mode 100644 index 00000000..445a02c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59fb5561e2ab7a2b102d389b639e6e4059110e62712cd31cbaa057b8f0de27b1 +size 548592 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Halloween.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Halloween.uasset new file mode 100644 index 00000000..c1c3fb3d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1cd22dcfaf4e564a645e4ca55d45e418f97acf0195c6db85c9546b7794bc44 +size 563337 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_ShadowOps.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_ShadowOps.uasset new file mode 100644 index 00000000..ca153789 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_ShadowOps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd0582c841a07652fe08679c579cc04b3055e0284c4f4ab5a4b60f84ec4f085f +size 506942 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_SummerTime.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_SummerTime.uasset new file mode 100644 index 00000000..a9c7002d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_SummerTime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd5bcfda34af58836e13dc3bbf2e38062397f786115a7c109763cefaeeefb36e +size 597043 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Wasteland.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Wasteland.uasset new file mode 100644 index 00000000..39b70b81 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Icons/PORT_Twinblast_Wasteland.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af378086363347f25eda0518043721b2917a9ce56736b4325f6f418f10c44755 +size 567323 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/MF_ClothShading.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/MF_ClothShading.uasset new file mode 100644 index 00000000..082976ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/MF_ClothShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00c4fe5f4c9aabcb8a66c10b8d1ee2510237391a4e741887b84f5cd9cf4bc9b3 +size 62716 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/MF_Twinblast_FX_Emissives.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/MF_Twinblast_FX_Emissives.uasset new file mode 100644 index 00000000..c9a7d455 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/MF_Twinblast_FX_Emissives.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d19ac9efb82c16ff78052437e92e990a6fe8f1febba7010bb199f1d1abe2774c +size 120950 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/T_Fire_Gradient_COLOR.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/T_Fire_Gradient_COLOR.uasset new file mode 100644 index 00000000..c9ca6540 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF/T_Fire_Gradient_COLOR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6712914a422bd741465b599dcc5e6f16f041e16bc32f0c501e99b21c14f43e +size 23593 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TB_AM_CoatGlow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TB_AM_CoatGlow.uasset new file mode 100644 index 00000000..b4243967 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TB_AM_CoatGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff33b4f4982e303a7dded92fa89fe08cf940ae2620da4204441bedc81a438bd5 +size 75005 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TB_CoatGlow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TB_CoatGlow.uasset new file mode 100644 index 00000000..f9a76d0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TB_CoatGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b5ee60d3943f16d61b7b83af0617dc2b39859e345d6fef452b221e67d96688 +size 74127 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TwinBalstArmEmissive2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TwinBalstArmEmissive2.uasset new file mode 100644 index 00000000..daf906a1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_TwinBalstArmEmissive2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c710bb61200068f55145d430a3ea97696bfef4238b1cc85f2d15a574912105 +size 50335 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_Twinblast_PistolEmissive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_Twinblast_PistolEmissive.uasset new file mode 100644 index 00000000..c59a7c5c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MF_Twinblast_PistolEmissive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35feb1acf3039ccabbf9e4b310beb8e2086eedb6cd44a2a26a2458982971307b +size 55469 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TearLine_Inst_TB_Bust.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TearLine_Inst_TB_Bust.uasset new file mode 100644 index 00000000..8c8aa6a6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TearLine_Inst_TB_Bust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2b97059f0fb616f40b18f23eb0e0266defbbf28b851a6b56ba14016373aa621 +size 95352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TwinBlast_EyeBlend_Bust.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TwinBlast_EyeBlend_Bust.uasset new file mode 100644 index 00000000..c4d5bb1a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TwinBlast_EyeBlend_Bust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac878702be1aa5f7525559724fecec502501d7c401dff7ef62d2ef25c9a9a6c5 +size 152018 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TwinBlast_Hair_Bust_Eyebrow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TwinBlast_Hair_Bust_Eyebrow.uasset new file mode 100644 index 00000000..65869e1d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_TwinBlast_Hair_Bust_Eyebrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca593630178fc3a4e9af6261fa57c0ebf37817b6768ae897cfe2ef7dcefefc68 +size 139959 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_Twinblast_EyeRefractive_Bust.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_Twinblast_EyeRefractive_Bust.uasset new file mode 100644 index 00000000..9a7bd524 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MI_Twinblast_EyeRefractive_Bust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bf75571858864e74a69eb093f261c1a47164dcd665855c23f44721d669a1e8 +size 127281 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_Eye_Occlusion_Inst.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_Eye_Occlusion_Inst.uasset new file mode 100644 index 00000000..99f40953 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_Eye_Occlusion_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6027ac75da05d94204b5336e06eac83a3b3273dcbc75933c8da922c8921fbe29 +size 93898 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_HairSheet_Master2_Inst.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_HairSheet_Master2_Inst.uasset new file mode 100644 index 00000000..b1b3146a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_HairSheet_Master2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e63d7ae368930754487afd91203fba42c7789c58f3fb8f5f33902c59f140e33 +size 145176 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_HairSheet_Master_Inst_EyeLash.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_HairSheet_Master_Inst_EyeLash.uasset new file mode 100644 index 00000000..199d742b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_HairSheet_Master_Inst_EyeLash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:487e97ddf4f32f5eb51ff8e1e6c9ce67082b4348df419f78922209fd0a55e8ea +size 135892 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_Magical_Threads.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_Magical_Threads.uasset new file mode 100644 index 00000000..9a87da5f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_Magical_Threads.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42663eb884b1a8524fb650645815b07bfecd662d35c830fbbe42462111fe0caf +size 110994 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Arms.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Arms.uasset new file mode 100644 index 00000000..fcb9168f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f5d3ac64871d34ed41054f92e359a0ddad0d4befaf316d067aaf5452a5809e +size 200809 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Coat.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Coat.uasset new file mode 100644 index 00000000..5d87cec5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Coat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:411f8708c24603ecc9b86124d8b8adfc4204d47304a8bee0536e4103ce141462 +size 178092 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Head_Shirt.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Head_Shirt.uasset new file mode 100644 index 00000000..3dfca50b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Head_Shirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8292634c408a110fd11011bee8959a63a68d95fd0684a3e9b610ba50e15e8f2 +size 160835 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_LowerBody.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_LowerBody.uasset new file mode 100644 index 00000000..cbd0691a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_LowerBody.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dafac19213efcbc1959f620e0b10b0615e82a566514d602a6432a2a3938ddd +size 185902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Pistol.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Pistol.uasset new file mode 100644 index 00000000..95c6176a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_TwinBlast_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad1fd4212f5c70e8293cac58605f88d4a9c746f697a81a626f81cc27c3bd427 +size 196039 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_UniversalEye_Shadow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_UniversalEye_Shadow.uasset new file mode 100644 index 00000000..4eeffe70 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_UniversalEye_Shadow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e977962db1995af7a7e7d6cbcd7b5e2df5e84a3d0d891bd233e2d0d4a6a939 +size 98651 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_UniversalEye_Shadow_Inst.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_UniversalEye_Shadow_Inst.uasset new file mode 100644 index 00000000..ed04ee6c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/M_UniversalEye_Shadow_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d7c752d7e8f9af189c6fbda4040cbd04dce28c9d228926cb9f743fda19b22e +size 92982 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MatLayerBlend_Decal.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MatLayerBlend_Decal.uasset new file mode 100644 index 00000000..8b67d7ce --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/MatLayerBlend_Decal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:746ca66d98e217263f9593881824cc3057b25b5fb54fe7c360ec9ad906e79519 +size 110875 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/TwinBlast_Skin.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/TwinBlast_Skin.uasset new file mode 100644 index 00000000..0707a9a1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Materials/TwinBlast_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcdde7e0352596a75bdf07edebc307e7beef6379b357c28dc2cf9778f3ca17c +size 2815 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/Paragon_Proto_Retarget.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/Paragon_Proto_Retarget.uasset new file mode 100644 index 00000000..e69f0a1b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/Paragon_Proto_Retarget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fce2ee586d0a55ddfa2ee900f97707da68679214a1e8cc26cb61c9e5469621 +size 68572 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset new file mode 100644 index 00000000..4f3c9373 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eb55f5a61cf71d5e95a8fd02be6d1f1bace6a34e79378a981f65ea97b0d143a +size 22487172 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset new file mode 100644 index 00000000..80045200 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc80d40a7291e55b4c5fb0337deb5543c1504a82491793d20a1e9cf904a26d5d +size 21141 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_CylShadows.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_CylShadows.uasset new file mode 100644 index 00000000..7f49edf6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_CylShadows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3e5270b55fbc7703bdee44a35c38f154b2b24b22ec1a0251324dcaff49ef061 +size 111288 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Extents.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Extents.uasset new file mode 100644 index 00000000..cbc4dad3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Extents.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e97be04026714ed60070e6cb378d3584a6f8f834fa283d25ded5fc55c37ba87 +size 114390 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Grenade.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Grenade.uasset new file mode 100644 index 00000000..1b3cb09c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Grenade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddd8ea66b1f86d9942c2cffc129c817f0e32b0f01cf88350f9f435376ace628c +size 156749 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Hair.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Hair.uasset new file mode 100644 index 00000000..8c645cb6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e9a702c37069fa1468ec971fd8428ca0c8cece074b97286438be26d4150da09 +size 3548102 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset new file mode 100644 index 00000000..ad304111 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_PhAT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e63f1b537af6075e42c190196ce034283c39f4d8e0106ec28a14b1cfeaeffba5 +size 31505 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Physics.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Physics.uasset new file mode 100644 index 00000000..33dd10ac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fefacef8ffa2cd1e5e7378d98bc63b7ac63dd25b5099d0ebb5afbe45d0f760b +size 110288 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset new file mode 100644 index 00000000..a08f4951 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b4a48f6814ef427b135a14af8543380b7a534dba0a93bfc34006a9302f75c15 +size 98711 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_UltGun.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_UltGun.uasset new file mode 100644 index 00000000..0c95af4a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Meshes/TwinBlast_UltGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:483470afb7a19b63a5a6b48bcbe30ad261a64d364350ef5af4ff9515b02adf04 +size 2676564 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_HairSheet_Master2_Inst.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_HairSheet_Master2_Inst.uasset new file mode 100644 index 00000000..475fb2fe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_HairSheet_Master2_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923f7794e3cf9df8a93f84c87b973f6a00a9a16a661540bf0ff25dc218f25953 +size 139062 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Arms.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Arms.uasset new file mode 100644 index 00000000..300d61de --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:158962c83f0516145891a35e8f7a6f609e12a8264cd64bd70ce92f4001ddc420 +size 198250 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Coat.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Coat.uasset new file mode 100644 index 00000000..0cde7c24 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Coat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5360dd6d24a70d0b9f2a7eaaefc9666665f20ceb52e1e36d47cf0b180d6a4584 +size 201366 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Head_HallowPaint.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Head_HallowPaint.uasset new file mode 100644 index 00000000..4446317d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_Head_HallowPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a46dc46623b1ca91e459872b4c5be68d97ed0d78c4cdd8a6599d374222360297 +size 169685 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_LowerBody.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_LowerBody.uasset new file mode 100644 index 00000000..2465da3d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/M_TwinBlast_LowerBody.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90af1aa31395d25c72f13eab8d27087c12cbe23417c150c234c40fc703f24281 +size 196479 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TB_HEAD_SubsurfaceHallow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TB_HEAD_SubsurfaceHallow.uasset new file mode 100644 index 00000000..39358ee8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TB_HEAD_SubsurfaceHallow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:288d311e31723c36538fec7dfa1c9007d8a8c6c8ae0c04d308ca22200a357c28 +size 783842 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinBlast_Head_Halloween.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinBlast_Head_Halloween.uasset new file mode 100644 index 00000000..323f803e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinBlast_Head_Halloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:359b8cfdeccca4b7cad0cbaa781e39abec2fb2fc804536323b88d7a06f4aa8e0 +size 4650851 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinBlast_Head_Halloween_Crackles_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinBlast_Head_Halloween_Crackles_N.uasset new file mode 100644 index 00000000..2475d730 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinBlast_Head_Halloween_Crackles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b08c4064cb3ccdcd97fe8790f9152a2d2e3b60271371a1ef6d5e762914d29c1 +size 1819948 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinblastHeadhalloweenGlow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinblastHeadhalloweenGlow.uasset new file mode 100644 index 00000000..27321b9e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/T_TwinblastHeadhalloweenGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7162644f63e371bdaf8dcaf4c2fef98346e4ef372c3a4cb565dd4e452d0eca30 +size 321089 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset new file mode 100644 index 00000000..a93ddea2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlastHalloween.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279cec793e58657680ac9ff0bde005292f3817e3ac6824f1deac00333ca4b808 +size 22487545 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset new file mode 100644 index 00000000..979d1587 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Halloween/TwinBlast_Halloween_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa7ab4f351f1944e7207e66fcac6b501fb7c0f5eed940e95912c661ad65a7e14 +size 21232 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Arm_Apoc.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Arm_Apoc.uasset new file mode 100644 index 00000000..3ed6082f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Arm_Apoc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c20df475a530d54928a3576106bb6cdb75855c05f5669e3f7fe2a483d1e9a632 +size 206320 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Coat_Apoc.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Coat_Apoc.uasset new file mode 100644 index 00000000..76c71151 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Coat_Apoc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7b0c3887df5ba00869694057435841ac17d91d3f6ec3eda3220da8c9c19b45 +size 189217 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Head_ShApoc.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Head_ShApoc.uasset new file mode 100644 index 00000000..fcb61d5e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Head_ShApoc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f414e6e77a848e9f5630213d9986274efeaede57969939f3efa33fe32ad343e +size 182164 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_LowBod_Apoc.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_LowBod_Apoc.uasset new file mode 100644 index 00000000..cbe222c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_LowBod_Apoc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72df95be46ce7a3f01cd0564d7a3f94164efdede7547541cb44feeec677adcce +size 199328 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Pistol.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Pistol.uasset new file mode 100644 index 00000000..46414ea8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/M_TB_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a88abdf6229be1fd19969d2eae216badc399190ad2106fcfb4e02a0739b3e67 +size 221425 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TB_HEAD_Apoc.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TB_HEAD_Apoc.uasset new file mode 100644 index 00000000..245968da --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TB_HEAD_Apoc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca931722088fc80d1c56792a7b929307ec0bdb0f9d941b4ab6e1e1df819e6e1e +size 6210912 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Apoc_Decals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Apoc_Decals.uasset new file mode 100644 index 00000000..42c25ac4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Apoc_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d49549cbe5e72c266c17da1aea28d011c6106d5e139ac1a01bbc39f1ec3e1d7 +size 25986894 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Apoc_Masks.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Apoc_Masks.uasset new file mode 100644 index 00000000..a19e0540 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Apoc_Masks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ba66a03643867aba198c6849ccb5b50e0fe232e492dc45d7385e4d2db3f5775 +size 5714463 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Legs_Apocalyptic_RGB.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Legs_Apocalyptic_RGB.uasset new file mode 100644 index 00000000..d0927f42 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_TwinBlast_Legs_Apocalyptic_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048c21eb8da074b33e2a02627068b42d0b14469ab777472caa35295c21a3c2e4 +size 38856268 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_UnpleasentGrime_D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_UnpleasentGrime_D.uasset new file mode 100644 index 00000000..c63cc4f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/T_UnpleasentGrime_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a4face419771618d89ae75169d3a6be99470a178de0894252957d4964dd7273 +size 9769959 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset new file mode 100644 index 00000000..ce03fca3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4762951c3e3879a20571f2bdb4a283ea67978086226dff8c5543b517d47b403 +size 22487330 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset new file mode 100644 index 00000000..aeb1a72c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Apocalyptic/TwinBlast_Wasteland_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:120c2de2b85d2d81b395440d1999c2585447b4553143657e9735c8d2d0d171be +size 21534 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/MI_Twinblast_EyeRefractive_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/MI_Twinblast_EyeRefractive_Electro.uasset new file mode 100644 index 00000000..c8af7c34 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/MI_Twinblast_EyeRefractive_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255b212aeeb88b835f443edd9994735473be907614e4195badfd1d058828c5f0 +size 131464 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Arms_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Arms_Electro.uasset new file mode 100644 index 00000000..b3d6db6d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Arms_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aeed8d7500ba6a1f07753cec498102925a0a6004a7d43aa7197885e808f8e3a +size 206795 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Coat_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Coat_Electro.uasset new file mode 100644 index 00000000..9659a082 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Coat_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2954fccdafbf8b2bcc2826e8f71fe4ceaecfa6195de1749bf8c061e3c6868a0f +size 185687 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_HeadSh_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_HeadSh_Electro.uasset new file mode 100644 index 00000000..5b4b6a6a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_HeadSh_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a236150519f75ec8b3cdfc8e779158e516df99b6b735d268564196797cbb34 +size 200506 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_LowBody_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_LowBody_Electro.uasset new file mode 100644 index 00000000..330d9766 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_LowBody_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c417c788a7d79f3e6560ccf17ed0b0e847190f177407c1305d88fd2bcc464b7e +size 195237 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Pisto_Electrol.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Pisto_Electrol.uasset new file mode 100644 index 00000000..76ea0bbe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/M_TB_Pisto_Electrol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:352bc5d4aab65f812cd28ca064c16bbb2c9a6e5c01e1179d1ff17a53c5aaa717 +size 218866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/T_TwinBlast_Coat_Head_Electro_Mask.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/T_TwinBlast_Coat_Head_Electro_Mask.uasset new file mode 100644 index 00000000..cb8e6ef3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/T_TwinBlast_Coat_Head_Electro_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2691195f2f552b8194ee4cdc4301ddbfa76745ecccc3841d4a0a180b99fda7a +size 7842798 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset new file mode 100644 index 00000000..c2f3fc49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2306635543d5ba18a97cb93182206b82a658d74d6e54ca38b791b378d77cb59 +size 21314888 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset new file mode 100644 index 00000000..c4d9c185 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier1/CS_Twinblast_Electro/TwinBlast_Electro_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f84a77cf477d7959649e19699fc16127c3a8b034512daf9fa3745cc200acbb +size 21319 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/Layers/ML_Dragon.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/Layers/ML_Dragon.uasset new file mode 100644 index 00000000..743d1f7a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/Layers/ML_Dragon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7de0386a71a1363f62f230d73e2112ab45c25b2e275d77cebe30455ae034864d +size 100810 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/Layers/ML_TRwinblast_ActionMovie_PlasticClear.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/Layers/ML_TRwinblast_ActionMovie_PlasticClear.uasset new file mode 100644 index 00000000..6c9ad43a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/Layers/ML_TRwinblast_ActionMovie_PlasticClear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ce45577f76fc0ae51f50b2bf19c3965657a3e39c03cfd3c713c026e4dff0fb6 +size 119742 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Arms_Gold.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Arms_Gold.uasset new file mode 100644 index 00000000..eddf7a52 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Arms_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09747306821722b421319cc0c6d6149441151dee66fc73b7dab63c1aa90b5f93 +size 139556 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Eyebrow.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Eyebrow.uasset new file mode 100644 index 00000000..d5e2309a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Eyebrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78ef84414ea52209b9a4377271ec6adcb083c667464fa03fba2cf9295ead292 +size 139991 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Hair.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Hair.uasset new file mode 100644 index 00000000..efad069d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4657b95cac1cb2ac17475d9598c61914ce0f36eec36e87c6bec692e4041a95 +size 149955 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Head_Shirt_Gold.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Head_Shirt_Gold.uasset new file mode 100644 index 00000000..0e3e1f2a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Head_Shirt_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5484a22fb74cc35af348c769a57fa2784b5cbd578df7874b760a2da4a4d2f63 +size 125512 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Head_Skin_Gold.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Head_Skin_Gold.uasset new file mode 100644 index 00000000..fd46d387 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Head_Skin_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3ec1294d149a3b4df2da8560c439fc01eedeb6916c86c5d9f32ed8044ef4836 +size 127195 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_LowerBody_Gold.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_LowerBody_Gold.uasset new file mode 100644 index 00000000..4cd8b5b9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_LowerBody_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f627d1e628371b267f3550292213475dd0c389eeb56fceb7a75f730a7b5271b9 +size 143797 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Pistol_Gold.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Pistol_Gold.uasset new file mode 100644 index 00000000..d76c0556 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/MI_TwinBlast_ActionMovie_Pistol_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e355ce88d4659e59d654d69d85837f6f9c61cb2e9beb873cc2a2d2acf48b1dfb +size 132138 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Arms.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Arms.uasset new file mode 100644 index 00000000..5705d803 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b49d6ed574f3c40204b15bf77c3dc204d6ce6ea652a3a9d0af6f893eae3a86 +size 196603 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Coat.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Coat.uasset new file mode 100644 index 00000000..f89a4c0f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Coat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1569ebcd37568f378209896a38833df66ba6d897a7d4b394b7974f6f1ec37e96 +size 172235 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Coat_Gold.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Coat_Gold.uasset new file mode 100644 index 00000000..ea7a03ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Coat_Gold.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8dddd6a2e9c5b6fb1c5b94139356341f5b5d0357bd7d8ff25100f8f08e700d +size 182356 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Head_Shirt.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Head_Shirt.uasset new file mode 100644 index 00000000..5296ed90 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Head_Shirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdf76472b50f320256d168deb9d4e84c9b105381096c07213428f96164da5b2 +size 185834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Head_Skin.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Head_Skin.uasset new file mode 100644 index 00000000..daf9f920 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Head_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c946eabba17bc043f3074aa9b6b5f23308e4193f14d25bce68257a2b19d18def +size 163722 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_LowerBody.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_LowerBody.uasset new file mode 100644 index 00000000..cb503203 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_LowerBody.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:138fc1cf1a13d5de68b6d4a959cd05bcd5195da0432c6ec50e722550a3875ba8 +size 178319 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Pistol.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Pistol.uasset new file mode 100644 index 00000000..d10356ac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Materials/M_TwinBlast_ActionMovie_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b185210aecd07a3a30a73c05856ceeaf45565c490904374812c2e549ec15f4f6 +size 198417 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset new file mode 100644 index 00000000..cb6d137e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d0d86096fa6e215b7f434dbc677a2b45f7f44a09141969ed171f45dae33e2ce +size 22110741 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero_ClothCollision.uasset new file mode 100644 index 00000000..c4909fa2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Meshes/TwinBlast_ActionHero_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80511222dace5e19b9f0a53a9263f61eb8b8e33e10e4940febb10e4cd5c1b8fc +size 22665 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_TwinBlast_ActionMovieArms_RGB1.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_TwinBlast_ActionMovieArms_RGB1.uasset new file mode 100644 index 00000000..d897e0dd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_TwinBlast_ActionMovieArms_RGB1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9412a22348dbc8dd5b1ae9f476217285ba6cdd05462bc822182b71a4d722e6a9 +size 25022631 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_TwinBlast_ActionMovie_LowerBody_MASK3.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_TwinBlast_ActionMovie_LowerBody_MASK3.uasset new file mode 100644 index 00000000..ff489ab2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_TwinBlast_ActionMovie_LowerBody_MASK3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6942da5e725a5a7e612f7911a8bbf256223ed3e684b3167d9620336685bf2582 +size 1040325 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Mask_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Mask_01.uasset new file mode 100644 index 00000000..b735678a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Mask_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da39b7929c5f8bfe704908b6c8554560e3046fb22e283050924b640c2f10726 +size 510498 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Pattern.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Pattern.uasset new file mode 100644 index 00000000..b29d16de --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Pattern.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd4b7f9c57ae0308c643ee6ace40a3bb4336dfb81bbb1b3c6175c46c6dcb7389 +size 1268271 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Pattern_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Pattern_N.uasset new file mode 100644 index 00000000..413a4e3c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_Pattern_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990ee694740e8819f96a2da4b488d6a4f3dd471312c980d3ef6a68001347ef05 +size 3179793 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_RGBA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_RGBA.uasset new file mode 100644 index 00000000..527aa925 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Coat_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0edfaaf0ea4eb6fa2f531638f5aeead9c33e69b377a58f6640ef33bf47a14ab3 +size 23147909 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Alpha.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Alpha.uasset new file mode 100644 index 00000000..7f98e655 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2bac40183de37aa76633f90741bcf68ef61b97127621000e9a872ae5eb6d4f +size 1687544 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Depth.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Depth.uasset new file mode 100644 index 00000000..ffe1e887 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b070a776bac25e2507adf17d8372c8046b07d55159160573af25f164a438c0 +size 1812647 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Root.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Root.uasset new file mode 100644 index 00000000..3836265a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Hair_Root.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4964fe377e4333f2c389b54e0cb94268f7eba966891562174c38e62363bc4239 +size 3292930 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Jacket_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Jacket_N.uasset new file mode 100644 index 00000000..1c6243cc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_Jacket_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26993b91bfdca63bbdeded7eeed7f7386af4a232b54e063f466b90c1256e1ff8 +size 15176932 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_02.uasset new file mode 100644 index 00000000..4b96181c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64acfc7171a35d9b902d8aba1df38846ce43d97c621b4e18a4ee47196868cd77 +size 230904 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_03.uasset new file mode 100644 index 00000000..96c327e1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8c6e3a558f3194218830326b37435b9f9f81923a1463216e711df9fe9a8c45b +size 112756 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_04.uasset new file mode 100644 index 00000000..c9d8b9a1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa4ea481c708ba9c229ec62b583cac95ff2cb3a5d2c814eaac66c112efedad69 +size 36781 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_05.uasset new file mode 100644 index 00000000..49e8d3b7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e2ab608543393aaa9ccdc242e1378660699db403bbe4f42f88480faa0fd282 +size 141606 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_06.uasset new file mode 100644 index 00000000..6bbdcccb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_Mask_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c33c63c0bc587202791b6377d42423fb9dea4831e891d6e4ccba73ac7290ff13 +size 94456 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_N.uasset new file mode 100644 index 00000000..044c6673 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4a6945a9a26749e762502594586430be55604987ed81b62574579e4b51485c3 +size 14221157 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_RGBA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_RGBA.uasset new file mode 100644 index 00000000..c02c64f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ActionMovie/Textures/T_Twinblast_ActionMovie_ShirtGlasses_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee911644947f7c13451261da703bbb4aa56ab09865ddba55bf55bb4064ce6199 +size 15215003 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Eyes.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Eyes.uasset new file mode 100644 index 00000000..80a00ee5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Eyes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9c4b43a62e755855722497c9398a24dd9b433fdeda10de2fad31c8c9e52fcdf +size 105166 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Leather.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Leather.uasset new file mode 100644 index 00000000..e0080827 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Leather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e271b2c96b2c7c922f9ad63632eda6bedafeaed4bf27437ff7e01ee65666b8e +size 106889 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Lightsource.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Lightsource.uasset new file mode 100644 index 00000000..2d5ac63e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Lightsource.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9602375ce51872634c9fc225efad6716d9937b51d1874974fe6b1fc6ed2ff01 +size 106253 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Blackwash.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Blackwash.uasset new file mode 100644 index 00000000..b3818acb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Blackwash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f9aa7f5875f31673240c54704525fc82ea1d8bdb5b497d02b43b76bae647a6 +size 119061 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Coated.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Coated.uasset new file mode 100644 index 00000000..911d925f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Coated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:729e4e943c32a154e574a493e513dc99483e9b26df18acc481b0b84ccccd8342 +size 112239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Glossy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Glossy.uasset new file mode 100644 index 00000000..6e1b09d9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_Glossy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:690dc631496cdcbfbbe7936bf94310a5e7b583af984d87210b9a5059def95537 +size 106841 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_SandCast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_SandCast.uasset new file mode 100644 index 00000000..81bf4fab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Metal_SandCast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0b375aede918c83566c71201fe13c41bbefc764a8732d104c8287f570ff89ad +size 111603 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Plastic.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Plastic.uasset new file mode 100644 index 00000000..b28f785a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Plastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:486f40d58aa2f24d4e92d5411dc04852a8951aa6da40607e5788eff9d7e04964 +size 111361 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Rubber.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Rubber.uasset new file mode 100644 index 00000000..af48ac32 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_Rubber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5fead26662eed56416edcc8d56d8342d316c8f5d836b128b608f3b72557f9fe +size 106838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_TacticalCloth.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_TacticalCloth.uasset new file mode 100644 index 00000000..67ab78aa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/Layers/ML_TBSO_TacticalCloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d584691bef1328e876411b87c95c2bf885124d3fc5160b48b2c6d2e2e40a677 +size 107918 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Acc.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Acc.uasset new file mode 100644 index 00000000..b3877b23 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Acc.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:677aad805e58712d0df1dcca81aaab999bf11ab1e94fedccc0dff2af351c782f +size 181515 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Arms.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Arms.uasset new file mode 100644 index 00000000..a61c74d8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e71174feace82face377ab9645cf72a6d060af82a883d6ac35c3419dd4ed9543 +size 187051 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Boots.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Boots.uasset new file mode 100644 index 00000000..a43cc516 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Boots.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a30edf26d4b7c2d24cd0dbbe16f3f2cded72809baae4f4787f8502f348c41873 +size 161016 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Grenade.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Grenade.uasset new file mode 100644 index 00000000..61cf88e0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Grenade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:432d05a9a83e7e3aea7ff0c6a9c146b4fa41d248e1826552a56471f29be10915 +size 155107 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_LENS_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_LENS_01.uasset new file mode 100644 index 00000000..c572d49d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_LENS_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c0132f673128f33306bcc75cb2e931b115775040ebade751a454d71dcc0fee +size 119126 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Lens.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Lens.uasset new file mode 100644 index 00000000..2761540d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Lens.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b182cfc3903b632b1f137fe0ffafec840653b5cf5508fd5d85cb159931eb7043 +size 202143 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Pants.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Pants.uasset new file mode 100644 index 00000000..49a85108 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Pants.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e0f8d989c17863a175d03dcee4c7c4098e37dc44c1d28244ccd216b59dbf9c +size 169386 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_TorsoHead.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_TorsoHead.uasset new file mode 100644 index 00000000..4907fbcf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_TorsoHead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d62b840f3a17d4676830389bd57317d7336bfbfb3801688da8a5168db3f44fe5 +size 196026 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_TorsoInner.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_TorsoInner.uasset new file mode 100644 index 00000000..d8b8f8af --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_TorsoInner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e096b3229ced5e5fff91c02438512fef5a2916b1161a834aa6fe6c74d38e73c +size 147541 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Weapons.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Weapons.uasset new file mode 100644 index 00000000..773feeb4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Materials/M_TBSO_Weapons.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981537a78fae3a4f188b33d1516b2f8b6c53b3933f4237dfabf77c1aa3233014 +size 211678 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Meshes/TwinBlast_ShadowOps.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Meshes/TwinBlast_ShadowOps.uasset new file mode 100644 index 00000000..e67e89d3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Meshes/TwinBlast_ShadowOps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca662f0b886b5e7c67babf1c292dfb27de74ce954c51277d7eceed22db09503 +size 10271277 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Meshes/TwinBlast_ShadowOps_UltGun.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Meshes/TwinBlast_ShadowOps_UltGun.uasset new file mode 100644 index 00000000..9778f031 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Meshes/TwinBlast_ShadowOps_UltGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:526377adcf061413bcb8a1a688602cd3f97deed8d573acff9ab9e602d5bb9a9b +size 3202016 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_MASK.uasset new file mode 100644 index 00000000..731f24ee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9fd5e0b17d7c13757e50900145c0ab030e8dd26fd833e7a87ac62bfb3fcf9f7 +size 2593734 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_N.uasset new file mode 100644 index 00000000..665c1e40 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b3c3a6f9f43a622a3527edd92d993f9a005e5a746a1a54bbf4abd5b87870e39 +size 17991633 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_RGBAO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_RGBAO.uasset new file mode 100644 index 00000000..6f9282cf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Arms_RGBAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f9fac65cd5a005d4e082447c22b182cdf7ea25efaae6c70d49854ee0c9ce922 +size 26482696 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Grenade_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Grenade_N.uasset new file mode 100644 index 00000000..703cb3e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Grenade_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfc8e3d7645670f2630b1c44e92aec18693399ba1ea8a474e27ab4cc7d75d5d +size 361009 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Grenade_RGBAO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Grenade_RGBAO.uasset new file mode 100644 index 00000000..fc6cc176 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Grenade_RGBAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf278dc20916d610517ac2ef0264e7a352df31a2bc269ba28b3ccce73032465d +size 209290 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_MASK.uasset new file mode 100644 index 00000000..7414a98e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d602237721692f3c2ced89138f2239830a72c2fa22e38d1e4c197a1420d43bb5 +size 1374012 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_MASK_2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_MASK_2.uasset new file mode 100644 index 00000000..b5c72026 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_MASK_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c50150eb5ef29231ed60a5b342b3227e3f0c26c43b2a27feea82adb931b207 +size 569901 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_N.uasset new file mode 100644 index 00000000..b3afb85b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5036c9db96ecbb4bf04864f63f70da882a5f938be2e2363ce2bfe9f153946a9 +size 22081311 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_RGBAO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_RGBAO.uasset new file mode 100644 index 00000000..40c46aca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_LegsAcc_RGBAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:203e233bcfa4d3f24be795410b13dc1131da106691b53d14ceda91b98ea02e48 +size 29598101 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_MASK.uasset new file mode 100644 index 00000000..39282ef1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1047a0e9abd18508f417db1d12dcac6ccca9c715b1f5ed43e36a7f4f5978570 +size 986478 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_MASK_2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_MASK_2.uasset new file mode 100644 index 00000000..2e6076a9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_MASK_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0afdca9877c22758ce36b20c0354b2cd246a83cf23af33058fffd09903bb5a4c +size 769381 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_N.uasset new file mode 100644 index 00000000..d22cbe5e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c49ea87faf65cada3ffff11a0c8bdddffc8dc2d51a41e428321bd536c4340a +size 17891638 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_RGBAO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_RGBAO.uasset new file mode 100644 index 00000000..28cf9411 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Torso_RGBAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6690f51045bb02ce1fa741b17f061e23f1f366a6446d7030a2e1df1e07de98c3 +size 28045364 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_DETAIL.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_DETAIL.uasset new file mode 100644 index 00000000..7a70c577 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_DETAIL.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367c8d6651bd8e0d1ac2d84a24b733e0157b341881e5dd0b7438a1b7aa38e68b +size 1131189 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_MASK.uasset new file mode 100644 index 00000000..9866d7ad --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81a34f937181a560a50c03ae17f404d29bc23ec2b21400143e81008f275ad904 +size 906386 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_MASK_2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_MASK_2.uasset new file mode 100644 index 00000000..208794f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_MASK_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83be79807061faf7a364b94973f748d20a457c4fc66c2d5ec05e8989d722a45 +size 835271 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_N.uasset new file mode 100644 index 00000000..f3b48638 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b307410204c81186c78c7c94f4de88aa20b5c8cbc6677a2a1cca3ee807e2918a +size 11800028 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_RGBAO.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_RGBAO.uasset new file mode 100644 index 00000000..5724ddfe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/ShadowOps/Textures/T_TBSO_Weapons_RGBAO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69c8cda908881a97ebf13a22ad00f43fbfa34cd4bdbe33268374932b3f22e827 +size 17291966 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/MF_ShinyCloth.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/MF_ShinyCloth.uasset new file mode 100644 index 00000000..cb3a718a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/MF_ShinyCloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd90ea3c708d58a5cc70f714d04278e9ef20083f76c7afb32e996ae7e179a70b +size 105238 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/MF_Twinblast_FX_Emissives_Blue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/MF_Twinblast_FX_Emissives_Blue.uasset new file mode 100644 index 00000000..830036b5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/MF_Twinblast_FX_Emissives_Blue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11928b475fe6042e788c746536ea3a649c3b66917cb7fbfc97ec522fb29b5543 +size 120875 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Cloth.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Cloth.uasset new file mode 100644 index 00000000..8c185148 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Cloth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cd8387b888ac8f50659e8e7d19f46b85cec3def8989544b62966fc2ff217cfc +size 113321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Fabric.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Fabric.uasset new file mode 100644 index 00000000..4309b004 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Fabric.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f59954e18955e86515477892ca5da3789c1d418e0ddab926ee4758e85ac24db +size 102941 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_ShinyPanelPlastic.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_ShinyPanelPlastic.uasset new file mode 100644 index 00000000..9d85f365 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_ShinyPanelPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87f8579b2ea806f68033c9799edc42565362e1936d452487e91ea1597eb54ce7 +size 122473 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_ShinyPlastic.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_ShinyPlastic.uasset new file mode 100644 index 00000000..e94ac6a3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_ShinyPlastic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18d42b6b2a903eb47c0e43d7e85011ed401dbefa2a5016996bf029a5d82483bc +size 104053 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Summer_Tarp.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Summer_Tarp.uasset new file mode 100644 index 00000000..6dd4738b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Layers/ML_Summer_Tarp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d217e65622571ad3d0f14245bc6da170dcf297f971eaa23288e9c98fe3bc8a8 +size 111390 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/MI_TwinblastSummerTime_EyeRefractive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/MI_TwinblastSummerTime_EyeRefractive.uasset new file mode 100644 index 00000000..a6943cb8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/MI_TwinblastSummerTime_EyeRefractive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9e3a94e35d5ee0714b3d1de4e65ac855360657e9cc77940852f660fd13380f +size 126940 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_Summer_Hair.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_Summer_Hair.uasset new file mode 100644 index 00000000..f4b31d57 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_Summer_Hair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6261250652a49fb7e40227dae78423b2a3f4a3a18bfcb0796ff09fc6fbc26370 +size 175863 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Arms.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Arms.uasset new file mode 100644 index 00000000..b130391e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e909089f328c9caea3e3e1f9f7889b81b5156b9854be494826e6d3eac81ec722 +size 189718 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Body.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Body.uasset new file mode 100644 index 00000000..b0ffb002 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:869adc924c5f4167b40cd73890fdcf4806feabd7c00546050e61475e78df5b36 +size 143820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Necklace.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Necklace.uasset new file mode 100644 index 00000000..99b0072b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Necklace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62fd21df989b377e73e7bafe535bfcbe25861ae9f5c558cf8ad602eceeae1411 +size 196152 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Sandals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Sandals.uasset new file mode 100644 index 00000000..2f11001f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Sandals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33271ab2bfca33d72a7ba301436e2530b471832ffae7624c5294c44b3d380078 +size 168071 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Shirt.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Shirt.uasset new file mode 100644 index 00000000..52541679 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Shirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab7d85d3728be32b8143b7d9ff399ad3c02bfd85ae043932f8d9c9dc11c6da6 +size 183631 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Shorts.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Shorts.uasset new file mode 100644 index 00000000..33302205 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_SummerTime_Shorts.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c20af4560ed60373f906d7a6f60abea0ee907a2021f45857431330f28c55dbc +size 204918 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_Summer_Pistol.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_Summer_Pistol.uasset new file mode 100644 index 00000000..2566ebf5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_Summer_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e56dbef99ea68fa1d4358fc83a9f33feaaa396225cdf6d6331f5600a89f2a586 +size 183577 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_Summer_ULT.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_Summer_ULT.uasset new file mode 100644 index 00000000..6c841c57 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/M_TwinBlast_Summer_ULT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1916a9bc282f94e0cdcf2af3904fdc0fda425fa05d8eed248d48f86620025980 +size 183609 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/SSP_TwinBlast_SummerTime_Skin.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/SSP_TwinBlast_SummerTime_Skin.uasset new file mode 100644 index 00000000..50a981fb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Materials/Parent/SSP_TwinBlast_SummerTime_Skin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2ff12e3e0de14d7fd174de7b5e8793e72e29eea98f8bf7e869211727022eea +size 2905 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset new file mode 100644 index 00000000..24b8389c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dec0762564063c98d59773a85d38e0d13f00684c6d098d59bef7ee787c5c24d +size 20843498 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset new file mode 100644 index 00000000..50eded31 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_ClothCollision.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5410b89b47f82c2a20095d6ac775b1acb8b50da1f89da3aabbc00a3300118d1d +size 21569 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_UltGun.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_UltGun.uasset new file mode 100644 index 00000000..7027462f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Meshes/TwinBlast_SummerTime_UltGun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6967a98bb1e8bba25c93da5f565ae0122e4bbf33f3170f697b1be42731d524e +size 3108911 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_Crunch_Legs_EmissiveMask.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_Crunch_Legs_EmissiveMask.uasset new file mode 100644 index 00000000..e2e992f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_Crunch_Legs_EmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39713a115fc6624192b902c8724f0e5e24970a31d2d5311d1b06b40d620abe52 +size 617363 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TB_Summer_Head_Subs.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TB_Summer_Head_Subs.uasset new file mode 100644 index 00000000..93ca84ee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TB_Summer_Head_Subs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:560c18f2b874d5d47c0f4a40d498848d82b4cae0846ddea1b18542a29d41f11a +size 658747 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Arm_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Arm_MASK.uasset new file mode 100644 index 00000000..0886a83f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Arm_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea650d6ab5d469cc8c13086994710aef0bdd3baa313a64c5c666b40b8fcc7434 +size 2015190 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Body.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Body.uasset new file mode 100644 index 00000000..648c6126 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c97a0f0178f6ba4a0f980bf2a93c2b5bde1400257d512974905bc16efb5f436 +size 18916880 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shirt_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shirt_MASK.uasset new file mode 100644 index 00000000..d15fb155 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shirt_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571c748da8fc06ec83d6a99bffef114299a5d0bda4b86ad0d521e47e707a40cf +size 126523 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shorts_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shorts_MASK.uasset new file mode 100644 index 00000000..6986e215 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shorts_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a4579a505d84cbed54761ffb75e4f6ddb5156f56dfd0eaea4551f77543cdf25 +size 4669070 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shorts_MASK2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shorts_MASK2.uasset new file mode 100644 index 00000000..87c61676 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlastSummerTime_Shorts_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc12fe3cf01fa1243bfcb22c52c59ea409e35534798a7bf3c99988741eedca04 +size 371650 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Head_Color_Spec_Mask_D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Head_Color_Spec_Mask_D.uasset new file mode 100644 index 00000000..fdc32a04 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Head_Color_Spec_Mask_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64ce6dcf74d3bcd7150b90baef170e7be282ac8f400d61ffb53db8ad6714d51 +size 12147516 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Arms_normals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Arms_normals.uasset new file mode 100644 index 00000000..dc82a809 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Arms_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77f01b634ec13bb9d1ac2389cbf03a9ee80367334760a3e8744c5ddd1943a873 +size 15316845 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Body_normals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Body_normals.uasset new file mode 100644 index 00000000..1b9d96eb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Body_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1368a2c72e0ff3e2c1d22758a498ed2a7d4348a0cc3f505547d654f855ee6cfe +size 16666694 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_BlendMask.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_BlendMask.uasset new file mode 100644 index 00000000..495171f8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_BlendMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c8040531c05eef72d79848c6fc3822258d199af2652b296f1a6555a614be194 +size 4323481 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_RGBA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_RGBA.uasset new file mode 100644 index 00000000..570e23d2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f679cc90014543128e804c7268bcbfc41d04b11d2ac78bcb414021426d3a86d +size 10105686 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_normals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_normals.uasset new file mode 100644 index 00000000..e453322c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Cloth_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdc017302931ceb6122481449bab44d93a3481888c50413b1c011295165c95c +size 19902683 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Hair_DyeMask.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Hair_DyeMask.uasset new file mode 100644 index 00000000..fd79e721 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Hair_DyeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee03a64fe6191fdd062540ee7f5d1e0ec102d4e0de9e7d19efb28de1963e705b +size 1173668 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Necklace_Mask.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Necklace_Mask.uasset new file mode 100644 index 00000000..2f229d73 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Necklace_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f50849d82ab5a3989e9758645203fc7677b1c002596831d79fd3d8f0c58c0b3 +size 36111 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Sandals_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Sandals_MASK.uasset new file mode 100644 index 00000000..3f9638f0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Sandals_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6d93d1b36c503d0029ae02f27f180b1aff4f542e70f12636e6af7df9c76c0d3 +size 107739 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_MASK.uasset new file mode 100644 index 00000000..f2e88510 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbe6948276e04bf4a5e43ab13948ea3efb8b02545339f8d039ffad749740c92 +size 358750 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_RGBA.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_RGBA.uasset new file mode 100644 index 00000000..1d411bac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_RGBA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6471cbe76110c03ba00079d8db47471b5d61f771566f4c8f9eed3d9bc65d1ae7 +size 8251230 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_normals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_normals.uasset new file mode 100644 index 00000000..4d5e7465 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_TwinBlast_Summer_Weapons_normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27c6a3e43f5a07e9865663b8429d4fbbfbe463717cff05fc9e8cc19ed2ade54 +size 20449418 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_carnelian_D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_carnelian_D.uasset new file mode 100644 index 00000000..d692bb39 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Skins/Tier2/SummerTime/Textures/T_carnelian_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cbd6c9b9ce0690edd351536df5649141d60f55c1ca20cce6965c25e2946db5a +size 841201 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueVoices/Twinblast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueVoices/Twinblast.uasset new file mode 100644 index 00000000..1c5f19fa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueVoices/Twinblast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2becf59d67d7386a2841dda2e2116258ab7ffc6f7cc8399b74378815f9183a4 +size 1271 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..ce9f5f75 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9da8c1e64c3b927e039f08f6e7f74682d82b644a957273bcff0b85f56d7f61 +size 2822 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..4f49539d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36f26f8f205b4fc7fdbcb248406083019d7d507668441f0ac4d96f4a8904366 +size 2828 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..db351a6c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_E_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3aa21605fa15ee58e3f915a18207835f6d12b97ea6a5b83f24918e89e525c723 +size 2830 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..26317a9e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b53371bc8b5205842424d508091fbdb46a35fae337ffaec99e63b26dc3ba00 +size 2846 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..68ed54e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9208e3a8dc20052cb20b1ccbe9de69ca704f720b2e4a5437048593d484d76e0 +size 2850 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..37744a28 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58f8beec9d7f70dfa30f5dc54a97603945d921cf6dc2ce51ddb3ba0a0043ea93 +size 2862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_010_Dialogue.uasset new file mode 100644 index 00000000..33a1af14 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d79d96e6bd92ecd914252af1ab3c08c3926dd7f5ebd28757f7259a0df0b79e +size 2840 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_020_Dialogue.uasset new file mode 100644 index 00000000..425dedae --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:272ef9d7ef58697890de41ffba81be727418e318aee03a53bd45a49bc7acaee0 +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_030_Dialogue.uasset new file mode 100644 index 00000000..a1e7a782 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a394878dc9b75dcadc1f0f7407aee096178fd040d5128c60b1dbcfad415d369 +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_040_Dialogue.uasset new file mode 100644 index 00000000..a87a89e6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_LowMana_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14acfeba3f3b098c1a2f855cb8469a41c5f7655cdea1ee84548cbd98057b750f +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_010_Dialogue.uasset new file mode 100644 index 00000000..d93d5210 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9366c71ed3a3d0e7a7d0e0ecbdf6aace127977813dfd572b71ed7a01f993cc8b +size 2798 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_020_Dialogue.uasset new file mode 100644 index 00000000..6cd6f04e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a755e2d4de58c9cef98cf06bb92c52de35a391be9e1ea7a9d33dbb209ba3d6 +size 2788 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_030_Dialogue.uasset new file mode 100644 index 00000000..d9ccf75e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d455cd81ebc9fffe3619c8b65182c77e44b48333466692516ee9ef54a2977c17 +size 2790 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_040_Dialogue.uasset new file mode 100644 index 00000000..a057cab8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_No_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f342c4cfc92c99a0aa4f1adedd5a58857d3308f803200aa0deaafbed3a6f3bb +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_010_Dialogue.uasset new file mode 100644 index 00000000..a80c3438 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e3c5919277f76b404f86218c43d9ebd43c7b15756da8b40dfd744662d7c064 +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_020_Dialogue.uasset new file mode 100644 index 00000000..d17376e2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21debe81aa2c5e5864f9c18cb7baa1bec074e1356803faa8a62a878eaa968cd6 +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_030_Dialogue.uasset new file mode 100644 index 00000000..869d01df --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3752ae6d61544413cb685c0839f0cf7b5999f3ed2798cac55b3e52af6772a59d +size 2858 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_040_Dialogue.uasset new file mode 100644 index 00000000..fafae827 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_OnCooldown_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f4f3a001411dec6c93382573392cd2d51f5c7b74be0d128a9567d9cb37f62d +size 2858 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..865fc329 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982af241891c6622001560b3cec92c5658f882acea646f40f6dc34ce60cd71f4 +size 2842 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..b95320f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8004d814b5b47ab650cbe308c026038ec335b78b7175e2758459fdc84e7a4c1b +size 2830 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..e93fd02a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Q_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c0a75d319546565085f7b773fc04af96fab2e2aace5859c916d3f481f3229c +size 2896 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_010_Dialogue.uasset new file mode 100644 index 00000000..6ec180e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8e7c447128442be58d29ed844a9ca73f823e59db1482f3dc1ca469fe655e073 +size 2850 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_020_Dialogue.uasset new file mode 100644 index 00000000..398be5c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ce51630da88f6e26d08e8c64da5393051a9e91a3140d1f4c0777c9a364058f8 +size 2856 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_030_Alt1_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_030_Alt1_Dialogue.uasset new file mode 100644 index 00000000..0bfa432b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_030_Alt1_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:918ba4f0b0bfb3f1927116a3782976e2367d6c93081dcab7a8cce117844d08d8 +size 2884 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_030_Dialogue.uasset new file mode 100644 index 00000000..a5d72228 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_RMB_Engage_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a4ac43367a1a65f3d3035a7dbc77493f158312f68b4fc1ffb0c3eeaf9ea172 +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_010_Dialogue.uasset new file mode 100644 index 00000000..0dbcfd16 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d89be523eb461e0b4a674c5cd6969a076c8df699b1d489fd02386e4a4c758a34 +size 2874 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_020_Dialogue.uasset new file mode 100644 index 00000000..78fcd071 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d6da14e9f79015b571aadbf2229dd521b4fa7524d64130abe02980ed899055d +size 2864 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_030_Dialogue.uasset new file mode 100644 index 00000000..ee4f209a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_ScoredCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17920f23092ccd4970186eecd530f9ae34b29e4728463f29415a18a0a89a464d +size 2866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ally_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ally_010_Dialogue.uasset new file mode 100644 index 00000000..be6f7582 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ally_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fe1c78f51410a911c241409a2eb7d7fda1b4f6bedf9d4784873caff7af43a4 +size 2880 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Enemy_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..06386ee9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb234ec542aa6e93c80886d97acaefbcff88d9ab0884497d3d7d2cd95d091e46 +size 2902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_010_Dialogue.uasset new file mode 100644 index 00000000..c89c82b8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809b29b2323023f149eb96c5f0ff9d30ab42af40e6219e0fd18d227ca9152a37 +size 2898 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_020_Dialogue.uasset new file mode 100644 index 00000000..22bd3300 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8729a7d53f6e91594ff4112331a579b1cb2f19da4210b907f1e4f8591195163e +size 2894 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_030_Dialogue.uasset new file mode 100644 index 00000000..06b38b91 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Ready_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2725f3949d186a4c29f8d5e5a76b358c79af1a946cccaa6176a8c2e1ee465450 +size 2896 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Self_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Self_010_Dialogue.uasset new file mode 100644 index 00000000..2ca5bb8e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_Ultimate_Self_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f1322f39388a64ea47c6e418f27d7225e3b75834d4e0c8685a53285418f69dd +size 2882 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_010_Dialogue.uasset new file mode 100644 index 00000000..baf82ade --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0462dd38033d1225f7ebe1b6ae249a02ee056cda5470e3336705bf7f15b415ca +size 2884 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_020_Dialogue.uasset new file mode 100644 index 00000000..4ebc0693 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b38d09a0d7163fd9b2a39fcdcb155679d9b159f05db306a205e4242018966d1 +size 2900 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_030_Dialogue.uasset new file mode 100644 index 00000000..312dd647 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7697ac34acd69aeb5d9e438f214fe6d3547be012ba3fb512b1ca1f2b029587e +size 2876 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_040_Dialogue.uasset new file mode 100644 index 00000000..cc245ee1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Ability_UsedLastCharge_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cee9a726b64f8af37fe63ef94082f69026131fb63d7d72c6e4580d1755c9b110 +size 2888 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_010_Dialogue.uasset new file mode 100644 index 00000000..a89fee8c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aea0a4b10169ae41f1d98126bf1ee38a9beb79e942bb2b9fb5cbac53f02cd21d +size 2872 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_020_Dialogue.uasset new file mode 100644 index 00000000..f7e6571c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8418aa349a7196df7fb21d3907249a2910afa4d98b197de203be75da5f9a0167 +size 3010 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_030_Dialogue.uasset new file mode 100644 index 00000000..318be3e5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35a26f48ff40598dd6a69565469b3e86fba4b4d99a9d0164fdbf2d009ce7e4d +size 2936 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_040_Dialogue.uasset new file mode 100644 index 00000000..0dc9ce47 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a639611945afe5d6d85eb0a58784515c942654a98b6bf44202ec2d2bf83af8cf +size 2926 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_050_Dialogue.uasset new file mode 100644 index 00000000..ef731ced --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Catchphrase_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e76bec0bd0bb7130eb45172689e239f6c10cef3a6d3eb042bae22e82d44085f0 +size 2862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_010_Dialogue.uasset new file mode 100644 index 00000000..852179a8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3da26a3d72adc71678041aabed0f90b0ed613b0681127641c7c981560817b826 +size 2730 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_020_Dialogue.uasset new file mode 100644 index 00000000..514f3e82 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:629475f7a890989b6f11056f8d799345b9796b2dfdb7e5440ac3ed88da8a72ee +size 2742 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_030_Dialogue.uasset new file mode 100644 index 00000000..e46e10fb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dd8aac6d1a7249e979cac3d269a76626c7daf1666b228c59711c4e97526c574 +size 2746 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_040_Dialogue.uasset new file mode 100644 index 00000000..75a890a7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41573d367832bf2e75ebe4e5f0de19119c53e4d234a3a48d01e2a45d01afe5b6 +size 2742 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_050_Dialogue.uasset new file mode 100644 index 00000000..da500bbf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9436f8495bb9f000731121d2ef30d7dc5e7efabc9c331a16efb19977a6acdf6 +size 2746 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_060_Dialogue.uasset new file mode 100644 index 00000000..9a9f8cc2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cdbabedf8fcaa13f1de71ae70a24d8094be543c426b9ec8b99ec394eee086be +size 2778 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_070_Dialogue.uasset new file mode 100644 index 00000000..6a8579bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Death_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dfec48465e459b347606c58baa46330f44f4f4d8c062548f92b205e5de887cb +size 2756 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_010_Dialogue.uasset new file mode 100644 index 00000000..d39718c6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f391d8e1d3a1aa49c00d56c76d5e8339065b48f269303b2604e18e9c0c905b4c +size 2776 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_020_Dialogue.uasset new file mode 100644 index 00000000..6d120764 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c3152e3f3361651a7ae4318704807d322489134e9acb859402205eb3b5826b +size 2774 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_030_Dialogue.uasset new file mode 100644 index 00000000..913ba55d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7fefc2ec676d0291b8eb0ebf39ef534938c57d3c1f0c184c11400557f52434b +size 2782 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_040_Dialogue.uasset new file mode 100644 index 00000000..1985c009 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftLock_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d49c61181578be77540a2c7cbfb9a228266b3b4fa9ef7f71083bba7b2a0415c2 +size 2846 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_010_Dialogue.uasset new file mode 100644 index 00000000..2430d0d2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:187994ca6e94c01b32f16e7bf1e9bec26b0411aae18a61c52dc625147ba0b452 +size 2914 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_020_Dialogue.uasset new file mode 100644 index 00000000..0fca4b53 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3746817c2343a559e9b230378d89ede2f23ff7e412ab4fa0a3dcdea34cd078ea +size 2798 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_030_Dialogue.uasset new file mode 100644 index 00000000..f3d21e11 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_DraftSelect_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03f8e8d2d04ff21949c06b5ec8c6ffd183084b96fba3501aff54092c7a4bf1f6 +size 2796 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_01_Dialogue.uasset new file mode 100644 index 00000000..c3e73d05 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4102360e19d412a6ec95543a7ae7960e5b5b1f3ea7174b25e68ba44e410be5 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_02_Dialogue.uasset new file mode 100644 index 00000000..e258ca66 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af08c0d609f6ebe67da6609ff2bc9b37ebdf9ac5dd536a0f220b98fc6db8230f +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_03_Dialogue.uasset new file mode 100644 index 00000000..d0b8059e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd34fcf326d65eb4b9a1f8b74053f6e7d703689e7b0999474aa6c3f677bf24b8 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_04_Dialogue.uasset new file mode 100644 index 00000000..a9cefb9a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_E_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4865610c1acf2685c416b4a61a821719e7788ccd648cfd56950bfe33c1d918a8 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_01_Dialogue.uasset new file mode 100644 index 00000000..2eb1b4b8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c48b10472f01e6c690d422975409c00e0e401d667179a38ed25a70ea6007bb +size 2321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_02_Dialogue.uasset new file mode 100644 index 00000000..0eaecc1d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c7b4f8f4d16092b54c2245a4c8da0edef5817f8147323252adb73e59ce41ad0 +size 2321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_03_Dialogue.uasset new file mode 100644 index 00000000..0b9c9401 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf13e8b8631a57a2b96b48b89ca71a4e9397b6fb1a7cb9614573b99bce4bbbf1 +size 2321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_04_Dialogue.uasset new file mode 100644 index 00000000..48bd2d38 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f146fbeecd867648de7f91aa69e4fb455a2688a7aed19399b66377165e0da63 +size 2321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_05_Dialogue.uasset new file mode 100644 index 00000000..3fb13a1a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a178849fccd533a3fdad3f72048eb2cc9aaf7eb68c625fe44e635bf83de67e +size 2321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_06_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_06_Dialogue.uasset new file mode 100644 index 00000000..1f98ce2f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Primary_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c9ec501f8ef66d79d0adbb18f810190d3fe6613f8e998fffd5b9101841b736 +size 2321 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_01_Dialogue.uasset new file mode 100644 index 00000000..5825b2ba --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cd195edc56501151acc76cc102ae8ed80bfebe00ff14e61cd4ad8f253c456a7 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_02_Dialogue.uasset new file mode 100644 index 00000000..0a8b330a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69a4cd7129dced15c2770d09bf5e3f92d0a3e7f953c7020a84fd9393ad09bfc8 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_03_Dialogue.uasset new file mode 100644 index 00000000..e4f24e82 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eee7be6fcd6c0bff6cbdb3275f836a52d8870d3ade1929d3f12aafdc20486e92 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_04_Dialogue.uasset new file mode 100644 index 00000000..a982483f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Q_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7fa4c522b89e3f0443647566fc1cb92bfb283a7f2503e654b98623f588b31bc +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_01_Dialogue.uasset new file mode 100644 index 00000000..cf59c933 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d545bed0997a8a9e4013cfcc4b43705c0710f1bd2d6fc5234a9db59e5db33127 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_02_Dialogue.uasset new file mode 100644 index 00000000..76d3d115 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccfc9561f257ed7e851f1ed2598f7c3eddc963be8a3c83ccd2bf9b0f0a120c45 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_03_Dialogue.uasset new file mode 100644 index 00000000..ee610a55 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:520f627d8a45747e0d11c049d6a34b98709378deb042ce93ae7910d942230839 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_04_Dialogue.uasset new file mode 100644 index 00000000..eca31101 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:114c60bdb35f600df523afb5886376dd857996f979192e6c28aa654f96d32671 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_05_Dialogue.uasset new file mode 100644 index 00000000..e827faf6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_RMB_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb66bb68ff6833f5792531da6df760f725b355b72827ab82d3291b3758fedd2a +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_01_Dialogue.uasset new file mode 100644 index 00000000..762a39ff --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb6bac374661472e8610d19540cf6463b6d5c6e79fb23a2503b351d1ed72d2b +size 2363 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_02_Dialogue.uasset new file mode 100644 index 00000000..e721fed0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:759f247416fdf0a3e0153f3ba1354b3a99e781188b5bfccc0c2d2e435167c867 +size 2363 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_03_Dialogue.uasset new file mode 100644 index 00000000..ebcd345e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59e2aa13fc616385ac1b9bbd33b65fc0dcbe03be0a1f10c7a5c5137d5a5dc020 +size 2363 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_04_Dialogue.uasset new file mode 100644 index 00000000..e692e9e6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Shoot_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a48aaa2d26dc77adb36f16059399f9c762455bcf0637b3a4580fe622f4fe6804 +size 2363 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_01_Dialogue.uasset new file mode 100644 index 00000000..9f2506dc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:632a0c2385410ff6853873d41a39681d46574a93c9604f106cb028a3a7efc1d3 +size 2387 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_02_Dialogue.uasset new file mode 100644 index 00000000..da416216 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c1b72da16fcfade106c1885742c68a37e92aa1b9ef34b8b0e2d3f3b938dd61 +size 2387 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_03_Dialogue.uasset new file mode 100644 index 00000000..2e6f31ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7834665b0cb9e2c81a3de4827dfdbc455934c8004798e00214945d46b578255f +size 2387 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_04_Dialogue.uasset new file mode 100644 index 00000000..ed0b0f45 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Ability_Ultimate_Transform_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2658675dc9a1bba48ca3143f89f1c85db377c407a7e4fb27a7669bca53ca805b +size 2387 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_01_Dialogue.uasset new file mode 100644 index 00000000..83399ca8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:156fba11c3e325d8854f8934b839d4c89c018afc4362f67e67ee1bc272dd67de +size 2267 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_02_Dialogue.uasset new file mode 100644 index 00000000..1b7864c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279f40bd56e6822a725361d340886ebd8098a7d1d1b0e4f360a132a8ec958a6d +size 2267 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_03_Dialogue.uasset new file mode 100644 index 00000000..edb239bb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a501d4269a3941a75e669ca9201cb32ee932afe8f66b6f1604a0d37435ab4446 +size 2267 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_04_Dialogue.uasset new file mode 100644 index 00000000..795bb529 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3158f62e964d911c8545364a5b874926674be3922f61dddb1ef5b780cd72a63f +size 2267 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_05_Dialogue.uasset new file mode 100644 index 00000000..e73ce7ec --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae805fc65d72f3032f4a560655b8473c50778c9182f86a0e1afabc7d35efd4de +size 2267 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_06_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_06_Dialogue.uasset new file mode 100644 index 00000000..c2972491 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Attack_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73636f95b3cda4b1c5f3e46ee3cb1d02eabbc72929f277883d684e52372a2711 +size 2267 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_01_Dialogue.uasset new file mode 100644 index 00000000..35971efd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c113c3596044fc48fdfee7d4fcac320f94dee8664ac5be56614ac18dc7caac42 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_02_Dialogue.uasset new file mode 100644 index 00000000..4efbcaa2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9a873b328efa9e6b398873c6ceae0d4a62d7c90a6f72dd3aae11a920acf0d9c +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_03_Dialogue.uasset new file mode 100644 index 00000000..3edb6197 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac114df2b9e88c3e10b1fe41af7fc040e8c645ff4f1e6cf98b2ce7793259ae5c +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_04_Dialogue.uasset new file mode 100644 index 00000000..275783bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a317d6c96705e125b99dcd6c181f11b183ecd86f1ede7d142af64e5fab936f10 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_05_Dialogue.uasset new file mode 100644 index 00000000..4e7b354e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cab18fa46b94899be4953d7dcfd0fb4afa6bbd514815a52338a19773e02526d8 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_06_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_06_Dialogue.uasset new file mode 100644 index 00000000..6d0d82cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Block_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7222d67c3a4e148cc7097d72206b1b26345d9ccace99a102a1e604ddebdfbe3c +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_BreathingLowHealth_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_BreathingLowHealth_01_Dialogue.uasset new file mode 100644 index 00000000..f2f26bb1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_BreathingLowHealth_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfd54d9fab7ee36369b56ba493fa3db191ce49a576eb21df6e8d3180be653fd8 +size 2339 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_BreathingRun_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_BreathingRun_01_Dialogue.uasset new file mode 100644 index 00000000..689e0292 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_BreathingRun_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84bc338790d32f182089ca48aae9da03ece232256b9d6441ab980f1ff8b56440 +size 2303 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_01_Dialogue.uasset new file mode 100644 index 00000000..17f79ed5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ebd6fd53b94a94537d21bb675750aa3310de26e99d925d34d79a571803b1fae +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_02_Dialogue.uasset new file mode 100644 index 00000000..f1a5ed69 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fabb98a64b6a90abeb994606005f44e4fb8e560fe11b0f12280693e5317991f +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_03_Dialogue.uasset new file mode 100644 index 00000000..f97869fa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Cheer_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:189370e94fbb73e06874583eb48598d1b7e1787a58ef937a33a1938b4ff20d2f +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_01_Dialogue.uasset new file mode 100644 index 00000000..1bc26c3f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f0679ca90d9544adeccc05a667681fede4f64142960f06ac684072c290e054 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_02_Dialogue.uasset new file mode 100644 index 00000000..56e3dbd5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6e1dd68d8f5844034c8372ca6d9e2520a700f2892240f07db5f3c2fe8506be +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_03_Dialogue.uasset new file mode 100644 index 00000000..373d8e8e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f5bd259e99b53e309b6289824c8e2ff4ae2acdd6d82506f2801d1922ec527fe +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_04_Dialogue.uasset new file mode 100644 index 00000000..70f3bafa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7364409228de22a114f342d4d12384c2923c9b17a3c01cf8ad4fbab6e3c93d85 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_05_Dialogue.uasset new file mode 100644 index 00000000..b084d53e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Death_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4916b2056e28ca941f679b0035c5e521d8e90b35998bc17d85a8b109bbde7c31 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_01_Dialogue.uasset new file mode 100644 index 00000000..710470ca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cb8d1300c163faa84966b3edefd3d7589586dbf8244523761bfb9a8704211bd +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_02_Dialogue.uasset new file mode 100644 index 00000000..48a7a4ac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1d2a26152e3adb73e6d696ef87f0a3ba0b62263a05d275525fff6bb3db81e4 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_03_Dialogue.uasset new file mode 100644 index 00000000..6efd3c0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93150c35132d6c5ab5e7c36a133d37e713027f144c3533f01b365c1a55a3dfa5 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_04_Dialogue.uasset new file mode 100644 index 00000000..372f1da3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Frustration_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6e7484fbc7b76805c50bfeb11be5fc4424433c2049e4288c3ee0e7e51f24e7 +size 2297 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..a9fb1ce3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:143cc447f0cc541bb110a997fb02e1957bc4ccff8af798a9d30d3b6d7f3ac8cc +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..8c69d5c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:773069824469dfde074a3b9b6e4a6cd6297a5cf55831949e9bd0750dc6e5cfd4 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..f0c6467b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39d6cb01fd72c9ffda3252138b0dde123d0e87f05dc6df1af2abe2bf3046a629 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_04_Dialogue.uasset new file mode 100644 index 00000000..6a65b2e4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9befe36ab163e32e5691f6cc294eb72f92998b8f5e1ea0392f3cbbe22e3f8dfd +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_05_Dialogue.uasset new file mode 100644 index 00000000..181ceaf7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_JumpHeavy_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1179bab3e2e99b985525fc8148722ab4aa246b5c80c13b87a3cf1260b55342 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_01_Dialogue.uasset new file mode 100644 index 00000000..5e1f6fc6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ace9076247953b8cd471cc93f96da93fcb756bf0f7530e53ad9e2b97706a1008 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_02_Dialogue.uasset new file mode 100644 index 00000000..73856ba9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6d76bd59cd7989d0acc4b85cdf48647ba710f035cb752eb24f7a75863552f3 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_03_Dialogue.uasset new file mode 100644 index 00000000..067db7b3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e46a260f4b1c94d353c7ecd7a0ef28fc6a7fa629f03dfbcb5602ce8617bad2 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_04_Dialogue.uasset new file mode 100644 index 00000000..bd1d7bdb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35ccd72e7d1cf7c8f9e062129da29a981489f7b4b6909273adb133ede3b7a7a8 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_05_Dialogue.uasset new file mode 100644 index 00000000..7329ee89 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Jump_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f0b3a6ceb072802153bf173e3020b05939ed93344c09e5785a0ca096e95591 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..c3cc52f9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9817f162a055def2078a0e6d7e57106ec4d845faea17612b0ad459cc02195554 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..fdd549ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c809af6fa3c761830ee4e3d1fe38ab38c4c85174b87fe6b34b89d7125a03f40 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..3d8b933e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131e123478310847b1610f0ccd76dccae7dc58ccedd0faa8d751fbe07552376e +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_04_Dialogue.uasset new file mode 100644 index 00000000..2bb5c772 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f037c0015c3a291d26722aba93f39df49cc3f4ad1a585a87121b1f0732fa0d3 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_05_Dialogue.uasset new file mode 100644 index 00000000..49c93640 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_LandHeavy_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fa2ceb999d3398d9e2802917a038419191aee17f285e1b87bd06bcc043af848 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_01_Dialogue.uasset new file mode 100644 index 00000000..cdfeedee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:731e00ccd01af95c0990eb6c384825b1138a52ecba1ce4463fdb393ea348f1d1 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_02_Dialogue.uasset new file mode 100644 index 00000000..026d503a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c08d42c278b499a88815fb748ce545e410b61c8090d6384416c44485fb47de5 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_03_Dialogue.uasset new file mode 100644 index 00000000..867d30a0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34036624fa6a21cbe72eed9fd9019f637ed9ab556615d76ce04a73b21c179681 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_04_Dialogue.uasset new file mode 100644 index 00000000..b5e931f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be4add0038f8da0d02c86320aba339ec117bdfb743b98d8376ab61d64f860fb5 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_05_Dialogue.uasset new file mode 100644 index 00000000..7aed9c79 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:259eca239cab3501fb3660d911bf29250410f5a738365d43767a8ecf081d8ae2 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_06_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_06_Dialogue.uasset new file mode 100644 index 00000000..4e7789b5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Land_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac05acd5a99ebb519d64c1107ec2ff678b2c7e64bb2687fc78b2c762c2699e7 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_01_Dialogue.uasset new file mode 100644 index 00000000..5ab6c026 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c8eb7fe7c5f95c088a7a5a97629f6d3c49b9f44a11950b0f092401aa63c1bc1 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_02_Dialogue.uasset new file mode 100644 index 00000000..50e0ed4c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28aec4f99957311c5c11b2b868ffbb3b77389dc69fd5d11f506313b1c3adbedb +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_03_Dialogue.uasset new file mode 100644 index 00000000..b50728bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccd3864e7ad1fc2c9519bc0c24607c93edd7748484bc47acf5727306182e823 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_04_Dialogue.uasset new file mode 100644 index 00000000..f7bbe132 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Laugh_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c438f72e5f2693bd96dd9e4591252201a37494c40222d683720443ac0794155 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_01_Dialogue.uasset new file mode 100644 index 00000000..2f74cac4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8a3bd6a2b3a75d1f484e67d6e066fc9f63e1c01c7f5eb254c1e97ddf8e15612 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_02_Dialogue.uasset new file mode 100644 index 00000000..abbfb4e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb022d16ca65f3a1444b736425bcdfdd492035ec84e5a4eacd31e9867016361b +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_03_Dialogue.uasset new file mode 100644 index 00000000..52379658 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:320fad6ba59cec449a1c26824db51476d0e2dc2aacbe969271ecf1b8d7daeb50 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_04_Dialogue.uasset new file mode 100644 index 00000000..bcb9858a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93a7355445c8362e618293b605b0f0cc35001ed8a38b893a715eb70906bfca1e +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_05_Dialogue.uasset new file mode 100644 index 00000000..415e1e41 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ee20bd7c0bb805927c35fb3d498fde403c772ad8fcebd35afa365a373931d4c +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_06_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_06_Dialogue.uasset new file mode 100644 index 00000000..949f41c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e9bcc1f7d41c749334897fcee79045518c8ad33736dc8d88135e9213f5b1df +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_07_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_07_Dialogue.uasset new file mode 100644 index 00000000..8df273b5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_PainHeavy_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:367af8f997510c59db4bc07508a4b96b06cd715c08298df546a2e566b8873389 +size 2285 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_01_Dialogue.uasset new file mode 100644 index 00000000..6004b611 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540d0df0eee0570904eb823b6e6ce4a4ff0df7381c4a3c4fa718981bcb75082e +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_02_Dialogue.uasset new file mode 100644 index 00000000..59b94720 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f60fc62dd3a841a1a639f233c1ef1813165f8f04142f255ec695356cf63706ec +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_03_Dialogue.uasset new file mode 100644 index 00000000..d573de15 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b25e228d82b6076b0c125ce1b5664829d61b0466b93265d25ea8d1f687a83886 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_04_Dialogue.uasset new file mode 100644 index 00000000..6d08fc3c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:418b3625d577cddedd106a77c21ce390b70f304a4cd76c697d0c17ba22c693b7 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_05_Dialogue.uasset new file mode 100644 index 00000000..c83d0d54 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45377fb2a1631eeed1656a35e1f8c15156d0f0d1a0ecc4b45fe3f739f67fd0d3 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_06_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_06_Dialogue.uasset new file mode 100644 index 00000000..2f67d748 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_06_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f2e94970cd847d5c45536bb50f0a1edbdf97756576da87df14ac4c3992f6a17 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_07_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_07_Dialogue.uasset new file mode 100644 index 00000000..102d708a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Pain_07_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea489aeaa818cd8f49b12c6e019bd7f7d5e01b987f0f73df64ca15364cd66133 +size 2255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_01_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_01_Dialogue.uasset new file mode 100644 index 00000000..4a0aab89 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_01_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6c2e9f2dba8d9658d3e8835e50e8bff53731b9f9349572ee5e2a07e9f126751 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_02_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_02_Dialogue.uasset new file mode 100644 index 00000000..c84fb089 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_02_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad609f511db316f6f17af4cf34117290cf1e4c5e00f8553a8b4f0cd59f296c7 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_03_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_03_Dialogue.uasset new file mode 100644 index 00000000..8d8b9ee8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_03_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70abff589c3540a0f3490a6c402c68c8a9297dc4b44ca0080401e74bd1d85fb5 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_04_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_04_Dialogue.uasset new file mode 100644 index 00000000..7db186c3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_04_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ca3a55d2bf047f9f74085fdb81e53a92298d3fda33d274312722ebc72186545 +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_05_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_05_Dialogue.uasset new file mode 100644 index 00000000..a1012d97 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Effort_Swing_05_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cae7855433206382cf7d6f535dd6d8b3778783ce10862cd684061bb4e84c7b +size 2261 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_010_Dialogue.uasset new file mode 100644 index 00000000..c29d7ad6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8234679eff59ff55bf4ef9830191aeb4601e1afaba3b0f9e0e6fc4ca758a2be +size 2738 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_020_Dialogue.uasset new file mode 100644 index 00000000..3a908684 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:868d05861f9f0f7459996aa7ae459dc6c497d32a0057dcbcac10c7b0073a1ca1 +size 2732 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_030_Dialogue.uasset new file mode 100644 index 00000000..2543c432 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91211cc829513547d76e5a48e91261c8ae7b16e370eed1cd22f5b22f58ccd224 +size 2734 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_040_Dialogue.uasset new file mode 100644 index 00000000..42628298 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dbc7fa6155dc4924acecac9ab8aab51e3ac2ae2a748fddf4b656e59431b9e53 +size 2736 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_050_Dialogue.uasset new file mode 100644 index 00000000..92a3d245 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98c94820c6098b8e1b92f89d0e0f3b39cbba6efd198652b6446525c14b798aa7 +size 2754 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_060_Dialogue.uasset new file mode 100644 index 00000000..9442a694 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef09acd6eaa5b43d8933a3477c3e8ee8fa8c1f66778da2b6816a1766434f188f +size 2746 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_070_Dialogue.uasset new file mode 100644 index 00000000..0ade58dc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16526875e8051408aa0900ea13da69c5a43f01e729e070c2000fc5c97abcce56 +size 2764 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_010_Dialogue.uasset new file mode 100644 index 00000000..d505e86e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc8a9e61363c7f99c2e0676d0452e22c58b7efb33fc38730d687a4a2d8d3386 +size 2902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_020_Dialogue.uasset new file mode 100644 index 00000000..12de68fd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75652cce012def462272677462d2280d8040263b7db308dba5501a734485a822 +size 2912 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_030_Dialogue.uasset new file mode 100644 index 00000000..78afac8c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:516ca38e5fb37a3309eeb7e1c2f51f63939342454ee0ea2ee6e5ab45adb44cac +size 2796 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_040_Dialogue.uasset new file mode 100644 index 00000000..09e25a63 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14cdccac14aed432d8c3ee7d69bcf6d7c7020830b02a0e0d8184f173ace09bed +size 2792 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_050_Dialogue.uasset new file mode 100644 index 00000000..7dff0d61 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4103b482d1a729fc5c23394d5f1564a551268db40c39a6e19398723a06f9b51f +size 2866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_060_Dialogue.uasset new file mode 100644 index 00000000..80e3da81 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed48e2c0a23db49f9036c7116ed848340356d6891eb73f46aa348e4a5df0d88 +size 2786 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_070_Dialogue.uasset new file mode 100644 index 00000000..332e15ca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Emote_Taunt_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9759cfebcf036dc902cbac4ebc4b15c8c830abc71a0e8c0f6e9197593361bc9 +size 2836 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_010_Dialogue.uasset new file mode 100644 index 00000000..955e3607 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10087ffb2c5a81dfb86e8802e1f6c1ac6fdde94b307f0657163ef770f5e2c91e +size 2906 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_020_Dialogue.uasset new file mode 100644 index 00000000..65ce5592 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bffb00b642e1355ff125a9161ba6624bb24013426ffa64bb7c6b3418557f453 +size 2866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_030_Dialogue.uasset new file mode 100644 index 00000000..a810eb4d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_CriticalSave_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e1dcc6081b7b41a98d0a780ab18f626192121b6dc66edf0b99491c654f55182 +size 2906 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_010_Dialogue.uasset new file mode 100644 index 00000000..a62f1ca6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63eea25573fdc86cd7a2a26232d36c72fc9f15c7da244210472ba30cea96d121 +size 2832 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_020_Dialogue.uasset new file mode 100644 index 00000000..a969c549 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b406287a74ab228043b8cfe43b25d5c50134a63b4062a5895a2d87e1cf064a +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_030_Dialogue.uasset new file mode 100644 index 00000000..20fffb70 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Critical_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35bce3400648ccf669e351e16cb462610b3a003d6bfbe202a7ac3d2e6f770083 +size 2852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_010_Dialogue.uasset new file mode 100644 index 00000000..ffac4a83 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8c8065278ee7da5b1e8f5a7b37ea8ab5f00dc2e2f50b7ec496664c0bf0f3e6d +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_020_Dialogue.uasset new file mode 100644 index 00000000..5b3db9a8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e64d2e2a5bf596b0bf2a026ba3cae992b5b5ebece95f7bd5bca608cec6eb4e5 +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_030_Dialogue.uasset new file mode 100644 index 00000000..9552af98 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Healed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37e6301061abc353c5b8346d5cf3e6f5cebf83c9f0a19d700df0e9efc6d2a93b +size 2830 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_010_Dialogue.uasset new file mode 100644 index 00000000..c3a660e5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654cc27fd4ec6d86e477d26b3b0fa7d641d6567ac75a27098e16d50c2e9ee10b +size 2796 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_020_Dialogue.uasset new file mode 100644 index 00000000..1bb8c7f6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f54a483b52f729393ed336e3bb71fdb2ecb71c7c6f412e6fde66ebc2e13ce3d9 +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_030_Dialogue.uasset new file mode 100644 index 00000000..b1012237 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_Low_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5d563fc785af6badfbb52c79db452110312edec33b4eba26e3ad2fa3f1c692 +size 2822 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_010_Dialogue.uasset new file mode 100644 index 00000000..fa2851f8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02438fd574bbf9b7dbd4efb1a7e18402eb4a4df2a554d2275ff08e3a81774580 +size 2852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_020_Dialogue.uasset new file mode 100644 index 00000000..650d17e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a174ac83ca5b6551de96ad7ef87fa1433614768af826cf82b25b7e72fbb0428b +size 2848 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_030_Dialogue.uasset new file mode 100644 index 00000000..92dd7985 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Health_SufferedCrit_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a17a2e3422defa697b1c0bf16b4454380dd0ed4cd1bd4aede1a1dad0b9b583c3 +size 2854 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_010_Dialogue.uasset new file mode 100644 index 00000000..5e288b43 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:839d893e2a538112262d403521a34e7645c4a163364619ef83fd33b874c8f999 +size 2894 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_020_Dialogue.uasset new file mode 100644 index 00000000..a638bcca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87aed49f3db645b8380bdcfa850fa5912885e57700e5a7762eb6c2ee3eff1e93 +size 2922 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_030_Dialogue.uasset new file mode 100644 index 00000000..702e2cf4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_BoastResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2083246e0429aba96932c2f1335c35eea75efb8b00894a4b5a6c563495cdf3dd +size 2900 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_010_Dialogue.uasset new file mode 100644 index 00000000..6b903309 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cc5f0d22c198331b6faf55ddeab0a478554ac63e8786f21c1f178ac4d54aeea +size 2862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_020_Dialogue.uasset new file mode 100644 index 00000000..b893b037 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:390293f85b3cf0f09a17afc65d219b88e2570e5da0cc8709a5d97f07d6a1c910 +size 2874 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_030_Dialogue.uasset new file mode 100644 index 00000000..476918b3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Boast_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3bd22e9777f5f4c7a5c26f9df8cc0a405e8408d1c51a5cc6cb9fd1ba2b68dd6 +size 2946 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_010_Dialogue.uasset new file mode 100644 index 00000000..e99cf1dc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7189d40fc2550721ea8bf4c2e37041becc0ccb658a465bd66db5f0a36314a0dd +size 2932 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_020_Dialogue.uasset new file mode 100644 index 00000000..9d11708e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9c91a5ae8e081a83134715329aa0700f9a9ad8feeca5967d1c089edf26d6f5 +size 2936 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_030_Dialogue.uasset new file mode 100644 index 00000000..4e5cd295 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_QuestionResponse_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9e1b38ea8b1dda74890028f4b58096e340f69bb8c37d407773045660d5f5622 +size 2934 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_010_Dialogue.uasset new file mode 100644 index 00000000..2f550930 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4110597843dcddc91b5ff3c4eae5643b6cebe73101429ac80ecdf581d415017d +size 2860 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_020_Dialogue.uasset new file mode 100644 index 00000000..7204c87c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e6a6bc0de8954a818a0b461e5d247243dce5f6e914774929221c3752901f77f +size 2880 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_030_Dialogue.uasset new file mode 100644 index 00000000..88e38d2e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Question_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9edcbeb648230aaa7b1656c178c2c623658b6d6069607774ef1b7122d212f392 +size 2904 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Shinbi_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Shinbi_010_Dialogue.uasset new file mode 100644 index 00000000..01c7fba2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Shinbi_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8caf01d417bcf505b2c566ee53938e311fa1d3c94f6123cfcd6c1a9b97437e71 +size 3124 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_010_Dialogue.uasset new file mode 100644 index 00000000..9f880857 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3cccbea387a1f41467de17f83eb0e05e390e3a6de3aedf3236693318306db2d +size 2888 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_020_Dialogue.uasset new file mode 100644 index 00000000..59db7b3c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db543f51696c9ba968d68a9796738865584f66166d7266e01e67685e96635683 +size 2902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_030_Dialogue.uasset new file mode 100644 index 00000000..11f43c64 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efcf4c3151d28f92c639990efd84694acc4c761d9c7020651213ef3849acfc89 +size 2878 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_040_Dialogue.uasset new file mode 100644 index 00000000..74d94fdc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Intro_Statement_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b12a844daeac93c0470a027b22ae28a5eec9e4ffa6fd02d31ae993c34cc5a60e +size 2860 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_010_Dialogue.uasset new file mode 100644 index 00000000..9394de0f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bacd4d6923095748eb15862be269adb577a8cd4b01fa9a96476ab7628ba5044 +size 2800 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_020_Dialogue.uasset new file mode 100644 index 00000000..c0e1801f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fdfd47815f664c7acc06a5692371e1e99441cf870df456199ea0a5b0c3fa16 +size 2806 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_030_Dialogue.uasset new file mode 100644 index 00000000..f177454c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Assist_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8d4754eb5d0f1e73e0cbada761ad42a54b7138bfb9ad711867d348f52be9fb +size 2902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_010_Dialogue.uasset new file mode 100644 index 00000000..9c78c5d2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bbfa5142daf65cf97af2a441b41c5b5da46233801dab8b7dd2a96640650ea13 +size 2824 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_020_Dialogue.uasset new file mode 100644 index 00000000..5ccf41a2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:608136547b2381f6968d04feb05ca07cad4a8445f597c9f93b8c05251971c20c +size 2800 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_030_Dialogue.uasset new file mode 100644 index 00000000..aac13fd9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24782dc8d6e7dda08e1dbb84216ea7cce44cfff4784c028b47e36b20414c34ea +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_040_Dialogue.uasset new file mode 100644 index 00000000..c513989e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15bf42bc89bd152a9f41256209f49dc42d95aa1d30d86429c5bb88a577d0bcf1 +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_050_Dialogue.uasset new file mode 100644 index 00000000..cce8b700 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e33e2f329eb788de1ef98bdfc5a335b8a109e241d838ad7160d7b521c0f9075b +size 2788 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_060_Dialogue.uasset new file mode 100644 index 00000000..a44eca84 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69d6534fab82f5648dec81a26dca4ce772b7588a2ee23f3f0a5d5172830b44de +size 2836 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_070_Dialogue.uasset new file mode 100644 index 00000000..f96fb77e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Enemy_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fad938d10fac30750936f77f59595d46e668ee31b82f12c4429a30314dd77817 +size 2846 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_010_Dialogue.uasset new file mode 100644 index 00000000..4c671424 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9344e4f15eec74b07eb821f9b6772b9745dbd3ef1dcfaf4d251c0317ee1c7124 +size 2826 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_020_Dialogue.uasset new file mode 100644 index 00000000..89cf380a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f06184dd41fcebfafccb46d3bee366aaadd0bc0c9597cfd0727ec70e20760406 +size 2836 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_030_Dialogue.uasset new file mode 100644 index 00000000..2c5a9f7b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_FirstBlood_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e90c06cb8a99582271cec7d89babd2bce468030edf7daaae8817711d6e20796 +size 2848 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_010_Dialogue.uasset new file mode 100644 index 00000000..9a800144 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f257eb5c4fc805a846780d40189907c0c3dddc55dc7a33560234d05c0849b28 +size 2824 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_020_Dialogue.uasset new file mode 100644 index 00000000..f6259bfe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a45718aecb036e4bfed8025dddca110be451163986f3745777957b8bfcd7f5 +size 2816 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_030_Dialogue.uasset new file mode 100644 index 00000000..082730a4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Revenge_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8674b4f6418871144067e07edfc8e834e0811003a3506b54fcf86a830560a0e9 +size 2812 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_010_Dialogue.uasset new file mode 100644 index 00000000..122bf711 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b756398a9464fc11fb12bf96a8786cc5b92adcca6a43cdc15a4c2cad072b79fc +size 2862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_020_Dialogue.uasset new file mode 100644 index 00000000..d5f1c571 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6201c01970a7a9966a365f786f135816094d83f84ece1dbdd87e532a700ef9e +size 2856 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_030_Dialogue.uasset new file mode 100644 index 00000000..1d03dd3f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_SameEnemy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d23e1ec3231936fb6308d04034936af97e62c295cda48731adce90e3791db41 +size 2890 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_010_Dialogue.uasset new file mode 100644 index 00000000..5ffeb787 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f5d687f4c625ee78cf7f0c178e750f857595f49145007c507dd21d8c33171cb +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_020_Dialogue.uasset new file mode 100644 index 00000000..7d9ab188 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:606367dc6c5eab9ae1fe29f80cde26abaad563a3908f9507648dd233620c46bc +size 2826 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_030_Dialogue.uasset new file mode 100644 index 00000000..4999bd3d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Shutdown_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8898ba3c82133dce8b5fd19ac8ef198bd1ad3c09b23f33e70692972435873820 +size 2826 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_010_Dialogue.uasset new file mode 100644 index 00000000..316ae760 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20e167d8bec04a78ac56ad1fc72770f30572ecc4b55f3b9f94ee9db0115d3a9f +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_020_Dialogue.uasset new file mode 100644 index 00000000..6c7a692a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:036542bff7b677b11ed32a2fb5db2b3632d03da270db74efba3e9c11b4e7ca40 +size 2814 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_030_Alt1_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_030_Alt1_Dialogue.uasset new file mode 100644 index 00000000..1e4a37de --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_030_Alt1_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d11dfe40be105923c66cac936f39ed68ca8711eae055055e0997a9c5fec19f3e +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_030_Dialogue.uasset new file mode 100644 index 00000000..d033a080 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Kill_Streak_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6679f584a4b82e9356c3f25c10601e1814a568d7daa55b8b69491f8c605d69a3 +size 2804 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_010_Dialogue.uasset new file mode 100644 index 00000000..d49054e9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ebadd6ad02b3a7a83e484692934a58d949b1ae5892708ac9c925afc3e1cf4da +size 2904 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_020_Dialogue.uasset new file mode 100644 index 00000000..d59956ba --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9d05b66222c5069f5d79be32ab825b81c407cbece5c0b9ec1cb879c7e1feda +size 2910 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_030_Alt1_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_030_Alt1_Dialogue.uasset new file mode 100644 index 00000000..132ce262 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_030_Alt1_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4baf0fdb28c7fd31141c9d96e98466c16901b86959401d28f460706484eb63 +size 2948 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_030_Dialogue.uasset new file mode 100644 index 00000000..41e63294 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9778011d3c511fa145b8d6e1370e8a1a6a69093220d60de0668b6b168c147965 +size 2908 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_040_Dialogue.uasset new file mode 100644 index 00000000..ab8d7226 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:482d998856945f6449900ef06279421c9ffb20fbff6e08e649c851a8dd033e5e +size 2914 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_050_Dialogue.uasset new file mode 100644 index 00000000..d4a5683a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_AbilityLevelConfirm_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce6616a59e11ad384f6404100742c1883be7d0ee23d636db4946cc7621f7729 +size 2910 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_010_Dialogue.uasset new file mode 100644 index 00000000..ecd9db7d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b49eb88f81140d69d68c1f66b503808b54cc55f82c855a2a4b7df458d38a648 +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_020_Dialogue.uasset new file mode 100644 index 00000000..6c5159e9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:993dce09999bcb1ebc6e8927838797ab14fbb97a9202690044c00a7ac727f0c8 +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_030_Dialogue.uasset new file mode 100644 index 00000000..c8ceb8d3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_BoughtItem_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f293bea5e35a4e09f10eb829f623576b0637e2f46b03088d2652ac86a980a70 +size 2880 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_010_Dialogue.uasset new file mode 100644 index 00000000..52a600ca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9ae059ba6e6709e01fdc1c534c8ebbd0b9255f8a13aec2704e08ae8386ade35 +size 2876 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_020_Dialogue.uasset new file mode 100644 index 00000000..835b42eb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92d09320940ef5af54088e8554cfc579b2ca037a5784fb0875d3f9d58b0b687 +size 2864 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_030_Dialogue.uasset new file mode 100644 index 00000000..2a8e6659 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_CardPoints_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a134958e83995429514504334f1d52899b0abda28ab3f969ee653fd45188ce +size 2870 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_010_Dialogue.uasset new file mode 100644 index 00000000..1e44d1d0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8fbefc4f176938f74b3497b1e615daf4e78848e921a32c53728e54c9b8a30c7 +size 2818 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_020_Dialogue.uasset new file mode 100644 index 00000000..1adcf5b4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:285d0ccade513d26affc0618e4f1c62635774d2459f6833ba24311ddb76f75d1 +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_030_Dialogue.uasset new file mode 100644 index 00000000..454e1678 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Five_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fa4615271f3a069f4ed286e9cead43cdc09f365fd0711e16687e47a690ae529 +size 2804 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_010_Dialogue.uasset new file mode 100644 index 00000000..c1ec8a06 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5708ea3b52593d0979b2163c71b747eaf0706b77d8a1294b431613d4d588920 +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_020_Dialogue.uasset new file mode 100644 index 00000000..ddf91d7b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5d3b77251005e466c98a08e401d33f6b16162b5a8967f8bdac6d93cdde84abe +size 2806 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_030_Dialogue.uasset new file mode 100644 index 00000000..e7529b99 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d42acb1813583299f8419edea2c75af63ee5a345eb885144fe80f41bc95927 +size 2814 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_040_Dialogue.uasset new file mode 100644 index 00000000..dbc29458 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d145866e49cfad9d5a3054d6d4b4073b4b84a8c83d14d572fed4d4745742053 +size 2788 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_050_Dialogue.uasset new file mode 100644 index 00000000..b225aab1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Level_Up_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06cd4f362195519d21f56438efb4f7c08a56416e4e1b99f2c6c06d0467c46bb +size 2776 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_010_Dialogue.uasset new file mode 100644 index 00000000..d39153cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3407ef04bd6027b12008131d0ace7d20d8bd40e732853aa9750e06c66815e29e +size 2860 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_020_Dialogue.uasset new file mode 100644 index 00000000..43a879f0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4069273c79781778ec2741cdcb4ae80e266d3043be6930edbf010de543eee511 +size 2846 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_030_Dialogue.uasset new file mode 100644 index 00000000..617ba1e1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99ce6c34d77b182056d7d1fcba29bf31c4b331d2caf346a361bf5999099a83f +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_040_Dialogue.uasset new file mode 100644 index 00000000..1fc872ae --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0242241e18d51c1ac694d9caf5e3e7779741ea372a577f5e26692d5c9bd1a6 +size 2900 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_050_Dialogue.uasset new file mode 100644 index 00000000..c4bfb7a4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8b3244cc8345a90530828a2675f8dc46bd1e3f38e941db17172550010ea5a1c +size 2902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_060_Dialogue.uasset new file mode 100644 index 00000000..f07ea886 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9b19e85373330faa1beffaa70631065d29394fb72d6614459254e137c544dc +size 2946 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_070_Dialogue.uasset new file mode 100644 index 00000000..4a379134 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7669652b75f6ddf9f2a9ef34dcabfea3298d7e18dc1789467ee16d9277532b0c +size 2934 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_080_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_080_Dialogue.uasset new file mode 100644 index 00000000..9b13751d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:244d81e368ffba09fb80676c77d3cbc98eaea42bd3fb6da1efe6fabda5588519 +size 2796 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_090_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_090_Dialogue.uasset new file mode 100644 index 00000000..af1e95ab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4b13b08e0bacd828675a7071ad29a8d891ab48969b6225d7147f38052709871 +size 2806 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_100_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_100_Dialogue.uasset new file mode 100644 index 00000000..83802e83 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5cbdafdced71bf1b89fc4f12342415047e0a23281289563c16f439d5b2cf120b +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_110_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_110_Dialogue.uasset new file mode 100644 index 00000000..5391d5ac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0cf837f03c01fbfc85237d8ed27ec2acdd6ed849421b8dfd3eb0c3f815261d7 +size 2806 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_120_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_120_Dialogue.uasset new file mode 100644 index 00000000..21ec287c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Belica_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb082346ebb0debfe597c44cb4881060e02f78b2ce7c54f344c9d7f64efd57aa +size 2844 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Belica_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Belica_010_Dialogue.uasset new file mode 100644 index 00000000..de854673 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Belica_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e58ddf2d3859711ee1b31d141960004eb527dfb1c9112529fce3478063baf33 +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Gadget_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Gadget_010_Dialogue.uasset new file mode 100644 index 00000000..0aec3825 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Gadget_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8bec7afebcc92f47d70f505365ba621c1c1258065f43aaea425949a154f171d +size 2830 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Grim_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Grim_010_Dialogue.uasset new file mode 100644 index 00000000..27abd6bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Death_Grim_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5349286e7a9dfe0c869debfc340913557f525ad8d3e340251f62f6df70553e13 +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_010_Dialogue.uasset new file mode 100644 index 00000000..ae328ea1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52d136f306fbb17e0871781f7ffd7a7b22c61223f286c15dc14cdeda8a185527 +size 2966 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_020_Dialogue.uasset new file mode 100644 index 00000000..12430479 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a9dcee682bede13ae48311fb44e07e700aaa4b0793925aad77d9cca63c9ff6 +size 2864 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_030_Dialogue.uasset new file mode 100644 index 00000000..21c52249 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55552c15cc32879805983a2b651647224bd884a5e9476d4f798429f972539f87 +size 2862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_040_Dialogue.uasset new file mode 100644 index 00000000..b0f21303 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1910d44fc7dfd65cc0ff986ee8189842c9ec5c1f0bb073be927a7ed3bab33297 +size 2860 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_050_Dialogue.uasset new file mode 100644 index 00000000..a734942b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08f285f89771b8884a1ec83f384d3aea152d17befa0f3bd0221a0163f04cf2b1 +size 2804 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_060_Dialogue.uasset new file mode 100644 index 00000000..67eb2dc2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c45f3a873a2495e4a3747db7ab13bd0d519428c52712cf02e1edab0374f463a6 +size 2826 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_070_Dialogue.uasset new file mode 100644 index 00000000..bf15f644 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f3bfc21120ded992b4d386eb37a65b48f5455978b2a3a30ec772c0c61b57eb +size 2852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_080_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_080_Dialogue.uasset new file mode 100644 index 00000000..fdab9310 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99d8d3956a88e492229d5d548466b51b25fd0cc60c5ff90e80e021a297efb819 +size 2896 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_090_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_090_Dialogue.uasset new file mode 100644 index 00000000..80cfe519 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a71e9929cdc9e26ca348c9709d367a5b509a4aa4b3d0315b229e1a200e539f3e +size 2826 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_100_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_100_Dialogue.uasset new file mode 100644 index 00000000..29bbf219 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12290e91f5491cbb25e872dcbd4870d01a4525c16c2ccb6aa830f09b0364f23 +size 2794 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_110_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_110_Dialogue.uasset new file mode 100644 index 00000000..bb32d3cf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7ca4a84705dd4e3614c1b6d28850548d7bbb96aa84115aaa28ec89d14d6249b +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_120_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_120_Dialogue.uasset new file mode 100644 index 00000000..a336eb25 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Gadget_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85820f9d540ba6c9793cda87680e036d27a13016f1045dabe2bbd11025d7c7ac +size 2842 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_010_Dialogue.uasset new file mode 100644 index 00000000..4429befc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407057206401bf3af43bda18a97e2729f13617bbbea9f90beaf65176ac5dbbcd +size 2970 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_020_Dialogue.uasset new file mode 100644 index 00000000..4ddf1465 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72412fccc16b0bf61d71fa2077be6a68cbf45cdccd85c02b04e13c07448f3bb5 +size 2898 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_030_Dialogue.uasset new file mode 100644 index 00000000..8a6abb88 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a8290d650c44925579bf85c68f44a6cf8ab03013d950c3d6320fc95c46d0252 +size 2888 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_040_Dialogue.uasset new file mode 100644 index 00000000..207690a6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ddfd3f4e0f53167d8c247e8062b9fe29672d74e36707e807838614dfe2aad7 +size 2828 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_050_Dialogue.uasset new file mode 100644 index 00000000..708a208a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4d54615c8f1af3eccfcf03659923846a89187150c03ac603e396e7ae9f4cdb7 +size 2828 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_060_Dialogue.uasset new file mode 100644 index 00000000..fdffa81d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a289129aaf16e446165ad99507106c1e49eaadae774d171662bbeb8d9115365 +size 2866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_070_Dialogue.uasset new file mode 100644 index 00000000..cda4dc2c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3a20a5afdd68c225b218026db770153bafebea4fb736b7ffb98faa657c845eb +size 2812 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_080_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_080_Dialogue.uasset new file mode 100644 index 00000000..e6b89f11 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_080_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fca773198449ba9d4091fd11cbfb75f2c88a540663b5855234e76998be3a0713 +size 2890 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_090_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_090_Dialogue.uasset new file mode 100644 index 00000000..1b06c649 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_090_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef96ffe1162864f9f1bc6dbeb6b18f35b7ea655ca376cd123974172f0a2bada3 +size 2810 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_100_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_100_Dialogue.uasset new file mode 100644 index 00000000..c2fb0e84 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_100_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71da46ec96467916af2f7aa4269c325c83ca85e3e74950b280b55c3c8f945d81 +size 2856 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_110_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_110_Dialogue.uasset new file mode 100644 index 00000000..823c2920 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_110_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9597ddaecf4e99738c0cf719769feca11f03ab6470b6b8394c7ab83515d30ab5 +size 2786 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_120_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_120_Dialogue.uasset new file mode 100644 index 00000000..b90fa06f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Grim_120_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59305725ff9328e4ccd23313cc7a167feb629bf94d00c6a9f74ba8a729e2fae +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_010_Dialogue.uasset new file mode 100644 index 00000000..0577b43b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e2c28c4a2f09b50b69f86cc8964ee1c2e966aabd5ec0c263e4141c6661387e +size 2830 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_020_Dialogue.uasset new file mode 100644 index 00000000..4ed2c865 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbded24eade2b5bd268336a08c22730f2ce4d753900f984181bb2b0de6edad5 +size 2884 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_030_Dialogue.uasset new file mode 100644 index 00000000..80db04e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Belica_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7200c1fe9aa6b4282c0cc6f050ce0038dcf5e334b332bad3f878766cda2a218 +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_010_Dialogue.uasset new file mode 100644 index 00000000..aa306754 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37cba1a5adcf55e3135716804fe5aa9c3a730c3d3ee9068a0335462a2817b8dc +size 2838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_020_Dialogue.uasset new file mode 100644 index 00000000..7669ccf6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a4f00d2c4c8f87c5a0811eed4d5acdb0bacfb69b8a1048712a869f38b83fc1b +size 2854 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_030_Dialogue.uasset new file mode 100644 index 00000000..c689a4c1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Gadget_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9e1dd2d0fa11b40d78ad3e48cd94d2d27ca744ebf9bcf9421be7237a273e235 +size 2886 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_010_Dialogue.uasset new file mode 100644 index 00000000..cac65279 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97a03474d6f9d828809b084b562e66a0fb371bb4d69b434ad8f32f2a63133bb +size 2852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_020_Dialogue.uasset new file mode 100644 index 00000000..cbf6f1a3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:436ebbabf0f8b2c3e733d3c6fed0e63c67e86ef60051109846ab5e2176eb35b8 +size 2858 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_030_Dialogue.uasset new file mode 100644 index 00000000..1031eb46 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Lore_Kill_Grim_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aac35af2cc69ca4f9b263bf25a91cdbf1fd268809532faea10917b78f6277f77 +size 2886 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_010_Dialogue.uasset new file mode 100644 index 00000000..2732d8bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e8076706322408df5b19c19f8791c77da10aff4e0777b38eb902d4babe9c961 +size 2854 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_020_Dialogue.uasset new file mode 100644 index 00000000..e0208169 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d945cbd7f27726bfc8575ca6803cc3d36cf0f77222d9c792fd2bd3c3f398c68 +size 2890 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_030_Dialogue.uasset new file mode 100644 index 00000000..f02df8fd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c398e47b5286b613d790f4d3359151762ac9b4154c3e4fa20cb6e67a8df8f0f +size 2934 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_040_Dialogue.uasset new file mode 100644 index 00000000..5746c48a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileDizzy_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7afad982b295123b932fd81ccf9b29d6c2f310510510a4669e25410cc346af9 +size 3044 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_010_Dialogue.uasset new file mode 100644 index 00000000..d597d426 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d76d9c4a86f92d2f088fd9703b4a1211444e99f61b8cb2c0182e9cb377c46885 +size 2792 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_020_Dialogue.uasset new file mode 100644 index 00000000..6dfa94d8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18992a6f78b586d7ae44d7284aa73689ccfc997e3b07e911a34d7ec791bb5bf +size 2946 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_030_Dialogue.uasset new file mode 100644 index 00000000..6f1cd710 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca3cd6360c51d87087d615d0561ce37655ff60af509f3c508bcc43984e098f35 +size 3088 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_040_Dialogue.uasset new file mode 100644 index 00000000..b753b963 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfileIdle_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9ce558f05c5f4a98a7c11267776b95d1cc4cf7bb34913d916f45f37b84e51fe +size 3912 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_010_Dialogue.uasset new file mode 100644 index 00000000..b09e8aa8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef0d444b9d533fd7c97a1d7b1144fc3021c09dfa5fa9cd9bbada18f0bd707827 +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_020_Dialogue.uasset new file mode 100644 index 00000000..bcd9bd8a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79f822a87a19b8bd68b62ace012bce6a34ec806ebfa94d5fcebd1c95fc18486f +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_030_Dialogue.uasset new file mode 100644 index 00000000..a774016a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8917d1d642af53032d0693a7bd0a30611afdb162aa48044f5d35a91d6af8b55 +size 2852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_040_Dialogue.uasset new file mode 100644 index 00000000..6d044a48 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d538adf49f1e7b07d4c4eaf8a5cfe9e3fd50d82344769d8edd04d7e213dd082 +size 2876 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_050_Dialogue.uasset new file mode 100644 index 00000000..be147d3b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb70f0f9771670eec2d0dfa0fa5de504f9793ca7d289b57ddae2f487312eb228 +size 3048 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_060_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_060_Dialogue.uasset new file mode 100644 index 00000000..73f17b75 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_060_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:010ec7dba2e2cee379e7bc39cc177ff29e4520a246c1ce7eb898b0c55149e0eb +size 3184 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_070_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_070_Dialogue.uasset new file mode 100644 index 00000000..66da093e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_ProfilePoke_070_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd74b945e2a93718f7bc7d5970e152bfb4d780fe972d93796f93735e68fed735 +size 3260 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_010_Dialogue.uasset new file mode 100644 index 00000000..52403d85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1428142a66f736f98622ab4d3c2da4ced404320acf916f91f85c66b1683a04d7 +size 2794 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_020_Dialogue.uasset new file mode 100644 index 00000000..eb634983 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e88021f9379f466fba048a88bd47f81adceb0db772d2d7a09f8b83ad25a7ddb6 +size 2766 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_030_Dialogue.uasset new file mode 100644 index 00000000..8ac0c8b9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c75a6f30bfd2f3b20519c6e0599d2b19aad817482da08a894ae265eb800272f1 +size 2764 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_040_Dialogue.uasset new file mode 100644 index 00000000..9d2b05af --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d34a5b006de5e6cd6170868c8f5431d1a0e289afa6efb885004b6a2d7452b36 +size 2796 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_050_Dialogue.uasset new file mode 100644 index 00000000..dc41e94d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Revive_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92b17b867a5dd9135497ba78214407247c5deebdac4f3515fd12fd0877f48d60 +size 2796 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_010_Dialogue.uasset new file mode 100644 index 00000000..3cd7ebc1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa854290ced4f90caf0016c1d5ee6108c0fd68240674acbfa6a0bfdca4a5f739 +size 2782 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_020_Dialogue.uasset new file mode 100644 index 00000000..2e4c155f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e5576e57e05f51957742999da8285f8c309357e6cfecdf7d9c36b22ee1b7602 +size 2834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_030_Dialogue.uasset new file mode 100644 index 00000000..ed15482a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Ace_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831f60b5a5a74066e63c02cdaa44337c2ca20e8e5f3f322bca96594e6b7e4039 +size 2802 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_010_Dialogue.uasset new file mode 100644 index 00000000..f2451734 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a97b131a783a7fb80bac2cb957770958c4d6185bc7a28a4ce3bab04977181c +size 2818 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_020_Dialogue.uasset new file mode 100644 index 00000000..cdc6797e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b24929c153a73280f98bf5de9e2ac6b38cbfc355856a0fe4a29b3cd8cf8aa6ef +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_030_Dialogue.uasset new file mode 100644 index 00000000..b303a500 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Buffed_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62c40d9a94f939974009028bb3ad1886535e152de84cd9d34798ad0ae6aea0a1 +size 2854 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_010_Dialogue.uasset new file mode 100644 index 00000000..14dd25c8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffdb7a0d38f8083e84115daaa04a6bdc89e3bed0c7672059df5c963767c62a56 +size 2848 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_020_Dialogue.uasset new file mode 100644 index 00000000..385f82c6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:439a4fdaa0a073d9ba36e93c8d3026dbeb1c660cb5cde69e85ea1d4e04ed38e9 +size 2852 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_030_Dialogue.uasset new file mode 100644 index 00000000..6f9673fe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Celebrate_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54fb6d7b424ccb28d3ae402d6bc2d34e189fe63da088421e4ad77a2f6c65d379 +size 2842 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_010_Dialogue.uasset new file mode 100644 index 00000000..8faf482d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09a379921877d6df45ad5386e80666536c7139b7be62dafda76a211a5c27c3e2 +size 2818 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_020_Dialogue.uasset new file mode 100644 index 00000000..2c686946 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5490c7e5316a8ad693a9530b76aa6848ed04b0c7787c5c096efadfdc921d3491 +size 2864 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_030_Dialogue.uasset new file mode 100644 index 00000000..ba78017c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Danger_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa09b81733715afe6a7caec6d0c3b8a8e0649462fde69ca847b213f8bafd09aa +size 2846 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_010_Dialogue.uasset new file mode 100644 index 00000000..a9f6152f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81dcad62df92dfc35c1469d2d8150e07e4789621277024087a03d87231d00732 +size 2876 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_020_Dialogue.uasset new file mode 100644 index 00000000..51a9877a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca0fc423dcc4ec0083882747336304ae6d484084f61884a6de4cf8b49c53919 +size 2826 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_030_Dialogue.uasset new file mode 100644 index 00000000..88528a44 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Defeat_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5290af8a60c3fb0e87edfb0dcc4c01fa3faf9d4e056f8eb2f1e842719391a33 +size 2856 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_010_Dialogue.uasset new file mode 100644 index 00000000..4bb10363 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bd9202290b119394c405a47acc9358444a381222a3895b4a7e996f5046815fc +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_020_Dialogue.uasset new file mode 100644 index 00000000..5dba6c6e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de40a98be9c9a2e0fda0eaa4ccbc2c29e9ce3a05c738277763d6168739d6d680 +size 2996 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_030_Dialogue.uasset new file mode 100644 index 00000000..64f785cb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Idle_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfb20f7f545304c0e71f06c3d3257043012dc3c8d97b49367279007d6192a40d +size 2988 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_010_Dialogue.uasset new file mode 100644 index 00000000..d3187210 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbb648afd694a62a26a09badc8a1a8fcd3621f6a2effc7b01bec23040b4ed133 +size 2934 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_020_Dialogue.uasset new file mode 100644 index 00000000..d088c1ab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee157a0687024068e6e8f2c54bb1a486bc408d78405c236dd7a4e252f57bc163 +size 2930 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_030_Dialogue.uasset new file mode 100644 index 00000000..698cc852 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_OrbPrimeActivated_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b593fea6c3204417a9c0d433e1f34a5529c61602127eb93b9a4332b73bcfd87d +size 2940 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_010_Dialogue.uasset new file mode 100644 index 00000000..b5cf06ce --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0298d2d74ab903da16582a3b8e2f4c6a9f6525c81e059f96080daf378ef51cb +size 2820 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_020_Dialogue.uasset new file mode 100644 index 00000000..a6ea370a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb06e1bc7eca0164a63bf5d716b5e4d881d0d6768e23b0992e7e4b90afbfcf69 +size 2870 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_030_Dialogue.uasset new file mode 100644 index 00000000..3756e068 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Recall_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0788548f31f12bfa663f720cbb2685745949dfa2d4fbfc5beb2f6ebb229a9589 +size 2824 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_010_Dialogue.uasset new file mode 100644 index 00000000..bbcd9179 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e45b2a5e4b7d20670601e0f9bb89230b9b2d3590f1589eea5621fbfda520f55e +size 2878 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_020_Dialogue.uasset new file mode 100644 index 00000000..11f2b92a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd15da1f46c3d073aea09ff4664c3d81cca9b26d74ed082d2fc24cd53c78de25 +size 2856 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_030_Dialogue.uasset new file mode 100644 index 00000000..2a35e65f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_TeamDead_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:145dadf2d8bb7e613821c0616aafcd57bb04d2dd17868d3a81dfb934415b3db0 +size 2918 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_010_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_010_Dialogue.uasset new file mode 100644 index 00000000..cb6b4248 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_010_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e6c7a3af9bc70b154f1444023a4ca877a98d37706c80c98c13e7eb115ad929 +size 2862 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_020_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_020_Dialogue.uasset new file mode 100644 index 00000000..e4d18ab5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_020_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f4defb793c1e7be76851cb2940614b6b6ea1544fd0139b48600ee1cd4094c81 +size 2856 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_030_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_030_Dialogue.uasset new file mode 100644 index 00000000..55444003 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_030_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abeaddbfe940957af30ba603a41565a301484e98aced87aeb8fca5dcf8a49682 +size 2886 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_040_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_040_Dialogue.uasset new file mode 100644 index 00000000..edc9b503 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_040_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9285b40e24ae4e4e9340d291fe4697c6083d3028a03d12bb95e7d8d0caa0b617 +size 2922 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_050_Dialogue.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_050_Dialogue.uasset new file mode 100644 index 00000000..e764c18c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/DialogueWaves/Twinblast_Status_Victory_050_Dialogue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2165ec1213ddfdc2987c9939087815bb6b5da6104216c221efb893688a684caa +size 2902 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_E_Engage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_E_Engage.uasset new file mode 100644 index 00000000..7ab8ab30 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_E_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a0cba2d983d134f752a5312f91a71cfc09feea9b0c1a8702bc7a332c6c13142 +size 8239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_LMB_Engage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_LMB_Engage.uasset new file mode 100644 index 00000000..3d634f1a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_LMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aabfd4bdb1733bb39ed882d9990e0fc4b225849381b5fc4761fdd5f0e9ccfbd +size 8259 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_LowMana.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_LowMana.uasset new file mode 100644 index 00000000..eaffcfe8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_LowMana.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c43244429bbf339c686a6cdd2b64b6b7f95f11594e32d7000ea993a6b4729e1 +size 9609 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_No.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_No.uasset new file mode 100644 index 00000000..8e7199af --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_No.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e00a4638782d438342c920250ba4948e69d1f2461c622baa588663f022411b83 +size 9549 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_OnCooldown.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_OnCooldown.uasset new file mode 100644 index 00000000..1a06f848 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_OnCooldown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4619b0be639f71657ea7399a26ab89d18c9025385107bc42d74c2e693757c79c +size 9661 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Q_Engage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Q_Engage.uasset new file mode 100644 index 00000000..6917ab18 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Q_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8421ea3467d82eec48cd53d68a81838d39152e0d6afdd4f803c8e56b349cdc +size 8239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_RMB_Engage.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_RMB_Engage.uasset new file mode 100644 index 00000000..2f235fab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_RMB_Engage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8318dca6d8bd77091901fa460eaf24d4ac87ecd16d1514ce3f3b25d064b2451e +size 9655 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_ScoredCrit.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_ScoredCrit.uasset new file mode 100644 index 00000000..70cc3474 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_ScoredCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9df507088e61136247a6a137f21f13e336c96cbd9a546354d144fe116a80fc +size 8259 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Ally.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Ally.uasset new file mode 100644 index 00000000..eabba404 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Ally.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daf0403fa730a5485a24ed8a80a24df287cd39603b2e04b42cc3d27393f64d7 +size 4404 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Enemy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Enemy.uasset new file mode 100644 index 00000000..9137f35a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d0fe4ed3e91fa335630c8c214e95b0a8d1d5dec6347bd2485215b18319419c0 +size 4410 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Ready.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Ready.uasset new file mode 100644 index 00000000..8ca20c2c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fb287d8ff0085dfbc605394082cd67836b8abd665ae7d357c55fc09452aba9a +size 8299 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Self.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Self.uasset new file mode 100644 index 00000000..4e38ac85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_Ultimate_Self.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f5a6e6f242fb89c1b8533972fb20fc25737007725c21abd955a75ab80faf4db +size 4404 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_UsedLastCharge.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_UsedLastCharge.uasset new file mode 100644 index 00000000..35b3cc1e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Ability_UsedLastCharge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a3de6238bd8a00e5a861c3222147868d01db720bde997f9e74da15a0201679c +size 9693 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Catchphrase.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Catchphrase.uasset new file mode 100644 index 00000000..8af99342 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Catchphrase.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ae109b047ff56331a9af1ba176f3cfbd8311c119196033fd77edf1730887f5a +size 10933 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Death.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Death.uasset new file mode 100644 index 00000000..cffe1dd8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9e8802e8b6f1a837a961c579a051ba4d064aa8f3afe62867b08c1a81db31ae0 +size 13569 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_DraftLock.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_DraftLock.uasset new file mode 100644 index 00000000..e725488b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_DraftLock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfcea8382b8cb757fbdbf1e1845423a465b12d9c1c390e17428e884b1223bf8 +size 9537 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_DraftSelect.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_DraftSelect.uasset new file mode 100644 index 00000000..1dbb86f5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_DraftSelect.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a799cb95855f458342ab7721eaa0aaacebb81be3075676995b7dd05684055f3c +size 8189 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability.uasset new file mode 100644 index 00000000..a718875c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff7bb890f61b024dae508e91b5fb5b1ed76bbf52c80887c70323573249b7023e +size 9605 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Primary.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Primary.uasset new file mode 100644 index 00000000..eb7dc920 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Primary.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cbdbc4ba804471961d25fa1daacceab54ed1dcc0946b8f5c6343e1d026b8c0 +size 12469 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Q.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Q.uasset new file mode 100644 index 00000000..73e82c5d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Q.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee224a6bbfe4a7b332d7cdb431712fe931c821cdbe4ab9cde73d45f29f09cd23 +size 9613 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_RMB.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_RMB.uasset new file mode 100644 index 00000000..afcc9c70 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_RMB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:772c673c6ef8c2ca9da09d0deccd1db9b838361bc6fd336ede12b5c6fcebed88 +size 11021 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Ultimate_Shoot.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Ultimate_Shoot.uasset new file mode 100644 index 00000000..8a9a3541 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Ultimate_Shoot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78138bddf5d4d2a19092b36c6d6460a7b2ed887d69006b092eadb2cae5f30c58 +size 9769 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Ultimate_Transform.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Ultimate_Transform.uasset new file mode 100644 index 00000000..dc11d47f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Ability_Ultimate_Transform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4c523e60e96e479cd233a7e83d67f890052067b96d6e38e8ef5ec4edef235cd +size 9817 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Attack.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Attack.uasset new file mode 100644 index 00000000..6352bc0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507d747d67e494c2e77b9accc5227714065ab1330f6d08ceb544a1cbbcf996c8 +size 12325 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Block.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Block.uasset new file mode 100644 index 00000000..78aaae52 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Block.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5038a6b1f355319271ba8ea1b1e04506f72b138eca8ba59de4cf2de3bf6642d +size 12309 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_BreathingLowHealth.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_BreathingLowHealth.uasset new file mode 100644 index 00000000..4fd05e03 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_BreathingLowHealth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be7cc5ab8bd7b4e9bf471f375ecff55610871c733cc6a02a88d29ceb8ec5e89 +size 4426 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_BreathingRun.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_BreathingRun.uasset new file mode 100644 index 00000000..b53ebce5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_BreathingRun.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9156b1c313cf9784ce6f1ad6a9ce48d27edb0eb9133cfdde570f479e8a3131a4 +size 4390 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Cheer.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Cheer.uasset new file mode 100644 index 00000000..dd902de6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Cheer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f74b19e7c409ce370cbc841304da4dbf39bac9419ba2f0ed4f4a22006ac24c5 +size 8193 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Death.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Death.uasset new file mode 100644 index 00000000..c1c94cb2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Death.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e115d622307d26ee942c8a4bf47e07eaf038ea0df635abc8559733d11fd8078 +size 10937 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Frustration.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Frustration.uasset new file mode 100644 index 00000000..669a9879 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Frustration.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3a2f146e65996c7115a158fc47c1e4b8420c370e286917d1613953915b6cbbc +size 9637 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Jump.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Jump.uasset new file mode 100644 index 00000000..0b342ab3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Jump.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe980570998002057a01384fda623d34eaa852902c117aa250d69fc47099fb96 +size 10923 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_JumpHeavy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_JumpHeavy.uasset new file mode 100644 index 00000000..325fb4b5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_JumpHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54e62de8952bf2f25aa57d7aa7afe5a7e0348f5588f8bc99e44258ba76b9823e +size 10993 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Land.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Land.uasset new file mode 100644 index 00000000..7e2854ff --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Land.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85817a9e0277d8a8224423b9aaba26744c0821367d4b3c524d3463cabc123f35 +size 12293 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_LandHeavy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_LandHeavy.uasset new file mode 100644 index 00000000..80d4ef49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_LandHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b8a7753c7630466485835d4e8ca8b166a212bfa6a8527e62e29d52a978ab34b +size 10993 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Laugh.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Laugh.uasset new file mode 100644 index 00000000..c7d9d1db --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Laugh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354dcd9a629db7c83d32d9355d6c3b5a2352ef5e5e05fa5b6987b8e4fa23b534 +size 9565 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Pain.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Pain.uasset new file mode 100644 index 00000000..5b8d41b8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Pain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce9b89f50fe06f397b88470bb94223775911bbf58224514292064a790b7b2a1c +size 13663 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_PainHeavy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_PainHeavy.uasset new file mode 100644 index 00000000..aeb09e93 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_PainHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03842a60bcad82c57a8c7a76b64a2d4c2b6a2b0a7ea1958bacd07c437af6ac3a +size 13753 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Swing.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Swing.uasset new file mode 100644 index 00000000..411a3652 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Effort_Swing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af03ea1a51bd1ad8480a620478cad6d80e8e8ad3c2bc28beba88ebcee6906e2 +size 10937 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_010.uasset new file mode 100644 index 00000000..fc978880 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96dcb6393a31499f343ed9ca2633657cdc9d80e39a7e859a4e51ce1fc216344e +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_020.uasset new file mode 100644 index 00000000..39ab18a0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e87c5219b99effbf21094d2a6d45756a265b56e69103755843b4882125c2655c +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_030.uasset new file mode 100644 index 00000000..1803bfb6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b32a108d33e18b8e2edb9ca464553f5d623593ef6d5491fcdc5385b04b00b015 +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_040.uasset new file mode 100644 index 00000000..77e69b49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04eee111a50585eba2f1a8d9b2d9590ad4c758c89e23f95a5b8e5bece21ffe0d +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_050.uasset new file mode 100644 index 00000000..4b8bfcc8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf70f38e161f25514e62d81f71b9f9ad09a70564dc8c1e55d7d3ef744365ec00 +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_060.uasset new file mode 100644 index 00000000..b2f768ca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a117fa602c2aa736899ea494771138929d1fa8e619b61398b14da9d9c11fd24 +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_070.uasset new file mode 100644 index 00000000..8ba23194 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe49dee89858d77c2e56cf808b628f30879f3bd9febded5e9d01eb91c24bf145 +size 4324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_Taunt.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_Taunt.uasset new file mode 100644 index 00000000..2eb447d4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Emote_Taunt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca327e35332142a24e1054eb4363e16998b5264296016441ef538e2e59fd064b +size 13677 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Critical.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Critical.uasset new file mode 100644 index 00000000..a8f90f9c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Critical.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:370964777b00444558c5214eb588b87fec27f4be1e034b24c4c2ec4b07ad224a +size 8229 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_CriticalSave.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_CriticalSave.uasset new file mode 100644 index 00000000..aff209f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_CriticalSave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:976c2cb504a948a2430fe076a1f763c4868ea92545a7ced3607c97d34840254f +size 8269 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Healed.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Healed.uasset new file mode 100644 index 00000000..b2182831 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Healed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:570f98f6963e8f4ef232a16c771e1525c7b73b0319a7d2372b8ad4f5cb7206d0 +size 8209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Low.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Low.uasset new file mode 100644 index 00000000..4c28b22d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_Low.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a2e90ee419ed2e4348ef5e9a6347daddc8d51d312b6594379d2e8256674751b +size 8179 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_SufferedCrit.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_SufferedCrit.uasset new file mode 100644 index 00000000..2bc1fe0b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Health_SufferedCrit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61dcdc803c9a5db22e5e7a14f6b8ee19904cb407cde9f60df4cd59af90f56303 +size 8269 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Boast.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Boast.uasset new file mode 100644 index 00000000..419cc8d8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Boast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8aa827c0b388cf175e0b1963216c9cc4f2d1289c055bb4e5101c849d5de37b97 +size 8189 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_BoastResponse.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_BoastResponse.uasset new file mode 100644 index 00000000..8d0c2cf9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_BoastResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fda8feb1354418a1179eabe28ed0411495204ba37b8acb57f243add5b5b58d2d +size 8269 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Question.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Question.uasset new file mode 100644 index 00000000..cb109c62 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Question.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96a972b81d7198f486cf336c0fe16b2f8610a15e5ff82d6be3c40a288ae28020 +size 8219 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_QuestionResponse.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_QuestionResponse.uasset new file mode 100644 index 00000000..4bdd6eef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_QuestionResponse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cf9d13fe6196c9b5fa8660c2138423083dbdbb9c4ab2ad9260fe978ea2be1c +size 8299 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Shinbi.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Shinbi.uasset new file mode 100644 index 00000000..e78b95dc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Shinbi.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9206f8003ed47bb32e1c8a42818ca51a9474c8b5eafb3a52c321d2f5847a25ec +size 4351 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Statement.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Statement.uasset new file mode 100644 index 00000000..bdede36d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Intro_Statement.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2239cf1b1e7ae831d8e5c0ea1b6308ececa1a12ea700855cdd7b25ace25e37 +size 9609 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Assist.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Assist.uasset new file mode 100644 index 00000000..ba7d6fed --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Assist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92d1ecbec05c378585b059a17f6f8a8766cb9769e860fb83840423aabf8f3dbc +size 8189 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Enemy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Enemy.uasset new file mode 100644 index 00000000..2e798c2a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Enemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00ded0632cedbb65ea23497e212b3f28e954fb6ba304b11c191fcde00733b61d +size 13659 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_FirstBlood.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_FirstBlood.uasset new file mode 100644 index 00000000..fa5661ed --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_FirstBlood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06e8f2c5dfa5adab82c1ea7a8d95f3d0d5b66b43d84faee05a2cc83fd013962b +size 8229 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Revenge.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Revenge.uasset new file mode 100644 index 00000000..63c9c3e0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Revenge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c3ada8e4e0d94654cc8b586947ef58eb9571f8fb38802b690bc92bee745a15 +size 8199 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_SameEnemy.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_SameEnemy.uasset new file mode 100644 index 00000000..df70b6bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_SameEnemy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1596f6c0ef2e7e4dcfd7befd88d57ecbb174c54d1bad8d5a7681c103f227553c +size 8190 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Shutdown.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Shutdown.uasset new file mode 100644 index 00000000..4f4605cd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Shutdown.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49e070649a9d5d0466f84d3328e8a78e4b098ed87ed7d7b5071e7d1391cbb3e0 +size 8209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Streak.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Streak.uasset new file mode 100644 index 00000000..cb477fda --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Kill_Streak.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9b82d1edd1578c35d66a488fd2a7927b956c5e5e1c657d6287f4a3e11eaa31 +size 9571 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_AbilityLevelConfirm.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_AbilityLevelConfirm.uasset new file mode 100644 index 00000000..27308401 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_AbilityLevelConfirm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87281d07f6da91674e0ac1915bdf6fa49e6ff5dc1158c563bdc7c62c47c35dd3 +size 12539 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_BoughtItem.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_BoughtItem.uasset new file mode 100644 index 00000000..3239b206 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_BoughtItem.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:783244547e4f8230f893dd076a78f45a9899f6fee2552c6fb9a90cff37b8e636 +size 8239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_CardPoints.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_CardPoints.uasset new file mode 100644 index 00000000..59fb59d0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_CardPoints.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d1d3ffb5abf83d1011eee65f280be8a0fa9aa52f5715e03d323a325a8beae7 +size 8210 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_Five.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_Five.uasset new file mode 100644 index 00000000..3e56fa97 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_Five.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05262225ffd7459e33a21dd86e5a69b6d6d658584fcb8144e6216e254680da1 +size 8179 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_Up.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_Up.uasset new file mode 100644 index 00000000..1bf3a4b0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Level_Up.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e119dd6435d8dd898c80d48509e820f821337527c79c2e6b9b313232819c2d49 +size 10891 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_010.uasset new file mode 100644 index 00000000..f07cb9e0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64de1d76e40dc97ab8cecbff2dbde67e1fe601adc7381fb059d88572f4e89e51 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_020.uasset new file mode 100644 index 00000000..74adc1a4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98d0dbfb209efe0109c17c4afde6e0967a360601efb8f423a4ba1d20c5a58b8 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_030.uasset new file mode 100644 index 00000000..a397ab17 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c302fa00c3732bbd0b0e38d2318d0f67f08cefb8357d7a534810e195c8a6999 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_040.uasset new file mode 100644 index 00000000..14ffc8cc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f46905ea8a86d652ed4cbb081d62d1ad3acc104d5212ebb51d4f7691f732fcd8 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_050.uasset new file mode 100644 index 00000000..1f24deb4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58e053edad97a71b0a42265d199de970d7e6f191a21a657764b19abb0acbe7d +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_060.uasset new file mode 100644 index 00000000..f2750211 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9549d0a6ec6cc0b2d2c7227cdf4aee467fc546c4c6b4b7eb80931d9d7bd3e899 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_070.uasset new file mode 100644 index 00000000..22ae3545 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e401127252917cfa87b22089e7d0b955cf7d4b2b7de07a4ad3734d8c0eb7ec00 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_080.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_080.uasset new file mode 100644 index 00000000..ac86cb8d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e713cd71e2e7b1dc424a58b1d255bfb5cd212323f7d644dff98596d000ecada8 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_090.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_090.uasset new file mode 100644 index 00000000..9c88b998 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c6f228bbf1ebe8772ecc19fbd16850f7326e13dba7879e536ad0891c5406839 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_100.uasset new file mode 100644 index 00000000..c2f3b5b1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8da2a04573123fa945e45c550d9fd63d511e7f2a7ec8421214b4ca33d0e4155 +size 4352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_110.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_110.uasset new file mode 100644 index 00000000..0b489d34 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5476b839de1599ffc244d5c9920ab8b4ea73dd320b1fea8b7e1f0ae884ff322 +size 4352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_120.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_120.uasset new file mode 100644 index 00000000..db420eb2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Belica_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98795354e5fc439e9ea26e61baee70e761a0e18f8c4b971cfde79ee0bde51b7f +size 4352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Belica.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Belica.uasset new file mode 100644 index 00000000..3a7131e6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Belica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b566a48993ad232cd6d8c624dac6abf081f4b054997ff534fe24be1cf2035799 +size 4380 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Gadget.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Gadget.uasset new file mode 100644 index 00000000..4c2f378c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Gadget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d43a8f367e1c899503ab66a57860310752c7cba9fcf4650b8248d480ba1405f1 +size 4380 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Grim.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Grim.uasset new file mode 100644 index 00000000..a5d4f313 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Death_Grim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811225519cef270b2121d982fd1e48bb32cdc212d0bab4482ecb1d797236dba6 +size 4368 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_010.uasset new file mode 100644 index 00000000..9d886b3c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:517f8db1007f346c7dd8a882b07ac536b06ba70779f3ae97c57e897a18d4226d +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_020.uasset new file mode 100644 index 00000000..6dded000 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a55df0338da7488dc73e63bbc22e8468a3d89df951242ab05a0a9fdfc6d5cb +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_030.uasset new file mode 100644 index 00000000..20801271 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90edd956b1d343255855b02f7e49a0697fcb0191e1a2e72d9a38e4784c8f4bd6 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_040.uasset new file mode 100644 index 00000000..b14d7e16 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ab34b9d9fee899e88540ca7e4175a6078970472a1e2e433c0743cfd0cf9fce4 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_050.uasset new file mode 100644 index 00000000..45368bb1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fab9bc9901aa259fff1132a41c6e3f2bfcbe75550914b31e213017b2bcb36c8d +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_060.uasset new file mode 100644 index 00000000..3e2048bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7289e7d844056cc8d1fe23fcead8a8139b50ba320df326c68f6b7578d3a69942 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_070.uasset new file mode 100644 index 00000000..b9504c66 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9efb0fc8683fa33c67ae7a55de1fc0cce11cca133a16139217ea8b3c4daa2aa4 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_080.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_080.uasset new file mode 100644 index 00000000..4894b3e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3e05acb212a614157e4c2bc4145a59f1d97f2534f282825da0c92141f358a2b +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_090.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_090.uasset new file mode 100644 index 00000000..cfdee651 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bf310e07a7bb90454e7b0f553197dd41eea98b25c92167ece072f2c09542dc2 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_100.uasset new file mode 100644 index 00000000..3d9f10d1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b4be8876a962638db4a25c64f2cdc3e3a16f4e5bca0f9d03de294c62b77be1 +size 4352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_110.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_110.uasset new file mode 100644 index 00000000..ecb92c31 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2357f690570ed5465e1a1e8a4234d6eff684db3ed0bd93daff67179a7607619 +size 4352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_120.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_120.uasset new file mode 100644 index 00000000..8658ebb7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Gadget_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9d9b26b09af6f3347b4d564f9b5b8b742baf4036e492faa21a1e52c1dfae26f +size 4352 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_010.uasset new file mode 100644 index 00000000..c6721a32 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6775cd02e603e01c5ac4ce1ee5330f76b908bee2403c41c19b24d296f29e4e5e +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_020.uasset new file mode 100644 index 00000000..58537ddd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19e0bb88abd7b80b42f838366574986d2b7bd556f3d5ba3dbe6256a994e94d2e +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_030.uasset new file mode 100644 index 00000000..7fdb1f0e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d23953e9c82c5f894307e1fb1052b16813508df58b7f3c34374a3022b1b893f +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_040.uasset new file mode 100644 index 00000000..ea8640d2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88a4d9719fb7e24b858ae2a673d3894bbceba8f610fefa1e39d3a9f6c3a4e40 +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_050.uasset new file mode 100644 index 00000000..1e93b808 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdfd8799ea46da79ccc415190cb06448d17e43eab64c54ddd5c56f6fcf24b0e6 +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_060.uasset new file mode 100644 index 00000000..42eb5344 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa54875e52c018a3a11456b3c4634a87b12880f76450af8495cb2528f3dd767e +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_070.uasset new file mode 100644 index 00000000..be51dfbd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675e778b18a3e2844e4225e57d3462a4615ca5b99216c620d7222bef15244a2e +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_080.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_080.uasset new file mode 100644 index 00000000..c8d9947f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9215a8cf6f2cf4d4e785702c85e1bab9f778dee725fc232c068dbe0f600905ac +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_090.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_090.uasset new file mode 100644 index 00000000..87330eef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c839781ac44e6df064d5cfee6af7f6f635da275a0993c411664024d3db95d0 +size 4348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_100.uasset new file mode 100644 index 00000000..5664a2b9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c541766beaae25fba141985b53480b8f09688f22f307183f748b24d7321c7b +size 4340 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_110.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_110.uasset new file mode 100644 index 00000000..32b6bc2b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37eb15938deea7bfc614331753023f50e1844f3ca216e963277a3625e00090a1 +size 4340 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_120.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_120.uasset new file mode 100644 index 00000000..a0fe8b0e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Grim_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2dc321ac9f462fa304fbcb99ac4eed7d1633494206e148e49f11e562544c365 +size 4340 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Belica.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Belica.uasset new file mode 100644 index 00000000..316fc864 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Belica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae337efbbe05ce4962b109264841ecc9e73d7e4d13e7274d442b425617d2eb34 +size 8239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Gadget.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Gadget.uasset new file mode 100644 index 00000000..6d7a0b00 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Gadget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:919b501008a7e89d1f9a7b3316c93e0f0f12c58f8283414906ea9a18b95e6dec +size 8239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Grim.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Grim.uasset new file mode 100644 index 00000000..765f7c45 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Lore_Kill_Grim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12952d503ec69f44ed8c39db7599df485833e50b9b01d186078ca325844546fc +size 8219 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_010.uasset new file mode 100644 index 00000000..e6911fcd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b6e1beb40bfc4d28e28448b0cac5e41236f58af5dd30b628f6d3831f1592eb +size 4366 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_020.uasset new file mode 100644 index 00000000..bb32b30d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7947dea941bd5e94fc3eebdfc7406d5ae63b99811cf5ac244fcc702d05caf4 +size 4366 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_030.uasset new file mode 100644 index 00000000..57eb39a7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b99c27d5dc151dc0c3da5e6ebc68355dfc626e4a814a4fb2edb5775b05f9617c +size 4366 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_040.uasset new file mode 100644 index 00000000..4644aed0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:424b27c4b302c958263e669faaf9ea8e911da465a45df4f88a69e8f10bd7d82e +size 4366 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_010.uasset new file mode 100644 index 00000000..d09404f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95286c27141e8c238e8f6fc121db6c61260775bafc6dc15aa0b48c4e276715b +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_020.uasset new file mode 100644 index 00000000..57085aec --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e8e5f9718d38393e4dcbc1b190a6abbd168cfdb5d8fa99b3e90577ee59a944b +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_030.uasset new file mode 100644 index 00000000..78563c85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5700a869b39b7c7c42bce3d31f195df40f7c4bed29eb9e0957da03f1651025a0 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_040.uasset new file mode 100644 index 00000000..48bdd46e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7b13af5b9ed5aae7452e98aac8404956676bfd28e43412a17724186c473cffc +size 4361 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_010.uasset new file mode 100644 index 00000000..322bfe94 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b761c92ba1e13ac2e2bf5b1583a0d3bb94cd21278fb79d2dc48b22934f74ef7 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_020.uasset new file mode 100644 index 00000000..cfbd4e6a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894b5214073d37ae189d1a45ce959bc5dc7cbc6052271b53b5c0f67a2d0600c2 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_030.uasset new file mode 100644 index 00000000..46365f5c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f48ee9353c731d98f1d962176e88190b273317033fc1353e3dcd01ecaf3bfee8 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_040.uasset new file mode 100644 index 00000000..fa5933fe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4eb6949dda396233bb5e1c6d181cf29fc7aada89fc1d7765b4e2df7c1c1abffc +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_050.uasset new file mode 100644 index 00000000..4fa9c6ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd8e0d758d0492b235ee4a8f744c8ea9166b94e4d3a525c85effa042c7243023 +size 4360 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_060.uasset new file mode 100644 index 00000000..85867f10 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31127b852ece02de995ff7c01534b20a826fad19fa0564ba22e2005105b004a0 +size 4361 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_070.uasset new file mode 100644 index 00000000..67dddbb7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d2815b6629422005f2162202af024e4bfbe76ea7559d5d9d93fdd346ea095c2 +size 4361 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Revive.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Revive.uasset new file mode 100644 index 00000000..93812732 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Revive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08417730b38ecfab68de91e38ce7606a34cc268215cd004b90b22213a6f73f39 +size 10863 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Ace.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Ace.uasset new file mode 100644 index 00000000..05b619e8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Ace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b04a9ba25425f10e0ddfe31149ae1abca13f1037b902695f78918773857f3ab8 +size 8179 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Buffed.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Buffed.uasset new file mode 100644 index 00000000..8891de09 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Buffed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02be2bc83c8c9f8140598d3c67a9d6de3cc8d4463bb90f3c859bb4ef3ea29a38 +size 8180 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Celebrate.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Celebrate.uasset new file mode 100644 index 00000000..45bcb42e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Celebrate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52e9f31507fc85ca8dc3bd22d1f3ac95a41222115f4024414771fee96dc8ce1 +size 8239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Danger.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Danger.uasset new file mode 100644 index 00000000..f3c16b49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Danger.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fb0226ae856db6c13d6ec8e17e0ef3e46b70e1679559ae9917b74c0cc17898 +size 8209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Defeat.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Defeat.uasset new file mode 100644 index 00000000..33d1b1a2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Defeat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acb257179883f67ec11f763026733bfa383c7ff13657655b988c93a145b42bda +size 8209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Idle.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Idle.uasset new file mode 100644 index 00000000..2006e4c4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a807197bb71ff7cd89c4eb564fb074223701b756ed9f06c1bb28e3655c197c83 +size 8189 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_OrbPrimeActivated.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_OrbPrimeActivated.uasset new file mode 100644 index 00000000..dbdf46c0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_OrbPrimeActivated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87021bc5e7ac79e604a2c980a434bee887768c14f69743565d91dae79ca0541f +size 8319 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Recall.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Recall.uasset new file mode 100644 index 00000000..d39fba2d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Recall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e22859ebef96be31bb250b9b08c65454d86d064004af1535bf33e1018d66f90f +size 8209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_TeamDead.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_TeamDead.uasset new file mode 100644 index 00000000..a4c9a116 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_TeamDead.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c084ead1e9bb34ebd052d3a4354ee96a950d3ae8fd939f9db3afb9da57f36ceb +size 8229 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Victory.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Victory.uasset new file mode 100644 index 00000000..2e31c502 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundCues/Twinblast_Status_Victory.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9767b1b79ec86a893c889709d5afefbbab73cf79613a0a52238f565d2abbd29e +size 10975 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_010.uasset new file mode 100644 index 00000000..09619876 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadebe923975a7c9e6b553634792ba391022ede872813c21b6f3f63b7e116703 +size 364254 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_020.uasset new file mode 100644 index 00000000..e3ec2e38 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d8d3c8fbda816486723fd7806940f7af7ece9b1f52fda8f30e7d41068716b96 +size 236326 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_030.uasset new file mode 100644 index 00000000..32ac0ef0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_E_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:472478dc5eab298708e5c674911a98882736db7e6324319fd785da3126a76973 +size 203841 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_010.uasset new file mode 100644 index 00000000..7fe58540 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eff828009365852cd354122fb2c3fc2be7a4de9aef2a9d63e81e41614af4d17e +size 227993 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_020.uasset new file mode 100644 index 00000000..ac4aa9a5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dacea4149ca5b497a9881fa6b992b8aa595bc9f7bb285c0ccedf3b339c8020 +size 211302 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_030.uasset new file mode 100644 index 00000000..d56ec643 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cdedc16fc5ac7861ab9cf0323b9ce06ed348333a6d4c8dbc3273042333aa7e6 +size 324926 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_010.uasset new file mode 100644 index 00000000..d1287760 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9d9624aefd57e47d1597fe4572081b21b915ff81b3727bd471ee9d39bb0a09b +size 301109 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_020.uasset new file mode 100644 index 00000000..18854185 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51d3e35451b17aa965c7c17bbc3b18ffae38a1af5d407c66986012f50b8444e +size 269081 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_030.uasset new file mode 100644 index 00000000..94e3af9f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17e2c695820a5967e7acef12eb07ee8de6b4d9c0c7b6827dcf336ebbd0d2e082 +size 274888 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_040.uasset new file mode 100644 index 00000000..7e20e9e4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_LowMana_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca00ed1eb6acb3dddb2bd949837f4f4dd009020516e04575ddc9198251f3ed99 +size 271092 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_010.uasset new file mode 100644 index 00000000..a4ffaf55 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c42cbc9add4773debc6002075aa6e2a7c9ce6f7b162d1141e47a72ef9836625 +size 304544 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_020.uasset new file mode 100644 index 00000000..f5f548b3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd5e1348990a3885915b8ec7071e56e89b2aa5b99ea25eea5af042b562d1ae9 +size 226000 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_030.uasset new file mode 100644 index 00000000..36c4a9ce --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7871c1dc9f5bfb148d76166c19078118d7c7c9c00f319f3059b3ffc1a5d7291b +size 305414 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_040.uasset new file mode 100644 index 00000000..dec911ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_No_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e49969846cc73db97f826673c99bc8c46608b21b0c973d8fcd6f30be4aa9ddd +size 402134 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_010.uasset new file mode 100644 index 00000000..93c51562 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ff256cf0c6a12fee74d1c41c5a40356595a3808bfcbcd01556a73b7544abba +size 312576 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_020.uasset new file mode 100644 index 00000000..e650d3e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78cb3d42a3c8616823955ae77c99ebec5ba56d15010a9911471f2f2b5eaa5cc +size 220866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_030.uasset new file mode 100644 index 00000000..10acb35b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d645d9227c6b76db5921bd48dec18a186f1d95445f1feeaec4d750f02d87dba2 +size 266404 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_040.uasset new file mode 100644 index 00000000..9080f18b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_OnCooldown_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:588a2ce43ffb5582333fb63556c9eb2431ce5fbf90f1ba0a8da6b8b7f47054e3 +size 326231 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_010.uasset new file mode 100644 index 00000000..d331e308 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:045b097ce0e905e83b5e1878c9475bad159def2d3ee65030aaa29380ffba257a +size 279795 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_020.uasset new file mode 100644 index 00000000..74cc22f4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d339f8fb2da7890237cc1466ab4e413b078f6c58531fe37a33feb09d7234451a +size 238170 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_030.uasset new file mode 100644 index 00000000..2bfca907 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Q_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84796d564bd2ab5e818dd240baeab44991b3cc977418b38858d2c3a70a3476b0 +size 275200 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_010.uasset new file mode 100644 index 00000000..0e8fd3e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6723292259d0831a994fbeec3437b73537987141c3b96a7d314634d8c4951f67 +size 236428 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_020.uasset new file mode 100644 index 00000000..213124bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f27b95ab2943a77bd888c1d1da31ef8c6eacb885dc5280ea6bbe84dcdb3c0cf +size 320957 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_030.uasset new file mode 100644 index 00000000..dd13a06e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4538484fabfcd441e8b87c49b4474abd1628681b4e983d45f4f1be4d8d248749 +size 245124 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_030_Alt1.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_030_Alt1.uasset new file mode 100644 index 00000000..8b4ee6f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_RMB_Engage_030_Alt1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9fa86013ffd0cd101e1b490404612e006b02cefab1d009881796fa57e5b9fa6 +size 265197 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_010.uasset new file mode 100644 index 00000000..aacb384e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4cd00681d4988714c37a0643ba70113fc99b3ea6a1434d0851bb186a3a76a3f +size 404817 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_020.uasset new file mode 100644 index 00000000..22816fb5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:548559c562e7522acfce4b27b0f64979c7c02bc82f20396e505a35ed0d805880 +size 351246 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_030.uasset new file mode 100644 index 00000000..64b559f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_ScoredCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14e58fa9cb75591b08944ca3ce242189379da82fb08ccce8c0afb9be1e4ad784 +size 357625 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ally_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ally_010.uasset new file mode 100644 index 00000000..fb109cf6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ally_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21fb29e0934340ad94bc565df54bcba62157915bde97544bbf9a1c3f1db73da9 +size 315056 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Enemy_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Enemy_010.uasset new file mode 100644 index 00000000..78ed7034 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a604ff235586d21daa01f5205bc15a6d0d53cd1a0ef4dd1b00cada7aaed410 +size 297343 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_010.uasset new file mode 100644 index 00000000..46f8d0bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7b807465f293df50dfe52f38e3c67a688eca6d77d17fbc3fb3eb0f35a3af2cf +size 331821 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_020.uasset new file mode 100644 index 00000000..6dd358ee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b59d31d7e5313d533c00cc3be049b94bc21bab3d913d69e5f6280e9e8184ded +size 326091 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_030.uasset new file mode 100644 index 00000000..20fd008c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Ready_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70239c3cbeefb0754cba9081c49dd37032f7d28aa893b7d09dd1110d600cc206 +size 300281 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Self_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Self_010.uasset new file mode 100644 index 00000000..5e247771 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_Ultimate_Self_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9042a491e9e73b730b143f2224c0616aa65e02a2f9dc94713b270e8e9e2efdad +size 360677 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_010.uasset new file mode 100644 index 00000000..8069353d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82f13f51b332f31a3f70ac25ae105931edbdd8ac641db198f99fcf45e70ef700 +size 242148 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_020.uasset new file mode 100644 index 00000000..67ac92da --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acf86758784e374e93af7d62c7179fa868929992c8625783d8fda5d2dc5f00e0 +size 318417 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_030.uasset new file mode 100644 index 00000000..3889ae42 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93bd267b4c59ae5bc06d36df126e725a97dd3c54e95f44cff707056ae164e3c2 +size 201833 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_040.uasset new file mode 100644 index 00000000..2b5fdc70 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Ability_UsedLastCharge_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd1b5a1f98bb9b00237e5710af419745df9f47e54145903677a233fd179428c5 +size 276035 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_010.uasset new file mode 100644 index 00000000..49f5d4c1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45674ba3f831a989add6055982062933f4238bd52b09eb937a350680a9551365 +size 753980 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_020.uasset new file mode 100644 index 00000000..80e9c59e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57741f04df5e2f6202a8ef3bb0d098d5bbe50c660ab22cac6c204eda5a79280f +size 1746203 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_030.uasset new file mode 100644 index 00000000..5b00dc52 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b6ac0b0aaa81442ce2f9b4e3f6c84384e5eafe5c3d59527bbb23cf960c75c1 +size 1278251 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_040.uasset new file mode 100644 index 00000000..8f057ca9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b7693d1e065d365ffc77098e4c9058b7e97ed90a650b9c7dd1db1d6270129cc +size 948806 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_050.uasset new file mode 100644 index 00000000..e4f9bf79 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Catchphrase_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efc92333ebdd4ae3bb42e8ac77c848b23e3eca3eb20850e350daee52abf7d85c +size 741238 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_010.uasset new file mode 100644 index 00000000..bc422372 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dda55177316ce697de7e5da42cc1395fc42f33df6ee46cff732ab5479f62d1 +size 338093 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_020.uasset new file mode 100644 index 00000000..7cba627b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6fe40da4b2280e76aab1dd6ea746ad8e8fac73d42f2860d193bc8bc76bee8ab +size 351690 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_030.uasset new file mode 100644 index 00000000..58b63f5e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a46a293bba5f2cd55add4d57fff5dbc2fec6cfda37ba763372f805f2890f87 +size 368152 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_040.uasset new file mode 100644 index 00000000..3267ffdf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb9fb3ef097153a162794a6088c36d1576c02a7e098c25ae8935a0543e5d331 +size 426854 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_050.uasset new file mode 100644 index 00000000..79e1f85c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84dfd3079ac7a476f0feddabb757cb0848cd573771d27844e0e0a617127357b8 +size 481667 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_060.uasset new file mode 100644 index 00000000..0b7a6ddf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00d59f7535a17d4180b503efdda9f57c097bc354947a88fac1fe3bd4903a9634 +size 451439 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_070.uasset new file mode 100644 index 00000000..1880eeab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Death_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e8affea2890ec45556ddbeb2bd5c74dd0f433069d32d8539d0334b3516af74a +size 339264 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_010.uasset new file mode 100644 index 00000000..2fad8850 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d21cd5a1426bdae9dd4d954072bbb330d8fe615888787b35874ac5ce9315590 +size 329434 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_020.uasset new file mode 100644 index 00000000..751bad7e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:014ed70d325e2266f2b26b698ac7eae6d1afe5b5cd564eec4ed0fea2dce8a547 +size 387084 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_030.uasset new file mode 100644 index 00000000..8a1c59ed --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9280d29d977c83eb1272d2c7e7fea46d2a78de5c8b0ebe5f04857b06f5b3ca5b +size 540825 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_040.uasset new file mode 100644 index 00000000..54876cb8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftLock_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3645d955824d7353b8a731250e8bcb36b7e9550a24aad8d7af1d791f441d8dc +size 1092092 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_010.uasset new file mode 100644 index 00000000..e5547856 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cfdd9247f8e0fee1938c7cb55b5c7ad6ee81d2d522f5e8e147019e261a2c0c +size 1273389 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_020.uasset new file mode 100644 index 00000000..6a2bdaab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d8e69b04288b2c635859fd4290592cf6bb671801ddc7b16e3f86841ded114eb +size 278013 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_030.uasset new file mode 100644 index 00000000..70e2fd25 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_DraftSelect_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c085394726360eab752417550023c3fcaf535836adfe80a4ceb90b62da8b3f +size 486227 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_01.uasset new file mode 100644 index 00000000..935bff64 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308e2a4aaba6df862529bafd3f951255d4a958d1296771bef066f92626c52ae5 +size 161868 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_02.uasset new file mode 100644 index 00000000..c5bb9552 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2252e5b2ba7cf4087a26d3bc730b7b27bc4649c35a8e809fe02267de9b9b0290 +size 145578 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_03.uasset new file mode 100644 index 00000000..e8bb6e1f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:684ab6b3ce6d4342e5f6bb98c000f6108e7d60f298d1b820b6114556463cbb2a +size 154355 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_04.uasset new file mode 100644 index 00000000..b6e9bf2e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_E_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b560a3dda255f300c7adf4184401bd007715f170a731519f396c74df83158371 +size 160865 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_01.uasset new file mode 100644 index 00000000..db2e9101 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05f8d0d0105ed2ec9d30bc1568c9de9fdaaf97551e0a1185b8394a39584ec30f +size 148113 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_02.uasset new file mode 100644 index 00000000..2d99a17f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c41c0045276069dca66220961daa564c8ebcb6a4aa81c0d4d98aa1e79617d46 +size 157983 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_03.uasset new file mode 100644 index 00000000..734ecb2d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e85bba53a90a2b10ca6fa21200a5d7c757b868373b6c6b753e851011fd24ec12 +size 164883 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_04.uasset new file mode 100644 index 00000000..e5362de0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2680d871aaf437a91d471a0d6bb4ba1bfb17642f27f3a3ef9d36a939a9ee2940 +size 176584 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_05.uasset new file mode 100644 index 00000000..305e018c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5f8e09432bf735c4d3e76778f0a6f9bfcda1dc70b54254a54e86d2438758071 +size 144934 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_06.uasset new file mode 100644 index 00000000..9c317559 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Primary_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:923e2d1250099aeca78daccf12b5c297bba31df9f1cf01d63c2a427bcc467623 +size 167813 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_01.uasset new file mode 100644 index 00000000..b63202cc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2fe68d5c1ea89d819b8c821db28103cfa5a733fdef04a7ef858671014fb47de +size 243768 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_02.uasset new file mode 100644 index 00000000..37cbdf97 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9751daf542d050148fcb8e76a49e1d304379ecf03fc2e533a5fe439847132ce4 +size 255172 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_03.uasset new file mode 100644 index 00000000..3c03ba21 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f61553d9b5d4c99e34c0a4f764ea9b0b6f6def367b1c51f6dc1ec7571ec33138 +size 318010 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_04.uasset new file mode 100644 index 00000000..2e1999d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Q_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad5d64cf9553642629e0452a728b71b7a6565d70245a16fbc56684e630e989a1 +size 238928 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_01.uasset new file mode 100644 index 00000000..66a8cb33 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a874a48d03c77791446cb2284c8c59cf61b9f1004f600524263b5ca23dfbd3 +size 232396 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_02.uasset new file mode 100644 index 00000000..7e670de1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dc65182bea32cc218972d44c8977e06aab190b998e5d4926bb193f738658186 +size 232834 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_03.uasset new file mode 100644 index 00000000..70606b6d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47bf3e1729a65c1f45d11ce56c71b68326fb4505d98eabe3c92b9926ed991358 +size 253938 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_04.uasset new file mode 100644 index 00000000..c0821257 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e7b1c05a562cc3f0905ff4294d7487f1afdcb0ebc3f53b6699b55c1025e91f9 +size 186205 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_05.uasset new file mode 100644 index 00000000..7f2e12b8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_RMB_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90e1304dc464ee870779eaba0725fa57e9118477e5841a2d634549895fc3de1b +size 198513 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_01.uasset new file mode 100644 index 00000000..1d2767cf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76fcf2b4a95507acc1e1ce8b89398459c405adf7838b957b725c6be8bd2d27b +size 385905 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_02.uasset new file mode 100644 index 00000000..fbd5b169 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc1f879059bec839f6712d2223c3f93862b01e4f4c5e8a3af7eee06f1f0739b +size 470076 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_03.uasset new file mode 100644 index 00000000..a3c6ef3a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cbb7ecd9cb01f3a1609e73ae680c6783533741f60a536707d904c84a700cc34 +size 484775 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_04.uasset new file mode 100644 index 00000000..f4bbccfe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Shoot_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c018d7d16eaae93ffeed0ba3238cb036a387f8da6735338f5b6017758dbafc92 +size 451941 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_01.uasset new file mode 100644 index 00000000..82cb5888 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f87c3118db9b33797abfba6da6f1ac156ec51400ed3173ef2011a6241267d0b3 +size 263001 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_02.uasset new file mode 100644 index 00000000..6400335b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f672ebd2860803fa32b47bbdc0cb3a3b2330af813b4d107e591ea75a0bebfdd +size 248874 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_03.uasset new file mode 100644 index 00000000..f183b0e1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f72f898205b19042be0fc4ef96a9dc752fd6c3ecb5b0ffdd06da1deab3d5af28 +size 244849 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_04.uasset new file mode 100644 index 00000000..0c45d07e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Ability_Ultimate_Transform_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c48b2d42e04184e3b53c3daed2f56e0094c5ae630910d8933f631ac45c08e3 +size 262134 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_01.uasset new file mode 100644 index 00000000..1824ad69 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:743e3c31a85f4b4288fb799516eeaa6210f1ccc52453372ce314d55014d4a6fc +size 167765 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_02.uasset new file mode 100644 index 00000000..0ffc9f9d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56f44428a7dc695467e10d3db1f0f2b15abdc39f4fc7b7bbe15ad68d7a873186 +size 168589 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_03.uasset new file mode 100644 index 00000000..ca5d138f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cc3d0588f537606d6bec0621a69023ed66c0d2e8ae0f8d60121e759ba26b6a +size 171681 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_04.uasset new file mode 100644 index 00000000..3e2e29b6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78213a1e79125de4dc0e388dc4a765c9ea9db2280de9b672a6a183c57ca98061 +size 207092 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_05.uasset new file mode 100644 index 00000000..9d92985c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c6c5ee25fe0fe382e4f9ae6a31c0d36585fa3a1027a9351dd7f05d5c8b0243a +size 181485 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_06.uasset new file mode 100644 index 00000000..fe6ba98f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Attack_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5eed2144ecb7a197136668b4248c48e0af063230de1c7211baf0dd32a3a80901 +size 198810 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_01.uasset new file mode 100644 index 00000000..6cbee735 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab98637efc5774bf128ce643102612d66b9ef40216065735f73c750ebf9a7844 +size 166634 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_02.uasset new file mode 100644 index 00000000..1c1b7bc8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ad9104812ec59c8a51c760ddeb93295ddadbddb0393844c09ab3782c0d80d40 +size 164559 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_03.uasset new file mode 100644 index 00000000..5cf1d83f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d40a6e6162249f34e3d9574d037f94e4ab7b584bdd41771f2341b07483345d31 +size 147577 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_04.uasset new file mode 100644 index 00000000..255ff3bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:412617e7f3d4bd1648f564f8891294788556aa29d5927a5c9cbe4ef58f3e0d45 +size 166653 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_05.uasset new file mode 100644 index 00000000..c98911c9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ada0c11bf19a25585c0b035414a76be446ead50254a6db02909e1d8cb7b1f4cc +size 184348 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_06.uasset new file mode 100644 index 00000000..62fda8bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Block_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a63da341bdedea62d5d653972a0c6d5d5511166f342feeaf35a315aa577683b +size 165811 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_BreathingLowHealth_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_BreathingLowHealth_01.uasset new file mode 100644 index 00000000..c4e40020 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_BreathingLowHealth_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bac4352db00221f842240c3e57f6a2b02284357bbf227151b19c47627b8c439c +size 1361808 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_BreathingRun_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_BreathingRun_01.uasset new file mode 100644 index 00000000..37dc0941 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_BreathingRun_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d123be8793f40e9afd8e19a87f603549896e8dd6a9e993d3cf4f5682d719dec8 +size 1592173 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_01.uasset new file mode 100644 index 00000000..3267b946 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5355c405528b5606a0c6cd867ea9afb9753c3ec2c64f13b7b24e7c0ba6e20f +size 324835 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_02.uasset new file mode 100644 index 00000000..9f58c4a3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fca6610dbc1a29e0c15cfe1051828ccccb50ac1678ac1fc395a9ab2a14a739d +size 271692 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_03.uasset new file mode 100644 index 00000000..3aa9146e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Cheer_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a22a52573e64397314e249de5ccbbb108a7d48f556a97567e4c27d241189f533 +size 307512 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_01.uasset new file mode 100644 index 00000000..3179a89b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85f79fdd2850459d907c22d7c8f74dd04088cba9fcfe18edc652f583c598ae8f +size 484995 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_02.uasset new file mode 100644 index 00000000..53f7360e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f8e16d3508f50d83f4b0c233d3ba05d606f23aa154db4df4fcfe18b78ba5dda +size 584640 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_03.uasset new file mode 100644 index 00000000..84d1b24e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5b880570329630c7aa304790a69a17aa8428a7154a735bbe60a3d9a59f89b3 +size 458756 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_04.uasset new file mode 100644 index 00000000..05be59c8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40e722109406aec61085561fbd2126e8957d42e1cc089871c2cd369a2b5bf0ba +size 557916 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_05.uasset new file mode 100644 index 00000000..0617bb80 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Death_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b79fada384e2e44e17788be09731378df29fe08140d4caf12156c710d2e19fd +size 478003 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_01.uasset new file mode 100644 index 00000000..c4273139 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a6e6253381b4c4b9052a822a00a794ec2224340b9c367def650e87f18455b6f +size 253481 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_02.uasset new file mode 100644 index 00000000..25e34c11 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16459845751eed0f8c5de984995be16af06988b0862227b5f2a05989b787362d +size 222564 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_03.uasset new file mode 100644 index 00000000..deee9178 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e61d23cc4f24f634a9321ce764c0398cd29f764afa61031a984eaae8021b96d9 +size 214168 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_04.uasset new file mode 100644 index 00000000..e175f833 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Frustration_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47c1edcdb975adff260140c1e3cd205c5e75a7e2d842839cb899b714a4e9d843 +size 216563 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_01.uasset new file mode 100644 index 00000000..2d613ef4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46d7d3cea51fd3dab3bd2f07c7745df5ea367c668c4d732c26a82407a88f4128 +size 183255 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_02.uasset new file mode 100644 index 00000000..20a16b39 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95b6ed24c9951f14e8f0616d9607bbfbed780fbb1ad9dadc4bfbb3924d32cf8 +size 182459 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_03.uasset new file mode 100644 index 00000000..a3204b92 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c14aa72e159daaaf9537243dda2a8b630051d5116eaec09658e424964e4a9a7 +size 159268 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_04.uasset new file mode 100644 index 00000000..ccb1fd30 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f04a1f10a7ad62e56b5d0533464644affec2e50786944e23de9e948a2e0095c +size 187207 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_05.uasset new file mode 100644 index 00000000..cf7ee3fc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_JumpHeavy_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:708e88186c6cf47acf5caedde7f6333be1da7922105c394b592135a822894156 +size 162836 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_01.uasset new file mode 100644 index 00000000..433f675d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcb01bf4f35e2604726b0afee452487336142392514d47ae23da5624cf29ecd +size 154075 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_02.uasset new file mode 100644 index 00000000..52e86c4c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b562c7b51135dc68392ce08ad9b2a50e7464d9c6c4d6ba035c603d32cb58f21 +size 146429 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_03.uasset new file mode 100644 index 00000000..7e38d4aa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56070cab03604eaa0305375d510441ba497bfbb605a67ab02889c969f36a2de2 +size 172529 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_04.uasset new file mode 100644 index 00000000..459a1752 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:634827d5bb8dcb03c57c2f874ed60682ff866fd906363dd04b3d4083ff996ec0 +size 193343 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_05.uasset new file mode 100644 index 00000000..b838c09f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Jump_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b96f8eaef4a903d05ffb971f6adc8ba1e1894b3f2f80bdfe9055a551d74e4999 +size 170209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_01.uasset new file mode 100644 index 00000000..9b907575 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf3fab478009278112fd0703f3a0b6f95b4a0cc43175b10aa839f0ef576f887 +size 247684 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_02.uasset new file mode 100644 index 00000000..9aaade8b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ecb7fe540b02d6b722e508319d69ca1b8f0591392e4f0ea92e3f193a6ca837 +size 257948 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_03.uasset new file mode 100644 index 00000000..cd66fa9d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:765fd47f033fd032d4034f289a84edd19f3b19a73439cb9a38d8dd7435a0eee1 +size 247811 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_04.uasset new file mode 100644 index 00000000..07954897 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3d91ea4a767470341cead2a34f46b63943586366579ecbce2bbbab4b51bb536 +size 217682 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_05.uasset new file mode 100644 index 00000000..9e1e14b1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_LandHeavy_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5336cba9e05ca881d32b9ecd2ed7ee14d8a1cac840ef1582b0cd06d64c6e696f +size 211275 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_01.uasset new file mode 100644 index 00000000..e06601c7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d803f7672a24c686a9090af99021b0a1c17b11056e5f89533495fcd293cfac83 +size 172546 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_02.uasset new file mode 100644 index 00000000..34c8fa6b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1569cc5f2b2ea8a41c0fd3b2439afe008015437229db38f1fac207bd4efaac2 +size 203076 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_03.uasset new file mode 100644 index 00000000..3d4ee9b2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb92a6989d9e2bf7d449d176b894074a920b77955c90dcbe7355f19c23906cf9 +size 154147 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_04.uasset new file mode 100644 index 00000000..ddd01ab5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a22e399aa5baadc274f099a562a282117736a7eb48dae040250c1046b2e722 +size 188848 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_05.uasset new file mode 100644 index 00000000..bb9ee5de --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65024f5f0659ac962724d1a0cbf59b4bd945051744fe3c258629a7785bbb05c6 +size 135068 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_06.uasset new file mode 100644 index 00000000..96973c6b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Land_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f9c339c7edb33818048a7fbf113f0cee6b816124b57270c5dc7a81baab65cec +size 171660 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_01.uasset new file mode 100644 index 00000000..293b6abd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a15b6b8dce53600ec1c57fc23d2763be6f0173f002000c7130fbe3f68d99eb73 +size 377324 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_02.uasset new file mode 100644 index 00000000..ab977f8e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f50ab39883b4ae7aaf074a2bd5760934e3fabbad290b3056cbc10b452a4214fe +size 538535 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_03.uasset new file mode 100644 index 00000000..8c2994e1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:260a501f6ba983fb452e9729abbaf86d160ee4670b91380fe768add41306a444 +size 635693 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_04.uasset new file mode 100644 index 00000000..d3b361fb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Laugh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:859b1f76788f44733aac1265955b42a9e07e4f8603834957a15ba080a1656478 +size 337607 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_01.uasset new file mode 100644 index 00000000..ee9695eb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c89bda40e746222d98661ba6d944db448fc6e3ead2caca644f7b2aa0aabbce6 +size 239431 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_02.uasset new file mode 100644 index 00000000..b1f748e6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce2aa504f06354b3cd1e16ae1900f8bf02de9d1feb32dc778e676db0300bcee2 +size 213867 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_03.uasset new file mode 100644 index 00000000..4cee0280 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803190be980ec7a719c9ae29acd272098ef8ae0484038b0cced4afd2bb0a19d +size 246050 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_04.uasset new file mode 100644 index 00000000..8f95b4db --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e656be9468bbd77df42d943be4840c16fb90a9551872a43c6852a1d4fb7333 +size 232545 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_05.uasset new file mode 100644 index 00000000..fba31fd6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7f6383a48869c238db912166f15f860a4cd20528ef4d49e48b709987dab2ca +size 238359 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_06.uasset new file mode 100644 index 00000000..be9f86f2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa4b6593e93a8b5593d7476176739651f2fea1bc71ff884b372c57143460e305 +size 191179 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_07.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_07.uasset new file mode 100644 index 00000000..4ce605bb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_PainHeavy_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b7dfeb264c165b6315ac459d4a1b98d9fdbd7f387db0ddefee1f096e2808d0 +size 262532 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_01.uasset new file mode 100644 index 00000000..25f3f51a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e284daf66965aadf5e49621ec565878d4051c87c73d2cc91580d56088646c3 +size 216109 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_02.uasset new file mode 100644 index 00000000..9ca909fc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17a4f8cb21afdf720f46e325cd2f1c2059a5b216953a745c36efedbab948f085 +size 200403 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_03.uasset new file mode 100644 index 00000000..09678dd7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4b207a336553fa60f326e540a5a4da5f269dcd0393a4b8dde663b501b35e287 +size 188885 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_04.uasset new file mode 100644 index 00000000..ce207602 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458186062307f6f93f68d7ddb94f5c3d16e7b578c5a8af4c3cddf68ecc8bdc49 +size 172458 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_05.uasset new file mode 100644 index 00000000..294ed0ff --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8131b1036577797ac158d0fec771b8e39eb1d5e385b2baeca9d8e7d5a467831d +size 191134 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_06.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_06.uasset new file mode 100644 index 00000000..001b6591 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e2f310442431d71304e1c8b54413871401d8ddc4933532947f63c25eb88f221 +size 173353 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_07.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_07.uasset new file mode 100644 index 00000000..fda53814 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Pain_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f36d01c351835f8fea4801df4d6fff39c64f8dd306b1616857d1458ab9e5e42a +size 184045 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_01.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_01.uasset new file mode 100644 index 00000000..624ab9d8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7133a7fb9e5f945486c6d614db7021882a3a4124b404679f745dfecb537c3b51 +size 177271 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_02.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_02.uasset new file mode 100644 index 00000000..1293b491 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07c956b89004272f50978e4c1f198605063d662c5e777f724a6f592529643570 +size 188990 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_03.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_03.uasset new file mode 100644 index 00000000..0e7207fd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5c941ab6b0442e02bf062d75649b39b992b2a06c68358a5a4e10306cba08e1c +size 167690 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_04.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_04.uasset new file mode 100644 index 00000000..b77b25bd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f26b5b0203a7bccc9875f87825e3bebe2aa70f72fd02048438abe72762857e6 +size 183108 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_05.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_05.uasset new file mode 100644 index 00000000..e760d4f5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Effort_Swing_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e33816873339831f3e7252ed892b2e1a01de11b77b71f52bb5be7d93b032248 +size 173401 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_010.uasset new file mode 100644 index 00000000..f2b41a3e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:382050c608d81ce438aea3efce41f0f2d84e3564856d3c0253f1916ed0b0f6ee +size 207959 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_020.uasset new file mode 100644 index 00000000..b617dccc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:264fb22b018b8b15373b2b406a3b746ad91859325c30e71f6258674aa860f941 +size 174650 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_030.uasset new file mode 100644 index 00000000..6de890a6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:559dd792ac258c0c202cad98caf3e4320fe370082d2083ce5bef7d379bc52b2b +size 181373 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_040.uasset new file mode 100644 index 00000000..643971bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df410721cfd4df68c646904e6505252b67a6cd3764c2c39f84014c4ca581169b +size 206486 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_050.uasset new file mode 100644 index 00000000..d01eaf42 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a2433c51db5cc2843977587ed9b5a203f5b4dedb95f0e4155e0e5f754a7b0 +size 246975 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_060.uasset new file mode 100644 index 00000000..7858749f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94b9ab81b300436cf18d3152e769718af46e26fdbebb8c0537ecb8b86ad959fe +size 194938 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_070.uasset new file mode 100644 index 00000000..8d868026 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02de4250c6e1b6b48321c4f09d4db49ec3d04ad919f04885be38defd4d0213a4 +size 371918 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_010.uasset new file mode 100644 index 00000000..fce28071 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465b4fab0b45a4346de4ee318bdf47a94684a4ee75d0d2b1764f89f21bf8ef91 +size 661190 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_020.uasset new file mode 100644 index 00000000..a12494f2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e80b52a8ad86cd19f398255c3769414a9c2307c0d88e315143be3abb4972374 +size 933219 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_030.uasset new file mode 100644 index 00000000..fb821c49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:883c6f64ee9abd6faa26af7233ba9c1c89a3455e825cf487401871334870b977 +size 413808 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_040.uasset new file mode 100644 index 00000000..0279fe49 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:587b5e14f354b62af8c1630f2c45f4b0fb543012b05d6a1491e9e73273126acb +size 263619 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_050.uasset new file mode 100644 index 00000000..c4018fde --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cc7c52ac71ff248575ee5a908c75bc25109d934b33c0a2e0856e729ffa4e22b +size 775056 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_060.uasset new file mode 100644 index 00000000..18ee334b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db1ac5a9354af526a86d91e0a7c3e7fc982f81533dc938a2da0cfebccfb4f825 +size 208462 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_070.uasset new file mode 100644 index 00000000..3eaf3f32 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Emote_Taunt_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebb2acbdbe6462d5b911988b609479e713b02ed305e911de3939398bd36c4b41 +size 1093317 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_010.uasset new file mode 100644 index 00000000..9cf9ba6e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c78bee86134fb335729055e8a4225d79bd1ac680dfeaddae1dc01d995201960 +size 599544 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_020.uasset new file mode 100644 index 00000000..27b7b83c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96be951cdfd9dfa060818868140b7306263f0ab59e59c3e43de8c37305ca1de +size 322838 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_030.uasset new file mode 100644 index 00000000..ea96fdd3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_CriticalSave_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5266f0dec0dc451effdec23ee96468b150d753d912a4935a1cf849ba32a9831 +size 662275 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_010.uasset new file mode 100644 index 00000000..f6f5aecb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d473ad15b9a5c60b23dd0737199e72dee7947bf92296d3b4740c60e663c27e2c +size 528464 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_020.uasset new file mode 100644 index 00000000..dd3d4fb5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60aa3c3744537b829ea1b9744930d506a31a1273a06091288fe3a646db162226 +size 327180 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_030.uasset new file mode 100644 index 00000000..add533ca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Critical_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10739934cbd24695974a30e833d51d1631d17a6054a46c38055b51dbdd345b4f +size 371244 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_010.uasset new file mode 100644 index 00000000..fdbcca28 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3bf256548c1d059e52d561ca70c9ba9afee360d388f9dc03a932cb9acdde93 +size 393791 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_020.uasset new file mode 100644 index 00000000..b631198d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c78364d15675dd9432c2298aefd0d6448e388b1ab50e584fed625c9e26f0615 +size 524662 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_030.uasset new file mode 100644 index 00000000..ca592427 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Healed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4662fc11699fe82b1f93a0250e0cafab172c66e601c4564a0f0b587845d8537e +size 320792 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_010.uasset new file mode 100644 index 00000000..bf1075e1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64935fa56ef3c5089a400a2742330aae636bdb558d3fa0f821b55eaaf22a2c78 +size 321843 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_020.uasset new file mode 100644 index 00000000..56820640 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d21a2d396d0d2906b7f72b928d648c2e7cc8e011d6d7e0e05e2d406e4d956d01 +size 299566 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_030.uasset new file mode 100644 index 00000000..928f046f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_Low_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:450ba7e680a3d31e22e4dfbbb2f779bf0bd1a7cec256ebd2fe60e742e6ca53be +size 435950 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_010.uasset new file mode 100644 index 00000000..6c158a83 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7441fbcc2f33490f627872be152f3dd18eece905b48551ff0081ee1407bde5da +size 315974 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_020.uasset new file mode 100644 index 00000000..0e5be4b5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:571ab764b92b86619cb4fce025962d024d1ac2263b132ed1d1ddade807b56a96 +size 232229 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_030.uasset new file mode 100644 index 00000000..dcffc373 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Health_SufferedCrit_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa63b717324d8dac0174b1e4dbf8627aa88df31e1d9d92d17c1382b6bbccf9a3 +size 290953 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_010.uasset new file mode 100644 index 00000000..f599b8d8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57718b6af895c13b6f1edca9321672c2cc01ea850b5d936e813d477ca55c6c67 +size 484879 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_020.uasset new file mode 100644 index 00000000..58a366de --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3496cffa580cf1a555ec5bf004482e08d68c21084923f81cc5d22cc75eb8a68a +size 754384 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_030.uasset new file mode 100644 index 00000000..3eb917bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_BoastResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea8e8c8bbfa2b723b1d61fbf6d4f8a77e47def68d287fc382840846dec3ea60 +size 672893 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_010.uasset new file mode 100644 index 00000000..ce11a227 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4384b1b193045d4242337445b0e0c1ab48eaa98d2ec518999a8cec0ed66ded83 +size 585839 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_020.uasset new file mode 100644 index 00000000..cce21779 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efbd72c158e49029f783aa0bc2004af46de6f3a65e8f2c0a03167dabba32119c +size 779101 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_030.uasset new file mode 100644 index 00000000..a66865df --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Boast_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:748012d86967471a49100970827922919dfd35aa58ecd0e86e58f6a96a2c3fc4 +size 1044405 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_010.uasset new file mode 100644 index 00000000..a5690b55 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514de96963889177c755a8d6cebe44c408ae2ba57c8e17068c8ec11d9632a464 +size 607385 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_020.uasset new file mode 100644 index 00000000..5a3a9d46 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fa5a490ba7e61be2489dea3a57c4338bb9bce97386d8d90c42cfa4adb53bdc3 +size 606722 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_030.uasset new file mode 100644 index 00000000..61b44729 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_QuestionResponse_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2442af4268ef8a33eac4b10b5360d7035100da42507ebcf4b5e05662a4e65772 +size 671748 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_010.uasset new file mode 100644 index 00000000..1270dc42 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c78893c4d6a3298a2b20ea8db0711f50494ec5c003bff06bb81fdd2c63e81d1a +size 390117 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_020.uasset new file mode 100644 index 00000000..7ec68aad --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4385c707dd1048c0acb5f8d5b653d51caf9b6d9f6a0b81df239ed2c8f29665 +size 511013 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_030.uasset new file mode 100644 index 00000000..2cc1fd89 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Question_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78bb993e1113d306808dbf226d037010e615f65885800f5d9af513775a3cbfc +size 794124 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Shinbi_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Shinbi_010.uasset new file mode 100644 index 00000000..357ce456 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Shinbi_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1f329f25afcbcb95ad4675ea81def0e215580aa568fcc1c681864adaedd674f +size 2478333 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_010.uasset new file mode 100644 index 00000000..2a890bca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fafa75dfaae65514a499d7e5ee3e0296c371fdead1bb2aa7872a51ff079a4841 +size 666872 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_020.uasset new file mode 100644 index 00000000..8360f81f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:048b6fadd1bc41936f55b07d6e083d12d6cc24dd5bac96bc54fde5cb627989da +size 898611 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_030.uasset new file mode 100644 index 00000000..e6650a34 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1204901fdd814e60ffc04774ceee085ec3330657b4677d80c3cf5c1276217235 +size 712106 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_040.uasset new file mode 100644 index 00000000..b642b311 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Intro_Statement_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a375c6d9e6b7f364bd390d4453ee00732ddb302c6fe4b4651e1edb4ff7af3b0 +size 654278 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_010.uasset new file mode 100644 index 00000000..13d553f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb5a38d11bd1872828b6121e497b4e1b45515e7d68a59e240bb458c740eaa76f +size 483807 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_020.uasset new file mode 100644 index 00000000..cfcaf8be --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cf1f53130c2975093629aa0273ad510219853c6bc7cc4d5c7099e89f7eb4b2d +size 499574 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_030.uasset new file mode 100644 index 00000000..c2a3c26d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Assist_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43f1f38520e4bf936fe51ba1aa975e824ca29496877779cae18f83a2d111fed5 +size 1000217 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_010.uasset new file mode 100644 index 00000000..6c377bfb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9706da0019639e054643f27ae6a29e8dd81530603076dc449b80dfb88d9abb87 +size 420264 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_020.uasset new file mode 100644 index 00000000..b0db45f3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f732828fdd01c0407b4888220c4fdffe6b51af2e48b819718e19667683cb1ee +size 537127 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_030.uasset new file mode 100644 index 00000000..b0c59ea1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a06154e4bf5171d84ec3ae7c4a94a2fbbbd0aa9d55472f552b234230c320fb3 +size 469146 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_040.uasset new file mode 100644 index 00000000..4cb54831 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05fd570b2612f0fd5df54173f6cbaf178f3b1840312218b523328213e9cfb2fb +size 416516 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_050.uasset new file mode 100644 index 00000000..6f75a374 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1872ccad8f35f5dbd1f6267199c40a52f31d35aca68ff5c94f5a09c57f00b8e +size 369025 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_060.uasset new file mode 100644 index 00000000..a17e01ee --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7f198f141b339c6299d22f89c0ceff79b9c3b9fb42c51af1b941c303ea2038c +size 575572 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_070.uasset new file mode 100644 index 00000000..27c21de4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Enemy_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:080842a9c0a017a39c73a101cdca59022c9c512f694624896d453c38bcf5a78a +size 648564 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_010.uasset new file mode 100644 index 00000000..7e1887e0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e793ff936c417354ff11a579329e8c5a01edeed9746c2e0bf2276cba628baab9 +size 384238 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_020.uasset new file mode 100644 index 00000000..c1dec15b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da367029bbeeb08009b1da55ce919efa191bb440c74271eeaf76e9683f5f0874 +size 341022 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_030.uasset new file mode 100644 index 00000000..4529490d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_FirstBlood_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9479cad5b8931c446021ff2f6a829106dacf66e6bab8d884353c1ca174cf8df0 +size 435645 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_010.uasset new file mode 100644 index 00000000..5deb266f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307b0354af4c696c07ef485863201dde115d10f38ef0906a80982283c92c3510 +size 447822 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_020.uasset new file mode 100644 index 00000000..3542d684 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7034148748573d619255c2804bceabd7a27c185592712f66fdc0aa4048dfd32e +size 367956 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_030.uasset new file mode 100644 index 00000000..78a298fc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Revenge_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae6ea29b5c0842e85e9454e8e983d1ec47dd2c2c8a3d35e8c06ad981a35637d5 +size 346910 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_010.uasset new file mode 100644 index 00000000..6ae0af9a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef53788346468fbe00a08702ce32e30ba28e4b8d29016a8579a07d95c6338d8f +size 412615 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_020.uasset new file mode 100644 index 00000000..53c28381 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90dd1e4913a2d82f4604ac7eaabe3e8f84879731bf149dc10b44afb5da591345 +size 573675 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_030.uasset new file mode 100644 index 00000000..1f19d5bc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_SameEnemy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2fb9d54194af3241e3637e89b2b680d6abf795f50512143c92658431f0a4e7b6 +size 609527 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_010.uasset new file mode 100644 index 00000000..d29d11ed --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:774b3428a70e9c6dcd092ff1b22c46aa2ef617af99f457d065b6279f8aa1838e +size 415068 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_020.uasset new file mode 100644 index 00000000..43998d8a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3073ed1cf91ae7e9854f2adb9b1389d05d8bd528b5df89ee664cc783f7778189 +size 372797 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_030.uasset new file mode 100644 index 00000000..cc7915d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Shutdown_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d54916ee049b96a136de9ebf51ca08c67bd0a1ee3f6c1603b05bda819f667c6 +size 403680 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_010.uasset new file mode 100644 index 00000000..91135dca --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91a186ef5f71049dc9490401f7a8adf9ad6a0281d3104306735ea98897360f8a +size 377526 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_020.uasset new file mode 100644 index 00000000..99d20664 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d34e556aac47577163ac833b7e71a2fcc2dbc964b105d9a2d58461ffef4ea1d +size 396024 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_030.uasset new file mode 100644 index 00000000..8581184e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38df4476234e2e6fd73ca77ee7ac5093ffb0f65d3cdbdf0aae6b4fb2d4d28a8d +size 367414 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_030_Alt1.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_030_Alt1.uasset new file mode 100644 index 00000000..74714345 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Kill_Streak_030_Alt1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072925362464523915c481ca3f1ba28fa79081cc6ac0ef0f8734976a11a5a409 +size 385327 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_010.uasset new file mode 100644 index 00000000..d6b52508 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf6fb1872f72c4ce3e53e9c785a3bd15132c1e667903b385c45627b6f9c19f89 +size 257547 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_020.uasset new file mode 100644 index 00000000..9811161a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:277944fda6a027e31eee9a8f5b28bf83fb1a6eed96be1c0f99cd552a276442d5 +size 246940 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_030.uasset new file mode 100644 index 00000000..e968d16f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97f9bbc01686a252fc19e0fec22a8b8631c28d5ae0cf889de610024867635982 +size 259346 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_030_Alt1.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_030_Alt1.uasset new file mode 100644 index 00000000..c0922027 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_030_Alt1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da9e82a2d415bf8f6325d48a7fb3c672c16c86b3b470dc626e63a844b24d760 +size 258308 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_040.uasset new file mode 100644 index 00000000..db41025d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57535c070ba587be8ccbc6ece68e7952fdf308de4519c2dfb4509465e36ccdda +size 392832 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_050.uasset new file mode 100644 index 00000000..1b3c2252 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_AbilityLevelConfirm_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cbd53999a1cd3cf8c3bb9e9511570cc7f5d31e868da3b2d557a59e7f49d482 +size 252819 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_010.uasset new file mode 100644 index 00000000..ad0e1f3c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b9774d847e4e6287706519fa14b08dd23488ad2b73f19f51fa0d613ac767070 +size 303706 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_020.uasset new file mode 100644 index 00000000..f5dfe751 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65db78ba95a593e5938812f6fb87c92e66f1385ab5008af7880a17a6893fcad +size 318186 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_030.uasset new file mode 100644 index 00000000..a8ada0af --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_BoughtItem_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0652c1efbb83f65f9476ec879998d9c2ac5685dd81e0f6f3feef3cb910af2db7 +size 397043 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_010.uasset new file mode 100644 index 00000000..9e91d751 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:776a386ca7cb6e0cca7fc4bfa7a86bc3bd1bb06eea15c25e974981a8f7a011de +size 481624 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_020.uasset new file mode 100644 index 00000000..d9605e66 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3daf180310b33393a378518099cd675884550cb9320f995117d4c87d2d8ee627 +size 455597 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_030.uasset new file mode 100644 index 00000000..c8ba45c3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_CardPoints_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77fef7a66dedd4440fd58652bef74eaa8ff4324cc19a5343698d10597f5375b1 +size 509385 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_010.uasset new file mode 100644 index 00000000..7003a61f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d0ba9ae6f277b20ac0c0d562dc7e185cf2263e835fe34b56a895adb588fdd90 +size 426505 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_020.uasset new file mode 100644 index 00000000..212e0cc8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27762bc1456bf802d91e0c0db2d07d5f3374d51f33f8c0f66e848cc81ce37337 +size 469392 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_030.uasset new file mode 100644 index 00000000..8d9e9138 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Five_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59e9c527ef0910544350d50aacf9c06b5ac7a97fdfab24706428c434b7a37fc +size 521464 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_010.uasset new file mode 100644 index 00000000..d35afae5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f7ebdf687e9f5d3d9113adfff05a38a6b550cb241b3ee4dee8ea8cb0dfbea6 +size 376866 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_020.uasset new file mode 100644 index 00000000..1dfc30a8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed44ba66acd1788cb3cf50033aaeda888a6d39a05ef35d122c97485a041dcfcc +size 467251 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_030.uasset new file mode 100644 index 00000000..65a888fc --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:354507ee7c66d47a41167028ab6c0b712e1d122edb18aefe4213bb15b6d110ba +size 583161 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_040.uasset new file mode 100644 index 00000000..d9aecdfe --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a32ef3675ab19129cef849efb4729bcf3c7490b8858a68106ee1095f2bacc8e4 +size 372895 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_050.uasset new file mode 100644 index 00000000..cd592836 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Level_Up_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6b515540c45825921277b77d7fa80346b8df3816c00d315b4aeaacec8a1670 +size 259532 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_010.uasset new file mode 100644 index 00000000..50dde892 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b00bb24382e4869aa6bd44b9683c0657625f0a59c32e9a5229250271b2575e +size 761937 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_020.uasset new file mode 100644 index 00000000..394ad2e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bb71178681a367314a6c3842b33a32946da0c0d6b2571b46f73a22bddca0893 +size 741541 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_030.uasset new file mode 100644 index 00000000..af80e9d4 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6018a4e6ea8322df7516825a9623ac12605b72b89a1aaa6aa43de1d22533ed6 +size 714994 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_040.uasset new file mode 100644 index 00000000..4f832b1a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ed0c8797ebeee9db283828437b4ff83d3b94a2ea38ee59926c8ea3a7d31f193 +size 1018014 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_050.uasset new file mode 100644 index 00000000..0443288d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fad057c075e5dfbe971ac300a84251ac1ea79b26a7eedb074b2c9eea85c42a1 +size 869320 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_060.uasset new file mode 100644 index 00000000..1092a0ba --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0cc777b16b65260d3b43cda4bb77d511284b11a164adace2770d99c00e5f9bd +size 1098900 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_070.uasset new file mode 100644 index 00000000..32247a50 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b79951ef975295c08f81be42c0c6c2ce66739f5166cf89ec25559757e7db13b +size 1141544 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_080.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_080.uasset new file mode 100644 index 00000000..49920832 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10e25554c988e859b99cffb90d820448c000cfb2bb9d24113ae2bddf14ad3e +size 457837 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_090.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_090.uasset new file mode 100644 index 00000000..31f73a54 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57c1e61f3e6aa5d2e2235db5b7465d4a1981790b4b317d56bea68e3883b71db5 +size 423027 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_100.uasset new file mode 100644 index 00000000..831322f1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b28ba7ea1125e6d44cb88bdb644e93813e0efce89f7d2686f289de6c51af97db +size 463411 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_110.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_110.uasset new file mode 100644 index 00000000..22a5f1ef --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b41a81efc7d5f5d72c714d65fe7ff98581a5e8c413e602df45855d98bac3058 +size 373055 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_120.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_120.uasset new file mode 100644 index 00000000..55931bc5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Belica_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f4a46ebb6784f5e0fe2f17047272ee0cd0bfbc7075316303f3f0c803ab05eb +size 586552 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Belica_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Belica_010.uasset new file mode 100644 index 00000000..319bf49b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Belica_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7fc4e8eeebc13941bc2462a0bcf1c3d989b38af2701f023a27c9fb3c8120cad +size 261592 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Gadget_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Gadget_010.uasset new file mode 100644 index 00000000..750eae7d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Gadget_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3098e50b524182381f8d24dade937dc464133316951cc48c2091b9fc989ad8ef +size 303837 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Grim_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Grim_010.uasset new file mode 100644 index 00000000..3e23a5a6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Death_Grim_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1686c8ce2c18ff465e2f7c324cc9c182c9673961aa8243ebb938a02086dedf39 +size 348217 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_010.uasset new file mode 100644 index 00000000..8c9ec60e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d07153c74f83ad098e4b7c4e9b949a3d15e0138845919115c2bfc4e26c863bc +size 1381803 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_020.uasset new file mode 100644 index 00000000..d6df5701 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cceec233ca5943770060c9e48cac9ccb855eb36999f8b10f48046740d0320110 +size 637350 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_030.uasset new file mode 100644 index 00000000..791a4acf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593a2e0b57f5eddc73c4f03921648f6ce4dc4950432c68a4d87b8d0526e39e44 +size 870790 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_040.uasset new file mode 100644 index 00000000..2bc33108 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ead77391fe8dca05856a0a9a31da1c6cda256364f23bb77aab38c8a0b2ed8283 +size 781174 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_050.uasset new file mode 100644 index 00000000..6d886fea --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7879943cff5a0d4afe2eb0d806662e45a54ab2f8959fce876e5879ca67451c5 +size 493654 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_060.uasset new file mode 100644 index 00000000..d4fe9bec --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce87eec3ce05b6e9d62c8574cacc5c05a27f15e0ed86ba81b08faf164537ef1 +size 461181 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_070.uasset new file mode 100644 index 00000000..054c1b64 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5e9fe409e5ed2fbf5559abd05c86ab0f05ef6ee7eacfed6e53ab7f847b8b432 +size 687481 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_080.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_080.uasset new file mode 100644 index 00000000..6211ac8c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd83eb091e0ecda5ac1c4b40c582848cf4650fce5932a59d5d3dc5fbfc9ec63b +size 990466 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_090.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_090.uasset new file mode 100644 index 00000000..b9630a96 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ce05afda47aed15745d9e6e43f9c3e844f090c518ecd8c3f16c19cc29cd578 +size 434526 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_100.uasset new file mode 100644 index 00000000..f042eeb1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:053acd9acbcb5172ab3e5dde8fe70c3e76e2e40c236c8784a503a9b07e88f933 +size 298859 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_110.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_110.uasset new file mode 100644 index 00000000..50fc6f76 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31388b143417505255c505ab68f408d916d972811f8820457a62cbd0b8ca7a7d +size 470264 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_120.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_120.uasset new file mode 100644 index 00000000..4f9986f0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Gadget_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef672608628965a77e6c53db76b8866f8d20bc1fc1967a3358b43c296ef984b2 +size 771322 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_010.uasset new file mode 100644 index 00000000..785b09c9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29a1ace510454645f7396d051cf013b59dc0118bacfc1d410c44840006f596e5 +size 1239441 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_020.uasset new file mode 100644 index 00000000..6c772db8 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acffe1f8db025cea6e0214d10c83a765e98b73e9d6a186009da0bb1e82635907 +size 905171 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_030.uasset new file mode 100644 index 00000000..ab3bce85 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2baa600848a984a2bc7145777692b588e43909bb83ec6cecdb8d9e04eca11a6b +size 1040612 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_040.uasset new file mode 100644 index 00000000..acf286ac --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2effc836864ab22647bea808fefcf908fa0ecf8da544b66ad52652994a93e049 +size 526499 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_050.uasset new file mode 100644 index 00000000..e82202cf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49409bbe1ad8f814a7ef6a92025e384ef431d6b1f926855443330bb209eb6f18 +size 724529 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_060.uasset new file mode 100644 index 00000000..cafc0627 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a9c180e555a7a34823d6a62fe9a2fc5d1dfe3af04b98844a239d9517e8823f7 +size 705209 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_070.uasset new file mode 100644 index 00000000..e467a2d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a749254c5a04513625caf80197a37596d1aebe63865cff25b3400f634cca6b3 +size 688246 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_080.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_080.uasset new file mode 100644 index 00000000..0609f236 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_080.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2c6b826d4f27e284eeb25dc73c923c0b214db87bca2f2b4a870c25c54a6cf7 +size 812842 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_090.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_090.uasset new file mode 100644 index 00000000..a357d9d9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_090.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44ede02428eb21564af26bafe4b3cd5bdfe23d516778cedf320a79ac1e351f5 +size 419052 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_100.uasset new file mode 100644 index 00000000..923c2f78 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f29b17efd1e499232b59f7b2cab0d3b60d03f27fd2c71979421367fcd09547b +size 762483 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_110.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_110.uasset new file mode 100644 index 00000000..08b73ac6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_110.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:228819104f444d62220132ff18582c281bac28f5ee6df6c707cc5f228792ee0a +size 333782 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_120.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_120.uasset new file mode 100644 index 00000000..b3c8228c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Grim_120.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0ecce9c7ef9a2891d8fcde86be65f983fda09f90e8f687f12657aee2f009320 +size 410527 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_010.uasset new file mode 100644 index 00000000..148b52bb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4ce8c4e459ab044ef06bfc8234983f623d5885bd97ccac2d37fe6c8e333e4e1 +size 311366 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_020.uasset new file mode 100644 index 00000000..75a53e0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9d0972fa324195bb324f59c1f1b2adafc21dd13078d00dae3ea8817d3dcc2f8 +size 407792 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_030.uasset new file mode 100644 index 00000000..caf78c2c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Belica_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5890e34a5d0ed3bc0cd35e9957fe50c2db5dd7bbc0446d4a3d7fc48263b338 +size 329739 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_010.uasset new file mode 100644 index 00000000..fb9a17e6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9586509a07f24c7709de5fdd87596d24bb0013d86d10cd2efd3f47fa74b82450 +size 282482 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_020.uasset new file mode 100644 index 00000000..5bd41464 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572851b3e9cd99a95465cdec8f9d0d29e3d3a1f809561f511af0682805b04f1d +size 325144 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_030.uasset new file mode 100644 index 00000000..3b628920 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Gadget_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4aff0e7462d4d98e35cfc2a76e0dd1968f385456405d6e0debce0bffbf89d4 +size 514083 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_010.uasset new file mode 100644 index 00000000..36989b79 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6afdc6b7ec9cd7100fe4198aeec4f55f6c42b71434598b34b55e31d689d9a5 +size 528777 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_020.uasset new file mode 100644 index 00000000..01a6d2aa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2aa804d78369f267d87d206faee4403b65ce3c221c3d8e1fadbe3423243714f +size 562287 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_030.uasset new file mode 100644 index 00000000..7ff0b42b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Lore_Kill_Grim_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fcc3f83253be3fc4e36f3321edc1acc32b8dc3dcd944a09f8d618b3275d2e07 +size 580408 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_010.uasset new file mode 100644 index 00000000..b769902e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73aba82c044e909f4015be081acf7e3b2b255e826c842953f7e5eea7f98196cd +size 1164994 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_020.uasset new file mode 100644 index 00000000..34405aab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aa1aa4fd86c393bd5518df1047274e25f282340ed51f1b18bdc55eea66789f3 +size 737948 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_030.uasset new file mode 100644 index 00000000..aef979c1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29d35f9da0b327f7e2d375c55e871767710d496003008d2851eb6fb5f109b93 +size 1476492 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_040.uasset new file mode 100644 index 00000000..9ce3d959 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileDizzy_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89da760a2d4cfab83d9e6677bfc1fbdf156e62ecb06dbf71b51f5fc61cd231b0 +size 1843380 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_010.uasset new file mode 100644 index 00000000..340fd06f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:431853dba2a7391ac2cab2eba0f97b7c035708a920ee8cea10ce30860b42f997 +size 301947 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_020.uasset new file mode 100644 index 00000000..42db3db9 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3133b5541223e4fab737664cbc4d4904964bc24777bba614f4ed1b2ce96b1915 +size 1169265 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_030.uasset new file mode 100644 index 00000000..14e1c8fa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe26a4a2e5ac12194c94f500e2cc92cfee0eaf6880b13561721920c0bb16f54a +size 1836923 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_040.uasset new file mode 100644 index 00000000..0114b714 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfileIdle_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc71b7dab76c84d8200498bcae84e7e796ba2b5135d770031a0f477e3dad342f +size 8648804 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_010.uasset new file mode 100644 index 00000000..e3736559 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9966346231fea3160650f8343755dc9df89e25022edd7a63012261b58651e0 +size 254295 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_020.uasset new file mode 100644 index 00000000..56b888fb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97761d0caf541f1308ade55c6020b459a773ca0ed7797aa5278bca57d4195805 +size 372779 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_030.uasset new file mode 100644 index 00000000..d9b0b582 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3de1f023a5eac24c708be858c12e5e8f0c3df78bd91bcdc19030c1277ab82226 +size 537626 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_040.uasset new file mode 100644 index 00000000..e9752674 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed2b7132bc3affa9c48d11f99ab906287124068922ba5d728009e90e662fff3a +size 665580 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_050.uasset new file mode 100644 index 00000000..890761af --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620886c11e1c55cb2dcf2fa793f4a6d8907eb2bd42fb3ee75418fdc7e1869dc1 +size 1494996 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_060.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_060.uasset new file mode 100644 index 00000000..9a32390d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_060.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f57b230ef03d9708a759396a806bdb63523d446e46c6006583b22cd6253f5ef +size 2345890 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_070.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_070.uasset new file mode 100644 index 00000000..13d00875 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_ProfilePoke_070.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eebf2909e3a3fd1ad90e36bcd807308c5672c4db3b356c34f88f19eda67a7411 +size 3266946 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_010.uasset new file mode 100644 index 00000000..c61cfa8d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bebc12eadc3a938706d647526e78c42268f26988e13bb3ae767317928482287 +size 656295 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_020.uasset new file mode 100644 index 00000000..681646dd --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4baa7ad22be64cd7af020c9d28b9b110a7adfaf981eb80d1dc75b58c5b28977 +size 407399 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_030.uasset new file mode 100644 index 00000000..4c6c0cb6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e3b141104033c7bfb0e1f7c9e2dace1f4955a1d3b13b83f48fcf2423dd205b4 +size 536551 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_040.uasset new file mode 100644 index 00000000..2664f530 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8ced6d0fc175678d544b94d7793c793baa426b75671086ef146867ca3b4108 +size 568706 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_050.uasset new file mode 100644 index 00000000..1e3890da --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Revive_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:076cecedbe8de647417ab65b7406f2417f0b91d6f9156070b1fc5fac0a3802aa +size 629293 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_010.uasset new file mode 100644 index 00000000..ee84ddb2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad1336dfabb2c021c47357a841884e73d5e7f5a9bce9b1e37c792b69f37439d5 +size 285498 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_020.uasset new file mode 100644 index 00000000..c668f7fa --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86f9f4831132b045c3705559f321939855c71b3b41289438cf185ac37fed3be4 +size 602522 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_030.uasset new file mode 100644 index 00000000..c47bd05c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Ace_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61a4eeaa9e0ec4907327b0fd0d16e909ca8ef51d7ebffc33ada03f1f31f5f509 +size 391981 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_010.uasset new file mode 100644 index 00000000..38657815 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f17de1d68d709686ce5f7f98cb70e23f727c7cdb10497591d6c1fa71389cc05 +size 318971 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_020.uasset new file mode 100644 index 00000000..6545b84e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2df8165c648931839a14e9c130b42edc8d8bd41296897a4984cb7aa54e74193 +size 397702 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_030.uasset new file mode 100644 index 00000000..9f7c765c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Buffed_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9db9189fb5558745edf31679f3a09e03f942081cf2e29bde87eb1173e7938a20 +size 468239 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_010.uasset new file mode 100644 index 00000000..6dfd9f5b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3302ffee7e59034eb6d1dd168d98d6079d360fed2c01cc0e511a19c6a900d2 +size 384656 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_020.uasset new file mode 100644 index 00000000..41ef6df3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2134f4bf0118d925a2df0a58beadf7a1ec9611d0a6b30493ec4befb61ecd8b8 +size 387996 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_030.uasset new file mode 100644 index 00000000..c2bc1ced --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Celebrate_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce37ac10306f7912280fb03ec12e05707db56c3b55e578d6d53978981fab9a3b +size 388435 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_010.uasset new file mode 100644 index 00000000..bc18b23b --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39c8f5807eceef8ed84e73a5deed15cadbf168b6a75bbcf8525e969b048de0fa +size 281457 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_020.uasset new file mode 100644 index 00000000..1a125e4c --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c36f61e6c25ea9bd1d487a2931de33bbb2faa18d7a2ff99dc98737665ad06235 +size 727107 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_030.uasset new file mode 100644 index 00000000..3148afab --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Danger_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:317b857089b19dc0de6ed9e16a59e072a8cf4a2b14db4fa71c4446d449d3e9b2 +size 500495 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_010.uasset new file mode 100644 index 00000000..fc42ae36 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d729cecbc649eb952f7163290a4b2c57f2ce1c0436de4868105ea3a2f0d1db1 +size 623839 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_020.uasset new file mode 100644 index 00000000..6ef0c5d5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:268a18eae8f2b051adf37d30033478f47ee1fb7ffdd2a9cf90c83faa4b8c6726 +size 395035 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_030.uasset new file mode 100644 index 00000000..fcc381ec --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Defeat_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dccceda5fbe40baea09b398c98828e5ef5a669ac9dc4dce14b44994772cc509f +size 473772 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_010.uasset new file mode 100644 index 00000000..a112e789 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d9708f06f246b57604b77a0c438e258f878ae0a4b7ea29db1ac3944daaf1a48 +size 443975 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_020.uasset new file mode 100644 index 00000000..7b27aa67 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:072a197dae93d5c2a9d2cbd2e3b6e40449b8c1414ebd346cb7f028219a913966 +size 1565750 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_030.uasset new file mode 100644 index 00000000..c0ed5753 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Idle_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2aa0baa693875c3c04264162874b8b3ac48a0e6dc1da3b21766d6493ea0039 +size 1254670 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_010.uasset new file mode 100644 index 00000000..8b7fbcbf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9c61fda3956a9f750a02ffa58b0563d2ac9d7e470c812e3978feb586d212210 +size 553973 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_020.uasset new file mode 100644 index 00000000..88a89ab1 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09da8b356c06d88e50ba105b9e0b46ab2c180e1b53a3a378321a9d85489381a4 +size 607441 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_030.uasset new file mode 100644 index 00000000..a5b27f36 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_OrbPrimeActivated_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53258fc51c22482fd62909a5b8d68cc86b8af926c7f35c07d117b6f8989cfede +size 543881 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_010.uasset new file mode 100644 index 00000000..8ae08413 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7910616142296db1859acdb94087b1ed2af1b778ba2430f301de2135f11daf52 +size 689758 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_020.uasset new file mode 100644 index 00000000..090f795a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:267e06fdfd12b1136493e843e01aa431c0605584b88dc5207e0ffbe0d94748d0 +size 746936 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_030.uasset new file mode 100644 index 00000000..ce756b7a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Recall_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d765e05689e2ff03a53b10513c1afd2a50467549e1aee1669cc644446fdcd36b +size 398658 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_010.uasset new file mode 100644 index 00000000..01828f81 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc622afc81532109ee99b9f7943aafd3e0eadd86168f4d9d98493670c5617c4f +size 637249 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_020.uasset new file mode 100644 index 00000000..c7b2fd99 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56eebd7e6c52795d4f2aa6c2036ca0bad9ee6bfa77434a57d8ab8805603e8bc9 +size 525783 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_030.uasset new file mode 100644 index 00000000..fa13e914 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_TeamDead_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9585123df1d74eb5e47ca6fe8f6307cf14e9a37e1b0c5195d38057fd8f4e590a +size 863390 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_010.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_010.uasset new file mode 100644 index 00000000..eacdbb5d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_010.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0f108d89f76361e83d979c41e214802fe20f099e03c3749313c99b3603a51d4 +size 727409 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_020.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_020.uasset new file mode 100644 index 00000000..0f075a82 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_020.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:826c0c8b14a4e2f08d319c26dbcc806adc21a147c55119c5603ba8e6c89e7105 +size 596772 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_030.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_030.uasset new file mode 100644 index 00000000..f99b7112 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_030.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9de18b18d2de369ed0699d4b38cce9583f7d87d4dd0996b7ea94fd9260e02dc1 +size 714105 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_040.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_040.uasset new file mode 100644 index 00000000..ee121a08 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_040.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a93b9dd39dc290685102ba9450cb0eba9a400bf1828018451580a68ef2be7ac +size 951899 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_050.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_050.uasset new file mode 100644 index 00000000..7b25b933 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Sounds/SoundWaves/Twinblast_Status_Victory_050.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d5d97d4f93aab36906584f09acc2b6886556288bea5e208d2752fa23c1eb6c +size 733154 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_Decals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_Decals.uasset new file mode 100644 index 00000000..31767780 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564a5d9a9e92eaf397ab984a9630ac2f0562fe133dcd35ce14056cba21d555bc +size 33008 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_MASK.uasset new file mode 100644 index 00000000..19c40839 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57d158cfed1a052950f3f40c44dd3d6c0a8d76bfdc892df2c813af8a556c9083 +size 11735059 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_N.uasset new file mode 100644 index 00000000..8cff5f86 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4716359b9390586132118e294b188686d33c39b50ded1557dab91146269951c +size 16405495 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_RGB.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_RGB.uasset new file mode 100644 index 00000000..22733507 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Arms_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c6d7a2e8559fbfaf5c6b37ad03853064bb5d7a632635ecaa4dc5d0b264c2c5d +size 20371794 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_MASK.uasset new file mode 100644 index 00000000..4a640dbf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:763274335d723441ee672c9ce306f320cb9fa4b5c009eccbcc5a9b8a6b043f89 +size 607875 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_MASK2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_MASK2.uasset new file mode 100644 index 00000000..97f74601 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e042b5c46c1cf54a922ee47c1236200fa81fd053c9662ddd7514bf3f8575e02 +size 586090 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_N.uasset new file mode 100644 index 00000000..8d5eab07 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceb80197a8e2d072f8a9d738e9c25a39d1657c6c64501529978b6a50c4cd2c4f +size 22670752 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_N_TB100.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_N_TB100.uasset new file mode 100644 index 00000000..b46ec749 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_N_TB100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7beb3cca7a545a2ef6621bd43084a38df74259a9d55174a7c03bcad196bbae35 +size 21568497 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_RGB.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_RGB.uasset new file mode 100644 index 00000000..41a039a5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c71b6c9e9ae54d9df30f42bfad28476137257e9e7ba71913920b580576b684 +size 16991946 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_UnderLight_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_UnderLight_MASK.uasset new file mode 100644 index 00000000..03ed650f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Coat_Head_UnderLight_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4e32711d191670ee834699756240a2cb972a3876427e2c6c1ae36d3dbc6645c +size 177757 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_HEAD_Subsurface_test.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_HEAD_Subsurface_test.uasset new file mode 100644 index 00000000..f0b46bfb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_HEAD_Subsurface_test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5af8199b619581d0b018e0e2a1ab872f83467255d3470103b76f9c210d7120c +size 646761 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Head_Color_D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Head_Color_D.uasset new file mode 100644 index 00000000..3d1bc5eb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Head_Color_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2dedc38a68c3ad8d49482ee0ee6b1101f33a43b6a823c13463358cf25f7c5ac +size 5208434 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Head_Color_Spec_Mask_D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Head_Color_Spec_Mask_D.uasset new file mode 100644 index 00000000..dcee88b0 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Head_Color_Spec_Mask_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dff9dcb9e7a8b45b3711cf2a37b2f82d300552753b4f336f63c40e9c2aea6ee7 +size 8311839 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_MASK.uasset new file mode 100644 index 00000000..da7021b3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f65164da557a17ebacfa5071a8faf4bee71b1a8214d2fba3fd344d74454bbeef +size 1056442 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_MASK2.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_MASK2.uasset new file mode 100644 index 00000000..5d643a0d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_MASK2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbd33c3071cc0c74a32c29f48c54ff08e98d2f9e5bcb54d0f4383626de6f5f8 +size 1045624 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_RGB.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_RGB.uasset new file mode 100644 index 00000000..141c94bf --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a70704bd7d39a614500107e6ef5574cb831f8f8bdbe702813e49abf3f744df67 +size 29839658 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody__normals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody__normals.uasset new file mode 100644 index 00000000..5aea0b37 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_LowerBody__normals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1302c1100638d082d27e59b9552dff0cba14d72fdc3133e18700a9a3659c455b +size 21465777 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_Decals.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_Decals.uasset new file mode 100644 index 00000000..653e8a9e --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954d30c70db2942919cd3b0b130998965d9d5f5a69acb91904702b906df6e197 +size 38680 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_MASK.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_MASK.uasset new file mode 100644 index 00000000..eaafdde3 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0da9256b31c44450299f9a274e44076a1dae5e3fd2c6fb88d38e6f29d3421385 +size 1457924 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_N.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_N.uasset new file mode 100644 index 00000000..f83ba05a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e39ab7863e6125d367dd229a3c51f736013e280ba00ddf34c8e3648df27ac5 +size 15946713 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_RGB.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_RGB.uasset new file mode 100644 index 00000000..6f445723 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_Pistol_RGB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff9447e6d14e19e214fe90bade81f14f57bd2fc2c14ff86b41d831dea26b315 +size 27275206 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Eye_Scalara_Color.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Eye_Scalara_Color.uasset new file mode 100644 index 00000000..9b282748 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Eye_Scalara_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1861b33fb6ab7c6839cb0a46f01add10c39bac5fa9547fed5e37bbc14dff7973 +size 3924571 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Hair_A.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Hair_A.uasset new file mode 100644 index 00000000..4cb20380 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Hair_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a56d4a332eec9f7971bc280010fa2073da87cacef162510c867f3f5619d437c +size 3468759 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Hair_D.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Hair_D.uasset new file mode 100644 index 00000000..a1806d2a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_TwinBlast_UE4_Demo_Hair_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:784530c679551fa1b7aa8c2d695d1767a588693c4ed0db020d4ba785820d95b6 +size 3730718 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_Universal_Eyelashes_A.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_Universal_Eyelashes_A.uasset new file mode 100644 index 00000000..f2981c4f --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Textures/T_Universal_Eyelashes_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe5a7515a53f069fa4c0e3bb3ce23d82383cafbadaaab26d870949edf0cfd1de +size 202881 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset new file mode 100644 index 00000000..f1ad9be5 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/TwinblastPlayerCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f9ecb97a4b5447cf73a5bd8eb8d79bcb5ed8d3bd192124ce05740249fcdfee0 +size 180898 diff --git a/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Twinblast_AnimBlueprint.uasset b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Twinblast_AnimBlueprint.uasset new file mode 100644 index 00000000..0cfa029d --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Heroes/TwinBlast/Twinblast_AnimBlueprint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd4bbac38d82c5be7119ef248d87287a45ccea2e030130c9e422c10b49e04385 +size 657893 diff --git a/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset new file mode 100644 index 00000000..8a23afde --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/HDRI_Epic_Courtyard_Daylight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98f8d1b9551a3bc9efbfb7b16fa7cf6a5e30fd3b96c458ad6a4a0bb6ff57fa2e +size 9423237 diff --git a/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/HDRSky.uasset b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/HDRSky.uasset new file mode 100644 index 00000000..c925eacb --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/HDRSky.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbedde52daf8213709a9dfc7598f2573c02af7c62bdf8bb2e79f2d6c0cacd3b1 +size 98787 diff --git a/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset new file mode 100644 index 00000000..5183bd8a --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/M_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ddd82dbf5b1c3d378b7b2f34300960c870d468b1cc7274a78d584e2bb64510b +size 95076 diff --git a/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset new file mode 100644 index 00000000..984065e7 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Maps/BackGroundAssets/SM_AssetPlatform.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7f04e76b2b83b45e563b7cfd52a29c941bd02a29ef9d6cc1ada3eeea026f60e +size 501085 diff --git a/Content/ParagonTwinblast/Characters/Maps/Lighting_Background.umap b/Content/ParagonTwinblast/Characters/Maps/Lighting_Background.umap new file mode 100644 index 00000000..f10d0aa6 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Maps/Lighting_Background.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22f2d6c0e28b093aec5046f8dd49d7c6c0d1345ed0d23933f55566e2ab2e998 +size 39746 diff --git a/Content/ParagonTwinblast/Characters/Maps/Twinblast.umap b/Content/ParagonTwinblast/Characters/Maps/Twinblast.umap new file mode 100644 index 00000000..01d8cdb2 --- /dev/null +++ b/Content/ParagonTwinblast/Characters/Maps/Twinblast.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7826db009f10ce6ae2cffaeeab7fc3e1e5177645c667a19a2109a3c600e7c99 +size 25537 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_Debris.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_Debris.uasset new file mode 100644 index 00000000..f6e97270 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5487c1e4f09de05785f8d8bb8bf33a42d84c3abff425d6cf21706ff530bedb9 +size 101891 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_Debris_Dark_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_Debris_Dark_Inst.uasset new file mode 100644 index 00000000..4fa26580 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_Debris_Dark_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:932905d6c569f6730674781e71e5402020cbd9ad7c6f8b80b16e73b4cff52805 +size 67704 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks.uasset new file mode 100644 index 00000000..e2128c5d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5589920254842d08d88c58867da2c9f0bbdd55c55662bbb5996feda3481839e +size 106090 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks_Inst.uasset new file mode 100644 index 00000000..949af026 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d51d9722a57c452f8059726df7de4af35ef13d1a8050f6a844c668900b74bccd +size 87543 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks_Red_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks_Red_Inst.uasset new file mode 100644 index 00000000..57827325 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_Explosion_RockChunks_Red_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da8475c4c41a645c55dc2c7b8874fa0d5a8093e8371d97b2192bc09fcd261637 +size 96613 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_Invis_Debris_ParticleColor.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_Invis_Debris_ParticleColor.uasset new file mode 100644 index 00000000..cfc666e4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_Invis_Debris_ParticleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a73f234e5ebc1c8fd97017fa54f72603c179153e398549ee210ce0118896fb +size 96046 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_TransDebris_Crete2.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_TransDebris_Crete2.uasset new file mode 100644 index 00000000..c5a9ecf9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_TransDebris_Crete2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcf93192d2b90f853575b5556f628ae4a0888998f38e7e9a34571c8703b9025a +size 104301 diff --git a/Content/ParagonTwinblast/FX/Materials/Debris/M_TransDebris_NoEmissive_Simple.uasset b/Content/ParagonTwinblast/FX/Materials/Debris/M_TransDebris_NoEmissive_Simple.uasset new file mode 100644 index 00000000..e4e16153 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Debris/M_TransDebris_NoEmissive_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34b2eeaee69728745bbf2ebbab0498e2988a79051f25d474d77d62d51ec54dd3 +size 85873 diff --git a/Content/ParagonTwinblast/FX/Materials/Dust/M_Dust_Spears.uasset b/Content/ParagonTwinblast/FX/Materials/Dust/M_Dust_Spears.uasset new file mode 100644 index 00000000..c7530766 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Dust/M_Dust_Spears.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30f8099cd5b902db9c7cb74b4024f3f50f072f1866887feac44e28263e97b2b9 +size 93662 diff --git a/Content/ParagonTwinblast/FX/Materials/Energy/Electricity/M_LightningSpiral.uasset b/Content/ParagonTwinblast/FX/Materials/Energy/Electricity/M_LightningSpiral.uasset new file mode 100644 index 00000000..fd0aeb1e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Energy/Electricity/M_LightningSpiral.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34fa2908252443e3cd18f6341c767eec4b99f350bc4271115f22596b3ebfe8ba +size 119436 diff --git a/Content/ParagonTwinblast/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset b/Content/ParagonTwinblast/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset new file mode 100644 index 00000000..b1c6e97c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Environment/Water/M_WaterRipple_Mesh_Foam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715a57bfda28f6e3c417db2fa62ecb93f0aea33f790c4ef5efd1791c93e6ac7a +size 102146 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Blue_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Blue_Inst.uasset new file mode 100644 index 00000000..8c230b54 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Blue_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f3bc18132597814b62486ca9492d11e307e85858d4df5d6e381a0adab0f7188 +size 71254 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Inst.uasset new file mode 100644 index 00000000..ce6772b2 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83a76434ff412406b9b2c0c91a2cd196320b09c11b23f9f912e3822c37039ff5 +size 82618 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Inst2.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Inst2.uasset new file mode 100644 index 00000000..a4e3b478 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98889748da7a62be4a0b37c44adc429c8fd81a11f6bd4e354ae121a47bb23fe6 +size 74321 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_UpInst.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_UpInst.uasset new file mode 100644 index 00000000..3d6763c4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_UpInst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf4f18923880424f69a017ac32b4fe071cd26c000d1b56fcbf2a7b454710c19 +size 97210 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Up_Blue_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Up_Blue_Inst.uasset new file mode 100644 index 00000000..6e293e46 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/M_Fireball_Directional_Lit_TB_Up_Blue_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4462415ba9134c6c73eecbe791ebebdc1862edfe27452714c6a27ac1ffd4f7a +size 93659 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/M_TBUltFlame.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/M_TBUltFlame.uasset new file mode 100644 index 00000000..e70e793f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/M_TBUltFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11f850ee76db97bf3595e55d356c50b0c90a021601c447205310d54a6acc4c70 +size 115419 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/Twinblast/M_Fireball_Directional_Lit_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/Twinblast/M_Fireball_Directional_Lit_Master.uasset new file mode 100644 index 00000000..61ec85c0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/Twinblast/M_Fireball_Directional_Lit_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7289987a35ef0ab40392d15ab6ca0d9d019631e910825d977975277ae2a5c38 +size 101003 diff --git a/Content/ParagonTwinblast/FX/Materials/Explosions/Twinblast/M_Fireball_Directional_Lit_Master_2.uasset b/Content/ParagonTwinblast/FX/Materials/Explosions/Twinblast/M_Fireball_Directional_Lit_Master_2.uasset new file mode 100644 index 00000000..4233fadf --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Explosions/Twinblast/M_Fireball_Directional_Lit_Master_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024d773d7f0ae3ef7b5eaf5d0af513e517ab5a1a19184eafc9f3cbd21380991b +size 104221 diff --git a/Content/ParagonTwinblast/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset b/Content/ParagonTwinblast/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset new file mode 100644 index 00000000..f89d4564 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Fire/JetFlames/M_Jets_Base_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a06bf7243b9ec4856408cc8593c67560c55bc4f5c9efc6860db69ca19b5639d +size 156075 diff --git a/Content/ParagonTwinblast/FX/Materials/Fire/M_Embers.uasset b/Content/ParagonTwinblast/FX/Materials/Fire/M_Embers.uasset new file mode 100644 index 00000000..92890b1b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Fire/M_Embers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4959bd47e930a1c5f98a4f839e6cc8f87aca520eaa03137d4e215912d9749edd +size 72368 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow.uasset new file mode 100644 index 00000000..6c849a53 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24a8bb38cc22b57cd9144e66afd7259ee0c6c1cd349585116918011417116f85 +size 81975 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow_HexShape_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow_HexShape_Inst.uasset new file mode 100644 index 00000000..6bf5374b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow_HexShape_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0d47da0a509e1fc3dccca0e1efafa1eeeb38a5d1e14f877ccd6d6f1c5efdf9 +size 68147 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow_Star_Inst2.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow_Star_Inst2.uasset new file mode 100644 index 00000000..c4ee1185 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_AddGlow_Star_Inst2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dde6c9efa98001456a86bc438163cb66e6f121c297487d9eb52147cb577a8961 +size 68252 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset new file mode 100644 index 00000000..f2dac6b8 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e52d5ff1f7c96e505e41d7f94929dfec32ab5f74ba1e72897027079593a032 +size 95170 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_RoundFade_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_RoundFade_Inst.uasset new file mode 100644 index 00000000..5231bee1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_RoundFade_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed800c5d43875b12be5feb60f3adfcbce1be56134b8c7bc85587a2586eface35 +size 92981 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Softer_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Softer_Inst.uasset new file mode 100644 index 00000000..aaa8d59d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_Flare_Procedural_Noise_Tex_Glow_Softer_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eff9b7716ce16b8b8316ec353903e355f4e85d8d002e8dad02cd3cf0caa7cc3 +size 92844 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_Lensflare_Jet_Flicker.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_Lensflare_Jet_Flicker.uasset new file mode 100644 index 00000000..97109c18 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_Lensflare_Jet_Flicker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c2167e74ed610a4b6695e7ad970bb32cae2b03e06cdcb464fd08d1a284ff82 +size 69514 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_NitroGlow.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_NitroGlow.uasset new file mode 100644 index 00000000..c32ea808 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_NitroGlow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5817420f3501371ddd31eba4ab4827d6e0787cd7aa25b3d2aabda9ed94288866 +size 90374 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/M_Tri_Test.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/M_Tri_Test.uasset new file mode 100644 index 00000000..d3922b00 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/M_Tri_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d593674eee62fb8c0d9703562a88f1055d9aa3238a3db0e2d9d7c986f06657c2 +size 70411 diff --git a/Content/ParagonTwinblast/FX/Materials/Flares/m_flare_01.uasset b/Content/ParagonTwinblast/FX/Materials/Flares/m_flare_01.uasset new file mode 100644 index 00000000..0d7cc3b6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Flares/m_flare_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f84773ffe2603f7755adfaa0625548d965b236cce02038361d45468e7423fd2d +size 80768 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_CameraDistanceFade.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_CameraDistanceFade.uasset new file mode 100644 index 00000000..f103c3e5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_CameraDistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:faadf1131635c5459002fc919323d90a87a1c0e9970f9c0d4ba072a49cbe07d5 +size 77956 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_ColorMaskPicker.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ColorMaskPicker.uasset new file mode 100644 index 00000000..020f07db --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ColorMaskPicker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:113bbdc9716bf31b2e1498ccf44d1ea335edb06ba5a07ca862feb69b523d5f63 +size 111039 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_ColorTint_HQ.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ColorTint_HQ.uasset new file mode 100644 index 00000000..67eb14cd --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ColorTint_HQ.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab16324729a24da04aabffa762ceb1e02bdd115d9dbda73c9e28d915df94f153 +size 84341 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_CrossTalkNextChannel.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_CrossTalkNextChannel.uasset new file mode 100644 index 00000000..fcdf3ecc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_CrossTalkNextChannel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2412acafb76689512b45e4fe2d29219efa7d8f38c3b8d3a7d35b16c647e3719a +size 52603 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_DitheredRefraction.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_DitheredRefraction.uasset new file mode 100644 index 00000000..7e511acc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_DitheredRefraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c78432d1074011a0ab46e8c2e32420acbcbfa73f614915a67b3a0f7d9fde10b +size 80684 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_ExplosionColor.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ExplosionColor.uasset new file mode 100644 index 00000000..f50bfbd9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ExplosionColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b7d1578b74177da58d5313d675c6a4d67ec4f2fe3241d2ccc45b1f11dd03e4f +size 78240 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_CustomUV_Fade.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_CustomUV_Fade.uasset new file mode 100644 index 00000000..e752486d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_CustomUV_Fade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bde4bc3c5177f71fbc446fcde8aac34a2a17ef12e75805a7eb7e527f37563cba +size 88855 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset new file mode 100644 index 00000000..b8c0bc46 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_EmissiveModulate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c6b82ecd4ed89d9f785ad8fb019e8749d6af7c20bc9a237da3821361ea81d32 +size 43713 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_NearCameraFade.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_NearCameraFade.uasset new file mode 100644 index 00000000..0af06805 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FX_NearCameraFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3effdf52343e0316573fc937b737bb87216593f6f092edfa8f153efe3c756a +size 78526 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset new file mode 100644 index 00000000..e748fea1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_FadeBasedOnViewAngle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16bca878c94fdb64692294d12e68cab9b25f7569d8ac157039b005023f74dc2b +size 74012 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_ImpulseCurve.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ImpulseCurve.uasset new file mode 100644 index 00000000..d169295e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ImpulseCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7a6fbd278b7380e24fd6d1da7ad9dc5c1777f1e5af0a212a81e2a0e67ed1ec +size 81939 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_PDO_QualitySwitch.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_PDO_QualitySwitch.uasset new file mode 100644 index 00000000..d7ca9a43 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_PDO_QualitySwitch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a963d48fa54f2a08dc9535e37dc9a40b5da819d3f16f88a6d235e14773449bc4 +size 75011 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_ParticleRandomSize.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ParticleRandomSize.uasset new file mode 100644 index 00000000..0932edd5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ParticleRandomSize.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dc0ceaf4e7ec3a41868882b1f46415c5d017deb18fd1d8ac3e9d16d1d18598c +size 78775 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset new file mode 100644 index 00000000..5f7a5225 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_ParticleShrinkDistance.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b7b61e4a0835f5a6dce285b11091cce59936a8009d4cfcc61f1b81191f6d945 +size 80684 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_Radial_Gradient_Parabolic.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_Radial_Gradient_Parabolic.uasset new file mode 100644 index 00000000..9322a5fc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_Radial_Gradient_Parabolic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:115de6b61ab7030d4a53e963e76de0a7edefd4181a90f96c1212161c48352aa3 +size 79490 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset new file mode 100644 index 00000000..5b06faef --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_RandomSubUV_GPUSprites.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f3562e13c88548a5c0416b211e9c012986f6b0ae340e84246a60f8c0b355438 +size 90507 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_SmoothStep.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_SmoothStep.uasset new file mode 100644 index 00000000..a151d703 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_SmoothStep.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b2cbde3a3bd8e1bc9dc726e1ca2c4233aa42c57835c1cd8412492e633712b2b +size 80502 diff --git a/Content/ParagonTwinblast/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset b/Content/ParagonTwinblast/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset new file mode 100644 index 00000000..3cb15cde --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Functions/MF_Tile_Isolate_XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6491041109b84b091f46fd94eb690619ebf8b4fad5b0083640ccc342adaba895 +size 80605 diff --git a/Content/ParagonTwinblast/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset b/Content/ParagonTwinblast/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset new file mode 100644 index 00000000..16ed61b1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/HeatDistort/M_HeatDistort_DistanceFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9046660dc2dcc7cc6b179e978b02378df5966ecc0f65b3513c4ff2e311c8096b +size 93209 diff --git a/Content/ParagonTwinblast/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset b/Content/ParagonTwinblast/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset new file mode 100644 index 00000000..435f5e46 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/HeatDistort/M_Shockwave_Refract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:132675cd3754486c9607b4a59681f74eae671cf0545b012d992e392beb2422d4 +size 84400 diff --git a/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Cool_Sunglasses.uasset b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Cool_Sunglasses.uasset new file mode 100644 index 00000000..00ef7779 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Cool_Sunglasses.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8dda87d2b937d8031caba77107943f982a1efa7a42c0d04df661733db75266b0 +size 125256 diff --git a/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Cool_Sunglasses_Lenses.uasset b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Cool_Sunglasses_Lenses.uasset new file mode 100644 index 00000000..d533d672 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Cool_Sunglasses_Lenses.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b32c63d9ba73496e2dc500a8b4853b5858de6f4e8f5a7e9dec771c223ca4dc +size 158344 diff --git a/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Ult_Bullet_Pyramid.uasset b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Ult_Bullet_Pyramid.uasset new file mode 100644 index 00000000..2b0c8739 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Ult_Bullet_Pyramid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5b3037111f7e3cd74cee447a68b328586500de7b19b3a910ed08c5810acde07 +size 72517 diff --git a/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Ult_Reticule_Activate.uasset b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Ult_Reticule_Activate.uasset new file mode 100644 index 00000000..8068c687 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Hero_Specific/M_Ult_Reticule_Activate.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ee2ecf8de0a4082d11a51d7aaea8c1c33a95befa9026117bc2049b8dd2cbe1 +size 85655 diff --git a/Content/ParagonTwinblast/FX/Materials/Lens/M_LensEffectGoldEnergy.uasset b/Content/ParagonTwinblast/FX/Materials/Lens/M_LensEffectGoldEnergy.uasset new file mode 100644 index 00000000..54a0da86 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Lens/M_LensEffectGoldEnergy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c80cffbe4342eb86d9f6c03cecc0357fb78b22b6dc507fe3aa1aa71aeb6d353a +size 128699 diff --git a/Content/ParagonTwinblast/FX/Materials/Lens/M_LensEffectGoldEnergy_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Lens/M_LensEffectGoldEnergy_Inst.uasset new file mode 100644 index 00000000..08ef8cce --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Lens/M_LensEffectGoldEnergy_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0eb195d086c43660260418d56c89f1e22f1d8dccf2da74dbd78a0bd981afa3b4 +size 107136 diff --git a/Content/ParagonTwinblast/FX/Materials/Lens/M_TwinblastNitro_CameraFX.uasset b/Content/ParagonTwinblast/FX/Materials/Lens/M_TwinblastNitro_CameraFX.uasset new file mode 100644 index 00000000..8c9fda6f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Lens/M_TwinblastNitro_CameraFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc82eeb9ba9bf6e2ec22f954a0212dc4b56a335301d4ad98cf43ac3ef35aac6e +size 91325 diff --git a/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/M_Twinblast_Muzzle_Flash.uasset b/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/M_Twinblast_Muzzle_Flash.uasset new file mode 100644 index 00000000..745b1ab1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/M_Twinblast_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1030ac234d8f063ee521abb0b253b6f69ad0540da3e6665466872c9b6b525718 +size 109142 diff --git a/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/M_Twinblast_Muzzle_Flash_Ult.uasset b/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/M_Twinblast_Muzzle_Flash_Ult.uasset new file mode 100644 index 00000000..a4a47722 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/M_Twinblast_Muzzle_Flash_Ult.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c35221f52f9e39e55efe32ddbbf3a42dcaab146cac809ed79a609b1c74866e97 +size 109018 diff --git a/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/TwinBlast/M_TwinBlast_Muzzle.uasset b/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/TwinBlast/M_TwinBlast_Muzzle.uasset new file mode 100644 index 00000000..f5b8be62 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/MuzzleFlashes/TwinBlast/M_TwinBlast_Muzzle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dc6998f1566faeb008d78516de5d3fe23e30da0dc2e8fe2fc596068f827391 +size 87990 diff --git a/Content/ParagonTwinblast/FX/Materials/Param_Collections/GlobalArtCollection.uasset b/Content/ParagonTwinblast/FX/Materials/Param_Collections/GlobalArtCollection.uasset new file mode 100644 index 00000000..cdf329d3 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Param_Collections/GlobalArtCollection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c1b523269b87d90884595ff7a3c287b18cbcc83d0936e30b008c26fe4e535f9 +size 2621 diff --git a/Content/ParagonTwinblast/FX/Materials/PhysMats/PM_ShallowWater.uasset b/Content/ParagonTwinblast/FX/Materials/PhysMats/PM_ShallowWater.uasset new file mode 100644 index 00000000..5d060f0b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/PhysMats/PM_ShallowWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f734b3d72803582ba226e13321694d1b9632477646d315cca6453756f01d487d +size 1229 diff --git a/Content/ParagonTwinblast/FX/Materials/PhysMats/PM_Water.uasset b/Content/ParagonTwinblast/FX/Materials/PhysMats/PM_Water.uasset new file mode 100644 index 00000000..b4574843 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/PhysMats/PM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70e877c3fe55d1ab573c4955d416f2388402fb34e8154974178e40832b5e1550 +size 1073 diff --git a/Content/ParagonTwinblast/FX/Materials/Shells/M_Plasma_Shot_Shell.uasset b/Content/ParagonTwinblast/FX/Materials/Shells/M_Plasma_Shot_Shell.uasset new file mode 100644 index 00000000..aa4d3321 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shells/M_Plasma_Shot_Shell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c3cdb1a8c03399c8f336185b4d7305ec6a9f58a33ecf6547ce95804a7cc8f9d +size 82792 diff --git a/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_BillboardRefract.uasset b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_BillboardRefract.uasset new file mode 100644 index 00000000..b01c3d73 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_BillboardRefract.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c221d7b738cb1450368f8d9a707950fce151a734be3cccd07167ef6d3dbc2c6a +size 81943 diff --git a/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_Booster_Refraction.uasset b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_Booster_Refraction.uasset new file mode 100644 index 00000000..fdc8b8a0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_Booster_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f523fcb10bb643a02d637702ff9900d7abcd4920395bcc54b113fe7c8dccdb +size 81220 diff --git a/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_Heal_Bubble_Explode.uasset b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_Heal_Bubble_Explode.uasset new file mode 100644 index 00000000..68753d5a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_Heal_Bubble_Explode.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e59470785b4c0f12d0e16360c5c0c09e9a1df84aaddfc51248a6c3ef7d624e8 +size 141532 diff --git a/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_LDR2HDR.uasset b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_LDR2HDR.uasset new file mode 100644 index 00000000..4e913f43 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_LDR2HDR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85994574ab0a5675ab989a2b92f186e256c5f10f33fce3d7d1dc713e8b015c68 +size 143992 diff --git a/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_TB_Blue_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_TB_Blue_Inst.uasset new file mode 100644 index 00000000..8f1fffdd --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_TB_Blue_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3dd72ec105795d5246ffce95d003834d2a8d30eb9abaac04cb0d1a8308a56f +size 91410 diff --git a/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_TB_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_TB_Inst.uasset new file mode 100644 index 00000000..4b695c31 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Shockwaves/M_PlasmaRadial_Blur_TB_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6265ea196c572e3c7fafc393d251ee668cbdec7be68f0395b5fe96baed55d96 +size 88070 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Master.uasset new file mode 100644 index 00000000..a84d2cff --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_DepthSmoke_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48e6a48e135e5f497f1ef154771ddd3a6fe215c4bdc403ef9be2f2916fbba23e +size 94938 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_Depth_SmokeElement_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_Depth_SmokeElement_Inst.uasset new file mode 100644 index 00000000..132ac86a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_Depth_SmokeElement_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c36ac86c6aa5516ae703a1a894e91c887913f055c9d269f2a1362df2f1ab521 +size 78129 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_Depth_Smoke_SubUV_8X8.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_Depth_Smoke_SubUV_8X8.uasset new file mode 100644 index 00000000..9826a454 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/DirectionalLit/M_Directional_Lit_Depth_Smoke_SubUV_8X8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1bb7b72cb4702867adc1037e1e53d397890e702dc5a21a5503a24f090fba0d3 +size 94067 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_CheapTwinblastImpactDust.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_CheapTwinblastImpactDust.uasset new file mode 100644 index 00000000..9a7c2806 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_CheapTwinblastImpactDust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f210fa4e905826223f7336f4ab0f48e211e8a90cddf8c9138aaa50f36207ebe +size 88988 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_DustKickup_Simple.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_DustKickup_Simple.uasset new file mode 100644 index 00000000..599f85c0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_DustKickup_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b65601132d83341f026d3bc5375826dba2bf56e45d93fd3c42d99e0de1d510dc +size 87455 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_Explosion_Smoke_Spears.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Explosion_Smoke_Spears.uasset new file mode 100644 index 00000000..fa8c565d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Explosion_Smoke_Spears.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513c52f82ae978842efbd19e5b15520b618b93b438e46e5f3b4a0b27df71ceeb +size 118055 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_Explosion_Smoke_Spears_TB_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Explosion_Smoke_Spears_TB_Inst.uasset new file mode 100644 index 00000000..87e59d42 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Explosion_Smoke_Spears_TB_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d7daac81609169519a78be00607047ade6b23df7e08af3a4373020fbd86f7c6 +size 84015 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_Knockback_Dust.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Knockback_Dust.uasset new file mode 100644 index 00000000..f87606fb --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Knockback_Dust.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70cb4b196f8b2a29109175927351d08338241363152f8410b67ab3a6e6e684bb +size 92326 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_MasterAdditiveWarp_EmissiveParticleColor.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_MasterAdditiveWarp_EmissiveParticleColor.uasset new file mode 100644 index 00000000..230740f9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_MasterAdditiveWarp_EmissiveParticleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64a901d796fb4352f018d49274eecf12b062d5b021fe64b4195f0bd60bcca3e5 +size 105914 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_MasterAdditiveWarp_Simple.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_MasterAdditiveWarp_Simple.uasset new file mode 100644 index 00000000..399cafa9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_MasterAdditiveWarp_Simple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7713eab75312db33288a7016b568d454b2091bbbd908f7fca2c4f5b985598fd +size 103925 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_Thinner_LessDepthFade.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_Thinner_LessDepthFade.uasset new file mode 100644 index 00000000..6b6a3a59 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_LingerSmoke_Thinner_LessDepthFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4223890c5db49bee8d422f5b4af5f3245a785c30b6553f4448593986bb6e248 +size 73535 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_Minion_Smoke.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Minion_Smoke.uasset new file mode 100644 index 00000000..676f147b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Minion_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497156115bc2a9b33e9e6ef1b744404c31ce213ef05e4327ac0c2f6832f3681a +size 90459 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_Smoke_Additive_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Smoke_Additive_Master.uasset new file mode 100644 index 00000000..48b50a0e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_Smoke_Additive_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3df8a1efcf9f473d0fc6e6aa01c33f8ade866624e3df2494bc28c5c48629e74c +size 95108 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_SoftSmoke_Emissive_FakeLit.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_SoftSmoke_Emissive_FakeLit.uasset new file mode 100644 index 00000000..14f18faf --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_SoftSmoke_Emissive_FakeLit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8696522bb05bbe2f310f94117918dd8008baa69c95c987497e9884ce9e9137fd +size 96673 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/M_VortexGrenade_SmokeSpears.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/M_VortexGrenade_SmokeSpears.uasset new file mode 100644 index 00000000..d02aeab0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/M_VortexGrenade_SmokeSpears.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3737e4b35169a1169a0ab7bba07338b27942f442c504e3f89f96d3acc44ca571 +size 104997 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail.uasset new file mode 100644 index 00000000..16b0bf22 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d24545bb7ba4e5cbc3bd846c8b2cf8bc6d7ef13424fc0bdd961468db2c6efa1c +size 132745 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail_Inst.uasset new file mode 100644 index 00000000..3efd6f1f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/Spline/M_Smoke_SplineMesh_Trail_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3392c4e2f4cd58f37d61c4475a0574eeb5050a53a28ee6b89ea6e92034e91736 +size 87718 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_Smoke_Offset_Particles_SubUV_LIT.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_Smoke_Offset_Particles_SubUV_LIT.uasset new file mode 100644 index 00000000..a1ec0755 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_Smoke_Offset_Particles_SubUV_LIT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcbcedf307b3f94eafcf58b8fc394f9798318c753340a2d37992de235793d883 +size 113839 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Belica_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Belica_Inst.uasset new file mode 100644 index 00000000..6dbcf9d9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Belica_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d15b48b9d5c4b1c6d67fc47e5bc1b022c324f25688b3a63d8c0e0a0d5170b688 +size 107017 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Trails_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Trails_Master.uasset new file mode 100644 index 00000000..e2722659 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Trails_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d864ded9dc403285199b00c9e81a9bc2468ca1f31cd8b4d38551beb02ee8042b +size 149371 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Trails_TB_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Trails_TB_Inst.uasset new file mode 100644 index 00000000..ee4eeea4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/Twinblast/M_SplineThickenSmoke_Trails_TB_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53ee4c75dc68da78eac7919bc0ed3ce0cf923bf03e3481d0a87fae39e05c8541 +size 108777 diff --git a/Content/ParagonTwinblast/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset b/Content/ParagonTwinblast/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset new file mode 100644 index 00000000..2e3365d9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Smoke/WispySmokeSoft/M_WispySmokeCheap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea76c88acca4c42686b3457a595cf7dd569f63a83e41ee1b759ad1966def3a12 +size 80766 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset new file mode 100644 index 00000000..e55698be --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_DOF_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4bc21e7ddba232b206b7d3515e2d1644b887bd2b649ab5ffd4c2ff0cd5136f7 +size 80598 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset new file mode 100644 index 00000000..305f5d3d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63880ab7a7b6e4c21114250b39c2da1419bb6c3b69279c083456571ece4c840 +size 80207 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset new file mode 100644 index 00000000..a4feb3b6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Hotdog_Spark_VLerp_Rand_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:599d33efdb22ec88e2ab43f4c9d46b1b20f944d6cdfdcccc3b2f8252269ad55d +size 68998 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Pellets_InvisMoving.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Pellets_InvisMoving.uasset new file mode 100644 index 00000000..aadcb5f2 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Pellets_InvisMoving.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f759156538469b9856e5fd0dfb29e87ecea1464835023d301deb90a67d9c76 +size 97098 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset new file mode 100644 index 00000000..a7d3b901 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebefd35f779ddf869da2320eda50b4641bf93baddfff08bcec32e7ce472b70d9 +size 99719 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor.uasset new file mode 100644 index 00000000..dacf995f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bcda58dcabee029f0fa9ef28110724c2d37a46449fb9a447e1dda5c12211112 +size 105740 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor_TBCine_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor_TBCine_Inst.uasset new file mode 100644 index 00000000..cf20ebd3 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_Spark_VelocityLerp_WorldColor_TBCine_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17b6fc07018fe062265ccd6c4a0a141b072d5e227aa4466e21197e88b05cc457 +size 69349 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_SparksPhoto.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_SparksPhoto.uasset new file mode 100644 index 00000000..ea177cd5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_SparksPhoto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a234f6c83e928f99f220e74368623b57cf8bba362e4514bfe8b927bc26c81561 +size 83407 diff --git a/Content/ParagonTwinblast/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset b/Content/ParagonTwinblast/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset new file mode 100644 index 00000000..e95f897e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Sparks/M_hardSpark_Alpha_GPU_Random.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c395b6224779c6b7fa965f7b2462954038edffe41f103775822b0cc860fcdd +size 93558 diff --git a/Content/ParagonTwinblast/FX/Materials/Trails/M_TrailSmoke_Cine.uasset b/Content/ParagonTwinblast/FX/Materials/Trails/M_TrailSmoke_Cine.uasset new file mode 100644 index 00000000..bfe334c6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Trails/M_TrailSmoke_Cine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9483db10b687dc1265858a494a1ae06af5063f3614f0e26eef704035a1770e8b +size 133367 diff --git a/Content/ParagonTwinblast/FX/Materials/Trails/M_Twinblast_BulletTrail.uasset b/Content/ParagonTwinblast/FX/Materials/Trails/M_Twinblast_BulletTrail.uasset new file mode 100644 index 00000000..52aa3c9c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Trails/M_Twinblast_BulletTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5a83ebf418bd11d0bcbbe84ad5bd2811fe90e0bd6eebb06592fd25166bb75a2 +size 135949 diff --git a/Content/ParagonTwinblast/FX/Materials/Trails/M_Twinblast_BulletTrail_RandomDeath.uasset b/Content/ParagonTwinblast/FX/Materials/Trails/M_Twinblast_BulletTrail_RandomDeath.uasset new file mode 100644 index 00000000..fe4ede54 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Trails/M_Twinblast_BulletTrail_RandomDeath.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ad5b4a14a4b379d6cb7cf350fbd20c04f809591d673ab4c92575a095785589 +size 131094 diff --git a/Content/ParagonTwinblast/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset b/Content/ParagonTwinblast/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset new file mode 100644 index 00000000..931a5d89 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/VolumeFog/MI_Fog_SphericalDensity_Particle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77cab6aa91caa434ef9ead63ab9f0843d12636a773a4bf380fa43815b65cad37 +size 53158 diff --git a/Content/ParagonTwinblast/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset b/Content/ParagonTwinblast/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset new file mode 100644 index 00000000..4bf8133a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/VolumeFog/M_Fog_SphericalDensity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a9fc2bc976f1756c50e5ee0202b9702846ede5078c5c38577dd2cca7802f095 +size 99049 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset b/Content/ParagonTwinblast/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset new file mode 100644 index 00000000..3fe6b02c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/Hydro/M_Hydro_Water_Particles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:792ce10978a5c1eb17bcbc819062802f50dadb3e3529723ad3e930c28631755b +size 100513 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset new file mode 100644 index 00000000..bbe745ba --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/Hydro/M_Hydro_Water_Particles_Body_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8282500ec1904d724aa17eceb105fb8414bdced9ff1496115a1f2c021512aa28 +size 93290 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_Footfall_Refraction.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_Footfall_Refraction.uasset new file mode 100644 index 00000000..bb45c523 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_Footfall_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72dc28aa29c253acd0a4ea5441f74023f6d8c4109eea2b34b8765ec23793433e +size 94943 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_Footfall_Ripple.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_Footfall_Ripple.uasset new file mode 100644 index 00000000..e082a8c9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_Footfall_Ripple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56ff46b39b2e20916c1e115075496ecbcddbde4e1fe25e9f56dc84facaaf7c0b +size 85747 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_LiquidSplash_SubUV.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_LiquidSplash_SubUV.uasset new file mode 100644 index 00000000..76b891b8 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_LiquidSplash_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd26b855c2acdef8d3a5c73c5b3ba33fb8d992d40438f6210a4c21f094ee1007 +size 134344 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_MaskedWater_Explo.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_MaskedWater_Explo.uasset new file mode 100644 index 00000000..89620e81 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_MaskedWater_Explo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6244b5494bf5039ecae03f2b83acdaec022082f0ce0bf832947de06e6c6d5d4a +size 128352 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_WaterBubbles.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterBubbles.uasset new file mode 100644 index 00000000..fb7c17f0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterBubbles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d64f2e2a32155723deead3db65a465c7b56d7372875ba48dfd773e4995dd7ba +size 124073 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_WaterBubbles_Inst.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterBubbles_Inst.uasset new file mode 100644 index 00000000..d67521c7 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterBubbles_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e346a953c52b4f7e8c392bcd03c5c70dce3062841a4af2e7f368094530bda7a +size 77662 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Cylinder.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Cylinder.uasset new file mode 100644 index 00000000..db9a8f53 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce7bd31a715ab309e5c9ce762a307573e51c23e5b14c6e65604ae39b49c01061 +size 148415 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Strand.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Strand.uasset new file mode 100644 index 00000000..6ab61d37 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Strand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66282c31be197574ac05eaa569bbc445565ed453b684282b3843e43a65e90e65 +size 108887 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Strand_Masked.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Strand_Masked.uasset new file mode 100644 index 00000000..9130913b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterImpact_Strand_Masked.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e19596d51b844e1e63f4f1e16d1ad888252480d7d7529673b41140a46dc8b3ca +size 85062 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_WaterMist.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterMist.uasset new file mode 100644 index 00000000..8a57182c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_WaterMist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d937753caca4508eabc0753e4d15559f907d0421713347c3a0e7e1847ae98a0 +size 97241 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Drops_Master.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Drops_Master.uasset new file mode 100644 index 00000000..79e1bd3b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Drops_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2d7f6b56faa9986bc8e8491d8cec98d3af5b2dbd3f7186cfc802e3a4688de6 +size 97825 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Footfall.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Footfall.uasset new file mode 100644 index 00000000..8be3631c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Footfall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f36b889535ae803920c0b18015cc492584cb95e0c5a93077ddb2b4896f5f5ad +size 104653 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Stream_Ribbon.uasset b/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Stream_Ribbon.uasset new file mode 100644 index 00000000..bfbac919 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/M_Water_Stream_Ribbon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0162fa178cda9ae7f311a5d7622e505b9d2311b1b2b5ce2e679ad023dccf94d +size 120200 diff --git a/Content/ParagonTwinblast/FX/Materials/Water/WaterSubSurf.uasset b/Content/ParagonTwinblast/FX/Materials/Water/WaterSubSurf.uasset new file mode 100644 index 00000000..8d8761e7 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Materials/Water/WaterSubSurf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec48604b6f34c910c7efbbf9cc191ed44bba372c479da4996fb022cc631fe318 +size 2655 diff --git a/Content/ParagonTwinblast/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset b/Content/ParagonTwinblast/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset new file mode 100644 index 00000000..49dff7bf --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Fire/JetFlames/SM_Jets_Inner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:758a61614e922dc859d2857b6612b743f028517a3d01d7dddb4ad4137f890400 +size 99864 diff --git a/Content/ParagonTwinblast/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset b/Content/ParagonTwinblast/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset new file mode 100644 index 00000000..13a6c8c4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Fire/JetFlames/SM_Jets_Outer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa60590521d19bbb11683ea0f90d59b28ffabc875b9aa69c94178740a38e994a +size 84890 diff --git a/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses2.uasset b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses2.uasset new file mode 100644 index 00000000..d62adfbd --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:811e724de64febd9ae794a64d22e8eb632655a7a7798ed6de3d23b77c80eec07 +size 203130 diff --git a/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Frag1.uasset b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Frag1.uasset new file mode 100644 index 00000000..c94a1c9e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Frag1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e91a370ef1240c77bfcfd57f7a44fdb8d24f300f643e7bfac632f09a0ba6756a +size 130535 diff --git a/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Frag2.uasset b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Frag2.uasset new file mode 100644 index 00000000..d7721316 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Frag2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbcbf4d27bbab244293cd12a58c7e4f174fac51d193c58d16830a9789c8e7714 +size 129738 diff --git a/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Lenses.uasset b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Lenses.uasset new file mode 100644 index 00000000..daa6e1ed --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_Cool_Sunglasses_Lenses.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fc17f9f36e931e64d2aa7d0fa6b5965cb6c17ab6729ef1615eb86195ae363a3 +size 86635 diff --git a/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_TwinblastUltFlame.uasset b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_TwinblastUltFlame.uasset new file mode 100644 index 00000000..fa32206f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Hero_Specific/SM_TwinblastUltFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48eedfa5a86b13c5cd3d0b1fcac4e84fdc998c37b1975d8cb2cbca90375bc0fe +size 86364 diff --git a/Content/ParagonTwinblast/FX/Meshes/Heroes/Twinblast/SM_MuzzleCore_02.uasset b/Content/ParagonTwinblast/FX/Meshes/Heroes/Twinblast/SM_MuzzleCore_02.uasset new file mode 100644 index 00000000..97efc624 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Heroes/Twinblast/SM_MuzzleCore_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c821ad9d44cfd8bf4523f67af19cb82cbaeb4bdcbff02194cfbdb15b888585b +size 110278 diff --git a/Content/ParagonTwinblast/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset b/Content/ParagonTwinblast/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset new file mode 100644 index 00000000..3674ec61 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/MuzzleFlashes/SM_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b550b7700b75bb5fde3f54a559cf150ea62c4de0e8dec2064bddc1b0943707f3 +size 86752 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_1MeterSphere_MultiUVs.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_1MeterSphere_MultiUVs.uasset new file mode 100644 index 00000000..5d2e2e15 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_1MeterSphere_MultiUVs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa58e6fe87d74f59ff0c30ebe29c86e2cc94f8278585b8086ff933cfd27e9e25 +size 2431359 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_CameraBorderMesh.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_CameraBorderMesh.uasset new file mode 100644 index 00000000..02f8747c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_CameraBorderMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae0bedb8708d855e0acb71b027b28c1b00356d1348345fa10e1242f6a7770b4e +size 96561 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_PlasmaBall_2UVsets.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_PlasmaBall_2UVsets.uasset new file mode 100644 index 00000000..afb82eb5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_PlasmaBall_2UVsets.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ef34a62e7708089b0e8e024cac5bd50cee9037f84acd05ca78d9d77dadc737 +size 149054 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_ShockRing.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_ShockRing.uasset new file mode 100644 index 00000000..0f5eddd6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_ShockRing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1920a461e661b8cd006457255c866275234a13f37ffde0314654bf2e4605bd8 +size 301615 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_TwinblastFire_Spiral.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_TwinblastFire_Spiral.uasset new file mode 100644 index 00000000..98d39b9d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_TwinblastFire_Spiral.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bebca9dc9b9a210ad3806322df9d128ab7e8e995481967df624a3916800765ae +size 88527 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_Twinblast_Booster_cone.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_Twinblast_Booster_cone.uasset new file mode 100644 index 00000000..6a1d063b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/SM_Twinblast_Booster_cone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9415c4d4a518c917a6d106018be2a3857eaac9a03ea110bd0ff425b06b92788 +size 106764 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/S_Sphere_FlippedNormals.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/S_Sphere_FlippedNormals.uasset new file mode 100644 index 00000000..cea896ec --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/S_Sphere_FlippedNormals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36dbfff34b2b1801d2ebb1656af821646bd91550086d49aa300c95a99a32a67a +size 225272 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shapes/Sm_TwinblastMuzzleFlash.uasset b/Content/ParagonTwinblast/FX/Meshes/Shapes/Sm_TwinblastMuzzleFlash.uasset new file mode 100644 index 00000000..cc18a300 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shapes/Sm_TwinblastMuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b1c47f12d2852eece87fee20ec07500912990d218182125f4b90d3b75ceb611 +size 120331 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shells/SM_PlasmaShot_Shell.uasset b/Content/ParagonTwinblast/FX/Meshes/Shells/SM_PlasmaShot_Shell.uasset new file mode 100644 index 00000000..33b5b74c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shells/SM_PlasmaShot_Shell.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee231c09b9afee1b5adbf1f2b1319bc43d5ab65d5cb2b02ba0cc808b16b254f +size 130216 diff --git a/Content/ParagonTwinblast/FX/Meshes/Shells/SM_Twinblast_SimpleUltBullet.uasset b/Content/ParagonTwinblast/FX/Meshes/Shells/SM_Twinblast_SimpleUltBullet.uasset new file mode 100644 index 00000000..e42d930c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Shells/SM_Twinblast_SimpleUltBullet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf6ba74a0f4e847f67d1521eb6d0c139ebe3d924c6c5f29cb8733582bab7d5d +size 74005 diff --git a/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset b/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset new file mode 100644 index 00000000..03eb5b14 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_Plasma_Mesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9230fae976537eaf1234c6ff1539a4a4b8119b232ebafde9b187fc50957c89b1 +size 139762 diff --git a/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset b/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset new file mode 100644 index 00000000..265eba04 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_Plasma_Mesh_Reduced.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ef30f8db59d68b399e2f98caadaa6e7c64bdcbdf5bc020e04b999b601cbb8ea +size 140321 diff --git a/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_SmokeFlat.uasset b/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_SmokeFlat.uasset new file mode 100644 index 00000000..ad6be603 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Smoke/SM_SmokeFlat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9d6d76c6ba86ef537d63748e4107f8aea21366e4a0657fe0092dc93fe7c9e49 +size 356347 diff --git a/Content/ParagonTwinblast/FX/Meshes/Splines/M_Spline_Preview.uasset b/Content/ParagonTwinblast/FX/Meshes/Splines/M_Spline_Preview.uasset new file mode 100644 index 00000000..c376afbe --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Splines/M_Spline_Preview.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8de551e2992ca7a52987a103569c06a97a797c983a108ed6bc355aeff0634736 +size 83640 diff --git a/Content/ParagonTwinblast/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset b/Content/ParagonTwinblast/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset new file mode 100644 index 00000000..50e98b13 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Splines/SM_Forward_Burst_Splines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04afb5247db6ae1f38583cc94bb3593f095b87e7bd27306ae5719849aa54f246 +size 125187 diff --git a/Content/ParagonTwinblast/FX/Meshes/Splines/SM_Straight_Spline_100.uasset b/Content/ParagonTwinblast/FX/Meshes/Splines/SM_Straight_Spline_100.uasset new file mode 100644 index 00000000..7a1cbb0c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Splines/SM_Straight_Spline_100.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46add171ae5acc336dfc83dd5a0c69a709a2c6c294adcc9adb759f125af21f67 +size 99142 diff --git a/Content/ParagonTwinblast/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset b/Content/ParagonTwinblast/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset new file mode 100644 index 00000000..9dbb5811 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Splines/Smoke/SM_ExploSpline_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a86f3d07488595cba6cc5a85c24c141cb3372f24fc5605f6cbd6287fce485163 +size 82604 diff --git a/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset new file mode 100644 index 00000000..5a19b480 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterFall_RippleMeshes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33ba1b6b4e4627b25658f996a83cb56d4eccdc181374210ec90e8350c8de811 +size 492596 diff --git a/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset new file mode 100644 index 00000000..22d71634 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_ImpactCylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33076c000831b1003d10fb8e51c58f09ef7b26fcd310fbde3a4f699477c9da51 +size 232484 diff --git a/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset new file mode 100644 index 00000000..e4b99d86 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ac4ad8e55f838516870034b4ef5155ce56a2c62c7c64f5308250b80cf4dfce5 +size 229190 diff --git a/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset new file mode 100644 index 00000000..f433e346 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterImpact_Large_Cylinder_Reverse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f80035ad05f631fe5d3127ac1926499c6ce93c5aa2420e11bca1a579ba52248d +size 226256 diff --git a/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterSplash_Cylinder.uasset b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterSplash_Cylinder.uasset new file mode 100644 index 00000000..a8abba16 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Water/SM_WaterSplash_Cylinder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6f60f59d53152033428cdaf5ba7c1220bae4b8fd2252e3eea3795ca9a64cc82 +size 83403 diff --git a/Content/ParagonTwinblast/FX/Meshes/Water/SM_Water_Footfall_Average.uasset b/Content/ParagonTwinblast/FX/Meshes/Water/SM_Water_Footfall_Average.uasset new file mode 100644 index 00000000..fe8f7e71 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Meshes/Water/SM_Water_Footfall_Average.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2775702ed7e46c387cc6a3354c66c4d044eb34e83e04f4b023dff028c7f447e2 +size 113476 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Dive/FX/P_DiveBooster_Arms.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Dive/FX/P_DiveBooster_Arms.uasset new file mode 100644 index 00000000..d19c6d01 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Dive/FX/P_DiveBooster_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4d9aef3b792778abef58779b825d4e358744d5b5c0281866c94ef325c2071af +size 112075 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Dive/FX/P_DiveBooster_Kickup_XForward.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Dive/FX/P_DiveBooster_Kickup_XForward.uasset new file mode 100644 index 00000000..d5ced2c5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Dive/FX/P_DiveBooster_Kickup_XForward.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e063040e5315e8f45b4388282ea0625b06569eb9ac681c7a261c21de7be0c9f +size 373761 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ego/FX/Proto/P_Ego_Holographic.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ego/FX/Proto/P_Ego_Holographic.uasset new file mode 100644 index 00000000..908aab4e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ego/FX/Proto/P_Ego_Holographic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627bf219a56e002ae8618514b54a42c513e97d5aeba8569f2626c6fdb38557c6 +size 80510 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ego/FX/Proto/Proto_P_Ego.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ego/FX/Proto/Proto_P_Ego.uasset new file mode 100644 index 00000000..ee96c8e1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ego/FX/Proto/Proto_P_Ego.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8be3d9f0dd7cc66ec3edacb545012d3f319a6ff3aa21e1f5c4931d1953b52df +size 26937 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroActive_CameraFX.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroActive_CameraFX.uasset new file mode 100644 index 00000000..90b6fff5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroActive_CameraFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695d1e38cd37bacf76faa4bff1f7c90716e316d34022ea2b7a948427c87b8f23 +size 42764 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroActive_Chest.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroActive_Chest.uasset new file mode 100644 index 00000000..0581d9ad --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroActive_Chest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:086c789e1f3f124d766b8cfdd906cc68f7febc4e179836571359c3980da7f3b9 +size 85091 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroBooster_Arms.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroBooster_Arms.uasset new file mode 100644 index 00000000..bf19a5fc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroBooster_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f2b936ede353673f97143f50db6e2c34254724b5e724dcacd29b4f9cbb6694 +size 224361 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroBooster_Arms_Delayed.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroBooster_Arms_Delayed.uasset new file mode 100644 index 00000000..f0c79e9c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_NitroBooster_Arms_Delayed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3c7f8fd2b8d84d722cc6b193b9d212a2b216877c52e8573799b7976a7c43435 +size 222646 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_Bullet_Trail_Smoke_Spline.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_Bullet_Trail_Smoke_Spline.uasset new file mode 100644 index 00000000..0baffe4e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_Bullet_Trail_Smoke_Spline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bddb84657f41a9f0a80f40ef0e5d56082de7a9966cc6e20d69d0a1ba7b48fce +size 190289 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitCharacter.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitCharacter.uasset new file mode 100644 index 00000000..2fbe9875 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d1d668cdf6166ae21094f1de895d66eb0b311881a418bcdff47b30c5f61562d +size 262755 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitWorld.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitWorld.uasset new file mode 100644 index 00000000..3625337d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65541527058787b9fe8ac042ef5e267697cd25c3648a8117b8b449489a78112 +size 323175 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitWorld_Water.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitWorld_Water.uasset new file mode 100644 index 00000000..6573f9b8 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_HitWorld_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4740f1ccba71eccbc99306aea1203b6d738a2f91be3e734a9e0ba477c41f4e +size 500908 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_MuzzleFlash.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_MuzzleFlash.uasset new file mode 100644 index 00000000..77839ab2 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07f4494287f4acb41e0f2678777596a78845b737ba73eeaaf0312b1df94c0e25 +size 363731 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_NoHit.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_NoHit.uasset new file mode 100644 index 00000000..f12f327d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_NoHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b0288a3523abdce983176c59a435b192fdd3de1e763a8636ff67b3be1d33fb8 +size 339162 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_ShellEjectLeft.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_ShellEjectLeft.uasset new file mode 100644 index 00000000..f970adc9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_ShellEjectLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa60c99068d2532a5ff65a07b12952dfb160053a34b40288c8372781dad0aa16 +size 210312 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_ShellEjectRight.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_ShellEjectRight.uasset new file mode 100644 index 00000000..fe24c0f7 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_ShellEjectRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a795518b0b096d9a52bd895ad2390ba7415ff765a98c2abb4f3b97a39bae7d54 +size 210290 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_SteamReleaseArms.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_SteamReleaseArms.uasset new file mode 100644 index 00000000..2672191b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_SteamReleaseArms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d41f5bff0b2810f8b003564b7807aec138fadaa4425ba09242d3f8d1e9e6106c +size 305399 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_Trail.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_Trail.uasset new file mode 100644 index 00000000..8c57fb17 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d85a3bd79cfe00d832e3f57c6547010f3814321b9ed2bc8003bdd14632efc16 +size 87331 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_WeaponTrails.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_WeaponTrails.uasset new file mode 100644 index 00000000..c88f88a0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Nitro/FX/P_TwinBlast_Nitro_WeaponTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a16c9be0c35bd61623579290c225fd55ce8134f0c400cd266ad199158f77669 +size 179326 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Bullet_Trail_Smoke_Spline.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Bullet_Trail_Smoke_Spline.uasset new file mode 100644 index 00000000..25f2d9be --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Bullet_Trail_Smoke_Spline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:56d62ebd6adf38cc7ffc9408902a47562c161256877d7918e1557ccb45821a6e +size 190267 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitCharacter.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitCharacter.uasset new file mode 100644 index 00000000..40c89bbe --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6106ddd797bbac4f9b483d3f4465b5bd87dc6e8fd9e01eaee632e01a0ad8bd8 +size 270963 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitWorld.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitWorld.uasset new file mode 100644 index 00000000..1bbe3ded --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9a37a24b7aca027026918e3f1407cf67bb0ec5080e5b19f96b2289386ac74d9 +size 333428 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitWorld_Water.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitWorld_Water.uasset new file mode 100644 index 00000000..d63d79f1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_HitWorld_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42e24f860dc29def0245d8d1a34af6365104c37f1163fb6092dd8d6b3d32753a +size 470353 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_MuzzleFlash.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_MuzzleFlash.uasset new file mode 100644 index 00000000..9af85345 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d90a7610793d580f76f0383ca7f2198fdd3077e90f6816b170bc0d1369653f0 +size 428561 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_MuzzleFlashLeft.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_MuzzleFlashLeft.uasset new file mode 100644 index 00000000..3b96d73c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_MuzzleFlashLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe0ab2658117661ee5ef600b80cd6640a53435ab390d9fa8f6587e9f7a5947f +size 428307 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_NoHit.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_NoHit.uasset new file mode 100644 index 00000000..8a6f5c76 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_NoHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7091feeea46330fab39c8fce38b21433588c8033a0fac99f3752cb4bf2056ec7 +size 337891 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_Trail.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_Trail.uasset new file mode 100644 index 00000000..8f90445d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Primary/FX/P_TwinBlast_Primary_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d31790ed66cca7e58c9a85fb618c90139c10b617896da0d1a37e74c12a5132f0 +size 100610 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_Activate_Ult_Reticules.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_Activate_Ult_Reticules.uasset new file mode 100644 index 00000000..cb985d4e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_Activate_Ult_Reticules.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d3349819d9f8cf4fd4aab953798253e14d3829beb3687a038d3b0103134def +size 218548 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitCharacter.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitCharacter.uasset new file mode 100644 index 00000000..64c991ea --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitCharacter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91704aa7677da9b750c1dfeebd973c741701d8690dbaaaf8226420e49d3bd65b +size 373327 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitWorld.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitWorld.uasset new file mode 100644 index 00000000..0175019d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitWorld.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29b628420c401c79b4be3d08d82735df017249a3ad44d78520671de844636e4c +size 441771 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitWorld_Water.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitWorld_Water.uasset new file mode 100644 index 00000000..a19feb9b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_HitWorld_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8909ff0cc5d1322e5e8c855e5bae3227a07474a656a61942a980e1ff00f88d1f +size 473753 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ImpactedFX.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ImpactedFX.uasset new file mode 100644 index 00000000..5a7cd178 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ImpactedFX.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ffb7adb16dd5df04db67a30c6fd1059fb035c63b26f88db805cd60bbd135646 +size 270151 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_MuzzleFlash.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_MuzzleFlash.uasset new file mode 100644 index 00000000..5a6ae29e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63408159cd2f0f75648c2290988587ed622660f05fcb06265e6fdda3d98f767e +size 335623 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_NoHit.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_NoHit.uasset new file mode 100644 index 00000000..dfc9dd6f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_NoHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28260c9470474a13a7b7b18e21f2f5ba5c7051b8ec6391f23d40b1e4b22fbe45 +size 210816 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ShellEjection.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ShellEjection.uasset new file mode 100644 index 00000000..6fb65c4d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ShellEjection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe0ad9c15b9779db904d88ff9cbb1e50e0b737887b167c83f0024ff6b734e43 +size 200474 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ShouldersLooping.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ShouldersLooping.uasset new file mode 100644 index 00000000..a8bc1fc8 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult2_ShouldersLooping.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ded0e08eddc24f83ddbcc6218a1905cf2b1f6f9466bd5d32794b132758cf4f5 +size 313128 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult_Shoulders.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult_Shoulders.uasset new file mode 100644 index 00000000..4b1488f7 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ult_Shoulders.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e9d6f36a10030e6e79d0ea8e2eeff19a3f60d6d024b3b34b70a7dc653b0e65 +size 389521 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash.uasset new file mode 100644 index 00000000..d2030e87 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b85cae74a2bc965e7784a208be05c37efa7419c262adb759efdfa8b0afa922c1 +size 434485 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_L.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_L.uasset new file mode 100644 index 00000000..32fe72ff --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_L.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912b026df62cd6a49443c6a7ca0382558609929db1631291f789346f974412b2 +size 378224 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_L_Opponent.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_L_Opponent.uasset new file mode 100644 index 00000000..433735ed --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_L_Opponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f771db5946dc12dfa53b58786f0e0d4556b0e5c96e012dcec7ea8572621aa950 +size 292772 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_Opponent.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_Opponent.uasset new file mode 100644 index 00000000..03545033 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_TwinBlast_Ultimate_MuzzleFlash_Opponent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06ade4515a6789df1aeb1ca53f8e2153a497b6dd8d8a006563566b7d08e7237c +size 351287 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_Twinblast_Ult_End.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_Twinblast_Ult_End.uasset new file mode 100644 index 00000000..d37961ab --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_Twinblast_Ult_End.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a25e6cfb8cc449851c99898e0c17b293bae115d7e15d24e5787d2350e73a40f +size 61481 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_UltBooster_Arms.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_UltBooster_Arms.uasset new file mode 100644 index 00000000..a3018004 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/P_UltBooster_Arms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:823bc4b94feeebc9d507f34da822825014b13decede016f12f9d1c68d19f4ad4 +size 234194 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/p_Twinblast_Ult2_MultiTracers.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/p_Twinblast_Ult2_MultiTracers.uasset new file mode 100644 index 00000000..5d8c1b70 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/Ultimate/FX/p_Twinblast_Ult2_MultiTracers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87647de66bd3ec6d806c224e3373af442ecc5426389d7946a0863199a1370be9 +size 279697 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeBounce.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeBounce.uasset new file mode 100644 index 00000000..19d9ab27 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeBounce.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b25858940449ffa0030ddd7842f4bf0c6db3f6163d02d23b506db29e20a9a7 +size 58826 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeBounceSplash.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeBounceSplash.uasset new file mode 100644 index 00000000..68c78d5a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeBounceSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4e0616b63e04c14757bd46e238dbeaa9270ce77de12fb8603eafa042fafccf7 +size 305542 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeDirt.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeDirt.uasset new file mode 100644 index 00000000..c3f79493 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeDirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2f6c3f57952404c36f35cf0b243d8398a2bd80b816e0f671450e2ada673d57 +size 524383 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeRadial.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeRadial.uasset new file mode 100644 index 00000000..8ab6d66e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_GrenadeRadial.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6b244d9e37207849028f8ef63ef5ba0ac03f3f5268709b1cc54a90c8aee03c3 +size 976299 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_TwinBlast_VortexGrenade_ExplodeBallistic.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_TwinBlast_VortexGrenade_ExplodeBallistic.uasset new file mode 100644 index 00000000..df33d2a4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_TwinBlast_VortexGrenade_ExplodeBallistic.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1c8a3289b8993456cd759df507f891ed04804f1a20780f891a539e7e635fcf +size 1052918 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_Collider.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_Collider.uasset new file mode 100644 index 00000000..87e2fcf2 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_Collider.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79e6b8581c41ab7bc94089751bf040c7c81ee9f72774e4f2c720880678777137 +size 20238 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenadeAttach.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenadeAttach.uasset new file mode 100644 index 00000000..e6479d64 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenadeAttach.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2c99df85349312e351cff10498b9574a03914b4dc270bfc0ffb6cecf2d05358 +size 211265 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenadeFire.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenadeFire.uasset new file mode 100644 index 00000000..71283729 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenadeFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c664b3ab63b6612dd12597599bae05f74fd4ffae29bfb85a160b1f3988f6614 +size 122431 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenade_EngineIdle.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenade_EngineIdle.uasset new file mode 100644 index 00000000..77474c32 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenade_EngineIdle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:975b4ff77290bd4b620299b8534fc79ca7800af3dc55283e6ebda3e13b690d36 +size 108131 diff --git a/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenade_ExplodeWater.uasset b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenade_ExplodeWater.uasset new file mode 100644 index 00000000..40b8730a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/Abilities/VortexGrenade/FX/P_Twinblast_VortexGrenade_ExplodeWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a09981d04f115e460c74bc5f3341221a465bb59bf37f922d5c39267fb2731f5 +size 543321 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Cool_Techy_Sunglasses.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Cool_Techy_Sunglasses.uasset new file mode 100644 index 00000000..7ca30c61 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Cool_Techy_Sunglasses.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d907c8090e10f9b0d122ace377cb4327d15dd8f770d821f26f86e75e0cc33d7 +size 296842 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Cool_Techy_Sunglasses_Break.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Cool_Techy_Sunglasses_Break.uasset new file mode 100644 index 00000000..1d0491ac --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Cool_Techy_Sunglasses_Break.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b73f1c1538fda8da86a3c347b8de3e96dafcf43a6cbf70935866943fa5ddf4bd +size 353511 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_DiveBooster_Arms_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_DiveBooster_Arms_Summertime.uasset new file mode 100644 index 00000000..a06e5bb5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_DiveBooster_Arms_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4d890512405d7ff2dd7ae0eaea53caef6327a4a8817cf322e8b1b2df37bfeb5 +size 482206 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Ego_Arms_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Ego_Arms_Summertime.uasset new file mode 100644 index 00000000..018678ba --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Ego_Arms_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9c9d511c79d286617a8059a5903d8f1b26d1b7ac40eb10b0e9a7f6c0e3f301a +size 206521 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Ego_HoloBlue.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Ego_HoloBlue.uasset new file mode 100644 index 00000000..e98673f4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Ego_HoloBlue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88132130599fdf7e819f7e5c27f59baa47aba4f0e89f6b132d6a2550a75c0e1b +size 80431 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_NitroBooster_Arms_Delayed_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_NitroBooster_Arms_Delayed_Summertime.uasset new file mode 100644 index 00000000..a19e67c4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_NitroBooster_Arms_Delayed_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a78f2eee4328fa65f7c388c892c11e628eeb96e69ece0e29fdabc6e7b0e9e546 +size 214686 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_NitroBooster_Arms_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_NitroBooster_Arms_Summertime.uasset new file mode 100644 index 00000000..106a18ba --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_NitroBooster_Arms_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2afde2119c7a18ef0ce8f68a9bd7d1d30ce88bb8bec62d7860b4c5721f0cae +size 189514 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TBsummer_Rad.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TBsummer_Rad.uasset new file mode 100644 index 00000000..3af541aa --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TBsummer_Rad.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6793bf9ffc58000eed7c45d6bf6fc698a953c8b090bd0f2e27765b6c9002c532 +size 835288 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TBsummer_dirt.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TBsummer_dirt.uasset new file mode 100644 index 00000000..96cfe200 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TBsummer_dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff0c42925d1e8cf30a94f9a3d77e53f00f667d78f4dac7f9aaca9daf6a7e7e12 +size 466890 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_Muzzle_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_Muzzle_Summertime.uasset new file mode 100644 index 00000000..ec17e48e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_Muzzle_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c41057cfbbe099f97dcd257105786561ea871346a62b65ff91856cb61e87e2f0 +size 312153 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_SteamRelease_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_SteamRelease_Summertime.uasset new file mode 100644 index 00000000..98ea2797 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_SteamRelease_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ae543485a6cd03f0fec49c6676edee4e1ca8f7e0efabbb1cbe232b0078f5a0 +size 219692 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_Trail_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_Trail_Summer.uasset new file mode 100644 index 00000000..cbb41b6c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Nitro_Trail_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82808540d0edda33969dcbb127fe15f9fea805679fcb2e0722604e2c44fb9311 +size 267478 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_HitCharacter_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_HitCharacter_Summer.uasset new file mode 100644 index 00000000..a3ec294c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_HitCharacter_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a1a90569d82119d436ef3ab18eb7ccae538f4e08d7f518cb77ced2ad9ef132 +size 370012 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_HitWorld_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_HitWorld_Summer.uasset new file mode 100644 index 00000000..2a189ab3 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_HitWorld_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1a58b0c6962ac71bbb310068b9ddcb8fa94ac6c7c60c5b8994d96eda36c842c +size 431393 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_Muzzle_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_Muzzle_Summertime.uasset new file mode 100644 index 00000000..fa79c614 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_Muzzle_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf26bde76c31015e13ea599e767c3783e0d6e13fe8d9013d973666b35e1cf82 +size 337023 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_NoHit_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_NoHit_Summertime.uasset new file mode 100644 index 00000000..444e7e7f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_NoHit_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d7e6889203473f8a758a21185637204162789301abe04df85d593b81d3aba1f +size 104552 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_Trail_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_Trail_Summer.uasset new file mode 100644 index 00000000..f3d70c8f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Primary_Trail_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7755f43b9a282f213ce4a73c1e636f571eebabcf6848bc4d31cd03ca91b6d92e +size 289594 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Squirt_Muzzle_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Squirt_Muzzle_Summertime.uasset new file mode 100644 index 00000000..3314c1eb --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Squirt_Muzzle_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8045cf3d7ab17020a359f82d8ebd81d25db6e1df94363d858b1e8629bb11c898 +size 150982 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_Drips.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_Drips.uasset new file mode 100644 index 00000000..85681598 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_Drips.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:925ce1686b627d9c51c1fa4e91155b579ea6a90da6b61abf97efb90754688f00 +size 119204 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_HitCharacter_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_HitCharacter_Summertime.uasset new file mode 100644 index 00000000..c7931a45 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_HitCharacter_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a5ee8be7a47bf1f51b524f287d5a46d624cb44f77fc4ef9dbdc4cf9ed2e65d +size 398945 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_HitWorld_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_HitWorld_Summertime.uasset new file mode 100644 index 00000000..1b0de70e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_HitWorld_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f10faa8e6c4cc48603ee78b672c3cd52f9ace62c2806ce819b7e165dca93b14 +size 404001 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_Muzzle_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_Muzzle_Summertime.uasset new file mode 100644 index 00000000..4fe82a35 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_Ult2_Muzzle_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21669eaf00dc04a3731612d401d1248163e71f0b16b545880bdc474b4a56ce1a +size 328954 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_VortexGrenade_Explode_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_VortexGrenade_Explode_Summer.uasset new file mode 100644 index 00000000..041ed9bf --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_VortexGrenade_Explode_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a84736f140ae92835ea84ca103c03052efca8246734ca3195cb5a82c7a9b240 +size 926813 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_VortexGrenade_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_VortexGrenade_Summertime.uasset new file mode 100644 index 00000000..115b2c9e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_TwinBlast_VortexGrenade_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaad5c5149cabc1cbca0f9fd5d1d945b50035d79ea4a114dc0a6dbdd996583d1 +size 218699 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenadeFire_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenadeFire_Summer.uasset new file mode 100644 index 00000000..e6626341 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenadeFire_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75056b178753fc97fa102eb2167a2456b99651f16f73d7c4e92f354e985e7790 +size 195583 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_ExplodeWater.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_ExplodeWater.uasset new file mode 100644 index 00000000..5faf1e0e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_ExplodeWater.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7941ac1f4680e2daa411226760bc3d7bcea11599b9ab608fe99ef102e522b7 +size 617155 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_HitWorld_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_HitWorld_Summer.uasset new file mode 100644 index 00000000..8313f7ef --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_HitWorld_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b6ff45b2cd46b11443e4ede04e4299cd29d8c1c39198bc3a7daaca1c39cdc98 +size 236325 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_Targeting_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_Targeting_Summer.uasset new file mode 100644 index 00000000..53b3e462 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VortexGrenade_Targeting_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0e2af22195d4d1e60dbdd213bf009f3ed46282c3868f8bc9443821102ff4f5 +size 109118 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VrtxGrnd_ExploWater_Summertime.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VrtxGrnd_ExploWater_Summertime.uasset new file mode 100644 index 00000000..217afc2d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/P_Twinblast_VrtxGrnd_ExploWater_Summertime.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c552e8a7d056e7b7cd81c5f969017745bd17422b79c2f16fba20309d81fb5f4f +size 617159 diff --git a/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/p_Twinblast_Ult2_MultiTracers_Summer.uasset b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/p_Twinblast_Ult2_MultiTracers_Summer.uasset new file mode 100644 index 00000000..29ade2c8 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Particles/SummerTime/FX/p_Twinblast_Ult2_MultiTracers_Summer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de877d54cc27395a19ada976b14fb5038bce7a3445641d667053c839d77c3b69 +size 236737 diff --git a/Content/ParagonTwinblast/FX/Textures/Coords/T_Smoke_Detail.uasset b/Content/ParagonTwinblast/FX/Textures/Coords/T_Smoke_Detail.uasset new file mode 100644 index 00000000..bfb1193f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Coords/T_Smoke_Detail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e08100f8debba7a80f3d53762bc8de6b1aa11dfcb9d0785d35a87426bbad3862 +size 307594 diff --git a/Content/ParagonTwinblast/FX/Textures/Coords/T_Swirl_FlowMapDiffTile_Warp.uasset b/Content/ParagonTwinblast/FX/Textures/Coords/T_Swirl_FlowMapDiffTile_Warp.uasset new file mode 100644 index 00000000..2a1b0a75 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Coords/T_Swirl_FlowMapDiffTile_Warp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b39df1b31353e98fba5a2c536dd3754242c7a4f073370a575653ee5a0135ed58 +size 257163 diff --git a/Content/ParagonTwinblast/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset b/Content/ParagonTwinblast/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset new file mode 100644 index 00000000..3128ca48 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Coords/T_Turbulence_AdditiveWarp_Linear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43cecd00d65fbade537ba9f9edff87ebf87d5a4d89f960e71a66dfa46f6963b5 +size 1572214 diff --git a/Content/ParagonTwinblast/FX/Textures/CubeMaps/T_Agora_Cube_Small.uasset b/Content/ParagonTwinblast/FX/Textures/CubeMaps/T_Agora_Cube_Small.uasset new file mode 100644 index 00000000..46ada031 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/CubeMaps/T_Agora_Cube_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3b2a7aa41e14327c62f8c587f2ffc1a30e2783f936c062876b57cc9c7a971f5 +size 127351 diff --git a/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset b/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset new file mode 100644 index 00000000..429c1da3 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_AO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2fa259c7d44bfc829df632ec173ab93744fbd93275470e55d34723b314239e1 +size 188639 diff --git a/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset b/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset new file mode 100644 index 00000000..fe8513a4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26753f1dc688b7a40d186a4becc7af78c1dc62dd4efe61fd2beeee894fef19ef +size 254761 diff --git a/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset b/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset new file mode 100644 index 00000000..796a7cbd --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debris/T_Concrete_ChunkSubUV_N_TGA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dca20d8ad53397c005f6212bfea9afe86d8856734e2bcb253b83e0604139f1e8 +size 389083 diff --git a/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris.uasset b/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris.uasset new file mode 100644 index 00000000..3041e879 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211877996e799d812707289f60e2c6a20ff87e9fee9cb0ced6be7942d1f89323 +size 99920 diff --git a/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris_Blur.uasset b/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris_Blur.uasset new file mode 100644 index 00000000..8e51b8f6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris_Blur.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ccaa06150b5d003fcaf80f1a400c3c0afd4ef7f1c5e2b27f4bc68ae9fde70e5 +size 115294 diff --git a/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris_Blur_A.uasset b/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris_Blur_A.uasset new file mode 100644 index 00000000..4028f2c1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debris/T_Debris_Blur_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8dcd77ab21601bfd7aedfdb00314b7824fde5ac68daa5085eae1a91dc340734 +size 66662 diff --git a/Content/ParagonTwinblast/FX/Textures/Debug/T_Debug_BlockGradient.uasset b/Content/ParagonTwinblast/FX/Textures/Debug/T_Debug_BlockGradient.uasset new file mode 100644 index 00000000..4c8cf9d1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Debug/T_Debug_BlockGradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a461a7cad473edda93a41641060411a74026b70cd140b15a9011d4fe7976320 +size 3797 diff --git a/Content/ParagonTwinblast/FX/Textures/Energy/Electricity/T_Electrical_Lens_C.uasset b/Content/ParagonTwinblast/FX/Textures/Energy/Electricity/T_Electrical_Lens_C.uasset new file mode 100644 index 00000000..b763ad8e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Energy/Electricity/T_Electrical_Lens_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0709f05e2b99435b76f31af04cd96ce1f0ad786d198b9c796efecf3ccbac4872 +size 739854 diff --git a/Content/ParagonTwinblast/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset b/Content/ParagonTwinblast/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset new file mode 100644 index 00000000..93c3617e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Energy/Electricity/T_lightning_burst_pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c62fd4b0996466c6659948c9fb3f39b1919074502c65304e007370e1ffe298e3 +size 602553 diff --git a/Content/ParagonTwinblast/FX/Textures/Energy/Plasma/T_Twinblast_Poster_Tendrils_v1_Seamless.uasset b/Content/ParagonTwinblast/FX/Textures/Energy/Plasma/T_Twinblast_Poster_Tendrils_v1_Seamless.uasset new file mode 100644 index 00000000..cad641db --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Energy/Plasma/T_Twinblast_Poster_Tendrils_v1_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0781ddffa4f9aba48bf803d985b666c6cfad9286cc70a1709f6043daee842db8 +size 3447345 diff --git a/Content/ParagonTwinblast/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset b/Content/ParagonTwinblast/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset new file mode 100644 index 00000000..b1ba7630 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Environment/Snow/T_Snow01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:016929a1129dca52bf21ef445be51f1d42f6eb05235b5147b7eeee6d38d5facb +size 72781 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1.uasset new file mode 100644 index 00000000..44930c4c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e4b753cba77920799e8e4bd89675147a463a34d85f22b9dd208fded36d401a8 +size 5214514 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Depth.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Depth.uasset new file mode 100644 index 00000000..0efc6a32 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e78bcee966d6cfc86a5301727ee110879a01531f658787e92c2ea4e5cd96efc5 +size 2169944 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Normal.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Normal.uasset new file mode 100644 index 00000000..11f86781 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df4dcfaf9cf8d0239bfb5041da73a1e7ff05ab820895777883076700cc59423b +size 3919496 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Temperature.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Temperature.uasset new file mode 100644 index 00000000..6a976057 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/T_Explosion_Test_v1_Temperature.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17cc537ec49bcd5bed46720526bf6a6d8c183d1194dc542283ef2a8e8f0c61b8 +size 1817650 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/T_FireBall.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/T_FireBall.uasset new file mode 100644 index 00000000..9e4af58b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/T_FireBall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b0fd113d7c4b9c81c38c98c2d423259c987ef9d1990fc42f72783f032433d6f +size 338751 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Depth.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Depth.uasset new file mode 100644 index 00000000..eba802e6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed46965c20f1e88c510e8fd7dd6cc534a089fd280d897ca824e8a226db2f3409 +size 2319524 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_E.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_E.uasset new file mode 100644 index 00000000..07fa75b3 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d4d349dd9559c234176e5814845f12825dcfaa6fcc3226002fc0c634b7653b +size 1736200 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_N.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_N.uasset new file mode 100644 index 00000000..f094e44d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5552ddc77af94fd727713ef44603d1a6487bb450eb72623e63f53b8c9fc32530 +size 2870769 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_Depth.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_Depth.uasset new file mode 100644 index 00000000..89562836 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d44847ddeb722cecc31dd97f19eba68940cfb25c07fdec27cd9c38a36ee3ccb1 +size 3209027 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_E.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_E.uasset new file mode 100644 index 00000000..091f36f2 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355ce9550ade4a7c3c363eb1bb0fb9e3ea6a4fea38ff13f94d4ece2b6c8317c8 +size 2564981 diff --git a/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_N.uasset b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_N.uasset new file mode 100644 index 00000000..ccbf932d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Explosions/Twinblast/T_FireBall_07D_Top_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf7fb156c9207a1884d6f4babe94b52826fbfcccfe4cca44c94fc1a4d5a55af +size 4930355 diff --git a/Content/ParagonTwinblast/FX/Textures/Fire/T_FireNoiseTile_02.uasset b/Content/ParagonTwinblast/FX/Textures/Fire/T_FireNoiseTile_02.uasset new file mode 100644 index 00000000..885759ee --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Fire/T_FireNoiseTile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2bd0cd730dc527733a1a8658efbd6d6da5138cd417f7678f20e66457dd8c528 +size 728254 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare07.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare07.uasset new file mode 100644 index 00000000..5c0937dc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1fb07e4463e5a8761f05689b5f19788680d616d47f2abd070fda0f4aab5e28 +size 1371435 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare14.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare14.uasset new file mode 100644 index 00000000..e412cfe1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7e1443bfd566056c019e8a6a8317af31d5bd9dee51d75a8b9988212140bfcf5 +size 92364 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare19.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare19.uasset new file mode 100644 index 00000000..03962871 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/Org_A/T_LensFlare19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa1b55012f983ad9e3f18bd983874e5bf766e28382b3b9a84f64e00d32f6df9 +size 203996 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/T_FlareElements_01D.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/T_FlareElements_01D.uasset new file mode 100644 index 00000000..712a32b9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/T_FlareElements_01D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d388884eec2f2a3e40813f569ee266e0c70ad02420e60583e042b82e16ffed +size 235762 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/T_FlareWide_04.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/T_FlareWide_04.uasset new file mode 100644 index 00000000..113d4059 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/T_FlareWide_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:273995e3418b64dbd938ce9e7019f07fde1757d72980c39fabfef337d29d6c7f +size 384137 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/T_Flare_Spikeball.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/T_Flare_Spikeball.uasset new file mode 100644 index 00000000..b0856c40 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/T_Flare_Spikeball.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1337f22d6786ec5233c041df9518418c5cf53843c5f1765cf826a0742c4f546f +size 373625 diff --git a/Content/ParagonTwinblast/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset b/Content/ParagonTwinblast/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset new file mode 100644 index 00000000..71008b28 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Flares/T_Glow_Sphere_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3ee45ca5d6d396f6ba46a5d25485332b1d13d5398b94e377d5e3423393e08f9 +size 53963 diff --git a/Content/ParagonTwinblast/FX/Textures/Gradients/Color/T_Twinblast_Prism_03.uasset b/Content/ParagonTwinblast/FX/Textures/Gradients/Color/T_Twinblast_Prism_03.uasset new file mode 100644 index 00000000..be6fc12c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Gradients/Color/T_Twinblast_Prism_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1aa7f33ec6621d2fcbaa187347b816f86d446a14cf4a3987c216b374d27401f7 +size 4860 diff --git a/Content/ParagonTwinblast/FX/Textures/Hero_Specific/T_Twinblast_Glasses_MASK.uasset b/Content/ParagonTwinblast/FX/Textures/Hero_Specific/T_Twinblast_Glasses_MASK.uasset new file mode 100644 index 00000000..0a74af71 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Hero_Specific/T_Twinblast_Glasses_MASK.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e0427c71f8af1d0703ac24f12f3615a295f38720a5aa07277f572709fb0735 +size 59985 diff --git a/Content/ParagonTwinblast/FX/Textures/Hero_Specific/T_Twinblast_Glasses_occlusion.uasset b/Content/ParagonTwinblast/FX/Textures/Hero_Specific/T_Twinblast_Glasses_occlusion.uasset new file mode 100644 index 00000000..2a904ef8 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Hero_Specific/T_Twinblast_Glasses_occlusion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b45a4f680a1d43660a1403465df93e1a5a0179849d7c9b036b836ed002d75c95 +size 232184 diff --git a/Content/ParagonTwinblast/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset b/Content/ParagonTwinblast/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset new file mode 100644 index 00000000..7e6c2426 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Liquid/T_Drop_Hard_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f1a0794ffc4c98e3637fdeed92ccb7fe7859a2099de05587c75022a40551d8 +size 20404 diff --git a/Content/ParagonTwinblast/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset b/Content/ParagonTwinblast/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset new file mode 100644 index 00000000..24e9af71 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Liquid/T_Drop_Hard_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b485015c0a634dd912e15afabfb4dcff876c5cccac9e46631baacb2b7315cecd +size 160336 diff --git a/Content/ParagonTwinblast/FX/Textures/Liquid/T_Liquid_Reflection.uasset b/Content/ParagonTwinblast/FX/Textures/Liquid/T_Liquid_Reflection.uasset new file mode 100644 index 00000000..a9e840a4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Liquid/T_Liquid_Reflection.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2bfc70d2325bf02fbf27ee9203a868987cdf1c45cbb02f7c34ee8a283f93168 +size 55984 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_Beam_Gradient_02.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_Beam_Gradient_02.uasset new file mode 100644 index 00000000..e194ab3b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_Beam_Gradient_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87e77080f0164b7f40dfdc50e9c43b9c7e5fd83c2c1392cb5868429ab4b91458 +size 4475 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_ConeRadial_Mask.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_ConeRadial_Mask.uasset new file mode 100644 index 00000000..c77267e6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_ConeRadial_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5670d6b181e496f66704ff918f6d395c511e17e4391c40d8f7aba02608115fed +size 271439 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_DecalMask_Radial01.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_DecalMask_Radial01.uasset new file mode 100644 index 00000000..46918d29 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_DecalMask_Radial01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7f565a623048f746d35d04d4c35b055f558eb1739a1d1958b855ea0c3f057c +size 63321 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_EngineFlameMask.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_EngineFlameMask.uasset new file mode 100644 index 00000000..9541a6ff --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_EngineFlameMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd349b2612eb0e27db097d9224df1c4e23c828f0a0ac437cdbff09b2c36460b +size 304501 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_EngineFlameMechMask.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_EngineFlameMechMask.uasset new file mode 100644 index 00000000..31aebcc6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_EngineFlameMechMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0da2381a14e9371d492be474be4f8e4092a9156b6c906bcf818b6684f1d30b +size 37599 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_NoisyRamp.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_NoisyRamp.uasset new file mode 100644 index 00000000..12957be1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_NoisyRamp.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f664eef556d8a98f32cb6a70881fda420508cdb9b813f0fc45fee7e3f806c7 +size 310029 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_PlasmaMask_01_Packed.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_PlasmaMask_01_Packed.uasset new file mode 100644 index 00000000..fe5461ff --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_PlasmaMask_01_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84fa34824bb808946594284caba17113577284c5d8923f214254740b5525f2ce +size 622228 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset new file mode 100644 index 00000000..2bcd1d9e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_SmokeTrailCoord1_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6439a811dc174334f490c44a8c4f7dd11e0946410fcde63022305fe7501d48b4 +size 59924 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_SoftEdge_M.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_SoftEdge_M.uasset new file mode 100644 index 00000000..97fc7cb0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_SoftEdge_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3802fadcf8781ee9b2178b93ad1249ff0ecba378735f504adc50ae5b331ab346 +size 384962 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_Sphere_A.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_Sphere_A.uasset new file mode 100644 index 00000000..23ac6889 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_Sphere_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7d9dd0f3b8743d5a21f4712c97673b083c1d26c34346bc87385d437e1075ad1 +size 69110 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_SplineThickness_Mask.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_SplineThickness_Mask.uasset new file mode 100644 index 00000000..6381ce83 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_SplineThickness_Mask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b1c0b6672cf5e569dc15d4a9624bdf87e90c16bf3a7dd2ca84cbd4660547db6 +size 71296 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_Square_Gradient_M.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_Square_Gradient_M.uasset new file mode 100644 index 00000000..a1c3991c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_Square_Gradient_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e584a56dafbabd363160b14526d19743b73b63d2a458e00dffcdb6dcc125e4b +size 385562 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_TankMoteNoise.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_TankMoteNoise.uasset new file mode 100644 index 00000000..634a6136 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_TankMoteNoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c4a919378ba1aeb02ceda6cc9f18ece9ad7dbe8e4036cc806e730ebb4a0c830 +size 186617 diff --git a/Content/ParagonTwinblast/FX/Textures/Masks/T_Twinblast_ImpactDecalSplashEmissiveMask.uasset b/Content/ParagonTwinblast/FX/Textures/Masks/T_Twinblast_ImpactDecalSplashEmissiveMask.uasset new file mode 100644 index 00000000..7cd398f9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Masks/T_Twinblast_ImpactDecalSplashEmissiveMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703a3c5b99240ba23fb81385f5aa90d32f743dda689cc7b88205d2e27a309673 +size 224164 diff --git a/Content/ParagonTwinblast/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset b/Content/ParagonTwinblast/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset new file mode 100644 index 00000000..f919647d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/MuzzleFlashes/T_Muzzle_Flash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e03d1e4b51d610e00f71756b9d525370d653e6a61c9f9fcb687883613a2b983d +size 116867 diff --git a/Content/ParagonTwinblast/FX/Textures/NormalShapes/T_Sphere_Edge_N.uasset b/Content/ParagonTwinblast/FX/Textures/NormalShapes/T_Sphere_Edge_N.uasset new file mode 100644 index 00000000..a6674c1e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/NormalShapes/T_Sphere_Edge_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22003bdfe244fd1cf2fc698de04814f59e3c8496f2a013bc72eccf24d7b48e7b +size 157339 diff --git a/Content/ParagonTwinblast/FX/Textures/NormalShapes/T_Sphere_N.uasset b/Content/ParagonTwinblast/FX/Textures/NormalShapes/T_Sphere_N.uasset new file mode 100644 index 00000000..fcad7f04 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/NormalShapes/T_Sphere_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0708d53933c0c4244c2b8ebdd9170dcdc799a303e8da0141de2acf9daf13b77b +size 88641 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_Dust_Single_01.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Dust_Single_01.uasset new file mode 100644 index 00000000..06fc9d78 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Dust_Single_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b76f13bc976d9712df04b23b7aa1157e62fdf2779a50f629f02055e5426cb657 +size 149761 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04.uasset new file mode 100644 index 00000000..803a8e0c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb3d5e2687bdc1772e02c24d51f13efc219518976b319570919b0af103fb8c96 +size 3784468 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset new file mode 100644 index 00000000..d1eba8ba --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97e141fe25b2d7eff96398fd017257696865cc3855d928ef176590269d00818d +size 3797097 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset new file mode 100644 index 00000000..f3a58a50 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_FluidSmoke_04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ffddcb337d0e4cf344e0ddb50a2f7fd80e9e353408d095b50db40f03b3c15c6 +size 5637038 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset new file mode 100644 index 00000000..99908aaf --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeMask_Test.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8525cb5bfb33be2b33becea92aa0cb4afe65079a4b027de036b6223f1af561 +size 2224150 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeTile.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeTile.uasset new file mode 100644 index 00000000..0a69dc5f --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e679e2cd5289ed6b76b5d4da486d1cf1237e1f2d2a0e0075062a98101e70cd74 +size 3536417 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeTile_N.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeTile_N.uasset new file mode 100644 index 00000000..6bbaea82 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_MinionSmokeTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35df9cf8819cfe2477115aea7f969ddd65d8088eda48f2695a01dac1c6cb62b4 +size 7481636 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset new file mode 100644 index 00000000..53a08e56 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00ed2729a429f7106b08526b08cf0f690b42e4705dde362e67bd5ded6f64963 +size 2609866 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01_Depth.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01_Depth.uasset new file mode 100644 index 00000000..d3ac28d3 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a173a6675d63ea850f2a9a9fe935ad3fcd07a8384369e0028cf70bbd454a218a +size 3709762 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01_N.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01_N.uasset new file mode 100644 index 00000000..9e61530c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeJet_Element_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df11429febdcef7f7ed1d7221bd1bc25f681ce7ddfa96a707c6b8e6c74d7790c +size 9293201 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_02_Height.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_02_Height.uasset new file mode 100644 index 00000000..86670346 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_02_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f7dd4b59a59adcb02fd47cd606fb86c64ee6a70fcde9dcc23aa444a99f0eeb8 +size 782950 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset new file mode 100644 index 00000000..b972f55b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03B_N_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6f4a8a4723d6908143c46ac437f983e7bcda1c522844b7043665a4cff068ecd +size 570255 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset new file mode 100644 index 00000000..65c5db57 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Height_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22d91e7b70cbacf26dc722d8788013ee034415d69e0cfd12b9f3ac56d8606fe +size 505503 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset new file mode 100644 index 00000000..f7ff8daa --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c72fdb44555727e9a6755edcf341abe85ce0855366680d910a6c0c573a2d2eb +size 417661 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_Soft_N_TILE.uasset new file mode 100644 index 00000000..4d778ff5 --- /dev/null +++ b/Content/ParagonTwinblast/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:c5080fda82f9f99ce4bdcdc94ca3536df94bcd339492f91b4e440845670583aa +size 636311 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset new file mode 100644 index 00000000..4ffc99b5 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SmokeTile_Strip_03_TILE.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f30e03ab0810663e5fee7f8f4a1ff1e0ea446652cc12e8ebbebc6d57921303a +size 648637 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_Pack.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_Pack.uasset new file mode 100644 index 00000000..e9d2fd9b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_Pack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad9d614ab56cfcc641eeb9ad7d0f26b0fbf386856fc1e2713d66656e1d3f0b1d +size 1389848 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_Trail.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_Trail.uasset new file mode 100644 index 00000000..29dff356 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_Trail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cb85605d04a4fc4b2b191d78d3aeb0cfa5b8477d3bb9718aa760c9c48e1a3c +size 31232 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_VDMap.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_VDMap.uasset new file mode 100644 index 00000000..a5a854f1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Smoke_VDMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6a6bb5ec0e5a1b93316733978a070807af5cb61e4ab547b4d9279311403f4d8 +size 131790 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke.uasset new file mode 100644 index 00000000..5deb31dc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1474b8d53dddd52cc11d93fce8d0270445ae7bc9bbced61ccd3121dca6e50159 +size 2107109 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke_04.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke_04.uasset new file mode 100644 index 00000000..11ea5fe6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:715a73db499d0f418b57fcbf017bec4b639a7b3a9d62e6a8375f0fb9b8805cb8 +size 2375335 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke_Mask_01.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke_Mask_01.uasset new file mode 100644 index 00000000..85758188 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_SoftSmoke_Mask_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a02ba497f7d8e73aba26639077827cc8b996bfd456fd6974cfe1192d9be52ef +size 1008019 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_Steam_05_2048.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Steam_05_2048.uasset new file mode 100644 index 00000000..83b62913 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_Steam_05_2048.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e913987a97030ff70a12731512d38fd01035886c0f338559c3447cc0eb26636 +size 2006004 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_TilingClouds_01.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_TilingClouds_01.uasset new file mode 100644 index 00000000..27a55f61 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_TilingClouds_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75196c6f324c70652348076ef205e4bf5df656daa1b93b76b1561e9d65ad3a03 +size 512567 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset new file mode 100644 index 00000000..cf9a1c03 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_WispySmoke_V2_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b37ac2de4703f7ccfda8cdc4ff00e5c8b331efaf98f41bbd44e9bc9be8622f28 +size 11375029 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset new file mode 100644 index 00000000..0f773840 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_WispySmoke_V2_OCC+Alpha.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61c5009bc8068efda9015f2731635d4d17fd9e1317f5392d3f41fb65081fbd1 +size 12024902 diff --git a/Content/ParagonTwinblast/FX/Textures/Smoke/T_dust_cloud_01.uasset b/Content/ParagonTwinblast/FX/Textures/Smoke/T_dust_cloud_01.uasset new file mode 100644 index 00000000..88ea9905 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Smoke/T_dust_cloud_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41f0fa259c23a64dfbb82fec6743b1bdb5122de58f52abbed2b3c75b9de0ebe1 +size 634143 diff --git a/Content/ParagonTwinblast/FX/Textures/Sparks/T_SparkSingle.uasset b/Content/ParagonTwinblast/FX/Textures/Sparks/T_SparkSingle.uasset new file mode 100644 index 00000000..a995b720 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Sparks/T_SparkSingle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e82e2ecc2a051da736051c25c8e8b55de3d28b146cca1b0af721c1800e9cdee3 +size 45483 diff --git a/Content/ParagonTwinblast/FX/Textures/Sparks/T_Spark_Soft.uasset b/Content/ParagonTwinblast/FX/Textures/Sparks/T_Spark_Soft.uasset new file mode 100644 index 00000000..10976afc --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Sparks/T_Spark_Soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6289dfda483e43c79525fdcf4964ee21a771b359235cfd0961575aa5068374f6 +size 208150 diff --git a/Content/ParagonTwinblast/FX/Textures/Sparks/T_SparksPhoto.uasset b/Content/ParagonTwinblast/FX/Textures/Sparks/T_SparksPhoto.uasset new file mode 100644 index 00000000..293a8bfa --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Sparks/T_SparksPhoto.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af7ce306104ffdfede1c112f1afba7a8c0f9725e808bab64f67c7ea556f3517f +size 526775 diff --git a/Content/ParagonTwinblast/FX/Textures/Sparks/T_StretchSpark_01.uasset b/Content/ParagonTwinblast/FX/Textures/Sparks/T_StretchSpark_01.uasset new file mode 100644 index 00000000..04264a03 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Sparks/T_StretchSpark_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e9a8d49880b4b940b9f26cdec7d5494a0311775db9bf4f916a9c28c47928735 +size 84225 diff --git a/Content/ParagonTwinblast/FX/Textures/Targeting/T_Circular_Reticules_Packed.uasset b/Content/ParagonTwinblast/FX/Textures/Targeting/T_Circular_Reticules_Packed.uasset new file mode 100644 index 00000000..3a0d366d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Targeting/T_Circular_Reticules_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0729328666b2f248e26033a847af59774b58276b7ff6a93602240d27720e1ed2 +size 229505 diff --git a/Content/ParagonTwinblast/FX/Textures/Tech/T_Eye_Iris_M.uasset b/Content/ParagonTwinblast/FX/Textures/Tech/T_Eye_Iris_M.uasset new file mode 100644 index 00000000..4b420da0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tech/T_Eye_Iris_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e5a7506c362cf835dc0972b4c5731fce178feac5a7e0decb9d21ab431ab2da +size 662065 diff --git a/Content/ParagonTwinblast/FX/Textures/Tech/T_Techy_Holo_Reticle.uasset b/Content/ParagonTwinblast/FX/Textures/Tech/T_Techy_Holo_Reticle.uasset new file mode 100644 index 00000000..f80617c7 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tech/T_Techy_Holo_Reticle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c65585f3beb6b4e6f075054333ffc45a0781cffeb844a56b682c02f9076b8928 +size 178862 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset new file mode 100644 index 00000000..beac8f67 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Cloud/T_Cloud_Wisp_Chromatic_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db76283e10fdb6acbdef8b59841edff35ff2f43dd28762daea2be734e73c18a0 +size 1742156 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Energy/Plasma/T_Twinblast_Poster_Tendrils_v2_Seamless.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Energy/Plasma/T_Twinblast_Poster_Tendrils_v2_Seamless.uasset new file mode 100644 index 00000000..c290c7cd --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Energy/Plasma/T_Twinblast_Poster_Tendrils_v2_Seamless.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7079641699fc800ae6fe4fb7c599b85092cecadf3c2dac28365ce34f062e73ab +size 4299032 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset new file mode 100644 index 00000000..704a5bf9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_2ndInfectedMapLinear.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da5e322bb625b9d96eef01b8d92bab8f599d7f31ae5b5e38288249e46f831876 +size 1630590 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset new file mode 100644 index 00000000..80e30de0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_2ndInfectedMapNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f01beae85b0f091937b92d3ace60d732ae4e915e3281da8117b93c9a98dde00 +size 3986848 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_HeatTile_N.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_HeatTile_N.uasset new file mode 100644 index 00000000..8275f434 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Heat/T_HeatTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25eddb5a938ac2bc9aacc3004ccba6e76e478ebc7dfc08f5231fecb76f9afb46 +size 3712331 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_3dnoise.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_3dnoise.uasset new file mode 100644 index 00000000..5ad5a93a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_3dnoise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1203d193ae5983998ec26557c1c1a1d45c9589ee14e893f9a8f410c3f3ab5af +size 397761 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise03.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise03.uasset new file mode 100644 index 00000000..9d1eeb65 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd523d32de4e668e37cc79cebd693b70134865f47735158bbd73d38ab4af1e9b +size 3156388 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise04_N.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise04_N.uasset new file mode 100644 index 00000000..e53aafab --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_AtmosphericCloudNoise04_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77bc3eb53869e28d72d58259f96ddd00bd14eb37f6b196939b8c992a85609e4 +size 2100494 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset new file mode 100644 index 00000000..0db13608 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Inky_Smoke_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5933e66ab761594b014ef0228bccb4324f2b49f127327240b95f41b75547591 +size 1374825 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset new file mode 100644 index 00000000..7015f2ae --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_NoiseBubbly_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c2f8cf93ce7fe5bea760778f656827fff6cf4a55d3ad740ffccc08e335ad9f1 +size 383589 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset new file mode 100644 index 00000000..ca1ff8d4 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_NoiseBubbly_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3e4d7afae25b545cc5e461fc7e9a8f241b3d2eb9c678232679abc683c09f48f +size 94319 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset new file mode 100644 index 00000000..2eca4233 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Perlin_Noise_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63e01b32ca027020f3b95350173a1049650d85eb01c8eda33ddae102fc7be688 +size 7910979 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset new file mode 100644 index 00000000..50542b2c --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Perlin_Soft_Packed_Gchannel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecce198cdf3b37829a8447fe06bce0122de85bb8337827991bf4895a69b5737d +size 7418003 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset new file mode 100644 index 00000000..ee7377ab --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_SmokeTile_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4220944b2ddf50d556ac49d4331806188ca3352c0c9d84594d3303bc8188abae +size 389230 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Smooth_tile.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Smooth_tile.uasset new file mode 100644 index 00000000..2e65549d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Smooth_tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:965174d75f74de8fe165eacc92627cda48ed35fe71913d5734806436225f5e06 +size 74752 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Soft_Noise.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Soft_Noise.uasset new file mode 100644 index 00000000..5dedc8a2 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Soft_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98b138cd6c7c2bdeb55a8dce0653d493e3e9814fb61bf232dc19755d5fd9f20b +size 1127246 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset new file mode 100644 index 00000000..c8291972 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Swirly_Noise.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e8acbeaf01b790de77b010ddc4bff461070efd4662539e1024557c68dd60b3c +size 1007624 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_TilingNoise12.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_TilingNoise12.uasset new file mode 100644 index 00000000..ee16395d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_TilingNoise12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aed95fe38b365620c16ba749b8853de7dca9db526005741b23a0d39cc768a518 +size 4443185 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_TilingNoise16.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_TilingNoise16.uasset new file mode 100644 index 00000000..2d443738 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_TilingNoise16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a918ffb1c0a5c7251556fdc57b73d7b6ea504deaec9ecfa022d3fc51cc0147b2 +size 472297 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset new file mode 100644 index 00000000..30afd97b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Voronoi_Cells_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36785128e6398ebf0e93f7c5498c10f78d0aedb5eb1c32abdf1cf14d8df82aef +size 9683634 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset new file mode 100644 index 00000000..df39f485 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_Water_Screen_Noise_Soft2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14913d93eefaf4fef5efe9f199a881be77b1be5288b0b365e2d0cf88f2c14f5b +size 826201 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_WispyNoise_8X8.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_WispyNoise_8X8.uasset new file mode 100644 index 00000000..071ba661 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_WispyNoise_8X8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43a21cb435c1e662c1fd264c07fe9d2c5d28e9f0062f6eb0ae9bb1fe59464fa +size 16509423 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_noise_flamy_Tile_NRM.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_noise_flamy_Tile_NRM.uasset new file mode 100644 index 00000000..ad297435 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_noise_flamy_Tile_NRM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ba8f9676652b4670c2a285417c105f9c82db6e6129b662985b286c8d320867b +size 5059481 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset new file mode 100644 index 00000000..eef33de0 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Noise/T_noise_flamy_Tile_SPEC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab03c5ac497b0fbc8f89ec874a9850c362f11ac562dc1a0a0d4a3ce993de07a +size 3239567 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset new file mode 100644 index 00000000..57fbe1bb --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Organic/T_tile_vector_noise_soft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50db738d25d92b871b1f0d905be45188c8cacfcf777c435d7530ee8ca2366157 +size 863231 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Patterns/T_TechSquare.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Patterns/T_TechSquare.uasset new file mode 100644 index 00000000..3c426e6b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Patterns/T_TechSquare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aeae15f5d124f183588622e61f4fc7dff07b42c9cfc3dfb1978fa2f0f1c04f53 +size 533801 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/T_Hanging_cloth_normal_b.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/T_Hanging_cloth_normal_b.uasset new file mode 100644 index 00000000..6d0eec8b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/T_Hanging_cloth_normal_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff2fb172abf7640851bdfa1855d89af9f7240bfbcf53daa28adbfeb0e7df5d1f +size 134971 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset new file mode 100644 index 00000000..22a5e9ba --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Tech/T_Trap_HexMask_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e96e1d794cdb29088c03a01258620bb3dce5286a1efd9ed407130fa86ca71247 +size 2940594 diff --git a/Content/ParagonTwinblast/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset b/Content/ParagonTwinblast/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset new file mode 100644 index 00000000..973723c6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Tile/Water/T_WaveDisplaced_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f5a0f4a28b2b5d37b01d5e60f6f48f369d46bdc16d2b691b52d438d9926507f +size 241089 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset b/Content/ParagonTwinblast/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset new file mode 100644 index 00000000..b3a25c4d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/MI_WaterImpact_Cylinder_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ac9a5ea0650d70d801d9a4c8f179239d5caf701cf60117d5cd1f4123e3bc0c +size 101671 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/M_LiquidSplash_SubUV_Inst.uasset b/Content/ParagonTwinblast/FX/Textures/Water/M_LiquidSplash_SubUV_Inst.uasset new file mode 100644 index 00000000..0839ea68 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/M_LiquidSplash_SubUV_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3750d9a90a47dac557ac460c12409776c85dda85a10b596a223fd9f897f32039 +size 76781 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_BoilBubble_D.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_BoilBubble_D.uasset new file mode 100644 index 00000000..5192d3fe --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_BoilBubble_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e15ea3cb0aa96f702f0b9b7206f4dfc7b3d18c612a1f4451b75ba8716d5c89af +size 262803 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_BoilBubble_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_BoilBubble_N.uasset new file mode 100644 index 00000000..31521e9e --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_BoilBubble_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d95f5a7d03ee0ea3f98817b1951d46dd9c0234db360d67ff87a7c1903c2bd347 +size 242858 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles1_A.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles1_A.uasset new file mode 100644 index 00000000..6857c7bb --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles1_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbe6da21113c72dac4969e58a13f9f1678634fc023f748ed0b6125ba9bc4a092 +size 1577241 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles_Depth.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles_Depth.uasset new file mode 100644 index 00000000..9d345351 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afcea50aaa0af59df46c2c98f06e100af4b158f71bfdd812a95d025a0e882e4 +size 2624925 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles_N.uasset new file mode 100644 index 00000000..8d58a33b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_MaskeSplashes_Bubbles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3331a45aa6c3347370b225d84dee75becd840410d992424bf3a0856e96e150b7 +size 3473451 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Mist.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Mist.uasset new file mode 100644 index 00000000..2cd275c9 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Mist.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efd06eb7c77cd92c96528d94654b9716b57576f3d119aca503c95ea9323beb88 +size 654500 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset new file mode 100644 index 00000000..1397c882 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_SM_WaterTests_BF_01E_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf40006a601c509e8061025eff4863dd257816adb0ff3bde82d85f45beebefbf +size 10107090 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset new file mode 100644 index 00000000..df0c0c0b --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_SM_WaterTests_BF_01E_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:781dfe79b93ababf3719ebb5ad7a09ecd63d4825b768b4d31398d2369207468c +size 10791194 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_SplashMask.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_SplashMask.uasset new file mode 100644 index 00000000..0b86d70a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_SplashMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f0d7a099abc51d153a5d06cc5f2d809e334daa61fc8fb4038d6ccda4af77c3e +size 369298 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled.uasset new file mode 100644 index 00000000..c66107ac --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4472786fe696a6a8a57a46e9050fd57355342b0ce03abe40270ca37a2ca52231 +size 7297849 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled_N.uasset new file mode 100644 index 00000000..0cf56092 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterFlow_01_Foam_Tiled_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c7ebb6527ba542784b0f82615ad8e4976198926d17ca05d7401b4cf1037cfc9 +size 7001310 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_WaterSplash2x2.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterSplash2x2.uasset new file mode 100644 index 00000000..e5331977 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterSplash2x2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2faf7cc3d2505efe08b1047cb4751f262489cbbaf597385045a818eb59010ce1 +size 238597 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_WaterSplash2x2_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterSplash2x2_N.uasset new file mode 100644 index 00000000..f7ea8d26 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterSplash2x2_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:125da92199d732996686a896dcc5ec9d1db80e9742bdad5da07c1a74270f964e +size 589941 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset new file mode 100644 index 00000000..b9a97f29 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_WaterTile_Blur_Packed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:726d93208b5575dbaf10756e1c6d15b0373b741ec0d157780a2de7ae3fdd3b2c +size 1831823 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Caustics01.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Caustics01.uasset new file mode 100644 index 00000000..60968a81 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Caustics01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e32742b79078f7726b0eb2bea88dff2e3a705e49e6b1a6a8fa8db78ed362dcf6 +size 3697861 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Flow_Thin_M.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Flow_Thin_M.uasset new file mode 100644 index 00000000..3c9737e6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Flow_Thin_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d5d80cd05cd6b68465442694c025387cf7e7d98958dc4bbee94a39a38c1f8b +size 244153 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Flow_Thin_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Flow_Thin_N.uasset new file mode 100644 index 00000000..069fe86a --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_Flow_Thin_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06746454cb94363d91b0a972e82b5cb8187e9d0ab686be98321e2094e8bd0b8 +size 514911 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Water_M.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_M.uasset new file mode 100644 index 00000000..20935d70 --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80ab6520f54c2e68caacc6a84acc03bf07422a6e3726e6bad4cf026664d62a1d +size 2050048 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Water_N.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_N.uasset new file mode 100644 index 00000000..826f44db --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68aee824ba8c69d1ab4011df4aa9e7feb85c5680b9795eef7388150875ffc5da +size 4337078 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_Water_N1.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_N1.uasset new file mode 100644 index 00000000..47f3050d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_Water_N1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f6488a074cdb7ec64a36f3aa36218c2b2de85bf7cadf516763f0b2613c8bb54 +size 2114808 diff --git a/Content/ParagonTwinblast/FX/Textures/Water/T_waterSplash.uasset b/Content/ParagonTwinblast/FX/Textures/Water/T_waterSplash.uasset new file mode 100644 index 00000000..c89de35d --- /dev/null +++ b/Content/ParagonTwinblast/FX/Textures/Water/T_waterSplash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be7f6071835c3a21d1e501ed49de30ca103f4dfb9a537dc75ecf131c82ff0e1e +size 424111 diff --git a/Content/ParagonTwinblast/FX/VectorFields/Noisy_Turbulence_103.uasset b/Content/ParagonTwinblast/FX/VectorFields/Noisy_Turbulence_103.uasset new file mode 100644 index 00000000..5abae1fd --- /dev/null +++ b/Content/ParagonTwinblast/FX/VectorFields/Noisy_Turbulence_103.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:331c6c11814b14d54747042b6a64e6d697ff24128dfd9142cf6664175b50f64d +size 264027 diff --git a/Content/ParagonTwinblast/FX/VectorFields/VF_F60.uasset b/Content/ParagonTwinblast/FX/VectorFields/VF_F60.uasset new file mode 100644 index 00000000..5332b6c6 --- /dev/null +++ b/Content/ParagonTwinblast/FX/VectorFields/VF_F60.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d66679fee14db8a2155f8db97cd20d907329098b7bab81060e39a611cf0d265 +size 217706 diff --git a/Content/ParagonTwinblast/FX/VectorFields/VelocityGrid60.uasset b/Content/ParagonTwinblast/FX/VectorFields/VelocityGrid60.uasset new file mode 100644 index 00000000..334e80c1 --- /dev/null +++ b/Content/ParagonTwinblast/FX/VectorFields/VelocityGrid60.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b21adc5067fc90cc61de09b5c5ac78504b956cdaf49daa0b3bb73f980e5ee9 +size 217738 diff --git a/Content/ParagonTwinblast/FX/VectorFields/vel_219.uasset b/Content/ParagonTwinblast/FX/VectorFields/vel_219.uasset new file mode 100644 index 00000000..347dba98 --- /dev/null +++ b/Content/ParagonTwinblast/FX/VectorFields/vel_219.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fb07dd235105819c1763fe2baf191550069919c6f73961bf4b82bf538d4777 +size 9825 diff --git a/Content/ParagonTwinblast/FX/VectorFields/vel_295.uasset b/Content/ParagonTwinblast/FX/VectorFields/vel_295.uasset new file mode 100644 index 00000000..b4470318 --- /dev/null +++ b/Content/ParagonTwinblast/FX/VectorFields/vel_295.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:055058e4392ddfe0a07ac64a4b12de2333cdfa069d405c813e108e52e2fb7126 +size 263973 diff --git a/Content/ParagonTwinblast/TwinBast.umap b/Content/ParagonTwinblast/TwinBast.umap new file mode 100644 index 00000000..317aa7d5 --- /dev/null +++ b/Content/ParagonTwinblast/TwinBast.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8360377468200d2215cd6d0668dccf4fb72e66bd18e20ce7455b0426a970916f +size 1089 diff --git a/Content/SuperGrid/StarterPack/Materials/Base/M_SuperGrid_SingleColor.uasset b/Content/SuperGrid/StarterPack/Materials/Base/M_SuperGrid_SingleColor.uasset new file mode 100644 index 00000000..5640e331 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Base/M_SuperGrid_SingleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbb00fe1142e51ab7ac24f7456f78e8bca8bd4af84c79ab158c8a315db7f7bd2 +size 39076 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/Basic/BreakSet.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/Basic/BreakSet.uasset new file mode 100644 index 00000000..84da47a6 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/Basic/BreakSet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5449d66d40bd4e9f6bb36bec9d292201c1ed0fb1eadcf4a8765841600e8736f +size 83270 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/Basic/MakeSet.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/Basic/MakeSet.uasset new file mode 100644 index 00000000..7b91ebb9 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/Basic/MakeSet.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0887373dd5dda23fa333ef99f6d560ce70b507504aea9f2cb0ae8004b3d03cbe +size 84475 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/Basic/Roughness.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/Basic/Roughness.uasset new file mode 100644 index 00000000..cc992cc3 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/Basic/Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eec5208edf9846156a3443cddbc19711beee856d7916a495ab64dcb7fa9cff7 +size 83335 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/Texture/Dye_SingleColor.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/Texture/Dye_SingleColor.uasset new file mode 100644 index 00000000..184bcc5c --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/Texture/Dye_SingleColor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7dcfacadd6d0dd0bb9284f826a6445506245f9fb470e2c9b9a463fb0b0aeabb +size 90287 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/Texture/Tex_SimpleGrid.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/Texture/Tex_SimpleGrid.uasset new file mode 100644 index 00000000..08cd1176 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/Texture/Tex_SimpleGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fa4f0d8ae9641c2a95abc2181147d940b2793e8ad4cd5f60bf667d1f860d1db +size 86816 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/UV/UV_ObjectScalable.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/UV/UV_ObjectScalable.uasset new file mode 100644 index 00000000..5cf46e28 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/UV/UV_ObjectScalable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab7d2e17bf005b5507797af59aeea05860f22777fb9e54f10f04b41a8e18391f +size 100356 diff --git a/Content/SuperGrid/StarterPack/Materials/Functions/UV/UV_SetupGrid.uasset b/Content/SuperGrid/StarterPack/Materials/Functions/UV/UV_SetupGrid.uasset new file mode 100644 index 00000000..760f5a6a --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Functions/UV/UV_SetupGrid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adecf194012b3753373708071a79a7bacf23a4ca5f016fd3f2579e3f1836d021 +size 86248 diff --git a/Content/SuperGrid/StarterPack/Materials/Palette/Grids/M_SuperGrid_Default.uasset b/Content/SuperGrid/StarterPack/Materials/Palette/Grids/M_SuperGrid_Default.uasset new file mode 100644 index 00000000..27fc21c2 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Materials/Palette/Grids/M_SuperGrid_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca8c5e7033be90e37f623044009815a2a30f096467507c6d76d35ade6b0b75a0 +size 94773 diff --git a/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Box.uasset b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Box.uasset new file mode 100644 index 00000000..10b2e338 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Box.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1be3a162941734907e2d990ac4cc70c919433a3ad56af563929ac7d972529a7 +size 21229 diff --git a/Content/SuperGrid/StarterPack/Source/New/SuperGrid_BoxHighRes.uasset b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_BoxHighRes.uasset new file mode 100644 index 00000000..bf991b41 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_BoxHighRes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4215e8740e6a267736439abef70ad24435b2b318b70323cf306af76c05c98f1c +size 75778 diff --git a/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Hexagon.uasset b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Hexagon.uasset new file mode 100644 index 00000000..bdd7a4e2 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Hexagon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1c0bc158a5ee2388c5251b1dc6b2bc1910770d68070e1394fe2334bcc5502e2 +size 23916 diff --git a/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Pyramide.uasset b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Pyramide.uasset new file mode 100644 index 00000000..767f3ebb --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Pyramide.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dc1b511d2bfa39186891f70c4fb5cfbad57b66bb29b107642e682703b0d646f +size 18303 diff --git a/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Stairs.uasset b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Stairs.uasset new file mode 100644 index 00000000..ead1852e --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/New/SuperGrid_Stairs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4c71d40f36dad4e5ae0edb5955077260bc95046cdc1e3ced06961a2eb7de23c +size 33044 diff --git a/Content/SuperGrid/StarterPack/Source/Textures/T_BasicGrid_M.uasset b/Content/SuperGrid/StarterPack/Source/Textures/T_BasicGrid_M.uasset new file mode 100644 index 00000000..1d7a6474 --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/Textures/T_BasicGrid_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9bfe6deb29d5022a57d54cc482d85135da8cdd06c7224d42feb79432b07767 +size 119701 diff --git a/Content/SuperGrid/StarterPack/Source/Textures/T_BasicGrid_N.uasset b/Content/SuperGrid/StarterPack/Source/Textures/T_BasicGrid_N.uasset new file mode 100644 index 00000000..d03b114e --- /dev/null +++ b/Content/SuperGrid/StarterPack/Source/Textures/T_BasicGrid_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7223d3f850f9f40b409854bae49ec35dd2e30658a61a336ae86fbb7b32d49149 +size 24540 diff --git a/Content/_Game/Ammo/Ammo9mmBP.uasset b/Content/_Game/Ammo/Ammo9mmBP.uasset new file mode 100644 index 00000000..d7c916f7 --- /dev/null +++ b/Content/_Game/Ammo/Ammo9mmBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba375cfe40fcb10c78bd2895457b5338c07791627b63c3ecd3bfd5eed0df88d +size 50408 diff --git a/Content/_Game/Ammo/AmmoARBP.uasset b/Content/_Game/Ammo/AmmoARBP.uasset new file mode 100644 index 00000000..647d2f5e --- /dev/null +++ b/Content/_Game/Ammo/AmmoARBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2e32288a49ec72714f99735d65e3eae72b2e80e95e6a121f6dd3e539291fd4a +size 49562 diff --git a/Content/_Game/AnimNotifies/FootStepsNotify.uasset b/Content/_Game/AnimNotifies/FootStepsNotify.uasset new file mode 100644 index 00000000..f3cd76d5 --- /dev/null +++ b/Content/_Game/AnimNotifies/FootStepsNotify.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:584fb888dc5aec0ad49f62da20e6528e2be2a0829b79a8e7184d5a6969890516 +size 144936 diff --git a/Content/_Game/AnimNotifies/JumpLandNotify.uasset b/Content/_Game/AnimNotifies/JumpLandNotify.uasset new file mode 100644 index 00000000..c7716e6d --- /dev/null +++ b/Content/_Game/AnimNotifies/JumpLandNotify.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26417d4b724aff0906bd9a3e5484d52f0cb1d3093c8c0acd1c954e6fb0aabacf +size 65968 diff --git a/Content/_Game/Assets/FX/P_BelicaMuzzle_Single_Burst.uasset b/Content/_Game/Assets/FX/P_BelicaMuzzle_Single_Burst.uasset new file mode 100644 index 00000000..09730d37 --- /dev/null +++ b/Content/_Game/Assets/FX/P_BelicaMuzzle_Single_Burst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d37d2244dba74f404dc2d0e93ca4604758efdafd69183621cff3894220539591 +size 368842 diff --git a/Content/_Game/Assets/FX/SmokeBeam/Beam.uasset b/Content/_Game/Assets/FX/SmokeBeam/Beam.uasset new file mode 100644 index 00000000..e0a32cc6 --- /dev/null +++ b/Content/_Game/Assets/FX/SmokeBeam/Beam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffc2a77a5c13c83713b4d978bd8f0d457c866f8e9bfc3b26c39debf4d832ac10 +size 16861 diff --git a/Content/_Game/Assets/FX/SmokeBeam/M_Beam.uasset b/Content/_Game/Assets/FX/SmokeBeam/M_Beam.uasset new file mode 100644 index 00000000..b967531c --- /dev/null +++ b/Content/_Game/Assets/FX/SmokeBeam/M_Beam.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166b9c78a96f3a77511f6acaa1f88edd5b9e336b238360fe1152c4c72db4ac07 +size 11351 diff --git a/Content/_Game/Assets/FX/SmokeBeam/M_Beam_Faded.uasset b/Content/_Game/Assets/FX/SmokeBeam/M_Beam_Faded.uasset new file mode 100644 index 00000000..49a3e4f7 --- /dev/null +++ b/Content/_Game/Assets/FX/SmokeBeam/M_Beam_Faded.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bb1049c01fa54675ae3a3962c46ab17093fea9d313f88786c99874db0d90f83 +size 10477 diff --git a/Content/_Game/Assets/FX/SmokeBeam/P_SmokeTrail.uasset b/Content/_Game/Assets/FX/SmokeBeam/P_SmokeTrail.uasset new file mode 100644 index 00000000..464dc45e --- /dev/null +++ b/Content/_Game/Assets/FX/SmokeBeam/P_SmokeTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5524a88344ebbbd22ee74ac39fb61f1b3ed17656333177241a6e54c8843bc485 +size 22124 diff --git a/Content/_Game/Assets/FX/SmokeBeam/P_SmokeTrail_Faded.uasset b/Content/_Game/Assets/FX/SmokeBeam/P_SmokeTrail_Faded.uasset new file mode 100644 index 00000000..534b9574 --- /dev/null +++ b/Content/_Game/Assets/FX/SmokeBeam/P_SmokeTrail_Faded.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a06c099278886d86f330f260656a93a28bf6cddcf34f6a50c7fe2739f1f768ee +size 23494 diff --git a/Content/_Game/Assets/Fonts/pirulen_rg.uasset b/Content/_Game/Assets/Fonts/pirulen_rg.uasset new file mode 100644 index 00000000..eb4ba42f --- /dev/null +++ b/Content/_Game/Assets/Fonts/pirulen_rg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd07e93a6ab1aa264bdf093a509cea2806e293ab773e8eac14cce962020bf9eb +size 49672 diff --git a/Content/_Game/Assets/Fonts/pirulen_rg_Font.uasset b/Content/_Game/Assets/Fonts/pirulen_rg_Font.uasset new file mode 100644 index 00000000..bad2388e --- /dev/null +++ b/Content/_Game/Assets/Fonts/pirulen_rg_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2154a18a1d1f2d1d5b1fbc348dbb444e0bc773e4d978bf7c46aa35789085c2c +size 6225 diff --git a/Content/_Game/Assets/Fonts/rexlia_rg.uasset b/Content/_Game/Assets/Fonts/rexlia_rg.uasset new file mode 100644 index 00000000..28950136 --- /dev/null +++ b/Content/_Game/Assets/Fonts/rexlia_rg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec7c4561d9e08bbe03eceacb4da3fd615edd03dcdec7eae92c35628a9cad212 +size 40482 diff --git a/Content/_Game/Assets/Fonts/rexlia_rg_Font.uasset b/Content/_Game/Assets/Fonts/rexlia_rg_Font.uasset new file mode 100644 index 00000000..6a17c9a7 --- /dev/null +++ b/Content/_Game/Assets/Fonts/rexlia_rg_Font.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27e3a183ac11555941cd6de0835efe56cfcf9f628c84261775f25214dd73de5b +size 6385 diff --git a/Content/_Game/Assets/Meshes/Ammo/SM_Shell_45ap.uasset b/Content/_Game/Assets/Meshes/Ammo/SM_Shell_45ap.uasset new file mode 100644 index 00000000..c46383e3 --- /dev/null +++ b/Content/_Game/Assets/Meshes/Ammo/SM_Shell_45ap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc05b36fd6cb34bde473a09de3d88fc7b36dd6e5732945ff9f68bd07eb868168 +size 25438 diff --git a/Content/_Game/Assets/Meshes/Ammo/SM_Shell_545x39.uasset b/Content/_Game/Assets/Meshes/Ammo/SM_Shell_545x39.uasset new file mode 100644 index 00000000..5491dfc1 --- /dev/null +++ b/Content/_Game/Assets/Meshes/Ammo/SM_Shell_545x39.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f868f5b7d91153538ce3556eb3e155930590201490226571511a67fa31382f57 +size 30274 diff --git a/Content/_Game/Assets/Meshes/Ammo/SM_Shells_AR.uasset b/Content/_Game/Assets/Meshes/Ammo/SM_Shells_AR.uasset new file mode 100644 index 00000000..a0c2fe0c --- /dev/null +++ b/Content/_Game/Assets/Meshes/Ammo/SM_Shells_AR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5eb080e3e22e5a14ebf98fea27eefebacbceeae36e9eefa3732eaad622c8e1f +size 70079 diff --git a/Content/_Game/Assets/Meshes/Ammo/SM_Shells_AR_small.uasset b/Content/_Game/Assets/Meshes/Ammo/SM_Shells_AR_small.uasset new file mode 100644 index 00000000..2bdbd7da --- /dev/null +++ b/Content/_Game/Assets/Meshes/Ammo/SM_Shells_AR_small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa17edcad1f8127db6c6dbf5a8248130b8a69c59abb8d43425c825fd56bf3a4 +size 70116 diff --git a/Content/_Game/Assets/Meshes/Ammo/Shells_45.uasset b/Content/_Game/Assets/Meshes/Ammo/Shells_45.uasset new file mode 100644 index 00000000..860a6eaf --- /dev/null +++ b/Content/_Game/Assets/Meshes/Ammo/Shells_45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ce878e462fa9e6525f7e9a6e3a6964fad5199d1e9dfd654ab3bdf00893cb710 +size 38929 diff --git a/Content/_Game/Assets/Meshes/Ammo/Shells_45_smaller.uasset b/Content/_Game/Assets/Meshes/Ammo/Shells_45_smaller.uasset new file mode 100644 index 00000000..e197a4dc --- /dev/null +++ b/Content/_Game/Assets/Meshes/Ammo/Shells_45_smaller.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b72f4c14ff0f97393d2d4c7b65d1c90c1509e98f724914f343bd90186048967 +size 30490 diff --git a/Content/_Game/Assets/Sounds/Ambient/Collapse01.uasset b/Content/_Game/Assets/Sounds/Ambient/Collapse01.uasset new file mode 100644 index 00000000..74958b61 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Collapse01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f69515436cd6e5e8724858ed2b11556302ae08af4abfd510f04d51a6376209f +size 320131 diff --git a/Content/_Game/Assets/Sounds/Ambient/Collapse02.uasset b/Content/_Game/Assets/Sounds/Ambient/Collapse02.uasset new file mode 100644 index 00000000..1c2b6cdf --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Collapse02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a473a93233ff0296a5f37b8852d365f7e7e1fab85960033b4f00361122590a5 +size 324444 diff --git a/Content/_Game/Assets/Sounds/Ambient/Explosion.uasset b/Content/_Game/Assets/Sounds/Ambient/Explosion.uasset new file mode 100644 index 00000000..ab50389a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Explosion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b1203498b8f932995d3d3575c8d853db03f2abf552fa6a65fba44fc91124914 +size 6448 diff --git a/Content/_Game/Assets/Sounds/Ambient/Explosion01.uasset b/Content/_Game/Assets/Sounds/Ambient/Explosion01.uasset new file mode 100644 index 00000000..909ca169 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Explosion01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:079c202e5b18baf764c69b917afc29f8de554f286161fa0c8921cb2a8fdb73da +size 212530 diff --git a/Content/_Game/Assets/Sounds/Ambient/Explosion02.uasset b/Content/_Game/Assets/Sounds/Ambient/Explosion02.uasset new file mode 100644 index 00000000..81064f78 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Explosion02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eda941da70aca11673907b258645f2c0eb64f093ed33689f0b6478930a88635 +size 208748 diff --git a/Content/_Game/Assets/Sounds/Ambient/Fire01.uasset b/Content/_Game/Assets/Sounds/Ambient/Fire01.uasset new file mode 100644 index 00000000..344ef7f7 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Fire01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c92452baa38fc690262653f253d1bbafddfff0248a35aa62d6bb69e023a6a39 +size 521232 diff --git a/Content/_Game/Assets/Sounds/Ambient/Fire_Sparks01.uasset b/Content/_Game/Assets/Sounds/Ambient/Fire_Sparks01.uasset new file mode 100644 index 00000000..a145a766 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Fire_Sparks01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e396ae63aee5a17ce4dee83b1290cec38ebfff45799ee2dfb80b0eacd10421c +size 705161 diff --git a/Content/_Game/Assets/Sounds/Ambient/Light01.uasset b/Content/_Game/Assets/Sounds/Ambient/Light01.uasset new file mode 100644 index 00000000..928611ff --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Light01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf612c048af41bc174d2de398801ee004783cb5d2fa1e65b9e45f1c4ee55f358 +size 319258 diff --git a/Content/_Game/Assets/Sounds/Ambient/Light02.uasset b/Content/_Game/Assets/Sounds/Ambient/Light02.uasset new file mode 100644 index 00000000..3f4ee153 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Light02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bd7544352b88a8c00ee471462b24902c63ae76a2c414759c3d8e1247867138f +size 273132 diff --git a/Content/_Game/Assets/Sounds/Ambient/Smoke01.uasset b/Content/_Game/Assets/Sounds/Ambient/Smoke01.uasset new file mode 100644 index 00000000..137378aa --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Smoke01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201ac363acbc914951cfa6d033eb76afb157bf49ba92e0c2826b9bde00d306b0 +size 444517 diff --git a/Content/_Game/Assets/Sounds/Ambient/Starter_Birds01.uasset b/Content/_Game/Assets/Sounds/Ambient/Starter_Birds01.uasset new file mode 100644 index 00000000..038134da --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Starter_Birds01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b77a743758f2ca6d6e0e854ab413ca62027615abe74841c302052e2b52328ab7 +size 2198388 diff --git a/Content/_Game/Assets/Sounds/Ambient/Starter_Music01.uasset b/Content/_Game/Assets/Sounds/Ambient/Starter_Music01.uasset new file mode 100644 index 00000000..61d4aff2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Starter_Music01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b8fa6eb7c973c56c7bf0e4207f3b0a64f7307dc45518cac6db97a29c75b8a11 +size 7416810 diff --git a/Content/_Game/Assets/Sounds/Ambient/Starter_Wind05.uasset b/Content/_Game/Assets/Sounds/Ambient/Starter_Wind05.uasset new file mode 100644 index 00000000..e4fb2a1e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Starter_Wind05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e0116f1c83b85398f84f6d0acb7ed4ed936b63869843ce3bc34f70236a74a6 +size 1971050 diff --git a/Content/_Game/Assets/Sounds/Ambient/Starter_Wind06.uasset b/Content/_Game/Assets/Sounds/Ambient/Starter_Wind06.uasset new file mode 100644 index 00000000..672774b2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Starter_Wind06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a0692d627fd5556f63471d4212c3a1a707180323b4fef3fbd72823b87abd2ac +size 1908770 diff --git a/Content/_Game/Assets/Sounds/Ambient/Steam01.uasset b/Content/_Game/Assets/Sounds/Ambient/Steam01.uasset new file mode 100644 index 00000000..39b531ae --- /dev/null +++ b/Content/_Game/Assets/Sounds/Ambient/Steam01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d449beef2c63649f130cd2245c3f09f349a631d298236ac9cb00ca71f6d278 +size 724043 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Grass.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Grass.uasset new file mode 100644 index 00000000..a85ba396 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b06ddc70bcc8fec0d0905f5309f91f8940aeddff7cc19c9dd4bf4aa03c3629 +size 16023 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Metal.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Metal.uasset new file mode 100644 index 00000000..4be985ef --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847b0479959a03a081167801b0a050e82127d89abb610e473a160f8a5aec584e +size 16023 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_1.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_1.uasset new file mode 100644 index 00000000..4134dfd3 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3452da2da8e83e6434d97a7fc811bc7acf92fd58d6e25dd0d6dc0eab837cab65 +size 29831 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_2.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_2.uasset new file mode 100644 index 00000000..fcb48c66 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4efb1c7a33a53c3dce88ce448587202d3bb26d18ed2ee9d96a32c80f951b251f +size 34568 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_3.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_3.uasset new file mode 100644 index 00000000..c5ccf3e9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:308d3eb45a81f449e77f29a3d91809ebbd275ab16ca3f30a6ef40909f5e519f0 +size 38419 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_4.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_4.uasset new file mode 100644 index 00000000..f0fdbefe --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24dd842b53d5bf284b22812416d38b20571dcdd5424def8ce144ffff93bc075a +size 38554 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_5.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_5.uasset new file mode 100644 index 00000000..85d79f54 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afdfb87f18f5beda8a200e5effb8d11489a01e9365536fecbab28155eb8509b +size 37533 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_6.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_6.uasset new file mode 100644 index 00000000..095cc20d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Rock_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:274df727d08dc9fe5c39a5ce12b58b5a988d1c75149267e10dfde8d47cd59015 +size 45809 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Stone.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Stone.uasset new file mode 100644 index 00000000..e4d9b656 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58a62c9e6900d06d0e4863b975867739360abf536e8bd327108dca04fa641b5 +size 10805 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Tile.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Tile.uasset new file mode 100644 index 00000000..05fd49fe --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b46cee8d0b9f36177cf1c9c2f66ffa54ba72f8941c79835443d8dffde4a63ff7 +size 15911 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Water.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Water.uasset new file mode 100644 index 00000000..baf17d7a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b736480040882666fd0528c8e0f06bfab9a89044c25d14d1399b4b20a7bafe38 +size 8607 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood.uasset new file mode 100644 index 00000000..dd936232 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192beb00263263dc37f37ce291b4d11a435b2f161e80a304f11aaa03d81600c4 +size 55528 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood_2.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood_2.uasset new file mode 100644 index 00000000..7fb2c7b6 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed3d453036de02673cd48ce5263bf401ea47f59f3547ec3e8149e4f6bc3f592e +size 63149 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood_3.uasset b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood_3.uasset new file mode 100644 index 00000000..e7d752a8 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Footstep_Wood_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc7669e365d9842cdbfda95b9e99ec7b2800a19cd3b5e00b969f40f4e498866 +size 59581 diff --git a/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Concrete_1.uasset b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Concrete_1.uasset new file mode 100644 index 00000000..b00e3324 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Concrete_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb9a3bd1345df6b7ae649b544d6501b83979f5d6377fb84bd29e9503052bc9d +size 74933 diff --git a/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Gravel.uasset b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Gravel.uasset new file mode 100644 index 00000000..abec91bb --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Gravel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032b2906006e2163c7d61b145d3cf6b0696292aa3b4cb46d6af7ceeff049ec10 +size 51951 diff --git a/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Gravel_2.uasset b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Gravel_2.uasset new file mode 100644 index 00000000..8586d14c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Gravel_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e28872df99a8869133113d554b3af21b703f69938cac8e30c70020c8d56c4901 +size 65883 diff --git a/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Water.uasset b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Water.uasset new file mode 100644 index 00000000..b71c9c49 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/JumpLand_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bd663791d1c84c7589823436183e689afccfe0251bc73e6ce428495976177f +size 234973 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Land_Grass.uasset b/Content/_Game/Assets/Sounds/Footsteps/Land_Grass.uasset new file mode 100644 index 00000000..ae4b8798 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Land_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b69b9b1949b40b388df6f81013b2ff55166ca687666472e77bbc88ed511989 +size 7726 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Land_Metal.uasset b/Content/_Game/Assets/Sounds/Footsteps/Land_Metal.uasset new file mode 100644 index 00000000..aafbbe19 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Land_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dfd1c9dac2633058f3660d26ff48614896e88b995b2b4a8b77fc00c126af2b6 +size 7726 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Land_Stone.uasset b/Content/_Game/Assets/Sounds/Footsteps/Land_Stone.uasset new file mode 100644 index 00000000..98689953 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Land_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b979fe14445b4051bec2d8007badbc0f2dfb13ed5f486e1958b3a7c9e6cd2d +size 7580 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Land_Tile.uasset b/Content/_Game/Assets/Sounds/Footsteps/Land_Tile.uasset new file mode 100644 index 00000000..39a71b25 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Land_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b44d8d4a34c34b096b16367716985b73c96149da9b9f54e5e280da9354dabbf1 +size 7715 diff --git a/Content/_Game/Assets/Sounds/Footsteps/Land_Water.uasset b/Content/_Game/Assets/Sounds/Footsteps/Land_Water.uasset new file mode 100644 index 00000000..7eb03c02 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/Land_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39469af6002659b6bc2e77128214914757fb2b5e2998eb95522f8eac024fe85a +size 4191 diff --git a/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_1.uasset b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_1.uasset new file mode 100644 index 00000000..706401ce --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d86aae6c0c02b8947b14f63d206138c1c1e4dcc973d84a47f2690364e1f13f2 +size 49073 diff --git a/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_2.uasset b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_2.uasset new file mode 100644 index 00000000..fa31fc2a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12eedebe055414a3cc2e2e8be54e7671cfa80240dbceadb44ec17d634ed329b6 +size 46079 diff --git a/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_3.uasset b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_3.uasset new file mode 100644 index 00000000..6016cea2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08806d524399f7cfd042f1daee6e7b973697f3b7c230648d3044f89c3751d47d +size 45142 diff --git a/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_4.uasset b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_4.uasset new file mode 100644 index 00000000..ce0684c2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/WaterFootstep_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a9201ece3a11765ae9ef5e3b1eedc5bdeb31be5c1adab6ff8f7b388a4f8d6ee +size 62693 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_01.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_01.uasset new file mode 100644 index 00000000..032993fb --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8283204d06e8f4281c275f239333a762b8de4633256715fddc07e1b9216664 +size 38511 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_02.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_02.uasset new file mode 100644 index 00000000..adf1d4b5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7d1bcb060c714cc8b3b46171499f0a2b99623c6f897542a4fdadffe7110f1d +size 46267 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_03.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_03.uasset new file mode 100644 index 00000000..45b9c34d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2432c8dabf7bb60b321e0418a4fb417b5db551b13344bc09a2a8af983fad8bc8 +size 39124 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_04.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_04.uasset new file mode 100644 index 00000000..e1719c37 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fb5577f71113e8dea2757bdc6af332e04432ea78086653e8802f178a7b85d68 +size 45517 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_05.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_05.uasset new file mode 100644 index 00000000..04c2d137 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4810f0ed710560563587eb88551627d81d5d04e421fd157712ef57c0155158b7 +size 38591 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_06.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_06.uasset new file mode 100644 index 00000000..61d243e1 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:165533b004806d7315ee9f6da6adb3a5b0726c77acca1fd2ac4ecea09ca50987 +size 45141 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_07.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_07.uasset new file mode 100644 index 00000000..98685ea3 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7544fb95de7d548971022e6b0de82a03c609900dfed91be08062d6c70f5b54d6 +size 43150 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_08.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_08.uasset new file mode 100644 index 00000000..0b87850a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c3d84e7af99fc7ca620993f18d25eb6edbed6f1950ae96e4fd41b2dc9f43575 +size 49581 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_09.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_09.uasset new file mode 100644 index 00000000..adfdb3e1 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93fbb84d4b8b622e95b7175bfe51a0e535c107ec88f9a3dd1aba66b1bb7f25c6 +size 53720 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_10.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_10.uasset new file mode 100644 index 00000000..af84c65f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Grass_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1016c39d25f1c78b95f7a5949f8b0c6b31fb61d159db1c45398fcc8340f480ef +size 43188 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_01.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_01.uasset new file mode 100644 index 00000000..7e4fba75 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43d9a2c36c320e12c28c0a1d380ddd640bb7368c181edf0f9cb9808c0aa07420 +size 37336 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_02.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_02.uasset new file mode 100644 index 00000000..8aad4d39 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc7727b5546e7d41e906f516eca1f66215fc3995af9845a96be7b701203f0f3 +size 33907 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_03.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_03.uasset new file mode 100644 index 00000000..98dc70ce --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbfffb1de3631867f216493d142dccd5a4d9db3b959d9cf044601b2e7663a3f +size 34561 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_04.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_04.uasset new file mode 100644 index 00000000..96dcf412 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccf87dd9717bfd9587f83c4ac83d012e19440cc6cb97ea85bb3004f2f73eac0a +size 35604 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_05.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_05.uasset new file mode 100644 index 00000000..6a9a6279 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e491b9e611994bbea2b42ebb642cfd4f8d076c1e5e1c6d944605d2e010ea5c6 +size 35106 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_06.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_06.uasset new file mode 100644 index 00000000..b8edf6fc --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1347852964a81f6c3afc112f74eb43311f5d2a5d38d0b48d51337a4e0abfb77c +size 34051 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_07.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_07.uasset new file mode 100644 index 00000000..def0a2ea --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d9583e33f5734d124a67d0c21eb8298ce78e8e2ad7011ac68739b67c2fbc28 +size 35547 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_08.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_08.uasset new file mode 100644 index 00000000..26797349 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5e5600310d5e7d73dd0cfbb01eacb1c43ab228921d7a8fd02710b2afe5cda8 +size 34953 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_09.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_09.uasset new file mode 100644 index 00000000..375f3d92 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd9458498d42be18dd56f83a154758c2b56addb76683fcb7f0c7daa1ffa4962a +size 33084 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_10.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_10.uasset new file mode 100644 index 00000000..9c0f3779 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Metal_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3457bf5a6a40270069756e2765cdb911a74b13b721672203fa04e46a952fc213 +size 32925 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_01.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_01.uasset new file mode 100644 index 00000000..64bfa9ab --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b737c6458e405cb72b73640dca9017d3a7d9203b4c5af77625556f52ff155492 +size 35670 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_02.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_02.uasset new file mode 100644 index 00000000..5e7c55c6 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6a1cccda967572015350b93bbfc6236aa1fd4db11e43cf4c08760fe9ea3ee01 +size 33394 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_03.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_03.uasset new file mode 100644 index 00000000..448a4282 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a11e6e0b936eb94187986f6bbd3fff7ca189bb5d6de232323752af518324337 +size 32059 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_04.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_04.uasset new file mode 100644 index 00000000..0f1eeb14 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e099db63143115c08359e59ded2fe3a323d4dbfda90284f258f02fbb8c70bb8a +size 31073 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_05.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_05.uasset new file mode 100644 index 00000000..be526474 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7378fdea190d3bab7c4497c0faba280ffd183e3e2202a134a32e77c3ad6fc5bf +size 33083 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_06.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_06.uasset new file mode 100644 index 00000000..83ec1f30 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b7ee1cdfadf843e53a0156411ce6452618924195c10c09098b227b8917d0881 +size 33867 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_07.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_07.uasset new file mode 100644 index 00000000..5b421f29 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d8e29f733a690154d1005fbb5306d64321350cf4c3392358a9497655df95e9 +size 33628 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_08.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_08.uasset new file mode 100644 index 00000000..55656f48 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdb9642cf8b866ca43b49a4709861e077ba8d1aed07629d1ac5bf4007ceda617 +size 33986 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_09.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_09.uasset new file mode 100644 index 00000000..e1db6a2e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a190161b18cced90711ec3a62404022c41fedb7456e03a15498820df1f9dd95 +size 34768 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_10.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_10.uasset new file mode 100644 index 00000000..c0bc750e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_FS_Tile_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36d3d64b637a9e3c4013f0f343ee69bf64e004032a3c29758b9b0d69bf17a7ae +size 35573 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_01.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_01.uasset new file mode 100644 index 00000000..49b6003b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbcea7b67495137c509f1c103deeea7f7285f765987965f80be9c71b3505112e +size 63824 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_02.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_02.uasset new file mode 100644 index 00000000..e30c9329 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe815b7cc0eca2ab5b982b01c135d9c88903c4811b06123d2d1b984d7d8a01c +size 59649 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_03.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_03.uasset new file mode 100644 index 00000000..30e0e327 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Grass_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a84771003c2b263b560e3ed15f0dc8a0a96face232841affb3a6c721d79df7 +size 63109 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_01.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_01.uasset new file mode 100644 index 00000000..d424b1b0 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d5b2d74f5da017e8eee88fd559c029ec1dae5239f25db2bcfbba99233e11a12 +size 75010 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_02.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_02.uasset new file mode 100644 index 00000000..70bafc29 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e757f42e63b28aa1f11b4db33b8e20832d9d2f8186a4f8c8c171c1d607d6824 +size 61872 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_03.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_03.uasset new file mode 100644 index 00000000..d22c2b99 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Metal_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ff210201c3ac93c9f8a0ca36c1f3747eb9d0526d1472027cb5645949a44cdb5 +size 84513 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_01.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_01.uasset new file mode 100644 index 00000000..9d28c87e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec98e88124d3492892da20e42bb8ef8e8ee0b3e7f38d8b9db2f6f8d5434e68a +size 58875 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_02.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_02.uasset new file mode 100644 index 00000000..89b7b7aa --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e212f30db12fc876cbc2311d942e18e787bf1c5f5e2403627d45e00037ccc3c +size 63806 diff --git a/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_03.uasset b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_03.uasset new file mode 100644 index 00000000..6742d245 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Footsteps/sw_Foley_JumpLand_Tile_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5926a3073ada39d20898a8d049d93f5a8be05ca9a430a99287ea5f2d6f04658 +size 53680 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR15_Generic_Shot.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR15_Generic_Shot.uasset new file mode 100644 index 00000000..4ecc29d3 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR15_Generic_Shot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb194d78d761efb042e253f64b741d9a67dd9182fdbdc5209fd107c83fee7d3c +size 534876 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR15_Generic_Shot_Cue.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR15_Generic_Shot_Cue.uasset new file mode 100644 index 00000000..a44b4502 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR15_Generic_Shot_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d6c17982d7163a6f71ea27449ca042c68363482282dd30f164d966ade65fd4 +size 4249 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot.uasset new file mode 100644 index 00000000..81d39f75 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba456d124d5ab7324923066f6ae902485974d3c2efb6f70b2138c52fcec30219 +size 15954 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_1.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_1.uasset new file mode 100644 index 00000000..56db10f7 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f813472744c7df5dc569d02cecad321a11601f3e94e7c8d2979f84cf3a9de096 +size 31945 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_10.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_10.uasset new file mode 100644 index 00000000..f57fbe60 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279b38670c6242058559c00d97273e021ffb90d2468a3a2a860b8f4eb56f95b0 +size 30955 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_2.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_2.uasset new file mode 100644 index 00000000..1f561d73 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d060a110c04be2340b73c333e501fb4525e1551117439ece7762be6fab70d74d +size 30688 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_3.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_3.uasset new file mode 100644 index 00000000..d921969e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:955d24f7b05548296138d88eb843d0d6626b94043e69eda245e976767a25eceb +size 32396 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_4.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_4.uasset new file mode 100644 index 00000000..086fdaae --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aacb6c3d83f47acba756e471ce0efc36a866c79a218d7ed23081404d0af0ee1 +size 31747 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_5.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_5.uasset new file mode 100644 index 00000000..40022525 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ab62bb1b137f75c7b639fa0f184dbf757dc41ae946ac6d64bc1fb68811722f +size 32198 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_6.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_6.uasset new file mode 100644 index 00000000..42ba7719 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd97bfabd313acd239bb0cb7ca48415b939d45271dea5d56135a1030449cf669 +size 31002 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_7.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_7.uasset new file mode 100644 index 00000000..5282b5d7 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20a8d4a9b201c27e419868d474afe9490b75108d9adc04839f08f7c324b52d3a +size 32220 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_8.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_8.uasset new file mode 100644 index 00000000..39cf0a0a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8af6ff1b334e2a4217f0f4ae80702279622b1c1ad1978abebbf03a6a5fe819a +size 31871 diff --git a/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_9.uasset b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_9.uasset new file mode 100644 index 00000000..14351b45 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Gunshots/AR_Shot_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ebc4fbe3fcfe548ab0a1564efe2a472619be098f296fa96b4c9001b0f1f4e5d +size 31012 diff --git a/Content/_Game/Assets/Sounds/Impacts/FleshHit_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/FleshHit_Cue.uasset new file mode 100644 index 00000000..c7f994b5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/FleshHit_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdfaddcf71469ac51027d4e411792d4884d929d065902d20782dfce5bc2266d1 +size 16031 diff --git a/Content/_Game/Assets/Sounds/Impacts/GrassHit.uasset b/Content/_Game/Assets/Sounds/Impacts/GrassHit.uasset new file mode 100644 index 00000000..ee68f2d2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/GrassHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c55af51fb036cd787c1b6669e671db897d025c65e50b18a57362423d3cc07d0 +size 43325 diff --git a/Content/_Game/Assets/Sounds/Impacts/GrassHit_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/GrassHit_Cue.uasset new file mode 100644 index 00000000..a6febeab --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/GrassHit_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:018049c9a4a4972cbc9c1cdb07af014e4a1607512dae78237113f9b0f9b84793 +size 4195 diff --git a/Content/_Game/Assets/Sounds/Impacts/HitSound.uasset b/Content/_Game/Assets/Sounds/Impacts/HitSound.uasset new file mode 100644 index 00000000..d2eaf571 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/HitSound.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723e8ff268eb977be43416f52506d4fa196960f6eb49c561692b400864e0c335 +size 73410 diff --git a/Content/_Game/Assets/Sounds/Impacts/HitSound_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/HitSound_Cue.uasset new file mode 100644 index 00000000..1021d435 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/HitSound_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef167f0732f6dd439aafb7019993bd241472a5b8f4d2b7487b57d2a5869dbb5 +size 4195 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit.uasset new file mode 100644 index 00000000..f63bab8e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb894a72c78fb3027038d4c823def277ed0d7a46de1c99ebc8af9682008b45b4 +size 137155 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit1.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit1.uasset new file mode 100644 index 00000000..f19349d9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2c747fde0a60b6884dfdf704d48d148270cc03d4eeadf2e631e7346936a4327 +size 109837 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit1_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit1_Cue.uasset new file mode 100644 index 00000000..e6baa97c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28bd93ed6fbcf733b2444a0d7704ac19e8aab761cc231f40e727028fb8c33ef5 +size 4195 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit2.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit2.uasset new file mode 100644 index 00000000..5c5e0561 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad35d7dd3a284092861cd3f1df3b1160c18be5a8235718816271de78df5f3176 +size 97597 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit2_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit2_Cue.uasset new file mode 100644 index 00000000..c13e30c8 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit2_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2cd65f1704b9bb1215986f899cd89a4b07d647eab05e3574f23e2feb6393a5b +size 4195 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit3.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit3.uasset new file mode 100644 index 00000000..6dacbed9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:349c0554a81d238f2cf48ddee6a2b9bf8a4333b87a0b4538c78e5daea89bf680 +size 97047 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit3_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit3_Cue.uasset new file mode 100644 index 00000000..b7e22a91 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit3_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85af179f54910a00efc0994b2b0cf9d71d6cdbf390768165848b090fbda4cb56 +size 4195 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit4.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit4.uasset new file mode 100644 index 00000000..6e2de9c6 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d845c779c2aed7dc540f383234e43f6e3f4bba9c4eeef359ee9f06e8876b6d93 +size 126013 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit4_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit4_Cue.uasset new file mode 100644 index 00000000..0255e954 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit4_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:033e296acd3fd703d29648c042ce5b5609480313b18ef76b89f7b3dd366b56b2 +size 4195 diff --git a/Content/_Game/Assets/Sounds/Impacts/RockHit_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/RockHit_Cue.uasset new file mode 100644 index 00000000..98c73c11 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/RockHit_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac20d5de660e008fff2dd76c482c5e7a2a2658c616e813207f2c4fec6a321f75 +size 4188 diff --git a/Content/_Game/Assets/Sounds/Impacts/SwordSwing1.uasset b/Content/_Game/Assets/Sounds/Impacts/SwordSwing1.uasset new file mode 100644 index 00000000..a37b279e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/SwordSwing1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ec1dfd4a5c4eb259cadd4dd0cadc2162055d76fbe34c8b11fea9e2b1b079b99 +size 46700 diff --git a/Content/_Game/Assets/Sounds/Impacts/SwordSwing1_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/SwordSwing1_Cue.uasset new file mode 100644 index 00000000..17e02157 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/SwordSwing1_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a84fbb7c4f9aeab1263f0a71155cf7a7ad230921c323c05db17017a2d8e59c67 +size 4216 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_01.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_01.uasset new file mode 100644 index 00000000..dd9d028a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e79a91156a294d9f0d5ddbcaa55c2b777adae4f371dcaea87f9afa4379cabe9 +size 55254 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_01_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_01_Cue.uasset new file mode 100644 index 00000000..bc6c9e78 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9220f6e2176c0508aa3329389ae597d2badbd05cd2d7a9ff937905ea4cfd4882 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_02.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_02.uasset new file mode 100644 index 00000000..558b913d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be9962488846e3972da6d9efa433bae6c8785db7fd80e7a09ace226b39c45d3 +size 48748 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_02_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_02_Cue.uasset new file mode 100644 index 00000000..71071b5f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10a51c4874697239b98a386938e76add9be2b29ce61349af445d799593881809 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_03.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_03.uasset new file mode 100644 index 00000000..1db91f53 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e516b7f60d063049ef18dde2b0412cd4ee996cb7b3637de4bb0862eeb38c12a +size 35825 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_03_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_03_Cue.uasset new file mode 100644 index 00000000..2bf87d1b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be7aaf543d4a99b689d186982aecf5fdb2e7a1b779213c5509bbccd7e440df9 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_04.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_04.uasset new file mode 100644 index 00000000..81064622 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83c14c36107f6d7b620ed941285bd7b5ddffc7c2d61c0c0032442b575525cef2 +size 49806 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_04_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_04_Cue.uasset new file mode 100644 index 00000000..e6665f47 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6bbbe2adeb03a204b5cb099b4cf5a6695efcdea52c3d03af4edf6610748f20 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_05.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_05.uasset new file mode 100644 index 00000000..6354b5ba --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:205c0d58d00a49c87c84605e1f9a861e0c793b672b8952d8b252f32f74fdc9bb +size 36327 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_05_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_05_Cue.uasset new file mode 100644 index 00000000..3f48e1df --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dff37d13b474ab1ba91b99818f73f2505a6dd08342f0721037c7566e0000ba8 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_06.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_06.uasset new file mode 100644 index 00000000..756e32b5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54559a3844d910141cfea37336ba89cbae223e55bea37daae0c5ae3ede1caf0a +size 33515 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_06_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_06_Cue.uasset new file mode 100644 index 00000000..7420e3a2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d4d7cd07b9bfe2c02759641574e11f1f95fb3a1ceb59919a282d1bf005fd476 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_07.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_07.uasset new file mode 100644 index 00000000..4d079d21 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecfaa0565efe47155ebfcc67c808a35078f09bba7d9ba8a33521f8c72a2a46b5 +size 57096 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_07_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_07_Cue.uasset new file mode 100644 index 00000000..6c08a0aa --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:226293a52cbf774938994aefec9444db90f0c81cccb8e19770db609289ecfc59 +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_08.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_08.uasset new file mode 100644 index 00000000..55e80c5b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fea97dd7d94c08d4a39eea4c28445ca40933d5a394f3fc509561c60b0254d17e +size 41659 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_08_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_08_Cue.uasset new file mode 100644 index 00000000..84a169c4 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e29421b037f8e0b5f788dc5bfb47efa7289613ecb4a845507caedc7d31daec +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_09.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_09.uasset new file mode 100644 index 00000000..5fe09f4e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:699668860afa94e3a8335e9491e436668a3e07734cea72a90276b1e33c34dfb5 +size 44696 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_09_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_09_Cue.uasset new file mode 100644 index 00000000..3c091990 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10f63de00de1cffa75a3705b5c76c853a0de22f1ef825b76d9ace8ce4ef19cf +size 4286 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_10.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_10.uasset new file mode 100644 index 00000000..0df61835 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da68e947312481053fa85696b287d79a50022fa313e442ab33a5e657d1f883c1 +size 35512 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_10_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_10_Cue.uasset new file mode 100644 index 00000000..27af99a1 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05ffcf2c88b7fce1b4c81944876aca8c16a4a4cb47d002efe8a41be5a6fdcafc +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_11.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_11.uasset new file mode 100644 index 00000000..0e6986c0 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15915473ea6a7a4c4f707c2a72f3fec35c152e5391b41ac387267862d735fc08 +size 43171 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_11_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_11_Cue.uasset new file mode 100644 index 00000000..bc0f530b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e02ce53c2970ec456f588693b594296e447a3a46f3eb6a0d8720897379067db +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_12.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_12.uasset new file mode 100644 index 00000000..c59156f3 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ee8eed2c0e6b27e83363a0a4ee3d195598b9acd637a3022109d21f7979c66d6 +size 35260 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_12_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_12_Cue.uasset new file mode 100644 index 00000000..ab748041 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75f8927a8a4318c0ccb0f66aac078fafd6710f543d01ddc4c5cec97c91298df +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_13.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_13.uasset new file mode 100644 index 00000000..e4f1912c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfd636cc4cd0ee6bd5801b09c4fa902ba8e5eab138de1443489e1fb095b1cad4 +size 33455 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_13_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_13_Cue.uasset new file mode 100644 index 00000000..6cc27959 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ea3e7d16bba45891a8461b0f5d06884404730c293265bea80fbba06defdc5a5 +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_14.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_14.uasset new file mode 100644 index 00000000..d462b83f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28121d9643b337d7e9898695ef7c0755ce6a9123c5aa0f04456b8a469b5dafbb +size 52735 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_14_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_14_Cue.uasset new file mode 100644 index 00000000..3fe45222 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0a062a41a0ea2a0df426c3afe57a969d695afc122e6d400dbaea94f9661b4e6 +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_15.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_15.uasset new file mode 100644 index 00000000..c247bf7c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99b78a080e42934875fac4f88d6eac2e772a70da36980fd483138474eeda1e37 +size 50290 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_15_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_15_Cue.uasset new file mode 100644 index 00000000..bd251e50 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d3efacd391671b6a4c5c11922d1069373c157dd834a20679e7fb5e5afc6eaf0 +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_16.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_16.uasset new file mode 100644 index 00000000..edfa412e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f7e3bf4956162442465cc581efb745494272e19af570377c12f898e708ee3b9 +size 53148 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_16_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_16_Cue.uasset new file mode 100644 index 00000000..ec7d8cef --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Default_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c597cea6de81af8752e8f0a34b942bb713b2b7ddf8809b6046f9b7215385aa7 +size 4280 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_01.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_01.uasset new file mode 100644 index 00000000..4e99438f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fdd730a5aca70801e396208bbe4dd321375ef31cc585bd3ad8f97a1965bc1da +size 23573 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_01_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_01_Cue.uasset new file mode 100644 index 00000000..759269e7 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26bb83eb33628e0f37003c96ea193394d99c6168ebd3e09aed773a2d2d07c6d5 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_02.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_02.uasset new file mode 100644 index 00000000..6532a9b0 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82af7abf28dfbb7c42d61d4dfb5fa3e37dfe71f50cfcba61a7c3018d614a1195 +size 26752 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_02_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_02_Cue.uasset new file mode 100644 index 00000000..62699756 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95514de1ef6cd558c663f599835c7c913101aace38838000776602e984750fe9 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_03.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_03.uasset new file mode 100644 index 00000000..39eeb85b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b38bd6ab1c632ba5c6df0a0304e447e1529b966fa0f88f7022ccce5bd9eecd7 +size 31647 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_03_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_03_Cue.uasset new file mode 100644 index 00000000..b7f8c78b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db5be0a403dbf21e433b645b45b505c0039d02822e5c3643b5cd71af9d4b1411 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_04.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_04.uasset new file mode 100644 index 00000000..a7528da8 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed02ded1011a964a42806df78c3a04d74a8ccbcea11f3474be864218eae77453 +size 27628 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_04_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_04_Cue.uasset new file mode 100644 index 00000000..d88cc30b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1efd7a32178d6bd7ef22e10fb1ba20006392d142c3a132bf4e3e3df7106414c7 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_05.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_05.uasset new file mode 100644 index 00000000..a0ca71a2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52b04c5b549555c63f35119a2560b987e88a31f082dbfcefa79b87b2d308e43 +size 26265 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_05_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_05_Cue.uasset new file mode 100644 index 00000000..90f64df2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24741aa697ea4373433d3f2c35bffc1d43ef34dc388e8c2e697f3237656d6845 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_06.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_06.uasset new file mode 100644 index 00000000..e434e40f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7479962504c1f33e2ba454beacf82ff73521248cd3fac5e0fc3b5ff443d395b +size 23840 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_06_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_06_Cue.uasset new file mode 100644 index 00000000..ed8fad97 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bedac3b7c336c463df674b8047bb31a1de60177f630dc11a14a90e12ad733e6 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_07.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_07.uasset new file mode 100644 index 00000000..d56c08cc --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cdd770dbe4775540bba337f60a5efcfd70fd94a2c4a3de12d56b9e75417aa66 +size 24376 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_07_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_07_Cue.uasset new file mode 100644 index 00000000..9d4eb1aa --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb4f49d67472eeb382e8e3f1868b66924363ea9e105dca46039c407d5c1eddbb +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_08.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_08.uasset new file mode 100644 index 00000000..da76805d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e0afc7473f5396d9322af03009778b6992aa46a6b1c3b74e8ab69197b196529 +size 28386 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_08_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_08_Cue.uasset new file mode 100644 index 00000000..14857b86 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df710e80170c4fb7d10e9cfcb8e91c3c74724c44136c3f72e014264bcf326ca2 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_09.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_09.uasset new file mode 100644 index 00000000..2264e42b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea42d1268eb8e9b643754b1d9b02e6826edb8ce6af8c6fed15aefd30cb963310 +size 26633 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_09_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_09_Cue.uasset new file mode 100644 index 00000000..4b795490 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb4b90d1b484f3d105b73e343e46bd618d6a2b642cec150e31f65070200b1370 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_10.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_10.uasset new file mode 100644 index 00000000..8b82bf5a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e13698c69ad470edf65c19e4768f816ffc0d78eaa7f90156a485fa78bbe8105 +size 28173 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_10_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_10_Cue.uasset new file mode 100644 index 00000000..46a0511d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Flesh_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4514ffc157d36b4dbce964aa3681730514997f757a7bbb6cb70cf1eaeb20723b +size 4266 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_01.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_01.uasset new file mode 100644 index 00000000..996dce30 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2b0940f9993d245b42cbd0bc4a56f810d6309030553ff6aed5c0212333ccb9 +size 58273 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_01_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_01_Cue.uasset new file mode 100644 index 00000000..487a71ba --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:182ab3b5f57af0e600618a315dca4326854a0fca74c84e558389209be479a5dd +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_02.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_02.uasset new file mode 100644 index 00000000..5fb0b69b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b72a92b178dfae5c35e601712fdf1c72734f5f1b064ef043848b63ca730eb7 +size 63475 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_02_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_02_Cue.uasset new file mode 100644 index 00000000..6a0eede4 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d57d844d7d61e6d2ac404a9fd2eebcd851276c1dfacff2835ccc200dcf5dd914 +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_03.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_03.uasset new file mode 100644 index 00000000..eccf754d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c84ce8ce4d0958c556e8b7e2b47b6bf599c51c170dc3dab4026b2d63c096af +size 57412 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_03_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_03_Cue.uasset new file mode 100644 index 00000000..e31283f8 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03b3adb8d4c8b101950eac226acedd26067fda01c1548255be67a68179349f95 +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_04.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_04.uasset new file mode 100644 index 00000000..a2e881ce --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab5d3fc06d0d668361aba111a7b06ac8d6c815a7b882f28d5dcc377f1a4a45cf +size 52871 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_04_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_04_Cue.uasset new file mode 100644 index 00000000..b7af7949 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136b30ac17b18233e23d3057c8c368d5f7c3d266e3430cfd6f15f130e2bc9378 +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_05.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_05.uasset new file mode 100644 index 00000000..6fd6180c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f8b324015e7bb9152f23a2f42353bb0a4dc95b8bbaf0d23b935e930566e3db7 +size 56292 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_05_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_05_Cue.uasset new file mode 100644 index 00000000..36bcabd0 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b51e95493c0f5b63a0c6a4a0dedfa970c42fc461ce97c01cf1913a44127e5635 +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_06.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_06.uasset new file mode 100644 index 00000000..8acefe46 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65b58ed92da2ee17e970d2ec255f96172ca648589c7c8631f373f3cc8e5ced30 +size 55007 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_06_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_06_Cue.uasset new file mode 100644 index 00000000..f87893fd --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:760f907a188cfb64354efe1500a68ee1e367cfac8c14f0bb85d22629e9e85970 +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_07.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_07.uasset new file mode 100644 index 00000000..0bd2fefb --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cbc1ccbbdebf7d7afd1b3c8a7199c88013eab3b5c55e821c9eedfa6dd257595 +size 55090 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_07_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_07_Cue.uasset new file mode 100644 index 00000000..dab10104 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91f82c59f05c067bf97407599b5b0fb482eeae4ddc168ef8d03c9463c6ab7881 +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_08.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_08.uasset new file mode 100644 index 00000000..bf1065e4 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9335c8278a6bc0b78add76b4d4d459f76f6b81f950233b32145391221e4882f9 +size 48275 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_08_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_08_Cue.uasset new file mode 100644 index 00000000..331821b6 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df8c5f0de934d4ef992bd90044c4678261b52e9eb651459b0db488edea3376de +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_09.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_09.uasset new file mode 100644 index 00000000..089fc68c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:593ad9aea238128a25c3264de19cb9743fe926cc48a1820d9b33904333dc20d6 +size 50303 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_09_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_09_Cue.uasset new file mode 100644 index 00000000..15405b9d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca0d7037946b06c9b11809c068addfff3f6209d22972e6e905686120665b34e +size 4258 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_10.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_10.uasset new file mode 100644 index 00000000..9e85b360 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6de54e33bc7c84bbd025d97ec4f1e81a60acacbe7d12e8e435cfad92261b238b +size 40534 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_10_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_10_Cue.uasset new file mode 100644 index 00000000..e565b3b0 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:030c2c887489986c9c076621b27dbae5fe8fe4624cc195831cd45cfd3f7cd7b2 +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_11.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_11.uasset new file mode 100644 index 00000000..f3129d3e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5e60277bd663398e76a4cc1edb04edf00012d755cbb848f017d15df191aa456 +size 40086 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_11_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_11_Cue.uasset new file mode 100644 index 00000000..01985684 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_11_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de38eb62b510cb448aed226e1212c5dd1f41d4cbb785600116f0ab141d6c545 +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_12.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_12.uasset new file mode 100644 index 00000000..12f9272b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d76316601fcfbeba5336f19f8f8d1648f937b0be62d1b6636875f9a5e2baa4 +size 52004 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_12_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_12_Cue.uasset new file mode 100644 index 00000000..fbfb1fcf --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_12_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e7e14c457dc54109c1f77d4212bee9f7caacb09fe299ad03989389c83d58d1 +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_13.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_13.uasset new file mode 100644 index 00000000..3710cea8 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf2b87c54aef8e00a1a6d6660d5f24dd7fd3de3663c62960b6000b1683bed48b +size 77583 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_13_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_13_Cue.uasset new file mode 100644 index 00000000..1fc9178b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_13_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ca1eaaf15b8b9c7f61bbd629d8ba0eb570a2c6613c5c6a173aa97b7e076391b +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_14.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_14.uasset new file mode 100644 index 00000000..4867190f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6cde31bbbcf3f103893aa30fc713205f703f0088ad40fccc01a288b8242d6d +size 70571 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_14_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_14_Cue.uasset new file mode 100644 index 00000000..c48e6b50 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_14_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fb0d65b514d8db6d20c5110222cd71888b3b2ac741d010141dc43155720f0ac +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_15.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_15.uasset new file mode 100644 index 00000000..a54403a9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8da72fe9a1a326eeddb2614057041945720f017ddfdf89c0e6e00cae674d75f +size 55100 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_15_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_15_Cue.uasset new file mode 100644 index 00000000..3cc3f903 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_15_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e10ef4d921825dfa413b63a74e7f0f0bca3a3877782f1867f41a4254fccf81 +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_16.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_16.uasset new file mode 100644 index 00000000..fdddfb99 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0f8df5f67a1f2e9ac26566c567e9669eacb213cccb36da00dd2eaf569403dd8 +size 66679 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_16_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_16_Cue.uasset new file mode 100644 index 00000000..4f03e35e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Mtl_16_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b53aacaa1bb13560bd0264c1226ccf296997ae9c146bcf6b04f293cb5f666e5b +size 4252 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_01.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_01.uasset new file mode 100644 index 00000000..c56f28d1 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6df6f816e7e60816267452bd58699e8c11f7e90ed10aaabd28d6d0b518d5762a +size 68267 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_01_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_01_Cue.uasset new file mode 100644 index 00000000..7b8fd031 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c121b501e632e816d71e35f413f8eb2400bdc87fff1f98cd057cc32c6448cd75 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_02.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_02.uasset new file mode 100644 index 00000000..0bb48144 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25eb2df46f4b43ea1395e2773cef6dd5413cec63b1b69ec324254219208c6130 +size 96214 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_02_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_02_Cue.uasset new file mode 100644 index 00000000..4cffd6ec --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac8433a8f5bc9576642e5803849fae8e14046772c32907a1a8a605c0d9c4533 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_03.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_03.uasset new file mode 100644 index 00000000..b85f789d --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d04d0621aff01e13b6c76b369c9509eb23e14640b252c296751687fbcf8f8bdc +size 81085 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_03_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_03_Cue.uasset new file mode 100644 index 00000000..6da50a4e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6672a9751622fee032dc2c9224d087a363fe9b2e19462679c9d4403a130c4fc +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_04.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_04.uasset new file mode 100644 index 00000000..1d388433 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76223c3b4af74442db975b5429650362e7d7570b06a9508ef3c16b169d566e14 +size 90605 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_04_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_04_Cue.uasset new file mode 100644 index 00000000..681fa1cd --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d303a1635dffd40d27ef06554c835fab2fd187c5173aa845168db1bdf71ead7 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_05.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_05.uasset new file mode 100644 index 00000000..bd22f867 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e33537c4948253459e4645f1cbfe8b778f4fc019c4bd90d659c585cd571d2bd +size 89903 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_05_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_05_Cue.uasset new file mode 100644 index 00000000..751589c4 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc362d35d648ad222a4e731dffb034fead6b000bdc0d328ee004309da2f2f2a +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_06.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_06.uasset new file mode 100644 index 00000000..04fd50f9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63674d9a7ae0ca5927297e66e3c52bb949c88d15cf1c4dbf6ab89304d2e1c628 +size 69650 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_06_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_06_Cue.uasset new file mode 100644 index 00000000..5d92a40b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_06_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d0d3deb230c19715876118afb8895650df1d4d652448ba701abf6ebbcab21b +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_07.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_07.uasset new file mode 100644 index 00000000..a9606392 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:135d3eceeeb9961a14a1857cf757bffca110aba60545cd3f2f4c6b606cd47179 +size 106766 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_07_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_07_Cue.uasset new file mode 100644 index 00000000..1744055a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_07_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d717c3ff516b33cb7c12bac979e531108826d73a6f6f866a6a32ede4ed7fbda3 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_08.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_08.uasset new file mode 100644 index 00000000..8fef138f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b49169fdc405596db002aa2c8bf86173c1544dfb183d8dadaae8177bd1df322 +size 86929 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_08_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_08_Cue.uasset new file mode 100644 index 00000000..dfac6bd7 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_08_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cff3744b1b0f5bc6d30c4a331f7b900666c93bd3b9927f79f50e3477bf613c +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_09.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_09.uasset new file mode 100644 index 00000000..0b6a85b5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fecce071d99cab79b0ab5c7b576d5c25be4f579d013acf8fec1342ebfafeb2f5 +size 92173 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_09_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_09_Cue.uasset new file mode 100644 index 00000000..76d88588 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_09_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:785f52b17a8c43bb75b9b1750119d4005ad2e572ac00fa8cb8aa8abc0d060757 +size 4272 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_10.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_10.uasset new file mode 100644 index 00000000..8ca20e91 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f897589f08cb9ac2d7fc1e1634eb1bbcedf874d152e40bd1a409ae186931c0c +size 95702 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_10_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_10_Cue.uasset new file mode 100644 index 00000000..86c02984 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_AK_Water_10_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c349283be1bf980b4a3fca389ace84a1839f22b68c87e006e528667ac5d4b17 +size 4266 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_01.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_01.uasset new file mode 100644 index 00000000..2ed85068 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2c57b44a09296edad35a5d6ad36d394438fcba01adb8bce64fa995a1e3d09cd +size 668133 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_01_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_01_Cue.uasset new file mode 100644 index 00000000..c2c7e845 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9985783b8fda04f0ca710b68c187bd56d14fd020d603781ef9d9235dbcc1364 +size 4314 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_02.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_02.uasset new file mode 100644 index 00000000..bc0bb6ae --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e701cb112825edcc680d7c70365aa8da4035781688e37835e54506c4648654d8 +size 578195 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_02_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_02_Cue.uasset new file mode 100644 index 00000000..3886fa2e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bfd6c5fd27c51e8cfbca20ce563299ed18a30f2b7adbebffb5e2289413b28c +size 4314 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_03.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_03.uasset new file mode 100644 index 00000000..f4d55ab2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8edf69c2d6e8134b6dda4f71563c1473ad976c1871cf46916bf651bf461ccf9 +size 644609 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_03_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_03_Cue.uasset new file mode 100644 index 00000000..e4911d41 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:809cf0aa7076d04dd964794bc4e527f8071b8629e031e4549e7345a774278338 +size 4314 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_04.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_04.uasset new file mode 100644 index 00000000..13d2683e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96c3edc37a25eb9dca7f08aa630d4464eec8d86ebd26a2bc6550822cb503bfef +size 526009 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_04_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_04_Cue.uasset new file mode 100644 index 00000000..28953147 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed4dd0f32525e92868fc929492cf4a1cfef29b35723fa37f3d9ebf06e71ed17 +size 4314 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_05.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_05.uasset new file mode 100644 index 00000000..b0e26a59 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99866022d99dac6bf40627efece7699bc3389fa08f1721fdb805527169ee916f +size 680595 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_05_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_05_Cue.uasset new file mode 100644 index 00000000..912f2bb5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Close_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00947ded452a40162a7a875a5ec5d08c9ce5e829dc6b218fa4755423ba0736fa +size 4314 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_01.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_01.uasset new file mode 100644 index 00000000..db918211 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb783fb08f6540595c296c1458b14c953fb5cfa47a010066b92d68089404e924 +size 180398 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_01_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_01_Cue.uasset new file mode 100644 index 00000000..b7889ffd --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2b202ae163a5610d73c2a941b52a37152cd4765e81c62999331b2703c07f32 +size 4307 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_02.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_02.uasset new file mode 100644 index 00000000..65e1a39f --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2744f561c2d4016d38eea5352902eede1f5d53e43d9e6f44bf61f384818f4ecc +size 204729 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_02_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_02_Cue.uasset new file mode 100644 index 00000000..679f1922 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaa3698f99bf2850da48048184e113a9f13a602971ca4739c8e831f0c8393c81 +size 4307 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_03.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_03.uasset new file mode 100644 index 00000000..f5c30337 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b6663ef48cda00ffb380c35e16773f35cae907b91e89c0e34bc02197edd1ca +size 231107 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_03_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_03_Cue.uasset new file mode 100644 index 00000000..118141d5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_03_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:daa8fea2eeb88251089f2b0bbacbba78d96ec9d71df74ef1d126606e010b4409 +size 4307 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_04.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_04.uasset new file mode 100644 index 00000000..0ed9b357 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb39d8987716872aaf8e4682e7e2dd3f848e520458a653f6e6f8e9b680a6163 +size 234475 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_04_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_04_Cue.uasset new file mode 100644 index 00000000..7c55e742 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_04_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f38524fdc9176ceef489804bd1ca487774e0005a666dc9b562aa8bae07fb54 +size 4307 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_05.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_05.uasset new file mode 100644 index 00000000..dcc28df3 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d9c5d4e6ccac273004d1773494cc9a1f9a23b63b93657426a04035bc2c536d5 +size 264024 diff --git a/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_05_Cue.uasset b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_05_Cue.uasset new file mode 100644 index 00000000..2d465841 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Impacts/sw_Impt_Launcher_Dist_05_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b639ba5898d12a9ee3fb1d12152aa6bd93fbcfe8e8ed52d4ae74b325ea652ae2 +size 4307 diff --git a/Content/_Game/Assets/Sounds/Pickups/HealthPickupCue.uasset b/Content/_Game/Assets/Sounds/Pickups/HealthPickupCue.uasset new file mode 100644 index 00000000..4ae6fbc6 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pickups/HealthPickupCue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c2850e8abb7b46ee8ae5fc63a8ea8ab7bbf123d981ec805c50fd667bc4a84cb +size 4214 diff --git a/Content/_Game/Assets/Sounds/Pickups/sw_Pickup_Ammo.uasset b/Content/_Game/Assets/Sounds/Pickups/sw_Pickup_Ammo.uasset new file mode 100644 index 00000000..a84540cb --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pickups/sw_Pickup_Ammo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef31be9f61ffcc04ffb80557cbc61b015f2a37d5ac7d9ffc01fd56b9b1f5d27 +size 111868 diff --git a/Content/_Game/Assets/Sounds/Pickups/sw_Pickup_Health.uasset b/Content/_Game/Assets/Sounds/Pickups/sw_Pickup_Health.uasset new file mode 100644 index 00000000..15c2701c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pickups/sw_Pickup_Health.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3825f2ad1a3afb39531d7772dedd293ae77a66ef268973f11cfe3bf2ccbdc4e +size 337794 diff --git a/Content/_Game/Assets/Sounds/Pistol/PistolClipInsert.uasset b/Content/_Game/Assets/Sounds/Pistol/PistolClipInsert.uasset new file mode 100644 index 00000000..27f0bd96 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pistol/PistolClipInsert.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751de36716783fc7fd257d5c5a489fd76b49ff512fc59aa819d6f58892aedfde +size 32342 diff --git a/Content/_Game/Assets/Sounds/Pistol/PistolClipInsert_Cue.uasset b/Content/_Game/Assets/Sounds/Pistol/PistolClipInsert_Cue.uasset new file mode 100644 index 00000000..217f8479 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pistol/PistolClipInsert_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14497ca4826d211f5f073b6e09dc54cb45add113720305c3eb1505212cc1267 +size 4236 diff --git a/Content/_Game/Assets/Sounds/Pistol/PistolClipRemove.uasset b/Content/_Game/Assets/Sounds/Pistol/PistolClipRemove.uasset new file mode 100644 index 00000000..b29fccae --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pistol/PistolClipRemove.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c72ddeaca2dbcf8fddbe60cb1402745c17a2f5645891a15f3e5d096d5027501 +size 50859 diff --git a/Content/_Game/Assets/Sounds/Pistol/PistolClipRemove_Cue.uasset b/Content/_Game/Assets/Sounds/Pistol/PistolClipRemove_Cue.uasset new file mode 100644 index 00000000..622740c6 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pistol/PistolClipRemove_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:589bb10d58394e9411f353bc4922fd4b1421cd7d1d85b2f75b50620a6d82f633 +size 4236 diff --git a/Content/_Game/Assets/Sounds/Pistol/PistolFire.uasset b/Content/_Game/Assets/Sounds/Pistol/PistolFire.uasset new file mode 100644 index 00000000..0167cb83 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pistol/PistolFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9af07f32b5c0793ce5cd6fecda09799ea18e0bd5dc6bab78c6a325dc1ba9600c +size 195780 diff --git a/Content/_Game/Assets/Sounds/Pistol/PistolFire_Cue.uasset b/Content/_Game/Assets/Sounds/Pistol/PistolFire_Cue.uasset new file mode 100644 index 00000000..338238d9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Pistol/PistolFire_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66ab563d3610928dd7b185a9336d6c34abae2af04462583a16f266a2df913c39 +size 4248 diff --git a/Content/_Game/Assets/Sounds/Rifle/AR_Equip.uasset b/Content/_Game/Assets/Sounds/Rifle/AR_Equip.uasset new file mode 100644 index 00000000..f9cb709a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/AR_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7914df96858c0ea292ff31e9ac1fe5c7afd796a9584b32706877d10cb537175d +size 4177 diff --git a/Content/_Game/Assets/Sounds/Rifle/AR_Pickup.uasset b/Content/_Game/Assets/Sounds/Rifle/AR_Pickup.uasset new file mode 100644 index 00000000..2b831972 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/AR_Pickup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:355b516787ec4cd5e2d80aadc7ca7a92469b9e171ea3e04866fb2521b21e0eec +size 4178 diff --git a/Content/_Game/Assets/Sounds/Rifle/AmmoPickup.uasset b/Content/_Game/Assets/Sounds/Rifle/AmmoPickup.uasset new file mode 100644 index 00000000..f813742e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/AmmoPickup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72a36301f3a65e7bb8ef263fa207a43c90a0a2cc4db39a45a4188726e10f1338 +size 4219 diff --git a/Content/_Game/Assets/Sounds/Rifle/Equip_01_Cue.uasset b/Content/_Game/Assets/Sounds/Rifle/Equip_01_Cue.uasset new file mode 100644 index 00000000..def9734c --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/Equip_01_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe20b20c517c798f7736fc79d88ecf4b2cda62c9699a9a6d56cd32dc9e0f0ee +size 4197 diff --git a/Content/_Game/Assets/Sounds/Rifle/Jump_Start.uasset b/Content/_Game/Assets/Sounds/Rifle/Jump_Start.uasset new file mode 100644 index 00000000..c305586e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dad136c2f5cf84f4bc63b49c2fa8fd83cf573ef6f969377203377dbf8ad4d392 +size 4183 diff --git a/Content/_Game/Assets/Sounds/Rifle/MagazineSound3.uasset b/Content/_Game/Assets/Sounds/Rifle/MagazineSound3.uasset new file mode 100644 index 00000000..b7e4048a --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/MagazineSound3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59ca373dc0a2caf825ac35f8172500c44d432617078e99ebe5f43d2a10b858d3 +size 48669 diff --git a/Content/_Game/Assets/Sounds/Rifle/MagazineSound3_Cue.uasset b/Content/_Game/Assets/Sounds/Rifle/MagazineSound3_Cue.uasset new file mode 100644 index 00000000..bc5852c2 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/MagazineSound3_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb452369b8c5c2cf7b01a451b720bb81fbf50d57f8255b7bada53f9d0fc16eb +size 4231 diff --git a/Content/_Game/Assets/Sounds/Rifle/MagazineSound4.uasset b/Content/_Game/Assets/Sounds/Rifle/MagazineSound4.uasset new file mode 100644 index 00000000..2a3e0ff3 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/MagazineSound4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdcad808ff15c2aef94600bf438d07c17cfa9ec6c3b2ed95f8ead68d489d0204 +size 50141 diff --git a/Content/_Game/Assets/Sounds/Rifle/MagazineSound4_Cue.uasset b/Content/_Game/Assets/Sounds/Rifle/MagazineSound4_Cue.uasset new file mode 100644 index 00000000..87d96aad --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/MagazineSound4_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e92362813f0bcb536b88c0e04ae8220b31228a1631909dc9db7e9cef55b7102 +size 4231 diff --git a/Content/_Game/Assets/Sounds/Rifle/MagazineSound5.uasset b/Content/_Game/Assets/Sounds/Rifle/MagazineSound5.uasset new file mode 100644 index 00000000..a00a684b --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/MagazineSound5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b5e2663dbdb84f23a0e04c196797c6bdad1e9d43f5172301d5b317b139ae9ed +size 52502 diff --git a/Content/_Game/Assets/Sounds/Rifle/MagazineSound5_Cue.uasset b/Content/_Game/Assets/Sounds/Rifle/MagazineSound5_Cue.uasset new file mode 100644 index 00000000..20415b34 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/MagazineSound5_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2052af8af962ddd4c6c587944a44211b06479a9da393939f6f57c13f57faaca +size 4231 diff --git a/Content/_Game/Assets/Sounds/Rifle/Pistol_Equip.uasset b/Content/_Game/Assets/Sounds/Rifle/Pistol_Equip.uasset new file mode 100644 index 00000000..b60d1f18 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/Pistol_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74a1be41424bfd448f2285e82a15b08014812bf3bed4c3ceb85f3cf9a1ace57 +size 4197 diff --git a/Content/_Game/Assets/Sounds/Rifle/SMG_Equip.uasset b/Content/_Game/Assets/Sounds/Rifle/SMG_Equip.uasset new file mode 100644 index 00000000..541743a9 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/SMG_Equip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166e712150b29d2dd28230c04b432f433e74adf8c5a75539f0f9e21bdd461927 +size 4182 diff --git a/Content/_Game/Assets/Sounds/Rifle/SMG_Pickup.uasset b/Content/_Game/Assets/Sounds/Rifle/SMG_Pickup.uasset new file mode 100644 index 00000000..81a20928 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/SMG_Pickup.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41432c1ae3bf5e0e7cd3327ebf48663a2170cacf49c189fc640a42727b79db69 +size 4183 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_01.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_01.uasset new file mode 100644 index 00000000..ec892be5 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:540974ca698965322551048f58e5582d901fbcf3392f37e0e92161ef9a506600 +size 55280 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_02.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_02.uasset new file mode 100644 index 00000000..2b02e103 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47eb208fead5a472424e46c5fa8b0e707bb7e77125dece09ad4f505ebab45ea +size 51891 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_03.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_03.uasset new file mode 100644 index 00000000..0cb464ff --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Foley_Jump_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b5e7e2e5d80108c6a6adb03f7e67947a73ba02bf79c09a98e8c1a498d97c2f7 +size 47868 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_01.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_01.uasset new file mode 100644 index 00000000..8acf3520 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37213bf65d4b3b2715a7d2d8ffb567f91588b105e778df6eec2becd3868f078a +size 52484 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_02.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_02.uasset new file mode 100644 index 00000000..a1aecaac --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7764cf4cc76f999657ec69698b547c503dac46982000ade1e9b64f2800232142 +size 51099 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_03.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_03.uasset new file mode 100644 index 00000000..a7ccd01e --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_AR_Equip_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b72b83fd8524bf98675d028ff6326ed1ce84c331c6bde6d4909e1901b64f6fe4 +size 58909 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_01.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_01.uasset new file mode 100644 index 00000000..16ffd5c4 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd09c767b9abfb3548a5b822a04a69d92eb57a8e876ddcb25c7a7ab22e942c6b +size 28157 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_02.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_02.uasset new file mode 100644 index 00000000..89567a25 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5f38bb10a4f93ea60b94232bc16d1fdfab22280882816e2b2c9127f0de955da +size 28059 diff --git a/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_02_Cue.uasset b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_02_Cue.uasset new file mode 100644 index 00000000..c354a942 --- /dev/null +++ b/Content/_Game/Assets/Sounds/Rifle/sw_Wep_Launcher_Dryfire_02_Cue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb7e462b236fa8e7c1032f942fae3650ea3751f57bee69ae94788ea1822fe976 +size 4315 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing1.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing1.uasset new file mode 100644 index 00000000..d0d79ef0 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92f8b6006df91500375d6190df13507184e827b03702a66153ea1b25290905aa +size 92510 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing2.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing2.uasset new file mode 100644 index 00000000..054f2a40 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f264773ca07b54c3608ae5b6c2da0a7fa327b2fe6aff4ae3ff7b89ff6c37881 +size 88874 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing3.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing3.uasset new file mode 100644 index 00000000..baacdd8c --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/AxeSwing3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13048759bce324f99f5185b02616ec0fc8317d36384ec3f92f4102af7789922f +size 78633 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/HeavySwing1.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/HeavySwing1.uasset new file mode 100644 index 00000000..e0c34951 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/HeavySwing1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cfbd281dcd2a65fb636b604d94aa8a9767109f83ecbf30f37771717a02f8137 +size 147729 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/HeavySwing2.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/HeavySwing2.uasset new file mode 100644 index 00000000..68fcb216 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/HeavySwing2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24279244061d509b5c58776790fe576811e129284e9b8507a0086aaabfd29278 +size 161100 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing1.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing1.uasset new file mode 100644 index 00000000..056fc786 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48bc5450de93dcb3f82216d5bf04f450c39666d944915517ae842f7bb3112a16 +size 69426 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing2.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing2.uasset new file mode 100644 index 00000000..e049423a --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8eba8f2d47ea7acdbd6d97ff0f8609307a37d3aae8035b2dc08faa5e2f653517 +size 74249 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing3.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing3.uasset new file mode 100644 index 00000000..36d80c8c --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/StickSwing3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de25945e7fdca398c3cf531ed47ce54d051f4891130b20eca3b09aa1152a719 +size 97508 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/Swing1.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/Swing1.uasset new file mode 100644 index 00000000..423626ea --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/Swing1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65cb0c0a0ce799fa2c9e1d009febb1217122b680c9880ca5db26342fdd3ac351 +size 91464 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/Swing2.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/Swing2.uasset new file mode 100644 index 00000000..c7819036 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/Swing2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9476f837fafa915957a5c1885a60156ebb9314d546606d45874e22e07ed66ba0 +size 116792 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/Swing3.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/Swing3.uasset new file mode 100644 index 00000000..c415c177 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/Swing3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2ba82a75a65b2afecee4c46dccd855e91711e601d2f230b825acc1885dbb7ae +size 82054 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/Swing4.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/Swing4.uasset new file mode 100644 index 00000000..938c98fb --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/Swing4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee0a3c78ea82c530031cc902c1982cd947c0f6e16a53bd2b428b48860b98563e +size 83243 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/Swing5.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/Swing5.uasset new file mode 100644 index 00000000..6dd80e7c --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/Swing5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071ed4b37e98da18fabce4b6837c888a29c05c8500a4b2fd4593802335e87362 +size 79486 diff --git a/Content/_Game/Assets/Sounds/WeaponSwings/WeaponSwing.uasset b/Content/_Game/Assets/Sounds/WeaponSwings/WeaponSwing.uasset new file mode 100644 index 00000000..6758e589 --- /dev/null +++ b/Content/_Game/Assets/Sounds/WeaponSwings/WeaponSwing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2bdc2363562b30300a5a776dc07ed25553a52c215990dbb86d4f029f4e12daa +size 10000 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Cross_Q_9.uasset b/Content/_Game/Assets/Textures/Crosshairs/Cross_Q_9.uasset new file mode 100644 index 00000000..4be5a690 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Cross_Q_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3397093629ab8a671302574906a8e4adae4a9534e4eea8df4f35769cae5a97e7 +size 4780 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Bottom.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Bottom.uasset new file mode 100644 index 00000000..e03cda52 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d24753b500e215245df838fdd375cc913c26b183784d4280a898784b86dc1d6 +size 4704 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Left.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Left.uasset new file mode 100644 index 00000000..f9d98547 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:334819936a5d8f770426cb0d3a2d66404eb5d713a8f5d8c6042d5ad6e8920131 +size 4704 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Right.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Right.uasset new file mode 100644 index 00000000..b3033730 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d137d3c4bb08397c7a28e0504090969381a53cf911a19c7fe9962892a7a44e +size 4692 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Top.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Top.uasset new file mode 100644 index 00000000..6fdb060a --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Arrow_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c463536edcac8ca5952861ad725060860cf5c1b8a9cd62c7fade2b9812f0d111 +size 4694 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Dot.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Dot.uasset new file mode 100644 index 00000000..59ca5d11 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Dot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eef9a8918ec0b9da7d4cd1ffdc9a32c67e1e732a794907c335c1e5001803cd61 +size 4632 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Dot_Small.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Dot_Small.uasset new file mode 100644 index 00000000..c404c1ee --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Dot_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6262ded300913889b27d12da82ed48eb04a4789d18c8033ce5f7f8326abdeac0 +size 4532 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Bottom.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Bottom.uasset new file mode 100644 index 00000000..3d57d145 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8654e4375970431bce77a530bd8acbdd864a04301973bba9ef2824c879d1a0c2 +size 4860 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Left.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Left.uasset new file mode 100644 index 00000000..bda0102c --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e54b2276423a4e8b4f05c7208c3cc07afa871e752aa8fa7d5c70472db0abc23 +size 4844 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Right.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Right.uasset new file mode 100644 index 00000000..3c1a459a --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37aa1a8d4ff75f777ba46a00ee56a5eac16692c33ec3af3b303c6e3e82099fed +size 4859 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Top.uasset b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Top.uasset new file mode 100644 index 00000000..7e7f3cea --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Crosshair_Quad_9_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3358efa28b4a0eba18160c39fff81cb67517ab924799f6dc38dc813c5e9cf238 +size 4856 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Bottom.uasset b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Bottom.uasset new file mode 100644 index 00000000..49d04b34 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0e56a44209d055ebc27e7af6d9beffad87208474af6d86a7eef12c781dc128 +size 4784 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Left.uasset b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Left.uasset new file mode 100644 index 00000000..a7c02dc1 --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa49b10393163296c50ba0729366d8bb0c444b3f900028fe85b49d308eb02d83 +size 4754 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Right.uasset b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Right.uasset new file mode 100644 index 00000000..fd41eb4c --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce7683dc021e3bb6221217c28a743d73bac03235542e566ad166bfd67396698 +size 4759 diff --git a/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Top.uasset b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Top.uasset new file mode 100644 index 00000000..73d95c6c --- /dev/null +++ b/Content/_Game/Assets/Textures/Crosshairs/Quad_9_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9773c8ccc79061fdb31134fbac523479d7947a9003ecb9d7705e6c92aa02dd0 +size 4774 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Bottom_Outlined.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Bottom_Outlined.uasset new file mode 100644 index 00000000..c02e590f --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Bottom_Outlined.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d140e552a031ef873d1aa3363e2cc6c8b0c0dff2d4c122f13b2f6fa79d1da24e +size 8770 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Left_Outlined.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Left_Outlined.uasset new file mode 100644 index 00000000..2409ef67 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Left_Outlined.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8d686d53f4a2168f648e330f929285318d659c1457926abe21d4e36c95ada35 +size 8713 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Right_Outlined.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Right_Outlined.uasset new file mode 100644 index 00000000..93e23414 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Right_Outlined.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6be35c304c636950fd987e254c88a2eeb2ea4f9f72c694726934c3b443f6ecac +size 8835 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Top_Outlined.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Top_Outlined.uasset new file mode 100644 index 00000000..6be839bd --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Arrow_Top_Outlined.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29ee44f3de447dcff0e1f401bc1a0a053b1900dcb64a34843b147169f0abaea +size 8679 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Cross_Q_9.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Cross_Q_9.uasset new file mode 100644 index 00000000..8d31ea26 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Cross_Q_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53cb5877d2644b18811efd71ebd2696a039aadc2a097283ed100929177256b1f +size 8366 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Bottom.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Bottom.uasset new file mode 100644 index 00000000..e7d0fd6f --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a38b7b20c25b749a20d6ae9698a00b33abf7171f8030ee90a0cd8b463ccc71d4 +size 8443 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Left.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Left.uasset new file mode 100644 index 00000000..bb92c2a2 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbf364d1b71bdbd28fa84c2861108979844eb47a97b53eb2f50cb766ad94232d +size 8387 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Right.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Right.uasset new file mode 100644 index 00000000..abca86d8 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aec9ea29c34cce25e83f2b3d198d59957dbf030a9e333df361469bf8a00531ce +size 8442 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Top.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Top.uasset new file mode 100644 index 00000000..11bc757c --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Arrow_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b57a02f52feda6e038c08ac085e08d4b9574cc752f738d8ccf61e558586f94d1 +size 8389 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Bracket_4.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Bracket_4.uasset new file mode 100644 index 00000000..ff22437d --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Bracket_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16b8c60081fee6ffea9c27b2d8db91a4d9694f38e136798de90dba42e5854382 +size 5074 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_15.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_15.uasset new file mode 100644 index 00000000..4c6044c5 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9ffc774b89584fedef05633ce5ed93868e60ff3c18a43cf1e47e327273a72d6 +size 5416 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_15_outlined.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_15_outlined.uasset new file mode 100644 index 00000000..e1304c61 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_15_outlined.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea8248c2f22ebdc56e08a4f130253a661144e5d0f5176a3ac572a3246453a4ea +size 6084 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_9.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_9.uasset new file mode 100644 index 00000000..9b641f78 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Circle_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:490053184aca7e3e951f65572ebf131563121a70dc38fa75b246c7337b16b758 +size 5381 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Dot.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Dot.uasset new file mode 100644 index 00000000..dc4e9035 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Dot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:992684b39ab6164a63717af5114006d1671fbd09f6eca07b5badfdbcc0354474 +size 8261 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Dot_Small.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Dot_Small.uasset new file mode 100644 index 00000000..919b56b5 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Dot_Small.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28a62da08d0d6cc4349f7515df6425272719fe9a8abce20f7c73b778e30a4752 +size 4730 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Bottom.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Bottom.uasset new file mode 100644 index 00000000..c703d5de --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5b62548055f19c4c740828db699706ded3db219e4ae1cd40df1f013fc7f2f4e +size 8681 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Left.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Left.uasset new file mode 100644 index 00000000..d2399c72 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:564d9bf052f9ef71c14e2ec058014b6b38cf39383334bf3af400fd08b7a321cc +size 8663 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Right.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Right.uasset new file mode 100644 index 00000000..96dbb2cd --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a3178e9dc03ebceb623dcc81ce0c34349b3283b943816997b55bf2127225fde +size 8657 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Top.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Top.uasset new file mode 100644 index 00000000..0808adf1 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Crosshair_Quad_9_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2f6a873911b43bf68a0f73875c1f5a72d12a56af860279f5f2528467974c943 +size 8628 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Bottom.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Bottom.uasset new file mode 100644 index 00000000..d1a86f49 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Bottom.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52b9bec2cd61e5f84679623c5147fadbd8108857237d0453da40163d6f62d536 +size 8428 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Left.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Left.uasset new file mode 100644 index 00000000..3ffb6847 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb4f213705e6421ac07816ba9929ea9535d5b26414f39b82d4e0fe1485c6a6c +size 8384 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Right.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Right.uasset new file mode 100644 index 00000000..8b710483 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:885bae30c02810313dd8ac15271960de53512d695f43283f68612b0e8b0b0817 +size 8404 diff --git a/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Top.uasset b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Top.uasset new file mode 100644 index 00000000..6fcdcd36 --- /dev/null +++ b/Content/_Game/Assets/Textures/CrosshairsEdited/Quad_9_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6f922ebd657b7b007d4ae219511ee5b0e5cc497fb22550872664dee6a5d1c8c +size 8365 diff --git a/Content/_Game/Assets/Textures/HorizontalLines/HorizontalLines.uasset b/Content/_Game/Assets/Textures/HorizontalLines/HorizontalLines.uasset new file mode 100644 index 00000000..7db58908 --- /dev/null +++ b/Content/_Game/Assets/Textures/HorizontalLines/HorizontalLines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c711446669e3987318c5e9478d1ecfde61dd8e0696c0a659c78e9c5358030d23 +size 25548 diff --git a/Content/_Game/Assets/Textures/Icons/ARAmmo.uasset b/Content/_Game/Assets/Textures/Icons/ARAmmo.uasset new file mode 100644 index 00000000..b65127d5 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/ARAmmo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eb693ff5eaf7d60d342b863b88144534ee448567cc13eaf1e3c13d01f15357 +size 33462 diff --git a/Content/_Game/Assets/Textures/Icons/Backgrounds/CommonBackground.uasset b/Content/_Game/Assets/Textures/Icons/Backgrounds/CommonBackground.uasset new file mode 100644 index 00000000..98f5fe1c --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/Backgrounds/CommonBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0d43818dbfcba2be2b32ee729ceff8a623698e37533fa5138eb39978d94ec6a +size 43142 diff --git a/Content/_Game/Assets/Textures/Icons/Backgrounds/DamagedBackground.uasset b/Content/_Game/Assets/Textures/Icons/Backgrounds/DamagedBackground.uasset new file mode 100644 index 00000000..7a5f5476 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/Backgrounds/DamagedBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1059cad58ad03e3382b4361055cee45083baececfcdced9db27f593f567e2fe +size 25218 diff --git a/Content/_Game/Assets/Textures/Icons/Backgrounds/LegendaryBackground.uasset b/Content/_Game/Assets/Textures/Icons/Backgrounds/LegendaryBackground.uasset new file mode 100644 index 00000000..5dfe3a44 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/Backgrounds/LegendaryBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d156e7ffdce5f60f0466def0de7366754db974fc3c68417f3853baec14c8ad5 +size 43200 diff --git a/Content/_Game/Assets/Textures/Icons/Backgrounds/RareBackground.uasset b/Content/_Game/Assets/Textures/Icons/Backgrounds/RareBackground.uasset new file mode 100644 index 00000000..41ec4e66 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/Backgrounds/RareBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bc7b051134504936c8f7e04d153f783ee835dceef038cdb2cbb88687236c361 +size 49968 diff --git a/Content/_Game/Assets/Textures/Icons/Backgrounds/UncommonBackground.uasset b/Content/_Game/Assets/Textures/Icons/Backgrounds/UncommonBackground.uasset new file mode 100644 index 00000000..f0933419 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/Backgrounds/UncommonBackground.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c5e250edcdae012ee139df56459ade38fa5c5bd038100104a6c7766b3d665f0 +size 44754 diff --git a/Content/_Game/Assets/Textures/Icons/ButtonIcons/ArrowIcon.uasset b/Content/_Game/Assets/Textures/Icons/ButtonIcons/ArrowIcon.uasset new file mode 100644 index 00000000..1cd259f7 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/ButtonIcons/ArrowIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf4fbf091aa1d8b2a553817ba34a6dd88114916f29854a40ab637ffd83582cf9 +size 9285 diff --git a/Content/_Game/Assets/Textures/Icons/ButtonIcons/IconCircleOutlined2.uasset b/Content/_Game/Assets/Textures/Icons/ButtonIcons/IconCircleOutlined2.uasset new file mode 100644 index 00000000..af5af287 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/ButtonIcons/IconCircleOutlined2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa9ca86156480bfcf49622a54a27c1ba9ee709a6ce902e56c02ba4bd1355749 +size 7061 diff --git a/Content/_Game/Assets/Textures/Icons/ButtonIcons/InventorySelectButton.uasset b/Content/_Game/Assets/Textures/Icons/ButtonIcons/InventorySelectButton.uasset new file mode 100644 index 00000000..d5b36c9b --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/ButtonIcons/InventorySelectButton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a328e14cc0564c7f0217b2b2f06fa5a54f5ff8a245b677d8d8e77e60c64ec8 +size 8525 diff --git a/Content/_Game/Assets/Textures/Icons/ButtonIcons/InventorySelectButton2.uasset b/Content/_Game/Assets/Textures/Icons/ButtonIcons/InventorySelectButton2.uasset new file mode 100644 index 00000000..5e1fd2de --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/ButtonIcons/InventorySelectButton2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89327526ffe7864cfb19f89a24ec331448b6c639ddd638c86a551a7769c3cb6 +size 8555 diff --git a/Content/_Game/Assets/Textures/Icons/SmallAmmo.uasset b/Content/_Game/Assets/Textures/Icons/SmallAmmo.uasset new file mode 100644 index 00000000..2a084d62 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/SmallAmmo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:941956f7eb586db71856e78c4a3bf25fc8246ba36549fa8f81e83c28220f6f75 +size 24450 diff --git a/Content/_Game/Assets/Textures/Icons/StarIcon.uasset b/Content/_Game/Assets/Textures/Icons/StarIcon.uasset new file mode 100644 index 00000000..2f0e737e --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/StarIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab1c4c88a8df547118800bcfd622a6ccf72425be13ac09740823f270f3a1ec39 +size 7161 diff --git a/Content/_Game/Assets/Textures/Icons/WeaponIcons/ARIcon2.uasset b/Content/_Game/Assets/Textures/Icons/WeaponIcons/ARIcon2.uasset new file mode 100644 index 00000000..af457367 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/WeaponIcons/ARIcon2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75588e8aaf8febc2bddfe9e51113e6d1ff524eead1f5152499d48b8fbc7f1312 +size 52507 diff --git a/Content/_Game/Assets/Textures/Icons/WeaponIcons/PistolIcon.uasset b/Content/_Game/Assets/Textures/Icons/WeaponIcons/PistolIcon.uasset new file mode 100644 index 00000000..245ac016 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/WeaponIcons/PistolIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea264488b6926f7234167edaf3e19d82fdd3c7d0b313fa62fbfb8a58a2931f42 +size 107643 diff --git a/Content/_Game/Assets/Textures/Icons/WeaponIcons/SMGIcon.uasset b/Content/_Game/Assets/Textures/Icons/WeaponIcons/SMGIcon.uasset new file mode 100644 index 00000000..33e6bd08 --- /dev/null +++ b/Content/_Game/Assets/Textures/Icons/WeaponIcons/SMGIcon.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c671aea70ae12421fd4f7e52c6309eea343498c3695838e68cb3cb49286bca +size 66405 diff --git a/Content/_Game/Character/Belica/Aim/AimWalkBlendspace.uasset b/Content/_Game/Character/Belica/Aim/AimWalkBlendspace.uasset new file mode 100644 index 00000000..ca850a6d --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/AimWalkBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:067c7b6dbca78b481917a3851d0a94868114446fc90f5149b0fdf9dabee65c0f +size 8096 diff --git a/Content/_Game/Character/Belica/Aim/AimingAimOffset.uasset b/Content/_Game/Character/Belica/Aim/AimingAimOffset.uasset new file mode 100644 index 00000000..7bc658ce --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/AimingAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba0d3263c99268147f2d73b85b54e9162cdfb4da0f0b722ccae8d3c4da6b4085 +size 28858 diff --git a/Content/_Game/Character/Belica/Aim/AimingPose_AR.uasset b/Content/_Game/Character/Belica/Aim/AimingPose_AR.uasset new file mode 100644 index 00000000..5c432942 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/AimingPose_AR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51d49032892521bbde51bba75b52de95dd2ba9d82e31b43d3ceaa6f7953d9399 +size 270483 diff --git a/Content/_Game/Character/Belica/Aim/AimingPose_Pistol.uasset b/Content/_Game/Character/Belica/Aim/AimingPose_Pistol.uasset new file mode 100644 index 00000000..400d82c1 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/AimingPose_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0197574641f2c0e75f0fad73242f3a0ce0f519e5d0fe4e9a223482fa63f4dcb7 +size 632766 diff --git a/Content/_Game/Character/Belica/Aim/AimingPose_rotated.uasset b/Content/_Game/Character/Belica/Aim/AimingPose_rotated.uasset new file mode 100644 index 00000000..01c73e82 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/AimingPose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8ffb9ea9977deab0d1295e62538cfd2dc65642595616f1be47d5af1e0708715 +size 176566 diff --git a/Content/_Game/Character/Belica/Aim/HipAimOffset.uasset b/Content/_Game/Character/Belica/Aim/HipAimOffset.uasset new file mode 100644 index 00000000..f43aec9c --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/HipAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ac16e7df01f2031418c7454e20c0e679c62cd79d57d1b148fb01672fd307124 +size 28896 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_CC.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_CC.uasset new file mode 100644 index 00000000..18fa63c6 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5603f1d9193bde4b5d0e67a10a266855ea0ef84f2435c2d46705653bd16cc9d +size 166571 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_CD.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_CD.uasset new file mode 100644 index 00000000..4e7d0cc1 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fddb579c0f34010671d3d5837656d22c1eaf5ebfb03d29c2e2eb060bfa1be33e +size 166494 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_CU.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_CU.uasset new file mode 100644 index 00000000..6f969afc --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fab2b0905b2821780c6404afac3f7b1afca5bed5e7fb90cb2b12b46acdc96e1 +size 166610 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_LBC.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_LBC.uasset new file mode 100644 index 00000000..99eb8c0b --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:179d2ebdfd1f6a9aa0daea3a5b882752f16a81bc297dbd782230f7ee804622b9 +size 166590 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_LBD.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_LBD.uasset new file mode 100644 index 00000000..66b79718 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecac8bbd9ea906b22f173a6eb4efbb21d8bc3ba3e624ea9f9320eec049999bed +size 166631 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_LBU.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_LBU.uasset new file mode 100644 index 00000000..499c5897 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35d0d705c80b746126c94b9e0465d03851e1a9ad8c8d2b796d52c903c83987cd +size 166597 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_LC.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_LC.uasset new file mode 100644 index 00000000..43add4af --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae5834d62de620357023a61d384e5837b6ca8598d5b2b94f09e490a96be02590 +size 166616 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_LD.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_LD.uasset new file mode 100644 index 00000000..3c598944 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04426050f32fd031420dfb99f7e57f4144aff53aacc34e069bbcae713b2c19ff +size 166625 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_LU.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_LU.uasset new file mode 100644 index 00000000..b81f3ad0 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90a3299ae59152dba4a18b419833178279b1c4d00e2d997775c626286f721461 +size 166618 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_RBC.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_RBC.uasset new file mode 100644 index 00000000..e668a74f --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53121c976c5722fb83b16ab4d1f9c27e314896bdc56929bc0f22d3fd8a33026b +size 166495 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_RBD.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_RBD.uasset new file mode 100644 index 00000000..850af7e2 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4098ef51a7b5d791374f8226553e60b10d0da546288a99a35e70129c14a8c6fa +size 166470 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_RBU.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_RBU.uasset new file mode 100644 index 00000000..3ee2eef1 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46e923a6c954e44ae34269b868f090f8a0afe9752609032ae804060fd83e9e1f +size 166495 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_RC.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_RC.uasset new file mode 100644 index 00000000..90a68960 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cca6f61054c573302baad49152ec2edde2f991c2261e1f27ebc5d522c42c3d8 +size 166519 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_RD.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_RD.uasset new file mode 100644 index 00000000..daca0459 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc48501050ca2e8fddc34dd48155725749ba12ce1d17598398a34377977459e4 +size 166524 diff --git a/Content/_Game/Character/Belica/Aim/Idle_AO_RU.uasset b/Content/_Game/Character/Belica/Aim/Idle_AO_RU.uasset new file mode 100644 index 00000000..916d5da4 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df2c6c6ffc6f49d94d649a82205f6f054127a922feb67c001d2e5918839ff7ef +size 166541 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_CC.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_CC.uasset new file mode 100644 index 00000000..700ffcb3 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ea9de57a4c6ef5f6ac1ca81116f8f7aa3966fa53aec882602eb6af2da2f580a +size 166374 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_CD.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_CD.uasset new file mode 100644 index 00000000..7c3cb74a --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cc0e19b15db746b6b6957646dda41acb77d22d3238ded6094bfc27174c1fda6 +size 166487 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_CU.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_CU.uasset new file mode 100644 index 00000000..52bc619a --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acaceee624e9c604bf2d3e96a26678cef5ea653f05f6453d9d5eed62859d79b9 +size 166571 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_L45.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_L45.uasset new file mode 100644 index 00000000..72d350e7 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_L45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7012d9d1ee8f6926e4d61ce5a1043d16670250c4812003632620285b38b2df70 +size 166603 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_L45D.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_L45D.uasset new file mode 100644 index 00000000..28163739 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_L45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7c0424dd9dc619d7c4241fe587c05aef6e2d0c0a61d68fc8e1581f6b0ea20c6 +size 166631 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_L45U.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_L45U.uasset new file mode 100644 index 00000000..92c5caaf --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_L45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d42b9a430123aada9ad297e8cf222655b80584ee9b8cd9fa20fc8a5b1048b0d +size 169160 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_LC.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_LC.uasset new file mode 100644 index 00000000..7688c297 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f78c1c291f968ec1823ef343574e0e5917ae4d1a1f17c5f67ad5bfa5e92c44e3 +size 118404 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_LD.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_LD.uasset new file mode 100644 index 00000000..793a6e1e --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ecf117079bad92eef4aabffc5cb61f6efd7bb49ec424f80716bf6f7dcb9741 +size 118367 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_LU.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_LU.uasset new file mode 100644 index 00000000..d43fb886 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ae4c317793809c5774318f926779dfa3a41d04aa614d9328e017b0a2c7d46ab +size 118426 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_R45.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_R45.uasset new file mode 100644 index 00000000..973a46ed --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_R45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9d99b9f506e28062066bee50cd720c1f1a0b9e47b7ef203d3298656ee506bd +size 166597 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_R45D.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_R45D.uasset new file mode 100644 index 00000000..63918bf3 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_R45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdcf3ccc803f0d614cdcb1639118c38d7df07d9a78b23f49c2734f02e697f911 +size 168940 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_R45U.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_R45U.uasset new file mode 100644 index 00000000..32cb5338 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_R45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddbc7c04d3b66ba7d4beeadb88a420157c9fb6bd7460fb5ba1c6d67ebd03d69 +size 166589 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_RC.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_RC.uasset new file mode 100644 index 00000000..8d10ede1 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89bd21ad5899027b2ad3f56d48c12f4bdf731d8184d6c2614c7ceaec384b16ae +size 118329 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_RD.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_RD.uasset new file mode 100644 index 00000000..fa2ed0b1 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c540df0c0c9037583a067591bb63c9cd539b81c0a41b794d1984bc153d644869 +size 118312 diff --git a/Content/_Game/Character/Belica/Aim/RMB_AO_RU.uasset b/Content/_Game/Character/Belica/Aim/RMB_AO_RU.uasset new file mode 100644 index 00000000..5a7b6010 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc4651d773cb7c21b083918124b80ac1b5daacaada3a8cca754dfa5a3bb0fa75 +size 118361 diff --git a/Content/_Game/Character/Belica/Aim/RMB_Zero_Pose.uasset b/Content/_Game/Character/Belica/Aim/RMB_Zero_Pose.uasset new file mode 100644 index 00000000..1ed1f055 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/RMB_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16ac7e8acbc2e58e15d6ae8a700b8a1845193dc9f1c95de595f3db5d5a1d7046 +size 164792 diff --git a/Content/_Game/Character/Belica/Aim/Walk_Bwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Belica/Aim/Walk_Bwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..03db1749 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Walk_Bwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a99bface903ab6ce230175d78c85d6cfe3a45480837bb536024f73cc7f504946 +size 332068 diff --git a/Content/_Game/Character/Belica/Aim/Walk_Fwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Belica/Aim/Walk_Fwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..281b0d4a --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Walk_Fwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1a2520094153e7acc05ceec6329edbb8fe27a95e625595df7e449f1dfcd643c +size 321307 diff --git a/Content/_Game/Character/Belica/Aim/Walk_Lt_Rifle_Ironsights.uasset b/Content/_Game/Character/Belica/Aim/Walk_Lt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..4bad0838 --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Walk_Lt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8744c84c14578b8d27527743c455de31457f9c6606d6fd7b896f3a070e282e3 +size 333791 diff --git a/Content/_Game/Character/Belica/Aim/Walk_Rt_Rifle_Ironsights.uasset b/Content/_Game/Character/Belica/Aim/Walk_Rt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..4a2c2dee --- /dev/null +++ b/Content/_Game/Character/Belica/Aim/Walk_Rt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e8e43298fb8dfc7c695d2fdf45d8d66d54754319600b4c496ad1ba7dc001167 +size 333828 diff --git a/Content/_Game/Character/Belica/BelicaAnimBP.uasset b/Content/_Game/Character/Belica/BelicaAnimBP.uasset new file mode 100644 index 00000000..5b69d281 --- /dev/null +++ b/Content/_Game/Character/Belica/BelicaAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1381978f51e7ba50f5818637a75430772e04dc2aef8c2f2753bb404bb28593dc +size 1943573 diff --git a/Content/_Game/Character/Belica/BelicaCharacterBP.uasset b/Content/_Game/Character/Belica/BelicaCharacterBP.uasset new file mode 100644 index 00000000..2014a5c1 --- /dev/null +++ b/Content/_Game/Character/Belica/BelicaCharacterBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88040b9917ec91a46245ba5c9a5566fa7985d0958c3f23b1551e1983bdf692f9 +size 45118 diff --git a/Content/_Game/Character/Belica/Crouch/CrouchBlendspace.uasset b/Content/_Game/Character/Belica/Crouch/CrouchBlendspace.uasset new file mode 100644 index 00000000..4be57392 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/CrouchBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec06cc5c487846617a7e3662e4613de6ce2c120585d18e89e20b27573e4c9e7b +size 8334 diff --git a/Content/_Game/Character/Belica/Crouch/Crouch_Idle_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Crouch_Idle_Rifle_Hip.uasset new file mode 100644 index 00000000..9d0e1f08 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouch_Idle_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4df033f622b5d574074798112692abc24397c76f055cd9e9d9efeb8b8cbf15f5 +size 1470370 diff --git a/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset new file mode 100644 index 00000000..91889cf7 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd42ef15fd3ac448fc85af643463effa6171950207f6b783537567d1d130b98 +size 635153 diff --git a/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset new file mode 100644 index 00000000..6b0ddb96 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de565befd166b15aa1a2c9818721b2913b21f673ebca6559c61b30f00ed9e0db +size 607688 diff --git a/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset new file mode 100644 index 00000000..f5f6a90f --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba822107184e86efc903c39e2a85f0e575302cf9a0e03f5c0500765f3f736fea +size 613940 diff --git a/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset new file mode 100644 index 00000000..20d92b6a --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a851b66da6d2030352faa67e6daf2b8f65038d50b5ce1fd68993fa9950f3e84 +size 625777 diff --git a/Content/_Game/Character/Belica/Crouch/Crouch_to_Stand_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Crouch_to_Stand_Rifle_Hip.uasset new file mode 100644 index 00000000..65576078 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouch_to_Stand_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1813f39f04c1523f14790bc8a77480fbc221a089f9e784215d7909d40ee60f14 +size 343747 diff --git a/Content/_Game/Character/Belica/Crouch/Crouching_Turn_90_Left.uasset b/Content/_Game/Character/Belica/Crouch/Crouching_Turn_90_Left.uasset new file mode 100644 index 00000000..50b0928c --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouching_Turn_90_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35617fdee98d3b87b350692ceed5e06f75c54c5b93094c91e3bbe4ffe51d3a1e +size 615318 diff --git a/Content/_Game/Character/Belica/Crouch/Crouching_Turn_90_Right.uasset b/Content/_Game/Character/Belica/Crouch/Crouching_Turn_90_Right.uasset new file mode 100644 index 00000000..638bd9d0 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Crouching_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec89847c7873ecc505948cc11f5f184d722a4ac91de1a6441ba012fd6d7a530 +size 630185 diff --git a/Content/_Game/Character/Belica/Crouch/Stand_to_Crouch_Rifle_Hip.uasset b/Content/_Game/Character/Belica/Crouch/Stand_to_Crouch_Rifle_Hip.uasset new file mode 100644 index 00000000..cc2d3160 --- /dev/null +++ b/Content/_Game/Character/Belica/Crouch/Stand_to_Crouch_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1b85c36b90b1bee42adf375f257bbfd432bdb76329a69e26980ef32baa103a0c +size 331955 diff --git a/Content/_Game/Character/Belica/Death/DeathMontage.uasset b/Content/_Game/Character/Belica/Death/DeathMontage.uasset new file mode 100644 index 00000000..10ff41ce --- /dev/null +++ b/Content/_Game/Character/Belica/Death/DeathMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f761c55f140647d05a2fec7012b70686c29fafdadd42737cff9210db3e1308 +size 11053 diff --git a/Content/_Game/Character/Belica/Death/Death_A.uasset b/Content/_Game/Character/Belica/Death/Death_A.uasset new file mode 100644 index 00000000..c1676a49 --- /dev/null +++ b/Content/_Game/Character/Belica/Death/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01ddbfaa07f7f1e341143282269e6d4ef780cceff9602d8b933fd9cf0ad0a957 +size 673622 diff --git a/Content/_Game/Character/Belica/Death/Death_A_end.uasset b/Content/_Game/Character/Belica/Death/Death_A_end.uasset new file mode 100644 index 00000000..f12ccbfd --- /dev/null +++ b/Content/_Game/Character/Belica/Death/Death_A_end.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:999e15fec53721148be836b9f2b402614b294bfd20d69f2fc1a798a8c5e8afc4 +size 166188 diff --git a/Content/_Game/Character/Belica/Equip/EquipMontage.uasset b/Content/_Game/Character/Belica/Equip/EquipMontage.uasset new file mode 100644 index 00000000..9ce26ae1 --- /dev/null +++ b/Content/_Game/Character/Belica/Equip/EquipMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d93e5d66daee49ac420d17022c0b200eff143daf4eae040c2200d36b9ff53c6 +size 10237 diff --git a/Content/_Game/Character/Belica/Equip/Equip_Rifle_Standing.uasset b/Content/_Game/Character/Belica/Equip/Equip_Rifle_Standing.uasset new file mode 100644 index 00000000..412f37b7 --- /dev/null +++ b/Content/_Game/Character/Belica/Equip/Equip_Rifle_Standing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f953652a7aeeb596274ef84fe4a946412c9f9a4f49388d5398422cfa0187d11f +size 270071 diff --git a/Content/_Game/Character/Belica/Fire/HipFireMontage.uasset b/Content/_Game/Character/Belica/Fire/HipFireMontage.uasset new file mode 100644 index 00000000..745cc6a6 --- /dev/null +++ b/Content/_Game/Character/Belica/Fire/HipFireMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4531a185d03b250c39d43d70110142122ca921bf7aaaf572f320e1e5b8893d2b +size 8940 diff --git a/Content/_Game/Character/Belica/Fire/Primary_Fire_Fast_Trimmed.uasset b/Content/_Game/Character/Belica/Fire/Primary_Fire_Fast_Trimmed.uasset new file mode 100644 index 00000000..b886c47d --- /dev/null +++ b/Content/_Game/Character/Belica/Fire/Primary_Fire_Fast_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b62e28fa87340460510da5be9f7e2893ab0859b9af359931122ab965adb5b86 +size 219134 diff --git a/Content/_Game/Character/Belica/HitReact/HitReactMontage.uasset b/Content/_Game/Character/Belica/HitReact/HitReactMontage.uasset new file mode 100644 index 00000000..f9aa5e83 --- /dev/null +++ b/Content/_Game/Character/Belica/HitReact/HitReactMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baa7ac57893f91f7d4f45d40b496e9c2d2d467184f2e91d7b3676490daead08c +size 10340 diff --git a/Content/_Game/Character/Belica/HitReact/HitReact_Front.uasset b/Content/_Game/Character/Belica/HitReact/HitReact_Front.uasset new file mode 100644 index 00000000..1892d56f --- /dev/null +++ b/Content/_Game/Character/Belica/HitReact/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e7d9c57628d3a56d5d0b3c4fadcecc24c521ca2e569d5fc18ef0583349ade63 +size 416952 diff --git a/Content/_Game/Character/Belica/Idle/Idle_Zero_Pose.uasset b/Content/_Game/Character/Belica/Idle/Idle_Zero_Pose.uasset new file mode 100644 index 00000000..7751e886 --- /dev/null +++ b/Content/_Game/Character/Belica/Idle/Idle_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d287f5bbaaa2edce47275dee15596ff0cf140471ed1aef66bb010261ca3d25 +size 159859 diff --git a/Content/_Game/Character/Belica/Idle/Idle_Zero_Pose_rotated.uasset b/Content/_Game/Character/Belica/Idle/Idle_Zero_Pose_rotated.uasset new file mode 100644 index 00000000..751022ee --- /dev/null +++ b/Content/_Game/Character/Belica/Idle/Idle_Zero_Pose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cb56e5f6c62a536be98f849b82da0f0de3dbdb69656b634e39f29f78078240d +size 194590 diff --git a/Content/_Game/Character/Belica/Jog/JogBackBlendspace.uasset b/Content/_Game/Character/Belica/Jog/JogBackBlendspace.uasset new file mode 100644 index 00000000..6f167284 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/JogBackBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0850c0ef08bc152382815c0b8d6c2a6f0ac6b2974074734aed7fc9edbdf09d38 +size 7394 diff --git a/Content/_Game/Character/Belica/Jog/JogBlendspace.uasset b/Content/_Game/Character/Belica/Jog/JogBlendspace.uasset new file mode 100644 index 00000000..e74ec446 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/JogBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d32d8d181ef76edcf28f981a92bf89375f2477f860f20fc527cc61a9ffff4432 +size 47959 diff --git a/Content/_Game/Character/Belica/Jog/JogStartBlendspace.uasset b/Content/_Game/Character/Belica/Jog/JogStartBlendspace.uasset new file mode 100644 index 00000000..e25f2a16 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/JogStartBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a739a716851c0e9ee03b215b676a4fd4f29cc9e528dafc9328df8e67ec2d5709 +size 9365 diff --git a/Content/_Game/Character/Belica/Jog/JogStopBlendspace.uasset b/Content/_Game/Character/Belica/Jog/JogStopBlendspace.uasset new file mode 100644 index 00000000..7b743927 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/JogStopBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38b7182d3ce9194d1f36daf60fa11f1486934302bb76be897474f854788602c +size 9256 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Bwd.uasset b/Content/_Game/Character/Belica/Jog/Jog_Bwd.uasset new file mode 100644 index 00000000..3b29c034 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b87245e3422c8d63c90cc6220ebbbe25efcb8536b5b1608ebe709ed66a33bd +size 448511 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Bwd_Circle_Left.uasset b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Circle_Left.uasset new file mode 100644 index 00000000..6a61c0db --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a8098437094c41ac4394f12893ae6346661383a69fbd7981bd221c198e067a7 +size 508135 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Bwd_Circle_Right.uasset b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Circle_Right.uasset new file mode 100644 index 00000000..02cee96d --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:335fc39af98c1050baac5b352dd8123428ee9ad2f350ba3223cd40e427dccabf +size 520210 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Bwd_Start_Trim.uasset b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Start_Trim.uasset new file mode 100644 index 00000000..48ed4f97 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5ba03fb66d2c035a9fece8113beab7e746137f9fea386737c198e15501624e +size 336912 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Bwd_Stop_Trim.uasset b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Stop_Trim.uasset new file mode 100644 index 00000000..a9869e7f --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Bwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b78988d8045fbc5d1c6ae08f5b8009383093ef666ce604fec45612b13343d6 +size 276071 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Fwd.uasset b/Content/_Game/Character/Belica/Jog/Jog_Fwd.uasset new file mode 100644 index 00000000..56f9d79f --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75cec4dacc3e4161025ed313acdb8dee5862f680ccbaff48a7cb39fd78ce4194 +size 403657 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Fwd_Circle_Left.uasset b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Circle_Left.uasset new file mode 100644 index 00000000..057250b6 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c21285db66428980728929f71a7a8466f82a29960c9982e4f4500809c873a2 +size 410711 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Fwd_Circle_Right.uasset b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Circle_Right.uasset new file mode 100644 index 00000000..86836e0f --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5422be624d08144fa5ad68d42e4d5688d46e47f208c0413380e8f218df16bb0f +size 413519 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Fwd_Start_Trim.uasset b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Start_Trim.uasset new file mode 100644 index 00000000..c54d72af --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f1fcc2e0405c6128a39e0ebc5b35d5eff40a73e686b8a27c9c3912a4b14a01 +size 340135 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Fwd_Stop_Trim.uasset b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Stop_Trim.uasset new file mode 100644 index 00000000..c27f3f49 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Fwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c278b1d55da5844665e9809dd47d4811b2d56ca58ff22d4448d41e64f58e0538 +size 493769 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Left.uasset b/Content/_Game/Character/Belica/Jog/Jog_Left.uasset new file mode 100644 index 00000000..31ea0042 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5b2877942550455b27a33d6e8ea6351e3722c6d683c0a637387c8790c6aed29 +size 516929 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Left_Circle_Left.uasset b/Content/_Game/Character/Belica/Jog/Jog_Left_Circle_Left.uasset new file mode 100644 index 00000000..24af8f5b --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Left_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6766d7ab40027a452bdb45dad4a52890fdd41ee90dbea9e6e615240d9241ce8a +size 526892 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Left_Circle_Right.uasset b/Content/_Game/Character/Belica/Jog/Jog_Left_Circle_Right.uasset new file mode 100644 index 00000000..9534ca63 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Left_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f69ce4f48d56cdce59008d9feeca852c524a4e22abb48aab508c19adb23163c +size 531190 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Left_Start.uasset b/Content/_Game/Character/Belica/Jog/Jog_Left_Start.uasset new file mode 100644 index 00000000..4f6a1e8a --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:875309d0b0bf87292d48e44a52c0a83c556983f1a003491008340c80bed3c754 +size 575368 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Left_Stop_Trim.uasset b/Content/_Game/Character/Belica/Jog/Jog_Left_Stop_Trim.uasset new file mode 100644 index 00000000..b8de6379 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Left_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd284df6268c2475cf1c4e19e48a29ea51a7fc5700b593f6c1548feec7c4e36c +size 364501 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Right.uasset b/Content/_Game/Character/Belica/Jog/Jog_Right.uasset new file mode 100644 index 00000000..8e744cf4 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e5fac310952477151e6adf0ff01beaef0fd587a1ff7eab289054e5d0e697c6 +size 505319 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Right_Circle_Left.uasset b/Content/_Game/Character/Belica/Jog/Jog_Right_Circle_Left.uasset new file mode 100644 index 00000000..2d6b2842 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Right_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f191eb794298e23dc08ae81c3029d1b9f707b2ed7ae775c3fca8e09a6c66b5d4 +size 544113 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Right_Circle_Right.uasset b/Content/_Game/Character/Belica/Jog/Jog_Right_Circle_Right.uasset new file mode 100644 index 00000000..055edbc9 --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Right_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e9600bbff8acc2770f34540ff9842da066bd36ab7d08d2a771498034ee73ac2 +size 548518 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Right_Start.uasset b/Content/_Game/Character/Belica/Jog/Jog_Right_Start.uasset new file mode 100644 index 00000000..6190999f --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d40d3e845a10f445746361bc3857472e7021783ef1a7118a93b86d254ff160 +size 583322 diff --git a/Content/_Game/Character/Belica/Jog/Jog_Right_Stop_Trim.uasset b/Content/_Game/Character/Belica/Jog/Jog_Right_Stop_Trim.uasset new file mode 100644 index 00000000..95b09ecb --- /dev/null +++ b/Content/_Game/Character/Belica/Jog/Jog_Right_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9df2b3b73c32dff2c6f13e45ac53d7bbe42716a9e36796390a42192c6b6033 +size 374833 diff --git a/Content/_Game/Character/Belica/Jump/Jump_Apex.uasset b/Content/_Game/Character/Belica/Jump/Jump_Apex.uasset new file mode 100644 index 00000000..1c528d1b --- /dev/null +++ b/Content/_Game/Character/Belica/Jump/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42cd862fff2a3a2053af466a89e81fb7b21b31f4389be4a5e2719b4c9562eaf +size 242037 diff --git a/Content/_Game/Character/Belica/Jump/Jump_PreLand.uasset b/Content/_Game/Character/Belica/Jump/Jump_PreLand.uasset new file mode 100644 index 00000000..76bf0f2f --- /dev/null +++ b/Content/_Game/Character/Belica/Jump/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94c4721da67875a88b3e7232e6d475da9a0d9d79719c0beffab732b872ff84e5 +size 217367 diff --git a/Content/_Game/Character/Belica/Jump/Jump_Recovery_Additive.uasset b/Content/_Game/Character/Belica/Jump/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..fabd5404 --- /dev/null +++ b/Content/_Game/Character/Belica/Jump/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe80bfb4e120e0cf9bb80fd68b63b8fe3aad9988e6051602ac64831c5afcc50 +size 563436 diff --git a/Content/_Game/Character/Belica/Jump/Jump_Start.uasset b/Content/_Game/Character/Belica/Jump/Jump_Start.uasset new file mode 100644 index 00000000..648cb73d --- /dev/null +++ b/Content/_Game/Character/Belica/Jump/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0f11ab5d1e98ecbf1ed0cd11c448bcf242a0b9dfb8410bd335d4d262889cfe4 +size 245930 diff --git a/Content/_Game/Character/Belica/Reload/ReloadMontage.uasset b/Content/_Game/Character/Belica/Reload/ReloadMontage.uasset new file mode 100644 index 00000000..00a7d3e7 --- /dev/null +++ b/Content/_Game/Character/Belica/Reload/ReloadMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e69760f9d6b0adbcc4bd3ae49a9f924ef2f13222aaa141be8f0955b33a01b1fd +size 35312 diff --git a/Content/_Game/Character/Belica/Reload/Reload_Pistol.uasset b/Content/_Game/Character/Belica/Reload/Reload_Pistol.uasset new file mode 100644 index 00000000..1605d718 --- /dev/null +++ b/Content/_Game/Character/Belica/Reload/Reload_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40eb2903de3aa1a36068d8ca63190b022ec0c72264ae9f2b57eafd435ab9dd9e +size 430375 diff --git a/Content/_Game/Character/Belica/Reload/Reload_Rifle_Ironsights.uasset b/Content/_Game/Character/Belica/Reload/Reload_Rifle_Ironsights.uasset new file mode 100644 index 00000000..7d50448c --- /dev/null +++ b/Content/_Game/Character/Belica/Reload/Reload_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9273d454679de37707fb42864752115d2b838e03558c9fed56c8d2031e4b980a +size 494840 diff --git a/Content/_Game/Character/Belica/Reload/Reload_SMG.uasset b/Content/_Game/Character/Belica/Reload/Reload_SMG.uasset new file mode 100644 index 00000000..144b3290 --- /dev/null +++ b/Content/_Game/Character/Belica/Reload/Reload_SMG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4184d78ad5927ace15a4782594049596fbc120cd3a388390fb1f6f3b50b78bb9 +size 794363 diff --git a/Content/_Game/Character/Belica/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset b/Content/_Game/Character/Belica/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset new file mode 100644 index 00000000..8d9484c3 --- /dev/null +++ b/Content/_Game/Character/Belica/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14a48df0cc4ce37be95b7a3c6c0c1be171e2ea24897196657dcdd9b9016c185 +size 266623 diff --git a/Content/_Game/Character/Belica/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset b/Content/_Game/Character/Belica/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset new file mode 100644 index 00000000..0a0ab2cb --- /dev/null +++ b/Content/_Game/Character/Belica/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3a85db95e29c193b3be35b5a9d248da5776d98e15def85a5454f8ab29bf9cf8 +size 292826 diff --git a/Content/_Game/Character/Revenant/Aim/AimWalkBlendspace.uasset b/Content/_Game/Character/Revenant/Aim/AimWalkBlendspace.uasset new file mode 100644 index 00000000..1ce50351 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/AimWalkBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6b66a27e39085879175cd2a6b6a292ac47fa49e1f4820b5a4b13ae88923ccf +size 8293 diff --git a/Content/_Game/Character/Revenant/Aim/AimingAimOffset.uasset b/Content/_Game/Character/Revenant/Aim/AimingAimOffset.uasset new file mode 100644 index 00000000..03b828f7 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/AimingAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83aa5fec370b2e65eee5ccf2f346be63c85a9e3e07842765e76fd3e0db44d69f +size 29086 diff --git a/Content/_Game/Character/Revenant/Aim/AimingPose_AR.uasset b/Content/_Game/Character/Revenant/Aim/AimingPose_AR.uasset new file mode 100644 index 00000000..a23797ed --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/AimingPose_AR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b244f2ad76e21c14e8c752402fd4c657345c96615576a89747ca67244749b6bd +size 230138 diff --git a/Content/_Game/Character/Revenant/Aim/AimingPose_Pistol.uasset b/Content/_Game/Character/Revenant/Aim/AimingPose_Pistol.uasset new file mode 100644 index 00000000..7d26d819 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/AimingPose_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46496b595da6c417401063c057a1792fc2d1aff1c783e8b578cd9705c8da02f +size 681347 diff --git a/Content/_Game/Character/Revenant/Aim/AimingPose_rotated.uasset b/Content/_Game/Character/Revenant/Aim/AimingPose_rotated.uasset new file mode 100644 index 00000000..b5785d5a --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/AimingPose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29224b690d2b7d00da62b6c2ec76329792bf58b8747778b5e003a617fbb640d7 +size 230225 diff --git a/Content/_Game/Character/Revenant/Aim/HipAimOffset.uasset b/Content/_Game/Character/Revenant/Aim/HipAimOffset.uasset new file mode 100644 index 00000000..c27c2f74 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/HipAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8990ffcaba7f5026fdbd7474f6a21ca0ebc4d8fe6bed10f87a75b2fac8fa8de +size 29160 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_CC.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_CC.uasset new file mode 100644 index 00000000..f8dd0f8a --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bb40e968cd42cdbcf982f4d1447ee12e317ab91fbd0ea6c4b24d04c3aee780b +size 232667 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_CD.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_CD.uasset new file mode 100644 index 00000000..c35972df --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:747aa7c1581bdb0e8d527ecdf25a7e82ff622b0c398c042ac59a8b1a14a1f5c1 +size 232523 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_CU.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_CU.uasset new file mode 100644 index 00000000..62965bfd --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ac01f06acc46337ad46c1410adc4c264db1f8df2d9a8e5fde1b8b5c96058fcf +size 232705 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_LBC.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_LBC.uasset new file mode 100644 index 00000000..8005ae44 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b001a0baab444d0608dce31d3cae8560c8ef3e7de9a283087bfe4dc27f1a26a +size 232658 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_LBD.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_LBD.uasset new file mode 100644 index 00000000..9178d792 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8827749aad6d8ea45ecda081d69f4fbe5bc64b4c4e3bb2692380b644491f1b2b +size 232660 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_LBU.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_LBU.uasset new file mode 100644 index 00000000..15c771cd --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2759050a497c8565b85bda67bb30a2516efa8322fda5cc26e16ac951c3f4df47 +size 232608 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_LC.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_LC.uasset new file mode 100644 index 00000000..c41642e8 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ba50e1188bbab672bc572688b1b8e574833ae781b30556d78f3102739f9a2dd +size 232663 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_LD.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_LD.uasset new file mode 100644 index 00000000..66977e62 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fee34e2d85577b54008337908ec287d34d3fcd25a6258fc8a24531a01e77b889 +size 232634 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_LU.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_LU.uasset new file mode 100644 index 00000000..31b85883 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c22369b43eb5afd5a5c40bbfd4c78290dcb9ea0d0ad8a7f39fc1962f26decaa +size 232680 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_RBC.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_RBC.uasset new file mode 100644 index 00000000..2e737d23 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed9f97dc965455a6513f502b4911f6ddc5042dbaefd635c5c652a259949ce19c +size 232611 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_RBD.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_RBD.uasset new file mode 100644 index 00000000..83fbd346 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ba3ecf2e6fe88c43df37d5728828ae95f0c68ea9a3d80ea756722be721026ea +size 232545 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_RBU.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_RBU.uasset new file mode 100644 index 00000000..9fd0a3d7 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23149cd3c8de4f505cdb9ed6348cb5dcddd7c229bb3990c4563b1d35677b3f69 +size 232579 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_RC.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_RC.uasset new file mode 100644 index 00000000..e2f1c87b --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d35dbdbe411a943b7707b48977581cea5854b3921e40bc83b068063f0364299f +size 232653 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_RD.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_RD.uasset new file mode 100644 index 00000000..7b960ff5 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58d0ba5786b232ba6cfad5387d23e8f00cb7c7dc1c892c4deaec7af14f1ce405 +size 232647 diff --git a/Content/_Game/Character/Revenant/Aim/Idle_AO_RU.uasset b/Content/_Game/Character/Revenant/Aim/Idle_AO_RU.uasset new file mode 100644 index 00000000..29fa533a --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:298965e08e716dbbd86d95fb7558cc044b6cbadde141ea8cda2c9c3e55d5fefc +size 232705 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_CC.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_CC.uasset new file mode 100644 index 00000000..aab2f8d0 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c76dfcfd82766e031e2ec1308caf8a13545828ab90583b2fd5e6faace2ae5d +size 232547 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_CD.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_CD.uasset new file mode 100644 index 00000000..d86e232d --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd64a2fa328f8bc16932a268b0994a1aed7731270b667707150adbd6aa3977e2 +size 232504 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_CU.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_CU.uasset new file mode 100644 index 00000000..7838fdf7 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e44bd0deb0a31255231f6443565d7445822097bb7bcde488eae61e2d79a8b37 +size 232685 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_L45.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_L45.uasset new file mode 100644 index 00000000..07c50923 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_L45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff930dfcd8e7c55d63b03a1341dd1e78ba94b3b6c84f4b05cb567b27ca7e997a +size 232603 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_L45D.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_L45D.uasset new file mode 100644 index 00000000..fca5b662 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_L45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95ac6c3deaa4e0beadf86a04b3af436da4e76da8c82c26b1bc06120689f644ba +size 232605 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_L45U.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_L45U.uasset new file mode 100644 index 00000000..70ae928d --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_L45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b586accb95c57ea0b115de376488c2e217b45b3d255ae91427d12f55e978fd9 +size 234605 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_LC.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_LC.uasset new file mode 100644 index 00000000..b19339c3 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b817b5c20bb285c8ba247f869b7db0a1e72fcad0613b24afc90378d69b6ecfd +size 226751 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_LD.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_LD.uasset new file mode 100644 index 00000000..13037320 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf1c9055f938599871c0c7ddc7aa147776c71166fa6d6bc670cd9b6414ebac32 +size 226776 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_LU.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_LU.uasset new file mode 100644 index 00000000..c9519b8e --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92d8bcf33beeb1ac1d7ff64de4e84103f3f84b5ae9e478aae2680f9600c209d +size 226766 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_R45.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_R45.uasset new file mode 100644 index 00000000..04ef2a90 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_R45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12af488ebc62be611bdfa20957e7a3be3ec5a78b8c456ef40ac04117431a8ce4 +size 232596 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_R45D.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_R45D.uasset new file mode 100644 index 00000000..5f5e4146 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_R45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f913e39cbbf1bbbba57d261bf8ac0e6d038ed36d77b2d32ed1df50a08a205af +size 234399 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_R45U.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_R45U.uasset new file mode 100644 index 00000000..ca40bc04 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_R45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a3cecd88353ca0867b0b4593b43ca0ca015c8ad1c9c812ab6badc3408d0b54 +size 232639 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_RC.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_RC.uasset new file mode 100644 index 00000000..9923c645 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c5574378403ef8ac4705d40e2bb405e3d283a487d00c7eeb054465c2d5e23d3 +size 226749 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_RD.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_RD.uasset new file mode 100644 index 00000000..2306e81f --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fa83c3e56658d155c1890424cab9f318c007434f72fec2b5f934b70f79b38a1 +size 226821 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_AO_RU.uasset b/Content/_Game/Character/Revenant/Aim/RMB_AO_RU.uasset new file mode 100644 index 00000000..d8fc0222 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6762b33d38fe7bad1ada780849efa3f0c8e440a4ae67784de6ae36bc4ac21c37 +size 226740 diff --git a/Content/_Game/Character/Revenant/Aim/RMB_Zero_Pose.uasset b/Content/_Game/Character/Revenant/Aim/RMB_Zero_Pose.uasset new file mode 100644 index 00000000..d78f1647 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/RMB_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39de1f0ccd88e2b4c00070f5af2315edb518c601ae8a5b60cfb604dfca6e1176 +size 232295 diff --git a/Content/_Game/Character/Revenant/Aim/Walk_Bwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Revenant/Aim/Walk_Bwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..a91d4064 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Walk_Bwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9243951b76e4908b4b3496a450eae18a6bec1d02bde36179cf5f1c1da48ebfeb +size 369411 diff --git a/Content/_Game/Character/Revenant/Aim/Walk_Fwd_Rifle_Ironsights.uasset b/Content/_Game/Character/Revenant/Aim/Walk_Fwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..b7b792b2 --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Walk_Fwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eaa370f1ffd5e26132a3c5a84fe810588f337e2316a4d49e4abc88a726011890 +size 367648 diff --git a/Content/_Game/Character/Revenant/Aim/Walk_Lt_Rifle_Ironsights.uasset b/Content/_Game/Character/Revenant/Aim/Walk_Lt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..34c7f29b --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Walk_Lt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2b394b9107d90b2a52dea54a5506a0c8cca790f3817c4836a382c39f3804662 +size 376531 diff --git a/Content/_Game/Character/Revenant/Aim/Walk_Rt_Rifle_Ironsights.uasset b/Content/_Game/Character/Revenant/Aim/Walk_Rt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..9821df1b --- /dev/null +++ b/Content/_Game/Character/Revenant/Aim/Walk_Rt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052a7c0d7aad55bc4b895af638d99eb6cf790e446be378e3c04310ae2955f96d +size 372932 diff --git a/Content/_Game/Character/Revenant/Crouch/CrouchBlendspace.uasset b/Content/_Game/Character/Revenant/Crouch/CrouchBlendspace.uasset new file mode 100644 index 00000000..8aa8e725 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/CrouchBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3025c916d3fad2313a6b7adc99fbf9b1f58156ec9cb5bd4af545fc6c3afe6a42 +size 8634 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouch_Idle_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Crouch_Idle_Rifle_Hip.uasset new file mode 100644 index 00000000..45537bc2 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouch_Idle_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e4af448caf259e5239afdb376d5be21a2ba7015d5c64eecf3f4dab870fdd1a +size 828073 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset new file mode 100644 index 00000000..3eb35aa1 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65c917504cb8a0630dc7caf9a4fb3961c61a33b1547425b52775c7b3ea8da110 +size 441355 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset new file mode 100644 index 00000000..23dc0fb2 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ba353738d36d0a292ae3b1d51b38f5d75f455e7285f15996cc3988906cfbf6 +size 426498 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset new file mode 100644 index 00000000..21f744b9 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3403b7313beb1954eb8b22575192710cfb842b921db2526132939ffdef5d88 +size 445038 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset new file mode 100644 index 00000000..58ffd73d --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef231fa9fe08afbc5467cb33f6db55dc74dcc76f733086edff6ee19989c7c2e +size 439462 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouch_to_Stand_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Crouch_to_Stand_Rifle_Hip.uasset new file mode 100644 index 00000000..2aa9a823 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouch_to_Stand_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4722c07f6d7e493247c82a5f3eac47f39608c50c20d9a11f0e1eb8ed46c2c66a +size 302310 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouching_Turn_90_Left.uasset b/Content/_Game/Character/Revenant/Crouch/Crouching_Turn_90_Left.uasset new file mode 100644 index 00000000..a7db2c01 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouching_Turn_90_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b90badfe8071e23132866ddc206a4b9b401a74f6a2c6452fcac5ad0c6f42e8d4 +size 432870 diff --git a/Content/_Game/Character/Revenant/Crouch/Crouching_Turn_90_Right.uasset b/Content/_Game/Character/Revenant/Crouch/Crouching_Turn_90_Right.uasset new file mode 100644 index 00000000..beab9238 --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Crouching_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23272489adadb982bcde887e3d79dc9c325cf7998fc8ff9517ec2d411e0a45c2 +size 442478 diff --git a/Content/_Game/Character/Revenant/Crouch/Stand_to_Crouch_Rifle_Hip.uasset b/Content/_Game/Character/Revenant/Crouch/Stand_to_Crouch_Rifle_Hip.uasset new file mode 100644 index 00000000..edc98cfd --- /dev/null +++ b/Content/_Game/Character/Revenant/Crouch/Stand_to_Crouch_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43382f7b90c1e229082f044ee578c97c7a98d43acec40e885dd014bd4a48d963 +size 293910 diff --git a/Content/_Game/Character/Revenant/Death/DeathMontage.uasset b/Content/_Game/Character/Revenant/Death/DeathMontage.uasset new file mode 100644 index 00000000..2b8401bd --- /dev/null +++ b/Content/_Game/Character/Revenant/Death/DeathMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6576028a645a3ed9bfdb28308713d4fff73c6dea2dcd9431aed2d14f7e09454a +size 11547 diff --git a/Content/_Game/Character/Revenant/Death/Death_A.uasset b/Content/_Game/Character/Revenant/Death/Death_A.uasset new file mode 100644 index 00000000..26386f77 --- /dev/null +++ b/Content/_Game/Character/Revenant/Death/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38c239dafdad80ecbb029dc5b775246d95278e45a75b936b980c18c7688639aa +size 824359 diff --git a/Content/_Game/Character/Revenant/Death/Death_A_end.uasset b/Content/_Game/Character/Revenant/Death/Death_A_end.uasset new file mode 100644 index 00000000..780f4680 --- /dev/null +++ b/Content/_Game/Character/Revenant/Death/Death_A_end.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e77fc4a3d6cb5dc2ae3cc8ad569f9c3c64f89e265a90261e2a4250a2723fde45 +size 178058 diff --git a/Content/_Game/Character/Revenant/Equip/EquipMontage.uasset b/Content/_Game/Character/Revenant/Equip/EquipMontage.uasset new file mode 100644 index 00000000..ca614f37 --- /dev/null +++ b/Content/_Game/Character/Revenant/Equip/EquipMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6af099578f16e0294949d700419193a1b4e7a22a5d31d59ea76722c9c69e188 +size 10581 diff --git a/Content/_Game/Character/Revenant/Equip/Equip_Rifle_Standing.uasset b/Content/_Game/Character/Revenant/Equip/Equip_Rifle_Standing.uasset new file mode 100644 index 00000000..e88bf96c --- /dev/null +++ b/Content/_Game/Character/Revenant/Equip/Equip_Rifle_Standing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a5444dd4d0c8f20d70206f142a872d6870854c0bb366f4d79497618eba5ca4e +size 300929 diff --git a/Content/_Game/Character/Revenant/Fire/HipFireMontage.uasset b/Content/_Game/Character/Revenant/Fire/HipFireMontage.uasset new file mode 100644 index 00000000..30fb458e --- /dev/null +++ b/Content/_Game/Character/Revenant/Fire/HipFireMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3548be34d844a42a345c1e47dff1bfc195a502511a8dc3dca31339157d34da30 +size 9031 diff --git a/Content/_Game/Character/Revenant/Fire/Primary_Fire_Fast_Trimmed.uasset b/Content/_Game/Character/Revenant/Fire/Primary_Fire_Fast_Trimmed.uasset new file mode 100644 index 00000000..ccefd347 --- /dev/null +++ b/Content/_Game/Character/Revenant/Fire/Primary_Fire_Fast_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6342b94f0f68dedf17edc2d1d7823380c663153504c3aa4606c37a6d682425f6 +size 262496 diff --git a/Content/_Game/Character/Revenant/HitReact/HitReactMontage.uasset b/Content/_Game/Character/Revenant/HitReact/HitReactMontage.uasset new file mode 100644 index 00000000..4989ca22 --- /dev/null +++ b/Content/_Game/Character/Revenant/HitReact/HitReactMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a92db01205016a57dc43f10be06a7b192ee52f59e20fffcdc385bf00c818d69f +size 10272 diff --git a/Content/_Game/Character/Revenant/HitReact/HitReact_Front.uasset b/Content/_Game/Character/Revenant/HitReact/HitReact_Front.uasset new file mode 100644 index 00000000..edb83e9f --- /dev/null +++ b/Content/_Game/Character/Revenant/HitReact/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a518fb38a62adfda4c0ca365a1042527d3e2888815a303cd3a356eb5429d6bc +size 287912 diff --git a/Content/_Game/Character/Revenant/Idle/Idle_Zero_Pose.uasset b/Content/_Game/Character/Revenant/Idle/Idle_Zero_Pose.uasset new file mode 100644 index 00000000..0c131397 --- /dev/null +++ b/Content/_Game/Character/Revenant/Idle/Idle_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00379825a82513b15ea8cc783f89d966fb8f3bf2fa0488bfad20fdba09443a02 +size 235251 diff --git a/Content/_Game/Character/Revenant/Idle/Idle_Zero_Pose_rotated.uasset b/Content/_Game/Character/Revenant/Idle/Idle_Zero_Pose_rotated.uasset new file mode 100644 index 00000000..aabd5a65 --- /dev/null +++ b/Content/_Game/Character/Revenant/Idle/Idle_Zero_Pose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7895dd60a186aa7f86a158cb88a0f2f04f694ae4279d57368e637c2ed79e5587 +size 235250 diff --git a/Content/_Game/Character/Revenant/Jog/JogBackBlendspace.uasset b/Content/_Game/Character/Revenant/Jog/JogBackBlendspace.uasset new file mode 100644 index 00000000..88347229 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/JogBackBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:458733a1458db46bdd382de53f47631e632e730640f678da8e857340e24b7a04 +size 7636 diff --git a/Content/_Game/Character/Revenant/Jog/JogBlendspace.uasset b/Content/_Game/Character/Revenant/Jog/JogBlendspace.uasset new file mode 100644 index 00000000..19d1d4d4 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/JogBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf36e35fd680f0c9f1ddb18ede75465595705412dbbb9f2d3bd5c43d9c2bf308 +size 47683 diff --git a/Content/_Game/Character/Revenant/Jog/JogStartBlendspace.uasset b/Content/_Game/Character/Revenant/Jog/JogStartBlendspace.uasset new file mode 100644 index 00000000..b29aabf0 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/JogStartBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c64ea0d038ae5b4b12464b1fc4c2ec21cc5eb1b81bef96c484639154ee753a9 +size 9588 diff --git a/Content/_Game/Character/Revenant/Jog/JogStopBlendspace.uasset b/Content/_Game/Character/Revenant/Jog/JogStopBlendspace.uasset new file mode 100644 index 00000000..54b72151 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/JogStopBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:166bc2595ca5760b1d6adde7801fc42928d0f531b70eb411f2bb8b03439a7955 +size 9415 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Bwd.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Bwd.uasset new file mode 100644 index 00000000..76187606 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9d932d124737f78a0a3f419e47d9675baec3cf41da5aea74de23a21e53cf5a2 +size 385586 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Circle_Left.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Circle_Left.uasset new file mode 100644 index 00000000..5a1e7d39 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c04eaaab0bfb704c373caffe1e71f466322b351b70c8dfb12d304b0c10c0bc8 +size 409504 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Circle_Right.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Circle_Right.uasset new file mode 100644 index 00000000..0031e2bb --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a33c22081b3af88df45bcc7624e1667377df98b3acdbbdb24054bd165cd12a5 +size 407478 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Start_Trim.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Start_Trim.uasset new file mode 100644 index 00000000..9bc35b90 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2401909854753343e49b61386c334f6fd22a3e7f2f0504d45ee023af9b16ee77 +size 319179 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Stop_Trim.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Stop_Trim.uasset new file mode 100644 index 00000000..50ae7e7e --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Bwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62e62bf21f176bcd598a4aba7093ff905748ed20bc1065d7fc3d7563b0de7a40 +size 289215 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Fwd.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Fwd.uasset new file mode 100644 index 00000000..7bffe922 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddef424336789d743ab049ee03253cf87fa61af1aa5928cd0395ca7c5e7a94d3 +size 345576 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Circle_Left.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Circle_Left.uasset new file mode 100644 index 00000000..af2a0923 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f0fb239af1840fbe7cb7d53585d0a249754a71f608245ef6cb5939ef9e47cf1 +size 353441 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Circle_Right.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Circle_Right.uasset new file mode 100644 index 00000000..461af849 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac0f708fd8e97a5394a3bc0cdae40f161e9b36d7bb097dae4765609067c9ed72 +size 352101 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Start_Trim.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Start_Trim.uasset new file mode 100644 index 00000000..e0172265 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3be7755f2934afcad59a24056fb7fca5246412dfaa46ae7f7deabbb222d93c +size 313720 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Stop_Trim.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Stop_Trim.uasset new file mode 100644 index 00000000..4fc63f6b --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Fwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3f07ccd4f4253e8e9e82a9725eb8014a18461d56918d64a3889e094eccb6ee2 +size 411527 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Left.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Left.uasset new file mode 100644 index 00000000..6ba5b405 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc0403daa2949b2cfd330e4914de6d82378347f91cad13693c72b9a4b3bb913a +size 406050 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Left_Circle_Left.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Left_Circle_Left.uasset new file mode 100644 index 00000000..128500d3 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Left_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4573ede2b20b66e7975fd589a0ece0c5a56c4e50ae79e5ba3e87d27d2ad1c48a +size 422155 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Left_Circle_Right.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Left_Circle_Right.uasset new file mode 100644 index 00000000..8fe4ba3a --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Left_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:591b2b21af88e8251060969dcdcce68b5f32cf2e38736a972ac2cad28646eb3d +size 420027 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Left_Start.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Left_Start.uasset new file mode 100644 index 00000000..2f3b0046 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:374b74ad7aedfb6ae5dd54c010849a8cd77c0f1f85a00c918b8d8f77ba32ab0b +size 452233 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Left_Stop_Trim.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Left_Stop_Trim.uasset new file mode 100644 index 00000000..ceb55580 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Left_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a6f1f78624a6dd97be84c267031e5bd730e2c899db9546d8d4126d8c73b2fb +size 341668 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Right.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Right.uasset new file mode 100644 index 00000000..16c85984 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c06a7227cb13371fbcd7380f4243958acb8180e440266d1f59d5c415715938f6 +size 404118 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Right_Circle_Left.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Right_Circle_Left.uasset new file mode 100644 index 00000000..43f1ff76 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Right_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7571a7919cfe6817a280ef763d1a4a603c2f8dfc91de4dbaed8eba9c99c62a2f +size 423162 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Right_Circle_Right.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Right_Circle_Right.uasset new file mode 100644 index 00000000..54800880 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Right_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:387123e38973b07df297e40c913c915013dc550461496e1dc2337952a368aecf +size 427597 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Right_Start.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Right_Start.uasset new file mode 100644 index 00000000..cc670039 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c13b20ab4c1ed9bf2d159e456b9a5ad0ed2abfcbda1c4a976cc0858c78515d +size 485551 diff --git a/Content/_Game/Character/Revenant/Jog/Jog_Right_Stop_Trim.uasset b/Content/_Game/Character/Revenant/Jog/Jog_Right_Stop_Trim.uasset new file mode 100644 index 00000000..b642f08a --- /dev/null +++ b/Content/_Game/Character/Revenant/Jog/Jog_Right_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ec3b3860505b50b7ab8470a6fd93039bb7472619e542712abe08bbe371c4b64 +size 347365 diff --git a/Content/_Game/Character/Revenant/Jump/Jump_Apex.uasset b/Content/_Game/Character/Revenant/Jump/Jump_Apex.uasset new file mode 100644 index 00000000..3ad0ff18 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jump/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21f814a3625317833d80018bcd718ecd5569a8ae620fb758754659e6533502b0 +size 261929 diff --git a/Content/_Game/Character/Revenant/Jump/Jump_PreLand.uasset b/Content/_Game/Character/Revenant/Jump/Jump_PreLand.uasset new file mode 100644 index 00000000..940705d3 --- /dev/null +++ b/Content/_Game/Character/Revenant/Jump/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a82f01546048b160040ffc99db093556454ee742e8af5c7cbb35ba0b923345ad +size 276502 diff --git a/Content/_Game/Character/Revenant/Jump/Jump_Recovery_Additive.uasset b/Content/_Game/Character/Revenant/Jump/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..ce26a3fc --- /dev/null +++ b/Content/_Game/Character/Revenant/Jump/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ea98a667b7b71944b568a373bc79953ff1946e9f6db8a6a7c9f0677270f0907 +size 464219 diff --git a/Content/_Game/Character/Revenant/Jump/Jump_Start.uasset b/Content/_Game/Character/Revenant/Jump/Jump_Start.uasset new file mode 100644 index 00000000..33cb670e --- /dev/null +++ b/Content/_Game/Character/Revenant/Jump/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:661392e0698792bb19436340632ab243f8c22ae56282b46afe900b0835ca4710 +size 263475 diff --git a/Content/_Game/Character/Revenant/Reload/ReloadMontage.uasset b/Content/_Game/Character/Revenant/Reload/ReloadMontage.uasset new file mode 100644 index 00000000..6d6743b6 --- /dev/null +++ b/Content/_Game/Character/Revenant/Reload/ReloadMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7390aa9bc5d6980869a78de218fb36e5e115a43af2fd3f66991196bbca7f8f3e +size 36065 diff --git a/Content/_Game/Character/Revenant/Reload/Reload_Pistol.uasset b/Content/_Game/Character/Revenant/Reload/Reload_Pistol.uasset new file mode 100644 index 00000000..5162d35e --- /dev/null +++ b/Content/_Game/Character/Revenant/Reload/Reload_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49834b1bedff2a46b897ab5be8f1df13bd394a2cd94725ea76ac4e56e7df335a +size 450734 diff --git a/Content/_Game/Character/Revenant/Reload/Reload_Rifle_Ironsights.uasset b/Content/_Game/Character/Revenant/Reload/Reload_Rifle_Ironsights.uasset new file mode 100644 index 00000000..81a40aef --- /dev/null +++ b/Content/_Game/Character/Revenant/Reload/Reload_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9627b0a37d4298914bc4a7d9710249be5e97f5c433f8ca1662142fa26839ad +size 512835 diff --git a/Content/_Game/Character/Revenant/Reload/Reload_SMG.uasset b/Content/_Game/Character/Revenant/Reload/Reload_SMG.uasset new file mode 100644 index 00000000..7fd92bc1 --- /dev/null +++ b/Content/_Game/Character/Revenant/Reload/Reload_SMG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0732c9c6cdab0961912b745fe852640faf84817e7b1c62f4af6c2e008fd063b +size 521490 diff --git a/Content/_Game/Character/Revenant/RevenantAnimBP.uasset b/Content/_Game/Character/Revenant/RevenantAnimBP.uasset new file mode 100644 index 00000000..13dd9834 --- /dev/null +++ b/Content/_Game/Character/Revenant/RevenantAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ca148a994257cdaee8869a4b112e255a8dd013747f04f9341b440ae9dbf464 +size 2045340 diff --git a/Content/_Game/Character/Revenant/RevenantCharacterBP.uasset b/Content/_Game/Character/Revenant/RevenantCharacterBP.uasset new file mode 100644 index 00000000..c7f04c23 --- /dev/null +++ b/Content/_Game/Character/Revenant/RevenantCharacterBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:461876f1f60688caaca6582022912de4f98e146bb435973105a03426fb0b4f45 +size 49283 diff --git a/Content/_Game/Character/Revenant/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset b/Content/_Game/Character/Revenant/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset new file mode 100644 index 00000000..2bd9e33b --- /dev/null +++ b/Content/_Game/Character/Revenant/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:378ec51fa87826c1d293ed9a7f5d556decc372446da3e0950f330d4d35b05791 +size 285163 diff --git a/Content/_Game/Character/Revenant/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset b/Content/_Game/Character/Revenant/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset new file mode 100644 index 00000000..e7343a02 --- /dev/null +++ b/Content/_Game/Character/Revenant/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afbbdd56684bec5842516733ae21847e1f61434ea70fe44b457f97426b337c67 +size 303716 diff --git a/Content/_Game/Character/Rigs/IK_Belica.uasset b/Content/_Game/Character/Rigs/IK_Belica.uasset new file mode 100644 index 00000000..be064b5d --- /dev/null +++ b/Content/_Game/Character/Rigs/IK_Belica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eaeac51f48855c476d187773616f48fa8b82859b547c0b8411ce32c1f05737c +size 98454 diff --git a/Content/_Game/Character/Rigs/IK_Mixamo.uasset b/Content/_Game/Character/Rigs/IK_Mixamo.uasset new file mode 100644 index 00000000..81f51f8d --- /dev/null +++ b/Content/_Game/Character/Rigs/IK_Mixamo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82363cdc58274d1edc55cc55951452d4b80d404991e5616ed675c05bf6223b1d +size 59632 diff --git a/Content/_Game/Character/Rigs/IK_Revenant.uasset b/Content/_Game/Character/Rigs/IK_Revenant.uasset new file mode 100644 index 00000000..a5f703b5 --- /dev/null +++ b/Content/_Game/Character/Rigs/IK_Revenant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b26eda0d49944c44bd975b9cdb5085b5a92be84bdbbabba971b395cef74f6af4 +size 120755 diff --git a/Content/_Game/Character/Rigs/IK_TwinBlast.uasset b/Content/_Game/Character/Rigs/IK_TwinBlast.uasset new file mode 100644 index 00000000..1b6a34f3 --- /dev/null +++ b/Content/_Game/Character/Rigs/IK_TwinBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e9df6818e89fbb3133af3c70e64e8f35a8d9d5f8f92b91d5af2bc1a19930d81 +size 163209 diff --git a/Content/_Game/Character/Rigs/IK_UE4_Mannequin.uasset b/Content/_Game/Character/Rigs/IK_UE4_Mannequin.uasset new file mode 100644 index 00000000..d4ecf84f --- /dev/null +++ b/Content/_Game/Character/Rigs/IK_UE4_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:20bf6840613af306be00b6c57646c728256b8957430c8fcf4deeebdd8234c107 +size 57859 diff --git a/Content/_Game/Character/Rigs/RTG_BelicaToRevenant.uasset b/Content/_Game/Character/Rigs/RTG_BelicaToRevenant.uasset new file mode 100644 index 00000000..786a429d --- /dev/null +++ b/Content/_Game/Character/Rigs/RTG_BelicaToRevenant.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49da119740d886789269b0ff65b8a562e3b0d2bb513675fcaf8f082fd1f12894 +size 12831 diff --git a/Content/_Game/Character/Rigs/RTG_BelicaToTwinBlast.uasset b/Content/_Game/Character/Rigs/RTG_BelicaToTwinBlast.uasset new file mode 100644 index 00000000..4392112f --- /dev/null +++ b/Content/_Game/Character/Rigs/RTG_BelicaToTwinBlast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f77330cbb4bec5787a58754f87e5cc4b1cc1b0fde4f9d7ef5000aff2aef3a390 +size 12681 diff --git a/Content/_Game/Character/Rigs/RTG_MixamoToBelica.uasset b/Content/_Game/Character/Rigs/RTG_MixamoToBelica.uasset new file mode 100644 index 00000000..3328cd40 --- /dev/null +++ b/Content/_Game/Character/Rigs/RTG_MixamoToBelica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d1cf6f6a6a11a7792d3d9a6e44b39c8064cc1f2df403cb653bfa0fedd1dd732 +size 13951 diff --git a/Content/_Game/Character/Rigs/RTG_UE4MannequinToBelica.uasset b/Content/_Game/Character/Rigs/RTG_UE4MannequinToBelica.uasset new file mode 100644 index 00000000..d96d8f6e --- /dev/null +++ b/Content/_Game/Character/Rigs/RTG_UE4MannequinToBelica.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6d730e3f0ec271b6a053c27721fb4c2840c924fc413fc2b26fc5fd588162417 +size 13753 diff --git a/Content/_Game/Character/TwinBlast/Aim/AimWalkBlendspace.uasset b/Content/_Game/Character/TwinBlast/Aim/AimWalkBlendspace.uasset new file mode 100644 index 00000000..aa1259c0 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/AimWalkBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8e0ec7296cdb5c025bce500efaf2b0102620ba18e9294c8590fbc5d5c97f52 +size 8399 diff --git a/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset b/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset new file mode 100644 index 00000000..9b72f233 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/AimingAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80101580b00cb15cb9079f68ffc4ddda8c24faaf33f50c9c81a2d88c3e5cd974 +size 29038 diff --git a/Content/_Game/Character/TwinBlast/Aim/AimingPose_AR.uasset b/Content/_Game/Character/TwinBlast/Aim/AimingPose_AR.uasset new file mode 100644 index 00000000..9d4cb53f --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/AimingPose_AR.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ed42e6e003062fa65266e415bc1f3ece48c19043674b2116ee2579f759be99c +size 315366 diff --git a/Content/_Game/Character/TwinBlast/Aim/AimingPose_Pistol.uasset b/Content/_Game/Character/TwinBlast/Aim/AimingPose_Pistol.uasset new file mode 100644 index 00000000..85e1339b --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/AimingPose_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d2609fb17a2b79e533ef09721692def0765a46b3ccf19a55f1b4d4930a0acd7 +size 790813 diff --git a/Content/_Game/Character/TwinBlast/Aim/AimingPose_rotated.uasset b/Content/_Game/Character/TwinBlast/Aim/AimingPose_rotated.uasset new file mode 100644 index 00000000..3f5eaeaa --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/AimingPose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:657fcf2dd106a57b604903dd46d3ac8be5d8aa7358ec9d691f81f53aa2b6c9e9 +size 315454 diff --git a/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset b/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset new file mode 100644 index 00000000..1b600493 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/HipAimOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b2de824667629cc8638aa55f0ab05735199fc13e4fd5e38db7f5a06caf75c8 +size 29059 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset new file mode 100644 index 00000000..d4366309 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a7cd43bf4d4ecb755bedbf9ee96d32aa31ba1b56b34ec353aed45a4936e5635 +size 317710 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset new file mode 100644 index 00000000..5145484a --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ef1279cc8cb6fd99b5b151bdcbbb27ec7bb9c9f880234bcc2783bd932b81557 +size 317641 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset new file mode 100644 index 00000000..7fab0fac --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94e3b3cac7b9c98d1b87d0eb6ed335e99d0bd27a7c7d62ab3850609490caf8f3 +size 317736 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset new file mode 100644 index 00000000..39243845 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9eff634da90f7fffd80605518b1fb5e6193ce3b7a5b7c50ed1e3e9e67ef29838 +size 317773 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset new file mode 100644 index 00000000..e3dafebf --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e7274f27258cb5bf5c9dac974e9808900fe291a144395b1afd05c9d2364a18f +size 317779 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset new file mode 100644 index 00000000..fd4fd0b2 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:324c3cd2dc8617808f06402aeecde52787fbda7a3af8405d955dd6b5f0ace6f3 +size 317780 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset new file mode 100644 index 00000000..aa45f24e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b699bc167f81d01505ab690cf8e42bc43dfea002c196ed410241a06c475d0f +size 317780 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset new file mode 100644 index 00000000..f962e4f8 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec816b033fb1aff4ad6d0c04aaf7afdc0e30c7f4b1ae3d5ab177d8b8596785f +size 317802 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset new file mode 100644 index 00000000..4f3cdf40 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95dbcbac50586e506f28c50b506fb44d3fa41e0c79c409eed41e13b2928c1123 +size 317815 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset new file mode 100644 index 00000000..f2f933f6 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03e819f0075bc2cec756f495aa2f9952e4fa577fbf2bd21bc2d8a4b453a2f96e +size 317659 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset new file mode 100644 index 00000000..793ba872 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e5a3f1b219d3e34a3a2e552f2ec316568ac1c0a809e2d7efc3001e24214c387 +size 317594 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset new file mode 100644 index 00000000..2c699360 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RBU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62a1391e18c8ac151cf95bc4e1fef3a0520418d0345bb7702d0b25c7bf6b3f57 +size 317631 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset new file mode 100644 index 00000000..315880de --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be73587b74d7fbd79a8ce297b18625ea0ab84b4026648c9f03be5501988a0f8 +size 317656 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset new file mode 100644 index 00000000..ed7d4f3e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5aca4b61cb79968f5d841719b9e58cdbb818e671319047261dc7a59f5aaca46 +size 317655 diff --git a/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset new file mode 100644 index 00000000..23385870 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Idle_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b189cbeaed21b6fab345b1071de1c6df0b97bc25696169b2621e70a78615ba1b +size 317666 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset new file mode 100644 index 00000000..b663bb6f --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa70dbf1225d0d3412ed45deb5a34736ec06c1895f37fbb98219d3c85791a4b0 +size 317692 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset new file mode 100644 index 00000000..5b7775ba --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd66125a9a612016df515c3bbc2f31b6e7d2d26461f86b31e14d57b6b655e83 +size 317590 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset new file mode 100644 index 00000000..e2e8205a --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_CU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08db79fd23e9788cbeb0a6e861e76b0b0d0dcf1021f0e125f34ae823153d2ebd +size 317756 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset new file mode 100644 index 00000000..1753cb3d --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a256eb9182c66527b208be3f51215fa7ec73707c88018f0d3a8e022863a596 +size 317752 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset new file mode 100644 index 00000000..7c1f1e71 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f2452212f8694401cbe1c33be408ebfcae6819564e592a32ee2c69dae4f7e74 +size 317691 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset new file mode 100644 index 00000000..ad794660 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_L45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ca6734b41fe066cbdc6c58219453457ab962b35501826918ed768f1e61368e7 +size 319585 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset new file mode 100644 index 00000000..5d65d51e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a796698717cc422fef5ffd841de8b35687b5a697c198c86b59ec3acaecfd434 +size 312002 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset new file mode 100644 index 00000000..3e2dbef4 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aaeb4b8e8a220d4e86e6cd3a30ab2fb148a89c3589e05be673ecded8203a00fd +size 311926 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset new file mode 100644 index 00000000..210ecb45 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_LU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10d441e2233e2e9cb27a747af48cab51212e7b7c268acbc2ee6e2b966c1899a1 +size 311975 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset new file mode 100644 index 00000000..71f3968f --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28d9fad06ddd49b3a4f8e8cde7dd7959680985bbdfece53d04bf4dba5866746 +size 317710 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset new file mode 100644 index 00000000..da34973c --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa97bc58027088b8174c4d5dcd06835b25b4feca5210ba11a4de56b64448f026 +size 319312 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset new file mode 100644 index 00000000..50a13f0e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_R45U.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27eb63046f4e7ce5fd0fa7694ea87fc65cb6f5502bccddd675b10c53d470d80c +size 317651 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset new file mode 100644 index 00000000..92b14a1e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:442fa661a37f4cfa3867d8b034985abec319662e6b272ad00383c2a8135891d5 +size 311833 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset new file mode 100644 index 00000000..a2922e1b --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40dfb0b4306f0c8ec5e8d5059141e7b2192311b9c40d976b0d1dece07375341b +size 311834 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset new file mode 100644 index 00000000..c8d10bf5 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_AO_RU.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c3adad3fb4fb78c32ba2250bffaff72b3f82bbce6e76e92e2444f31f4ad30a5 +size 311891 diff --git a/Content/_Game/Character/TwinBlast/Aim/RMB_Zero_Pose.uasset b/Content/_Game/Character/TwinBlast/Aim/RMB_Zero_Pose.uasset new file mode 100644 index 00000000..e15e0904 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/RMB_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb8cef331b11c6037fb801001a3f2b341b235b87fece0242f0317dba98b2a157 +size 318923 diff --git a/Content/_Game/Character/TwinBlast/Aim/Walk_Bwd_Rifle_Ironsights.uasset b/Content/_Game/Character/TwinBlast/Aim/Walk_Bwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..f3c5d9ea --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Walk_Bwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f71944d21843de0d405ced6688c15d41d7219415a8a79c8ab379eef62a44d98c +size 456523 diff --git a/Content/_Game/Character/TwinBlast/Aim/Walk_Fwd_Rifle_Ironsights.uasset b/Content/_Game/Character/TwinBlast/Aim/Walk_Fwd_Rifle_Ironsights.uasset new file mode 100644 index 00000000..da146603 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Walk_Fwd_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce87881d98216484f7ad917903de55598a63248d002563765af5c74dad360cc7 +size 456527 diff --git a/Content/_Game/Character/TwinBlast/Aim/Walk_Lt_Rifle_Ironsights.uasset b/Content/_Game/Character/TwinBlast/Aim/Walk_Lt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..94282c05 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Walk_Lt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4012c7a53c2c677786319bb6c580c1daceaf18f806fa5f2e9b56e63d52995e83 +size 458199 diff --git a/Content/_Game/Character/TwinBlast/Aim/Walk_Rt_Rifle_Ironsights.uasset b/Content/_Game/Character/TwinBlast/Aim/Walk_Rt_Rifle_Ironsights.uasset new file mode 100644 index 00000000..339a10f8 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Aim/Walk_Rt_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84f30de435a0d7e7aee2fd51a5551aafe9801b31f00d8b1f2d2038a82303369 +size 456488 diff --git a/Content/_Game/Character/TwinBlast/Crouch/CrouchBlendspace.uasset b/Content/_Game/Character/TwinBlast/Crouch/CrouchBlendspace.uasset new file mode 100644 index 00000000..49a854a2 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/CrouchBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:422a9b7ac83e381cead0e76db336d8bd92f4643bcba03e444091f0457ad6050e +size 8665 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouch_Idle_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Idle_Rifle_Hip.uasset new file mode 100644 index 00000000..f1c452a6 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Idle_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1dc62a7191cbf513c66e2e8ff122238c8fe4ba9b565c2d10b0c42ef45dc3b74b +size 922957 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset new file mode 100644 index 00000000..8b893786 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Bwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c62d66d4bb439bf6e7f17a7135ab33f4d377039b1ad5b5302e854461adfce66 +size 509668 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset new file mode 100644 index 00000000..3c2e58cb --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Fwd_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:954aa486ffdffc3139c0f8ef2ddb4b2cccc849205178ab02b59b00f0c10fbb45 +size 492961 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset new file mode 100644 index 00000000..cc400c6b --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Lt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e645479839cf1d4955714cf31a84efa84a1c5f06df2e7bdfe14394c67bc3504c +size 511496 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset new file mode 100644 index 00000000..2d23391a --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouch_Walk_Rt_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd919aa22285eb7431447b4ebb16fedd536fe28cb80f33cd4ceeb9cb308a51cc +size 513398 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouch_to_Stand_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouch_to_Stand_Rifle_Hip.uasset new file mode 100644 index 00000000..08a6744e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouch_to_Stand_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5bf038e64b17dd924529f8cf89544fd68d11d9842d1d73318c0c87f4ca074af +size 359497 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouching_Turn_90_Left.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouching_Turn_90_Left.uasset new file mode 100644 index 00000000..e60e39a4 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouching_Turn_90_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83362f2f50f1552d4945fbb30359b431b221127bfc7f4967af9ee0fc9a87a1d1 +size 549710 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Crouching_Turn_90_Right.uasset b/Content/_Game/Character/TwinBlast/Crouch/Crouching_Turn_90_Right.uasset new file mode 100644 index 00000000..1b3cef78 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Crouching_Turn_90_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ca85ae83f239e3ae7d77803abb34fe2dfb0da251c80cbc78d49f794d0578f2 +size 554336 diff --git a/Content/_Game/Character/TwinBlast/Crouch/Stand_to_Crouch_Rifle_Hip.uasset b/Content/_Game/Character/TwinBlast/Crouch/Stand_to_Crouch_Rifle_Hip.uasset new file mode 100644 index 00000000..4b0a570e --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Crouch/Stand_to_Crouch_Rifle_Hip.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c9d3be516ee5b77782386178ebd12807ad13f5045920532c56998e9e459d81 +size 353793 diff --git a/Content/_Game/Character/TwinBlast/Death/DeathMontage.uasset b/Content/_Game/Character/TwinBlast/Death/DeathMontage.uasset new file mode 100644 index 00000000..e42093d1 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Death/DeathMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c988616f165960fd50a893b997e3b7541e3af663c60a73a860eb49154c3506d +size 10963 diff --git a/Content/_Game/Character/TwinBlast/Death/Death_A.uasset b/Content/_Game/Character/TwinBlast/Death/Death_A.uasset new file mode 100644 index 00000000..b92c1c27 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Death/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d28ddc590c989e895b6cf9bfb5b442e730042667de05db5f05ecdb55f66ef29 +size 431667 diff --git a/Content/_Game/Character/TwinBlast/Death/Death_A_end.uasset b/Content/_Game/Character/TwinBlast/Death/Death_A_end.uasset new file mode 100644 index 00000000..7d4eb2d3 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Death/Death_A_end.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b507b58417cfef1d4b1c1bbab9d86e6044329b6e298478a4f55a330704d6f40d +size 180803 diff --git a/Content/_Game/Character/TwinBlast/Equip/EquipMontage.uasset b/Content/_Game/Character/TwinBlast/Equip/EquipMontage.uasset new file mode 100644 index 00000000..c16bb0b7 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Equip/EquipMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96aeaa0d3bc7e1b9c9654b3368bc42be986d890f6e77edc9013e72604587a76c +size 10641 diff --git a/Content/_Game/Character/TwinBlast/Equip/Equip_Rifle_Standing.uasset b/Content/_Game/Character/TwinBlast/Equip/Equip_Rifle_Standing.uasset new file mode 100644 index 00000000..45ee839c --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Equip/Equip_Rifle_Standing.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bd04286af27209a8395c23b3c3f058d43ef45d99dfbc88e756017d3036bc684 +size 391635 diff --git a/Content/_Game/Character/TwinBlast/Fire/HipFireMontage.uasset b/Content/_Game/Character/TwinBlast/Fire/HipFireMontage.uasset new file mode 100644 index 00000000..8e956521 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Fire/HipFireMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a0180060e5c71cccfeeafa7e2a0b8ea9d35748d1daed56739fac1ca8ca6354e +size 9013 diff --git a/Content/_Game/Character/TwinBlast/Fire/Primary_Fire_Fast_Trimmed.uasset b/Content/_Game/Character/TwinBlast/Fire/Primary_Fire_Fast_Trimmed.uasset new file mode 100644 index 00000000..d639b1b1 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Fire/Primary_Fire_Fast_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3901e1d3c9fe2b274153a4159dcdc65c1729bcefbfa0e8a301bad9448889e43 +size 346049 diff --git a/Content/_Game/Character/TwinBlast/HitReact/HitReactMontage.uasset b/Content/_Game/Character/TwinBlast/HitReact/HitReactMontage.uasset new file mode 100644 index 00000000..d41d7570 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/HitReact/HitReactMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcfe86ff3b6c9fdf748b4470242edfaa1e2a3d5417936cea6e395cf49cc436bc +size 10260 diff --git a/Content/_Game/Character/TwinBlast/HitReact/HitReact_Front.uasset b/Content/_Game/Character/TwinBlast/HitReact/HitReact_Front.uasset new file mode 100644 index 00000000..3474efff --- /dev/null +++ b/Content/_Game/Character/TwinBlast/HitReact/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4763f1ec293d944dd6356817291a1fc820ea8385950db4ce296496ac0630653f +size 361654 diff --git a/Content/_Game/Character/TwinBlast/Idle/Idle_Zero_Pose.uasset b/Content/_Game/Character/TwinBlast/Idle/Idle_Zero_Pose.uasset new file mode 100644 index 00000000..5f20a45f --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Idle/Idle_Zero_Pose.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e59f074fc0e392a30b46df9849209e2000680917f01a87ef404023c02e9bf0f2 +size 312488 diff --git a/Content/_Game/Character/TwinBlast/Idle/Idle_Zero_Pose_rotated.uasset b/Content/_Game/Character/TwinBlast/Idle/Idle_Zero_Pose_rotated.uasset new file mode 100644 index 00000000..040b4354 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Idle/Idle_Zero_Pose_rotated.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1047fa1e3bf738a4ed2c70002bcb4c3681a54e909071669582ba91b98a9cfb +size 312610 diff --git a/Content/_Game/Character/TwinBlast/Jog/JogBackBlendspace.uasset b/Content/_Game/Character/TwinBlast/Jog/JogBackBlendspace.uasset new file mode 100644 index 00000000..de305256 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/JogBackBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba3eb3e0bdf24889c5c1e3a2fae3e0386d70ed15a39ad60ef280a08b4374456 +size 7660 diff --git a/Content/_Game/Character/TwinBlast/Jog/JogBlendspace.uasset b/Content/_Game/Character/TwinBlast/Jog/JogBlendspace.uasset new file mode 100644 index 00000000..68cec488 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/JogBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5e6f42cb2a9780819916536a6ca80529a7e72aee2941a57434b968044f3b4f5 +size 47777 diff --git a/Content/_Game/Character/TwinBlast/Jog/JogStartBlendspace.uasset b/Content/_Game/Character/TwinBlast/Jog/JogStartBlendspace.uasset new file mode 100644 index 00000000..fedcc0ba --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/JogStartBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e5dadf8877da876e3bb34561689516b9afbed8d5a81039d4031304c6f2286f +size 9647 diff --git a/Content/_Game/Character/TwinBlast/Jog/JogStopBlendspace.uasset b/Content/_Game/Character/TwinBlast/Jog/JogStopBlendspace.uasset new file mode 100644 index 00000000..b4542ac8 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/JogStopBlendspace.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9b29215141c0b5dae1b38584bc8299583b12a13fb9c564dfb1c66c519ecd3c +size 9519 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd.uasset new file mode 100644 index 00000000..c3315362 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9da8ce550f04a65b41f57cce59491802c3ab69e11329ec6f9dc3ed90c1a7c92 +size 468202 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Circle_Left.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Circle_Left.uasset new file mode 100644 index 00000000..c1ba5bc4 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f87ec06b60c3e33dea3e467e85aacbf2c98f9a93994407842e7f59fca474de +size 491462 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Circle_Right.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Circle_Right.uasset new file mode 100644 index 00000000..5e45bb1d --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67d7b5d5e8a043ed1d5172bd02639f6cfd2de39baf58dcda573ad9c78a16d4ec +size 493469 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Start_Trim.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Start_Trim.uasset new file mode 100644 index 00000000..62bb6a9c --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9bf20f81d045cb791cccec7440a82ce19fd99ddb4267f153c0689c39db18b3 +size 407070 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Stop_Trim.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Stop_Trim.uasset new file mode 100644 index 00000000..eab0458b --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Bwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad6c9672be5c8df98fc563522640b6bbad04cd0b8670389233027334417513f8 +size 375701 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd.uasset new file mode 100644 index 00000000..5da34be9 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33327d253f0bb1f0793bc92c358a22872eb2207fa2e0e0946b3a8226e2bd59a1 +size 434371 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Circle_Left.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Circle_Left.uasset new file mode 100644 index 00000000..cc86a9a9 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530c9ec7c3346e015dcf86aafc67d66b9e972747c5536f854d9ffed4183c3e67 +size 439608 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Circle_Right.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Circle_Right.uasset new file mode 100644 index 00000000..c4f5a349 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77bb32c689e4245c172bcaa2ce08b45091a4691e8fedb15b53f050aa39cbe36d +size 438301 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Start_Trim.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Start_Trim.uasset new file mode 100644 index 00000000..45228658 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Start_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b2be52b8dbbce07a729daca464cb8d69657b67a5358f3a506ca756796100be3 +size 401484 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Stop_Trim.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Stop_Trim.uasset new file mode 100644 index 00000000..579ab1ea --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Fwd_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14a2ec89a9c7dc90a9be2a6b2b913533f618677fe39dc97e1675ef364f2c12ab +size 496086 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Left.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Left.uasset new file mode 100644 index 00000000..3e8e6a82 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0a8ff21195df4c637c62145e6a947a030dcc21a7d8b0507b8afb0c3f034d091 +size 488151 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Circle_Left.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Circle_Left.uasset new file mode 100644 index 00000000..6cc7a0a3 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d99dd5a5afc04dc3a1faa523a3f04d36937bf39eb7dcce55016968a1776f6a6f +size 501642 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Circle_Right.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Circle_Right.uasset new file mode 100644 index 00000000..6698e4dd --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83bc0d34fd98ed92af523de978f08d8d86e1709e814eaaf29fc8b52cf5a1d21d +size 501718 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Start.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Start.uasset new file mode 100644 index 00000000..2ad52708 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2555357ed1d5bc2325c8b21e5fc6a8aca0747d0c7e74570cd3aeb7e961365782 +size 533698 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Stop_Trim.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Stop_Trim.uasset new file mode 100644 index 00000000..da757a87 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Left_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caf166494970330019ed8c12a966f3a0e8d7223bc0ed6b2b39ab2993c5d1924b +size 426051 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Right.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Right.uasset new file mode 100644 index 00000000..756ffdd2 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e752139446c3740af51f2c9e58998083fbe5ba751c401936668d8279581f16f4 +size 488241 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Circle_Left.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Circle_Left.uasset new file mode 100644 index 00000000..51e2d123 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Circle_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7983eeac5d876f97efd32020e1bdefc29c54ebec19f33e9ff1feb3d048e74b0a +size 506913 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Circle_Right.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Circle_Right.uasset new file mode 100644 index 00000000..b44c4ba0 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Circle_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:662d038378d25906aaff05e5ba20f31f2b4c3ae6eaec46cd22fb5db8929792d7 +size 506912 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Start.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Start.uasset new file mode 100644 index 00000000..c2eeed60 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:497bb64806d75c8d36e4a8039c0b34ed50c876894f89e5084a16089526a6efe5 +size 571718 diff --git a/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Stop_Trim.uasset b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Stop_Trim.uasset new file mode 100644 index 00000000..c2a38028 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jog/Jog_Right_Stop_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11d09fe335828c988827512f7d02c6fe7110610b618f0fc0a95260b7e6ac636 +size 439652 diff --git a/Content/_Game/Character/TwinBlast/Jump/Jump_Apex.uasset b/Content/_Game/Character/TwinBlast/Jump/Jump_Apex.uasset new file mode 100644 index 00000000..4a075103 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jump/Jump_Apex.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a35c8a6f229436da3d8dbf81dfd6c80b2acce636b310eca643cbea18cdd35d1 +size 369827 diff --git a/Content/_Game/Character/TwinBlast/Jump/Jump_PreLand.uasset b/Content/_Game/Character/TwinBlast/Jump/Jump_PreLand.uasset new file mode 100644 index 00000000..4fd3fab7 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jump/Jump_PreLand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ce27a195c1040cbe7dc30419c0a6c09fa1891e7e5392483d248723b73c8e77 +size 354149 diff --git a/Content/_Game/Character/TwinBlast/Jump/Jump_Recovery_Additive.uasset b/Content/_Game/Character/TwinBlast/Jump/Jump_Recovery_Additive.uasset new file mode 100644 index 00000000..3275d5b0 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jump/Jump_Recovery_Additive.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c38e787b5b8fb11a779d96032e0dacc3e0ec506c92e0dfbc63b0303caa150d7 +size 589398 diff --git a/Content/_Game/Character/TwinBlast/Jump/Jump_Start.uasset b/Content/_Game/Character/TwinBlast/Jump/Jump_Start.uasset new file mode 100644 index 00000000..f9c602cd --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Jump/Jump_Start.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b5c5be3b54f5bea494fe5ffe907832614be8b5d304e7dc96a1fa1edfaae73e +size 373391 diff --git a/Content/_Game/Character/TwinBlast/Reload/ReloadMontage.uasset b/Content/_Game/Character/TwinBlast/Reload/ReloadMontage.uasset new file mode 100644 index 00000000..507b5184 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Reload/ReloadMontage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f182517aee17e56c2d2be960579b066eca237f730a59d538e037e4b8bab2f138 +size 35979 diff --git a/Content/_Game/Character/TwinBlast/Reload/Reload_Pistol.uasset b/Content/_Game/Character/TwinBlast/Reload/Reload_Pistol.uasset new file mode 100644 index 00000000..09c8db50 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Reload/Reload_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1582cc501fc5ffd7ed0d3c256e709528dc4ad908bbfa7952559387d9527f24 +size 545643 diff --git a/Content/_Game/Character/TwinBlast/Reload/Reload_Rifle_Ironsights.uasset b/Content/_Game/Character/TwinBlast/Reload/Reload_Rifle_Ironsights.uasset new file mode 100644 index 00000000..7372c4d0 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Reload/Reload_Rifle_Ironsights.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7236afe8fae087163da2b4faa36ac466a129d63d4afcf4d34b2af3772c6d908e +size 604304 diff --git a/Content/_Game/Character/TwinBlast/Reload/Reload_SMG.uasset b/Content/_Game/Character/TwinBlast/Reload/Reload_SMG.uasset new file mode 100644 index 00000000..64a6b0b9 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/Reload/Reload_SMG.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:222778a96eb9e3b2a72ea6bb6479c8970cabbc94c91c0e0ef781e1fa83c70b61 +size 621475 diff --git a/Content/_Game/Character/TwinBlast/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset b/Content/_Game/Character/TwinBlast/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset new file mode 100644 index 00000000..994dfe07 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/TurnInPlace/Idle_Turn_90_Left_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ce8abcfc60a2aa95e8098f7a013909795ca587caba9b3d1de3f270f4a6813fc +size 369092 diff --git a/Content/_Game/Character/TwinBlast/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset b/Content/_Game/Character/TwinBlast/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset new file mode 100644 index 00000000..a63007a9 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/TurnInPlace/Idle_Turn_90_Right_Trimmed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c86c1ce673a489167dee31fb3911723c7fb1d4eb548ad6ddeee927513ec01208 +size 386531 diff --git a/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset b/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset new file mode 100644 index 00000000..35b149bc --- /dev/null +++ b/Content/_Game/Character/TwinBlast/TwinBlastAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c768a414b6ed8737995e57ceb112b7cb7a32001edd0eeef888fe1485ec4c7271 +size 1963954 diff --git a/Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset b/Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset new file mode 100644 index 00000000..ec666732 --- /dev/null +++ b/Content/_Game/Character/TwinBlast/TwinBlastCharacterBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e0b5fc8177d848b22ec921e4277ee27df9240b99aa9984e2adb4e371863e2c7c +size 45953 diff --git a/Content/_Game/Curves/ItemScaleCurve.uasset b/Content/_Game/Curves/ItemScaleCurve.uasset new file mode 100644 index 00000000..bc174a5f --- /dev/null +++ b/Content/_Game/Curves/ItemScaleCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ba15238ce158f7d170e6def50c23682613494d2842bec6b24e1425c6392ae1 +size 1881 diff --git a/Content/_Game/Curves/ItemZCurve.uasset b/Content/_Game/Curves/ItemZCurve.uasset new file mode 100644 index 00000000..80d60cc2 --- /dev/null +++ b/Content/_Game/Curves/ItemZCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48feb858ed3072853a2281061491b135f075c0aba494efcd8ff55990356c02c3 +size 1915 diff --git a/Content/_Game/Curves/MaterialInterpCurve.uasset b/Content/_Game/Curves/MaterialInterpCurve.uasset new file mode 100644 index 00000000..eab2ff80 --- /dev/null +++ b/Content/_Game/Curves/MaterialInterpCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:730c145032e2661eb2dc6a56bc3043bb4692977be417b26099f358e875291856 +size 2605 diff --git a/Content/_Game/Curves/MaterialPulseCurve.uasset b/Content/_Game/Curves/MaterialPulseCurve.uasset new file mode 100644 index 00000000..c947e355 --- /dev/null +++ b/Content/_Game/Curves/MaterialPulseCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e0a183f28225dc5b4153ec04d4b38da57b571f62d9ee08b7ad4ff2cf01e177 +size 2303 diff --git a/Content/_Game/Curves/SlideDisplacementCurve.uasset b/Content/_Game/Curves/SlideDisplacementCurve.uasset new file mode 100644 index 00000000..b5ab01cc --- /dev/null +++ b/Content/_Game/Curves/SlideDisplacementCurve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6104c21800c260f87c3cf0c43c1358c050260cc403c3804e9f35c8a2886cebb7 +size 4015 diff --git a/Content/_Game/DataTable/ItemRarityDataTable.uasset b/Content/_Game/DataTable/ItemRarityDataTable.uasset new file mode 100644 index 00000000..f452da1c --- /dev/null +++ b/Content/_Game/DataTable/ItemRarityDataTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a7e5f1a8870d7c40f507efd733f3cf04f7c5d1920a6e337cb554dc8c7ff24e0 +size 4701 diff --git a/Content/_Game/DataTable/WeaponDataTable.uasset b/Content/_Game/DataTable/WeaponDataTable.uasset new file mode 100644 index 00000000..154b1ef5 --- /dev/null +++ b/Content/_Game/DataTable/WeaponDataTable.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3a9a2faabfe1a92ac99558f54a75d3b3fc5eb63c22fb03fae652056a4eb164 +size 11253 diff --git a/Content/_Game/Enemies/Grux/Animations/Death_A.uasset b/Content/_Game/Enemies/Grux/Animations/Death_A.uasset new file mode 100644 index 00000000..c505be92 --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/Death_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a70b7e83e59c0756e2bb50588cc6378ad26b7d614a2aff82bab59216280af4 +size 350487 diff --git a/Content/_Game/Enemies/Grux/Animations/Death_A_end.uasset b/Content/_Game/Enemies/Grux/Animations/Death_A_end.uasset new file mode 100644 index 00000000..d852fc7c --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/Death_A_end.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68a968b98b2cf3d3b40922554a2107f0f8d88cadc03261cbe6bb45586e6971e +size 142572 diff --git a/Content/_Game/Enemies/Grux/Animations/Death_B.uasset b/Content/_Game/Enemies/Grux/Animations/Death_B.uasset new file mode 100644 index 00000000..6bb3a7d4 --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/Death_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7096a2079367ea39bb60138df394b8b0c9b9b2729d99f8894230d8d5df83da4 +size 344357 diff --git a/Content/_Game/Enemies/Grux/Animations/GruxAttack.uasset b/Content/_Game/Enemies/Grux/Animations/GruxAttack.uasset new file mode 100644 index 00000000..c8bd2fca --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/GruxAttack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:674d4b17f4db87bdb17923a7ace35e543d18f2bddb5b2e4db526758c37b9d47b +size 36898 diff --git a/Content/_Game/Enemies/Grux/Animations/GruxDeath.uasset b/Content/_Game/Enemies/Grux/Animations/GruxDeath.uasset new file mode 100644 index 00000000..132fa448 --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/GruxDeath.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db50248c587992e218087f913c917d49a194db5e58cf751b8ce35c96a380e79 +size 11114 diff --git a/Content/_Game/Enemies/Grux/Animations/GruxHit.uasset b/Content/_Game/Enemies/Grux/Animations/GruxHit.uasset new file mode 100644 index 00000000..42015822 --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/GruxHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22a4bf14cf2a258f3e37099dd69c03a545dceaa601260172d9bf71d4b77c4e35 +size 16279 diff --git a/Content/_Game/Enemies/Grux/Animations/HitReact_Back.uasset b/Content/_Game/Enemies/Grux/Animations/HitReact_Back.uasset new file mode 100644 index 00000000..845d6b8d --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/HitReact_Back.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e914d1cc0ea95200d596a16dcf640d4b6da7ea0c1a02ee703286123531cc5121 +size 248104 diff --git a/Content/_Game/Enemies/Grux/Animations/HitReact_Front.uasset b/Content/_Game/Enemies/Grux/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..62eb38e9 --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b909428fb37506da89b7b951d2d73b778a6f7b2f300301935ae4f28b658655 +size 232148 diff --git a/Content/_Game/Enemies/Grux/Animations/HitReact_Left.uasset b/Content/_Game/Enemies/Grux/Animations/HitReact_Left.uasset new file mode 100644 index 00000000..e8615388 --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/HitReact_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72d8f3012c1568b91ce3defdfcc281e192ab05f8640bf2575d99f8bec9ab9a4a +size 247993 diff --git a/Content/_Game/Enemies/Grux/Animations/HitReact_Right.uasset b/Content/_Game/Enemies/Grux/Animations/HitReact_Right.uasset new file mode 100644 index 00000000..e0491e0e --- /dev/null +++ b/Content/_Game/Enemies/Grux/Animations/HitReact_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb19edc58b5936e1b4e8eb0b5300ed3a87d0eac034ed70baee9af99e4b2d2fc0 +size 246376 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxBP.uasset new file mode 100644 index 00000000..fcd511ca --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b98694c3b59c25d850e8a288aa2d66ea7c4c19a0afa9dc5de999e374035196 +size 134329 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxBeetleMoltenBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxBeetleMoltenBP.uasset new file mode 100644 index 00000000..7ec6bf88 --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxBeetleMoltenBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7069435670fb48fa3f15163b26c97a33c96cd00f562e43b908cf0d8e623b5109 +size 134492 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxBeetleRedBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxBeetleRedBP.uasset new file mode 100644 index 00000000..904a41c5 --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxBeetleRedBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4959f9261016dd3bfffb5ce58c30faf30ee76c248707db6e5bbbc09998f770bb +size 133912 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxChestPlateBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxChestPlateBP.uasset new file mode 100644 index 00000000..31fe9993 --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxChestPlateBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed47866824582158868ae5934af846e64da9cd7f05f728674c6a1c6223f148d7 +size 134104 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxHalloweenBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxHalloweenBP.uasset new file mode 100644 index 00000000..0a6231ff --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxHalloweenBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bccd9238f11649fb9d709a6dde18bf94614badfc6cd55088b4c32780b0913d6c +size 134026 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxQilinBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxQilinBP.uasset new file mode 100644 index 00000000..5e534193 --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxQilinBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47f39ea5bf4c7bf3be49f363a8aa9e6d06a519dc350c2a9b3650785c0bdc096d +size 135157 diff --git a/Content/_Game/Enemies/Grux/EnemyGruxWarChiefBP.uasset b/Content/_Game/Enemies/Grux/EnemyGruxWarChiefBP.uasset new file mode 100644 index 00000000..58d815e0 --- /dev/null +++ b/Content/_Game/Enemies/Grux/EnemyGruxWarChiefBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75578f4db790f3681010c0a5b46cad5a4c8518e21f37c3a97b0e946d828d8d94 +size 135139 diff --git a/Content/_Game/Enemies/Grux/GruxAnimBP.uasset b/Content/_Game/Enemies/Grux/GruxAnimBP.uasset new file mode 100644 index 00000000..080e027a --- /dev/null +++ b/Content/_Game/Enemies/Grux/GruxAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d6dc394317d66df1e1ec8108e793105c6ccfd5e28becfb94b63720b1eb58e7c +size 134679 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Death_B.uasset b/Content/_Game/Enemies/Khaimera/Animations/Death_B.uasset new file mode 100644 index 00000000..96ef5258 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Death_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50dc103b031bb56424bda49337f111627c995eaac2e0d53e31662fb7795b58c7 +size 698165 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Death_B_end.uasset b/Content/_Game/Enemies/Khaimera/Animations/Death_B_end.uasset new file mode 100644 index 00000000..b16fbc27 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Death_B_end.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b504c78e1cfda492e5ea6cb37ae12af85d7d955ae95c9e5965215681a23f974 +size 256841 diff --git a/Content/_Game/Enemies/Khaimera/Animations/HS_Idle.uasset b/Content/_Game/Enemies/Khaimera/Animations/HS_Idle.uasset new file mode 100644 index 00000000..e684ffcc --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/HS_Idle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae8145aa3931a6d07a76e4ac33e03c6473c42adbb95ffdac48a00c2aeb7ae176 +size 1692626 diff --git a/Content/_Game/Enemies/Khaimera/Animations/HitReact_Front.uasset b/Content/_Game/Enemies/Khaimera/Animations/HitReact_Front.uasset new file mode 100644 index 00000000..49c0af34 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/HitReact_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:215ac1c9cbc7b6a36c2fcfa9f271bc0ef697d209fe8dc32f8a4b8a6c2ada66c4 +size 648724 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Jog_Fwd.uasset b/Content/_Game/Enemies/Khaimera/Animations/Jog_Fwd.uasset new file mode 100644 index 00000000..85d7da91 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Jog_Fwd.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecd63bbccf97f40abe8b03ce0f2b98cea15e546e2ee94e00bf560290d8168a28 +size 1147319 diff --git a/Content/_Game/Enemies/Khaimera/Animations/KhaimeraAttack.uasset b/Content/_Game/Enemies/Khaimera/Animations/KhaimeraAttack.uasset new file mode 100644 index 00000000..fb80e014 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/KhaimeraAttack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9891c452b70472fc78a138472d670b016450f42a3e64f26c5a58625fadda0a9 +size 36471 diff --git a/Content/_Game/Enemies/Khaimera/Animations/KhaimeraDeath.uasset b/Content/_Game/Enemies/Khaimera/Animations/KhaimeraDeath.uasset new file mode 100644 index 00000000..be859617 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/KhaimeraDeath.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c4f08bee0db7f12d690a5739b1e522fbcaccf2d42bc9862b4f2c5df655e33c7 +size 11051 diff --git a/Content/_Game/Enemies/Khaimera/Animations/KhaimeraHit.uasset b/Content/_Game/Enemies/Khaimera/Animations/KhaimeraHit.uasset new file mode 100644 index 00000000..61855d01 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/KhaimeraHit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2af532cbb8468f0636978f396a710d1b5579d97b219a6987c55b3f506937ba3 +size 11899 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Khaimera_Idle2Run.uasset b/Content/_Game/Enemies/Khaimera/Animations/Khaimera_Idle2Run.uasset new file mode 100644 index 00000000..631201c3 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Khaimera_Idle2Run.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89c36df54b0cfd5b83ce5c24cfbc55558a4f14b59168d53271d88ab0c926a580 +size 7068 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Melee_A.uasset b/Content/_Game/Enemies/Khaimera/Animations/Melee_A.uasset new file mode 100644 index 00000000..db6d1fbd --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Melee_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:196aef0327a6107c60b015d0e6705ee11154e145e57e5966baf241849b59f5cb +size 735492 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Melee_A_Fast.uasset b/Content/_Game/Enemies/Khaimera/Animations/Melee_A_Fast.uasset new file mode 100644 index 00000000..66e511e2 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Melee_A_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff88029bcefec9fc4769f74b328389bbfb75ddeadf027b6fa271c669e1d81b37 +size 496154 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Melee_B.uasset b/Content/_Game/Enemies/Khaimera/Animations/Melee_B.uasset new file mode 100644 index 00000000..63d7019f --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Melee_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e1ca89dde2c577b9a3ab8f421558000d3814ee2c61da323e49c8b1386aff417 +size 766537 diff --git a/Content/_Game/Enemies/Khaimera/Animations/Melee_B_Fast.uasset b/Content/_Game/Enemies/Khaimera/Animations/Melee_B_Fast.uasset new file mode 100644 index 00000000..1a746408 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/Animations/Melee_B_Fast.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c256ad8ca9bfb6ec14f8fdf6bef1153f692c79d653e29e979e183dd81ad6a4c1 +size 503481 diff --git a/Content/_Game/Enemies/Khaimera/EnemyKhaimeraBP.uasset b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraBP.uasset new file mode 100644 index 00000000..b3cfd990 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed7f2ee5f5325a69d8b494ff889fd5f978469e3f2f7b56040d61cffc35a34a5b +size 133413 diff --git a/Content/_Game/Enemies/Khaimera/EnemyKhaimeraBengalBP.uasset b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraBengalBP.uasset new file mode 100644 index 00000000..62f8a2f1 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraBengalBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1de41fa3a6c1d50e2be804d442658ebe870d48779ad3ba44d157eca23d2fa7f6 +size 134195 diff --git a/Content/_Game/Enemies/Khaimera/EnemyKhaimeraGruxPeltBP.uasset b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraGruxPeltBP.uasset new file mode 100644 index 00000000..52e6cb43 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraGruxPeltBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a64cbf40a55cf8b52bbad259bdad8eb7c9c9ae37c79d155f73e60211b990343 +size 133455 diff --git a/Content/_Game/Enemies/Khaimera/EnemyKhaimeraHalloweenBP.uasset b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraHalloweenBP.uasset new file mode 100644 index 00000000..b38817ee --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraHalloweenBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17ecad54228e84558b69c79fba1b19ec12d31fe7a750c0bda9825ab7782befd6 +size 134104 diff --git a/Content/_Game/Enemies/Khaimera/EnemyKhaimeraSnakeKillerBP.uasset b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraSnakeKillerBP.uasset new file mode 100644 index 00000000..11e9bf0b --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraSnakeKillerBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4e0003c7a6d9160fae332a3a7c6a6ddf50038f9ae4ea2d097527ffa2ce60f31 +size 134579 diff --git a/Content/_Game/Enemies/Khaimera/EnemyKhaimeraWhiteTigerBP.uasset b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraWhiteTigerBP.uasset new file mode 100644 index 00000000..7e9b8f41 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/EnemyKhaimeraWhiteTigerBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55dcc29540b1f0d59e870a232c42033516961801e4b4fdf6c6cc9e9815344271 +size 133762 diff --git a/Content/_Game/Enemies/Khaimera/KhaimeraAnimBP.uasset b/Content/_Game/Enemies/Khaimera/KhaimeraAnimBP.uasset new file mode 100644 index 00000000..4881aec8 --- /dev/null +++ b/Content/_Game/Enemies/Khaimera/KhaimeraAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1a95eb7e92be45714306b9a46d00064037a5c5c2506185171d6a8c1361c7678 +size 135315 diff --git a/Content/_Game/EnemyController/BTT_Attack.uasset b/Content/_Game/EnemyController/BTT_Attack.uasset new file mode 100644 index 00000000..37311b3a --- /dev/null +++ b/Content/_Game/EnemyController/BTT_Attack.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec9ddb464ede808f0d8fa567a715422a012ecb1c4cc9287fe0c655f75e8d56d +size 49171 diff --git a/Content/_Game/EnemyController/EnemyBehaviorTree.uasset b/Content/_Game/EnemyController/EnemyBehaviorTree.uasset new file mode 100644 index 00000000..92593af7 --- /dev/null +++ b/Content/_Game/EnemyController/EnemyBehaviorTree.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b5df6789363391397440cc69185dd35781eac6e6c22b31c06cbb68e0bd91adc +size 33155 diff --git a/Content/_Game/EnemyController/EnemyBlackboard.uasset b/Content/_Game/EnemyController/EnemyBlackboard.uasset new file mode 100644 index 00000000..d544ecbb --- /dev/null +++ b/Content/_Game/EnemyController/EnemyBlackboard.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8eb31359e50f479881739ee2c0a49007941398adce96ff06d37de11cee0f948 +size 4720 diff --git a/Content/_Game/EnemyController/EnemyControllerBP.uasset b/Content/_Game/EnemyController/EnemyControllerBP.uasset new file mode 100644 index 00000000..ef102fae --- /dev/null +++ b/Content/_Game/EnemyController/EnemyControllerBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:011e0022d5cae8acf1de4bfe729777c821e9ae7e905e018ec3de94c49f60c84d +size 19672 diff --git a/Content/_Game/Explosives/ExplosiveBP.uasset b/Content/_Game/Explosives/ExplosiveBP.uasset new file mode 100644 index 00000000..6e4bf079 --- /dev/null +++ b/Content/_Game/Explosives/ExplosiveBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:779e4e41ed1a56fa875d46924d5e7f5c32a4687562d5470f7da5260d0c4d139c +size 32807 diff --git a/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset b/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset new file mode 100644 index 00000000..0328afc1 --- /dev/null +++ b/Content/_Game/GameMode/ShooterGameModeBaseBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e270fb5cb1c1e4bab0c65129c06794f38528061a9daa5ed95d54b28a872f73c1 +size 20847 diff --git a/Content/_Game/HUD/AmmoCountBP.uasset b/Content/_Game/HUD/AmmoCountBP.uasset new file mode 100644 index 00000000..74c92fe9 --- /dev/null +++ b/Content/_Game/HUD/AmmoCountBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4dec18ec41c459865036f65808e599c2bc8f812721830f5297eed49ba800b79b +size 105745 diff --git a/Content/_Game/HUD/AmmoPickupWidget.uasset b/Content/_Game/HUD/AmmoPickupWidget.uasset new file mode 100644 index 00000000..fba5ad78 --- /dev/null +++ b/Content/_Game/HUD/AmmoPickupWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25803faba08d472f787a09c6bff1146bb3c18ccb4ecb6b417f9296e3ef7e0b31 +size 56130 diff --git a/Content/_Game/HUD/CharacterHealthBar.uasset b/Content/_Game/HUD/CharacterHealthBar.uasset new file mode 100644 index 00000000..d488da3d --- /dev/null +++ b/Content/_Game/HUD/CharacterHealthBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff03cba7d6e94f22d24349861e88f1e425adf2dd86667a16f0ccddf57b8399d4 +size 59216 diff --git a/Content/_Game/HUD/EnemyHealthBarBP.uasset b/Content/_Game/HUD/EnemyHealthBarBP.uasset new file mode 100644 index 00000000..7b505df4 --- /dev/null +++ b/Content/_Game/HUD/EnemyHealthBarBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8fadf93d9fe93bfd4656c1f159834deb994f741e52771fb3926af8b120fa36f +size 45280 diff --git a/Content/_Game/HUD/HitNumber.uasset b/Content/_Game/HUD/HitNumber.uasset new file mode 100644 index 00000000..b83b6817 --- /dev/null +++ b/Content/_Game/HUD/HitNumber.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ab5addb8c1010ffbe5638024b2f2cbf1fa30597a5b5c516d6aae2dae6640d4 +size 79550 diff --git a/Content/_Game/HUD/InventoryBar.uasset b/Content/_Game/HUD/InventoryBar.uasset new file mode 100644 index 00000000..f4f103ad --- /dev/null +++ b/Content/_Game/HUD/InventoryBar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae2c5f36392b0d55c45d47b8382e61f6c9e566a865d7cabf4f9af53bede03831 +size 422264 diff --git a/Content/_Game/HUD/PickupWidgetBP.uasset b/Content/_Game/HUD/PickupWidgetBP.uasset new file mode 100644 index 00000000..bceafd32 --- /dev/null +++ b/Content/_Game/HUD/PickupWidgetBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91c16161c3f87027b93e6e0c9581ae54603abffce0e003509aa1198544a7fea4 +size 215838 diff --git a/Content/_Game/HUD/ShooterHUDBP.uasset b/Content/_Game/HUD/ShooterHUDBP.uasset new file mode 100644 index 00000000..5f146df4 --- /dev/null +++ b/Content/_Game/HUD/ShooterHUDBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef39e3dd085acd411c5e1d274fa140d3f673e0dc35388c5fa0fe9a39f01ede9 +size 283816 diff --git a/Content/_Game/HUD/ShooterHUDOverlayBP.uasset b/Content/_Game/HUD/ShooterHUDOverlayBP.uasset new file mode 100644 index 00000000..8215c484 --- /dev/null +++ b/Content/_Game/HUD/ShooterHUDOverlayBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7025b1a8a76eef048fea6a5faf2fcb5e224f4023d4baebb680397f30a82b3cae +size 27170 diff --git a/Content/_Game/HUD/WeaponSlot.uasset b/Content/_Game/HUD/WeaponSlot.uasset new file mode 100644 index 00000000..2b78b7de --- /dev/null +++ b/Content/_Game/HUD/WeaponSlot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83589bd62ffb79fcd98fe7d04dc89c05e46a9e8609bc481a639305dbd40db21a +size 340775 diff --git a/Content/_Game/Health/HealthBP.uasset b/Content/_Game/Health/HealthBP.uasset new file mode 100644 index 00000000..fb5aaf5e --- /dev/null +++ b/Content/_Game/Health/HealthBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:942710b92246f055eb4026409065b28c73aa58bcdc8a1f366c3bf2608e1b7b04 +size 114490 diff --git a/Content/_Game/Health/Mesh/M_Pickup_Health.uasset b/Content/_Game/Health/Mesh/M_Pickup_Health.uasset new file mode 100644 index 00000000..171b8a6c --- /dev/null +++ b/Content/_Game/Health/Mesh/M_Pickup_Health.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a52835128d782b677b02cacbf0c4b1971c0c7ee0c7cae4eb98ce0133742b3c06 +size 16124 diff --git a/Content/_Game/Health/Mesh/SM_Pickup_Health.uasset b/Content/_Game/Health/Mesh/SM_Pickup_Health.uasset new file mode 100644 index 00000000..143d22fd --- /dev/null +++ b/Content/_Game/Health/Mesh/SM_Pickup_Health.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2d16912eb999434340b64c7440444bc9e13638409e19744e0fdcec6f91004ca +size 89329 diff --git a/Content/_Game/Maps/DefaultMap.umap b/Content/_Game/Maps/DefaultMap.umap new file mode 100644 index 00000000..9aa8a1e5 --- /dev/null +++ b/Content/_Game/Maps/DefaultMap.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f522ad938d284b85c940d03df3f0123051125dae2571b8480b8d4df87845950e +size 3822362 diff --git a/Content/_Game/Maps/Factory.umap b/Content/_Game/Maps/Factory.umap new file mode 100644 index 00000000..469074d5 --- /dev/null +++ b/Content/_Game/Maps/Factory.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db60924f0fd09429cde9b7f4c4d4fe6c0f39a79ca216d0fced70d3302fe49b2 +size 43654612 diff --git a/Content/_Game/Maps/Prototypes/ShooterTempleWithGrid.umap b/Content/_Game/Maps/Prototypes/ShooterTempleWithGrid.umap new file mode 100644 index 00000000..a7ddd501 --- /dev/null +++ b/Content/_Game/Maps/Prototypes/ShooterTempleWithGrid.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d5255a93a0720c4913608faa026021e4f07fcdd32363191677fdda770a63f6 +size 10336750 diff --git a/Content/_Game/Maps/ShooterTemple.umap b/Content/_Game/Maps/ShooterTemple.umap new file mode 100644 index 00000000..48e7811a --- /dev/null +++ b/Content/_Game/Maps/ShooterTemple.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6838134c26569c76f00cf692e505a866c6bea18e873be9c5e0d1890ac03b63d5 +size 12463715 diff --git a/Content/_Game/Materials/ARMaterials/F_AR_Glow_Material.uasset b/Content/_Game/Materials/ARMaterials/F_AR_Glow_Material.uasset new file mode 100644 index 00000000..df18f29a --- /dev/null +++ b/Content/_Game/Materials/ARMaterials/F_AR_Glow_Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1ce8a9b21f34935d64810f137a3f63178b3101041eec4f3ceb5a116959722ce +size 22607 diff --git a/Content/_Game/Materials/ARMaterials/F_AR_Mat.uasset b/Content/_Game/Materials/ARMaterials/F_AR_Mat.uasset new file mode 100644 index 00000000..a073928f --- /dev/null +++ b/Content/_Game/Materials/ARMaterials/F_AR_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4aaec7ecfd84985d656be7f440a36086ff42831754eecafabd3a11e76916f6ae +size 9023 diff --git a/Content/_Game/Materials/ARMaterials/M_AR_Mat.uasset b/Content/_Game/Materials/ARMaterials/M_AR_Mat.uasset new file mode 100644 index 00000000..50b37656 --- /dev/null +++ b/Content/_Game/Materials/ARMaterials/M_AR_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1f7ec517a123f4c12d2399d08171d9d424c6361d463e02de61e9a07b721d519 +size 17163 diff --git a/Content/_Game/Materials/ARMaterials/M_AR_Mat_Inst.uasset b/Content/_Game/Materials/ARMaterials/M_AR_Mat_Inst.uasset new file mode 100644 index 00000000..688a3db1 --- /dev/null +++ b/Content/_Game/Materials/ARMaterials/M_AR_Mat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d088ad3149446400855fde783521404202735282e1f725100340a9dfa48ee32 +size 16980 diff --git a/Content/_Game/Materials/BelicaMaterials/Transparent.uasset b/Content/_Game/Materials/BelicaMaterials/Transparent.uasset new file mode 100644 index 00000000..29b6b4bd --- /dev/null +++ b/Content/_Game/Materials/BelicaMaterials/Transparent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e76aee2c0e1553184b1894309bca6ac80945f0b0eab23a58fffd7aa730051b4 +size 5920 diff --git a/Content/_Game/Materials/PhysicalMaterials/PM_Grass.uasset b/Content/_Game/Materials/PhysicalMaterials/PM_Grass.uasset new file mode 100644 index 00000000..876dcaf2 --- /dev/null +++ b/Content/_Game/Materials/PhysicalMaterials/PM_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0e481703630f6adbf7ff62910ff3391620a79b8050376282887040159b8477a +size 1407 diff --git a/Content/_Game/Materials/PhysicalMaterials/PM_Metal.uasset b/Content/_Game/Materials/PhysicalMaterials/PM_Metal.uasset new file mode 100644 index 00000000..ad51e58a --- /dev/null +++ b/Content/_Game/Materials/PhysicalMaterials/PM_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2cd7afc9c580f6f30057a1d4c8a68d7768c8fdd311ecf2640e9fef46bdacdae +size 1407 diff --git a/Content/_Game/Materials/PhysicalMaterials/PM_Stone.uasset b/Content/_Game/Materials/PhysicalMaterials/PM_Stone.uasset new file mode 100644 index 00000000..00252173 --- /dev/null +++ b/Content/_Game/Materials/PhysicalMaterials/PM_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d27cb2cfe7d676e101ae8769cd45d8dbc698e73607cfe05f3eb1645730f149d +size 1407 diff --git a/Content/_Game/Materials/PhysicalMaterials/PM_Tile.uasset b/Content/_Game/Materials/PhysicalMaterials/PM_Tile.uasset new file mode 100644 index 00000000..6a6bdec6 --- /dev/null +++ b/Content/_Game/Materials/PhysicalMaterials/PM_Tile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75073d815bdea3ec83beeb7529fc2734f21853569851e754d6290afeb66693e8 +size 1402 diff --git a/Content/_Game/Materials/PhysicalMaterials/PM_Water.uasset b/Content/_Game/Materials/PhysicalMaterials/PM_Water.uasset new file mode 100644 index 00000000..5cf68646 --- /dev/null +++ b/Content/_Game/Materials/PhysicalMaterials/PM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5373f3522adc26f9f4dc7a50e55f2691b72cbcebf5527f50ae334b9ad7f8ea27 +size 1407 diff --git a/Content/_Game/Materials/PistolMaterials/F_Pistol_Glow_Material.uasset b/Content/_Game/Materials/PistolMaterials/F_Pistol_Glow_Material.uasset new file mode 100644 index 00000000..c7238deb --- /dev/null +++ b/Content/_Game/Materials/PistolMaterials/F_Pistol_Glow_Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4601e5c0707832194125a16b071b5e8a1d1e5e7b481af1d90a3f9fe37a799239 +size 21622 diff --git a/Content/_Game/Materials/PistolMaterials/M_Pistol_Mat.uasset b/Content/_Game/Materials/PistolMaterials/M_Pistol_Mat.uasset new file mode 100644 index 00000000..21f6cb82 --- /dev/null +++ b/Content/_Game/Materials/PistolMaterials/M_Pistol_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f03b664633b2bcdd4107c7ef2bdda8cc8d796f475f3a23712e2300a2fa7aa8 +size 36467 diff --git a/Content/_Game/Materials/PistolMaterials/M_Pistol_Mat_Inst.uasset b/Content/_Game/Materials/PistolMaterials/M_Pistol_Mat_Inst.uasset new file mode 100644 index 00000000..09283f03 --- /dev/null +++ b/Content/_Game/Materials/PistolMaterials/M_Pistol_Mat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1512227a14dba44aee252621805c2601b8580c0c488d37f91610c82a4afe488f +size 19559 diff --git a/Content/_Game/Materials/PostProcess/PP_Highlight.uasset b/Content/_Game/Materials/PostProcess/PP_Highlight.uasset new file mode 100644 index 00000000..4d1bbd12 --- /dev/null +++ b/Content/_Game/Materials/PostProcess/PP_Highlight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e0010a42a43d849c594576e394fbe5de7db421eb4806a7c0ef88059755d60ad +size 69716 diff --git a/Content/_Game/Materials/SMGMaterials/F_Belica_Guns.uasset b/Content/_Game/Materials/SMGMaterials/F_Belica_Guns.uasset new file mode 100644 index 00000000..0c1467ee --- /dev/null +++ b/Content/_Game/Materials/SMGMaterials/F_Belica_Guns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff6f5f874e62a75e6414af6a7b016a2e9bca75716fd6e9ba132aa939ef0150e7 +size 49738 diff --git a/Content/_Game/Materials/SMGMaterials/F_SMG_Glow_Material.uasset b/Content/_Game/Materials/SMGMaterials/F_SMG_Glow_Material.uasset new file mode 100644 index 00000000..801bfc91 --- /dev/null +++ b/Content/_Game/Materials/SMGMaterials/F_SMG_Glow_Material.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b54361603d18c032bef8612271043ceab49cd69c672a5e70b950f9fd01a48c22 +size 22614 diff --git a/Content/_Game/Materials/SMGMaterials/M_SMG_Mat.uasset b/Content/_Game/Materials/SMGMaterials/M_SMG_Mat.uasset new file mode 100644 index 00000000..8ceb68dc --- /dev/null +++ b/Content/_Game/Materials/SMGMaterials/M_SMG_Mat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e65d7852ec8f76d883bf7179b1da8b48c677d304dc4d34d664fba805889454b9 +size 16244 diff --git a/Content/_Game/Materials/SMGMaterials/M_SMG_Mat_Inst.uasset b/Content/_Game/Materials/SMGMaterials/M_SMG_Mat_Inst.uasset new file mode 100644 index 00000000..ebb3c6e4 --- /dev/null +++ b/Content/_Game/Materials/SMGMaterials/M_SMG_Mat_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fbbb158174438126b23e8ad3612a65b1978f9f57783902b9b08da8c66d3c06e +size 22268 diff --git a/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset b/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset new file mode 100644 index 00000000..31d8ee3c --- /dev/null +++ b/Content/_Game/PlayerController/ShooterPlayerControllerBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4e3c86055db61ed98f40b2ff73b014a437cc51f05ed9115a9d03a3c2d72c7e4 +size 19973 diff --git a/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset new file mode 100644 index 00000000..9ff33986 --- /dev/null +++ b/Content/_Game/Weapons/BaseWeapon/ARAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d82cf24e47b3a0ff19ed2b9acc69f089cba1e603843c9b33d968fca31cb3499f +size 180217 diff --git a/Content/_Game/Weapons/BaseWeapon/BaseWeaponBP.uasset b/Content/_Game/Weapons/BaseWeapon/BaseWeaponBP.uasset new file mode 100644 index 00000000..e7e330e4 --- /dev/null +++ b/Content/_Game/Weapons/BaseWeapon/BaseWeaponBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84512d0492609b1b62816fa4d737ffa03e7d6017c946cfac45adc668b9aaad39 +size 75352 diff --git a/Content/_Game/Weapons/BaseWeapon/PistolAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/PistolAnimBP.uasset new file mode 100644 index 00000000..a5a32258 --- /dev/null +++ b/Content/_Game/Weapons/BaseWeapon/PistolAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3d7951a942204a0bedc6be4735b1b9765e3a0a8c32128fbc5129f8bf50a6617 +size 141031 diff --git a/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset b/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset new file mode 100644 index 00000000..f37c81ee --- /dev/null +++ b/Content/_Game/Weapons/BaseWeapon/SMGAnimBP.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a8fc81e166a5694a0d5dc0770dea80d228ebdc4159c0608482d090c35ed78df +size 185473 diff --git a/Content/_Game/Weapons/Meshes/BelicaGuns.uasset b/Content/_Game/Weapons/Meshes/BelicaGuns.uasset new file mode 100644 index 00000000..ea0b807c --- /dev/null +++ b/Content/_Game/Weapons/Meshes/BelicaGuns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c923cbeaf36a70d1413e89894872ac7d50bf3154b9cf38c8b0f63f0ccfd494 +size 2078045 diff --git a/Content/_Game/Weapons/Meshes/BelicaGuns_PhysicsAsset.uasset b/Content/_Game/Weapons/Meshes/BelicaGuns_PhysicsAsset.uasset new file mode 100644 index 00000000..1a424b29 --- /dev/null +++ b/Content/_Game/Weapons/Meshes/BelicaGuns_PhysicsAsset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e959ab63033bbd0d52d8aae6bb935a269785a3e43419e083ac70aa6fd94afab +size 8042 diff --git a/Content/_Game/Weapons/Meshes/BelicaGuns_Skeleton.uasset b/Content/_Game/Weapons/Meshes/BelicaGuns_Skeleton.uasset new file mode 100644 index 00000000..9856b829 --- /dev/null +++ b/Content/_Game/Weapons/Meshes/BelicaGuns_Skeleton.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16f40ae635f8137dbbd64646e998bb5dec99f81da84f0ce45842d65219d947fa +size 8438 diff --git a/Content/_Game/Weapons/Meshes/Belica_Guns.uasset b/Content/_Game/Weapons/Meshes/Belica_Guns.uasset new file mode 100644 index 00000000..bfd5f151 --- /dev/null +++ b/Content/_Game/Weapons/Meshes/Belica_Guns.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:070fab19be1b9ff63ae4ca1a6af46b8cd55969bbdf32be5e107ae6db3c9daeb5 +size 14582564 diff --git a/Content/_Game/Weapons/Meshes/Belica_Guns_Physics.uasset b/Content/_Game/Weapons/Meshes/Belica_Guns_Physics.uasset new file mode 100644 index 00000000..44345382 --- /dev/null +++ b/Content/_Game/Weapons/Meshes/Belica_Guns_Physics.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cfdf4585855f25ceb10479b3f428abccfd49e1e217bc1f478985a648d04c10ca +size 6477 diff --git a/Content/_Game/Weapons/Meshes/Belica_Pistol.uasset b/Content/_Game/Weapons/Meshes/Belica_Pistol.uasset new file mode 100644 index 00000000..e1169fa7 --- /dev/null +++ b/Content/_Game/Weapons/Meshes/Belica_Pistol.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad50e6c794cca57c8c2dbb55a2f693e9f83986435c0311a8294e6ef2d3c68e57 +size 15752836 diff --git a/Content/_Game/Weapons/Meshes/Transparent.uasset b/Content/_Game/Weapons/Meshes/Transparent.uasset new file mode 100644 index 00000000..609f01ac --- /dev/null +++ b/Content/_Game/Weapons/Meshes/Transparent.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bd310a8054a15dc3d88bb2ca569818df6f8b99d9046d0fadbd06e469296bb7c +size 7904 diff --git a/Source/Shooter.Target.cs b/Source/Shooter.Target.cs new file mode 100644 index 00000000..e0485120 --- /dev/null +++ b/Source/Shooter.Target.cs @@ -0,0 +1,14 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; +using System.Collections.Generic; + +public class ShooterTarget : TargetRules +{ + public ShooterTarget( TargetInfo Target) : base(Target) + { + Type = TargetType.Game; + DefaultBuildSettings = BuildSettingsVersion.Latest; + ExtraModuleNames.AddRange( new string[] { "Shooter" } ); + } +} diff --git a/Source/Shooter/Ammo.cpp b/Source/Shooter/Ammo.cpp new file mode 100644 index 00000000..cc48b825 --- /dev/null +++ b/Source/Shooter/Ammo.cpp @@ -0,0 +1,102 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "Ammo.h" +#include "Components/StaticMeshComponent.h" +#include "Components/BoxComponent.h" +#include "Components/WidgetComponent.h" +#include "Components/SphereComponent.h" +#include "ShooterCharacter.h" + +AAmmo::AAmmo() +{ + // Construct the AmmoMesh component and set it as root + AmmoMesh = CreateDefaultSubobject(TEXT("AmmoMesh")); + SetRootComponent(AmmoMesh); + + CollisionBox->SetupAttachment(GetRootComponent()); + PickupWidget->SetupAttachment(GetRootComponent()); + AreaSphere->SetupAttachment(GetRootComponent()); + + AmmoCollisionSphere = CreateDefaultSubobject(TEXT("AmmoCollisionSphere")); + AmmoCollisionSphere->SetupAttachment(GetRootComponent()); + AmmoCollisionSphere->SetSphereRadius(50.f); +} + +void AAmmo::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); +} + +void AAmmo::BeginPlay() +{ + Super::BeginPlay(); + + AmmoCollisionSphere->OnComponentBeginOverlap.AddDynamic(this, &AAmmo::OnAmmoSphereOverlap); +} + +void AAmmo::SetItemProperties(EItemState State) +{ + Super::SetItemProperties(State); + + + switch (State) + { + case EItemState::EIS_Pickup: + // Set Mesh properties + AmmoMesh->SetSimulatePhysics(false); + AmmoMesh->SetEnableGravity(false); + AmmoMesh->SetVisibility(true); + AmmoMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AmmoMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + case EItemState::EIS_Equipped: + // Set Mesh properties + AmmoMesh->SetSimulatePhysics(false); + AmmoMesh->SetEnableGravity(false); + AmmoMesh->SetVisibility(true); + AmmoMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AmmoMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + case EItemState::EIS_Falling: + // Set Mesh properties + AmmoMesh->SetSimulatePhysics(true); + AmmoMesh->SetEnableGravity(true); + AmmoMesh->SetVisibility(true); + AmmoMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AmmoMesh->SetCollisionResponseToChannel(ECollisionChannel::ECC_WorldStatic, ECollisionResponse::ECR_Block); + AmmoMesh->SetCollisionEnabled(ECollisionEnabled::QueryAndPhysics); + break; + case EItemState::EIS_EquipInterping: + // Set Mesh properties + AmmoMesh->SetSimulatePhysics(false); + AmmoMesh->SetEnableGravity(false); + AmmoMesh->SetVisibility(true); + AmmoMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AmmoMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + } +} + +void AAmmo::OnAmmoSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + if (OtherActor) + { + auto OverlappedCharacter = Cast(OtherActor); + if (OverlappedCharacter) + { + StartItemCurve(OverlappedCharacter); + AmmoCollisionSphere->SetCollisionEnabled(ECollisionEnabled::NoCollision); + } + } +} + +void AAmmo::EnableCustomDepth() +{ + AmmoMesh->SetRenderCustomDepth(true); +} + +void AAmmo::DisableCustomDepth() +{ + AmmoMesh->SetRenderCustomDepth(false); +} diff --git a/Source/Shooter/Ammo.h b/Source/Shooter/Ammo.h new file mode 100644 index 00000000..26d3a8e5 --- /dev/null +++ b/Source/Shooter/Ammo.h @@ -0,0 +1,59 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Item.h" +#include "AmmoType.h" +#include "Ammo.generated.h" + +class USphereComponent; + +/** + * + */ +UCLASS() +class SHOOTER_API AAmmo : public AItem +{ + GENERATED_BODY() + +public: + AAmmo(); + + virtual void Tick(float DeltaTime) override; + +protected: + virtual void BeginPlay() override; + + /** Override of SetItemProperties so we can set AmmoMesh properties */ + virtual void SetItemProperties(EItemState State) override; + + /* Called when overlapping AmmoCollisionSphere */ + UFUNCTION() + void OnAmmoSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, + const FHitResult& SweepResult); + +private: + /** Mesh for the ammo pickup */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Ammo, meta = (AllowPrivateAccess="true")) + UStaticMeshComponent* AmmoMesh; + + /** Ammo type for the ammo */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Ammo, meta = (AllowPrivateAccess="true")) + EAmmoType AmmoType; + + /** The texture for the Ammo icon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Ammo, meta = (AllowPrivateAccess="true")) + UTexture2D* AmmoIconTexture; + + /** Overlap sphere for picking up the ammo */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Ammo, meta = (AllowPrivateAccess="true")) + USphereComponent* AmmoCollisionSphere; +public: + FORCEINLINE UStaticMeshComponent* GetAmmoMesh() const { return AmmoMesh; } + FORCEINLINE EAmmoType GetAmmoType() const { return AmmoType; } + + virtual void EnableCustomDepth() override; + virtual void DisableCustomDepth() override; +}; diff --git a/Source/Shooter/AmmoType.h b/Source/Shooter/AmmoType.h new file mode 100644 index 00000000..8878495b --- /dev/null +++ b/Source/Shooter/AmmoType.h @@ -0,0 +1,10 @@ +#pragma once + +UENUM(BlueprintType) +enum class EAmmoType: uint8 +{ + EAT_9mm UMETA(DisplayName = "9mm"), + EAT_AR UMETA(DisplayName = "AssaultRifle"), + + EAT_MAX UMETA(DisplayName = "DefaultMAX") +}; \ No newline at end of file diff --git a/Source/Shooter/BulletHitInterface.cpp b/Source/Shooter/BulletHitInterface.cpp new file mode 100644 index 00000000..da47c315 --- /dev/null +++ b/Source/Shooter/BulletHitInterface.cpp @@ -0,0 +1,6 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "BulletHitInterface.h" + +// Add default functionality here for any IBulletHitInterface functions that are not pure virtual. diff --git a/Source/Shooter/BulletHitInterface.h b/Source/Shooter/BulletHitInterface.h new file mode 100644 index 00000000..c95ec70d --- /dev/null +++ b/Source/Shooter/BulletHitInterface.h @@ -0,0 +1,30 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "UObject/Interface.h" +#include "Engine/HitResult.h" + +#include "BulletHitInterface.generated.h" + +// This class does not need to be modified. +UINTERFACE(MinimalAPI) +class UBulletHitInterface : public UInterface +{ + GENERATED_BODY() +}; + +/** + * + */ +class SHOOTER_API IBulletHitInterface +{ + GENERATED_BODY() + + // Add interface functions to this class. This is the class that will be inherited to implement this interface. +public: + + UFUNCTION(BlueprintNativeEvent, BlueprintCallable) + void BulletHit(FHitResult HitResult, AActor* Shooter, AController* ShooterController); +}; diff --git a/Source/Shooter/Enemy.cpp b/Source/Shooter/Enemy.cpp new file mode 100644 index 00000000..6c77ac98 --- /dev/null +++ b/Source/Shooter/Enemy.cpp @@ -0,0 +1,442 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "Enemy.h" + +#include "Blueprint/UserWidget.h" +#include "Kismet/GameplayStatics.h" +#include "Sound/SoundCue.h" +#include "Particles/ParticleSystemComponent.h" +#include "Kismet/KismetMathLibrary.h" +#include "DrawDebugHelpers.h" +#include "EnemyController.h" +#include "BehaviorTree/BlackboardComponent.h" +#include "Components/SkeletalMeshComponent.h" +#include "Components/SphereComponent.h" +#include "ShooterCharacter.h" +#include "Components/BoxComponent.h" +#include "Components/CapsuleComponent.h" +#include "Engine/SkeletalMeshSocket.h" +#include "TimerManager.h" +#include "Animation/AnimInstance.h" + +// Sets default values +AEnemy::AEnemy() : + Health(100.f), + MaxHealth(100.f), + HealthBarDisplayTime(4.f), + HitReactTimeMin(.5f), + HitReactTimeMax(1.f), + bCanHitReact(true), + HitNumberDestroyTime(1.5f), + bStunned(false), + StunChance(.5f), + AttackLFast(TEXT("AttackLFast")), + AttackRFast(TEXT("AttackRFast")), + AttackL(TEXT("AttackL")), + AttackR(TEXT("AttackR")), + BaseDamage(20.f), + LeftWeaponSocket(TEXT("FX_Trail_L_02")), + RightWeaponSocket(TEXT("FX_Trail_R_02")), + bCanAttack(true), + AttackWaitTime(1.f), + bDying(false), + DeathTime(4.f) +{ + // Set this character to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; + + // Create the Agro Sphere + AgroSphere = CreateDefaultSubobject(TEXT("AgroSphere")); + AgroSphere->SetupAttachment(GetRootComponent()); + + // Create the Combat Range Sphere + CombatRangeSphere = CreateDefaultSubobject(TEXT("CombatRangeSphere")); + CombatRangeSphere->SetupAttachment(GetRootComponent()); + + // Construct left and right weapon collision boxes + LeftWeaponCollision = CreateDefaultSubobject(TEXT("Left Weapon Box")); + LeftWeaponCollision->SetupAttachment(GetMesh(), FName("LeftWeaponBone")); + + RightWeaponCollision = CreateDefaultSubobject(TEXT("Right Weapon Box")); + RightWeaponCollision->SetupAttachment(GetMesh(), FName("RightWeaponBone")); +} + +// Called when the game starts or when spawned +void AEnemy::BeginPlay() +{ + Super::BeginPlay(); + + AgroSphere->OnComponentBeginOverlap.AddDynamic(this, &AEnemy::AgroSphereOverlap); + CombatRangeSphere->OnComponentBeginOverlap.AddDynamic(this, &AEnemy::CombatRangeOverlap); + CombatRangeSphere->OnComponentEndOverlap.AddDynamic(this, &AEnemy::CombatRangeEndOverlap); + + // Bind functions to overlap events for weapon boxes + LeftWeaponCollision->OnComponentBeginOverlap.AddDynamic(this, &AEnemy::OnLeftWeaponOverlap); + RightWeaponCollision->OnComponentBeginOverlap.AddDynamic(this, &AEnemy::OnRightWeaponOverlap); + + // Set collision presets for weapon boxes + LeftWeaponCollision->SetCollisionEnabled(ECollisionEnabled::NoCollision); + LeftWeaponCollision->SetCollisionObjectType(ECollisionChannel::ECC_WorldDynamic); + LeftWeaponCollision->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + LeftWeaponCollision->SetCollisionResponseToChannel(ECollisionChannel::ECC_Pawn, ECollisionResponse::ECR_Overlap); + + RightWeaponCollision->SetCollisionEnabled(ECollisionEnabled::NoCollision); + RightWeaponCollision->SetCollisionObjectType(ECollisionChannel::ECC_WorldDynamic); + RightWeaponCollision->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + RightWeaponCollision->SetCollisionResponseToChannel(ECollisionChannel::ECC_Pawn, ECollisionResponse::ECR_Overlap); + + GetMesh()->SetCollisionResponseToChannel(ECollisionChannel::ECC_Visibility, ECollisionResponse::ECR_Block); + GetMesh()->SetCollisionResponseToChannel(ECollisionChannel::ECC_Camera, ECollisionResponse::ECR_Ignore); + GetCapsuleComponent()->SetCollisionResponseToChannel(ECollisionChannel::ECC_Camera, ECollisionResponse::ECR_Ignore); + + // Get the AI Controller + EnemyController = Cast(GetController()); + + if (EnemyController) + { + EnemyController->GetBlackboardComponent()->SetValueAsBool(TEXT("CanAttack"), true); + } + + const FVector WorldPatrolPoint = UKismetMathLibrary::TransformLocation(GetActorTransform(), PatrolPoint); + //DrawDebugSphere(GetWorld(), WorldPatrolPoint, 25.f, 12, FColor::Red, true); + + const FVector WorldPatrolPoint2 = UKismetMathLibrary::TransformLocation(GetActorTransform(), PatrolPoint2); + //DrawDebugSphere(GetWorld(), WorldPatrolPoint2, 25.f, 12, FColor::Blue, true); + + if (EnemyController) + { + EnemyController->GetBlackboardComponent()->SetValueAsVector("PatrolPoint", WorldPatrolPoint); + EnemyController->GetBlackboardComponent()->SetValueAsVector("PatrolPoint2", WorldPatrolPoint2); + EnemyController->RunBehaviorTree(BehaviorTree); + } +} + +void AEnemy::ShowHealthBar_Implementation() +{ + GetWorldTimerManager().ClearTimer(HealthBarTimer); + GetWorldTimerManager().SetTimer(HealthBarTimer, this, &AEnemy::HideHealthBar, HealthBarDisplayTime); +} + +void AEnemy::Die() +{ + if (bDying) return; + bDying = true; + + HideHealthBar(); + + if (EnemyController) + { + EnemyController->GetBlackboardComponent()->SetValueAsBool("Dead", true); + EnemyController->StopMovement(); + } + GetCapsuleComponent()->SetCollisionResponseToChannel(ECollisionChannel::ECC_WorldDynamic, ECollisionResponse::ECR_Ignore); + GetCapsuleComponent()->SetCollisionResponseToChannel(ECollisionChannel::ECC_Pawn, ECollisionResponse::ECR_Ignore); + GetCapsuleComponent()->SetCollisionResponseToChannel(ECollisionChannel::ECC_Visibility, ECollisionResponse::ECR_Ignore); + + if (!DeathMontage) return; + + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (!AnimInstance) return; + + AnimInstance->Montage_Play(DeathMontage); +} + +void AEnemy::FinishDeath() +{ + GetMesh()->bPauseAnims = true; + GetWorldTimerManager().SetTimer(DeathTimer, this, &AEnemy::DestroyEnemy, DeathTime); +} + +void AEnemy::DestroyEnemy() +{ + Destroy(); +} + +void AEnemy::PlayHitMontage(FName Section, float PlayRate) +{ + if (!bCanHitReact) return; + + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (AnimInstance && HitMontage) + { + AnimInstance->Montage_Play(HitMontage, PlayRate); + AnimInstance->Montage_JumpToSection(Section, HitMontage); + + bCanHitReact = false; + const float HitReactTime{ FMath::FRandRange(HitReactTimeMin, HitReactTimeMax) }; + GetWorldTimerManager().SetTimer(HitReactTimer, this, &AEnemy::ResetHitReactTimer, HitReactTime); + } +} + +void AEnemy::ResetHitReactTimer() +{ + bCanHitReact = true; +} + +void AEnemy::StoreHitNumber(UUserWidget* HitNumber, FVector Location) +{ + HitNumbers.Add(HitNumber, Location); + + FTimerHandle HitNumberTimer; + FTimerDelegate HitNumberDelegate; + HitNumberDelegate.BindUFunction(this, FName("DestroyHitNumber"), HitNumber); + GetWorldTimerManager().SetTimer(HitNumberTimer, HitNumberDelegate, HitNumberDestroyTime, false); +} + +void AEnemy::DestroyHitNumber(UUserWidget* HitNumber) +{ + HitNumbers.Remove(HitNumber); + HitNumber->RemoveFromParent(); +} + +void AEnemy::UpdateHitNumbers() +{ + for (auto& HitPair : HitNumbers) + { + UUserWidget* HitNumber{ HitPair.Key }; + const FVector Location{ HitPair.Value }; + FVector2D ScreenPosition; + UGameplayStatics::ProjectWorldToScreen(GetWorld()->GetFirstPlayerController(), + Location, ScreenPosition); + + HitNumber->SetPositionInViewport(ScreenPosition); + } +} + +void AEnemy::AgroSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + if (!OtherActor) return; + auto Character = Cast(OtherActor); + if (!Character) return; + + // Set the value of the Target blackboard key + if (!EnemyController) return; + if (!EnemyController->GetBlackboardComponent()) return; + EnemyController->GetBlackboardComponent()->SetValueAsObject(TEXT("Target"), Character); +} + +void AEnemy::SetStunned(bool Stunned) +{ + bStunned = Stunned; + + if (!EnemyController) return; + EnemyController->GetBlackboardComponent()->SetValueAsBool(TEXT("Stunned"), Stunned); +} + +void AEnemy::CombatRangeOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + if (!OtherActor) return; + if (Cast(OtherActor) == nullptr) return; + + bInAttackRange = true; + + if (!EnemyController) return; + EnemyController->GetBlackboardComponent()->SetValueAsBool(TEXT("InAttackRange"), true); + //UE_LOG(LogTemp, Warning, TEXT("overlap player")); +} + +void AEnemy::CombatRangeEndOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex) +{ + if (!OtherActor) return; + if (Cast(OtherActor) == nullptr) return; + + bInAttackRange = false; + + if (!EnemyController) return; + EnemyController->GetBlackboardComponent()->SetValueAsBool(TEXT("InAttackRange"), false); + //UE_LOG(LogTemp, Warning, TEXT("end overlap player")); +} + +void AEnemy::PlayAttackMontage(FName Section, float PlayRate) +{ + if (bDying) return; + + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (AnimInstance && AttackMontage) + { + AnimInstance->Montage_Play(AttackMontage, PlayRate); + AnimInstance->Montage_JumpToSection(Section, AttackMontage); + } + bCanAttack = false; + GetWorldTimerManager().SetTimer(AttackWaitTimer, this, &AEnemy::ResetCanAttack, AttackWaitTime); + if (EnemyController) + { + EnemyController->GetBlackboardComponent()->SetValueAsBool(TEXT("CanAttack"), false); + } +} + +FName AEnemy::GetAttackSectionName() const +{ + switch (FMath::RandRange(1, 4)) + { + case 1: + return AttackLFast; + case 2: + return AttackRFast; + case 3: + return AttackL; + case 4: + return AttackR; + default: + return AttackLFast; + } +} + +void AEnemy::DoDamage(AShooterCharacter* Victim) +{ + if (!Victim) return; + + UGameplayStatics::ApplyDamage(Victim, BaseDamage, EnemyController, this, UDamageType::StaticClass()); + if (USoundCue* MeleeImpactSound = Victim->GetMeleeImpactSound()) + { + UGameplayStatics::PlaySoundAtLocation(this, MeleeImpactSound, GetActorLocation()); + } +} + +void AEnemy::SpawnBlood(AShooterCharacter* Victim, FName WeaponSocket) +{ + if (!Victim) return; + + UParticleSystem* Particles = Victim->GetBloodParticles(); + if (!Particles) return; + + const USkeletalMeshSocket* TipSocket{ GetMesh()->GetSocketByName(WeaponSocket) }; + if (!TipSocket) return; + + const FTransform SocketTransform{ TipSocket->GetSocketTransform(GetMesh()) }; + UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), Particles, SocketTransform); +} + +void AEnemy::StunCharacter(AShooterCharacter* Victim) +{ + if (!Victim) return; + + const float Stun{ FMath::RandRange(0.f,1.f) }; + + if (Stun <= Victim->GetStunChance()) + { + Victim->Stun(); + } +} + +void AEnemy::ResetCanAttack() +{ + bCanAttack = true; + + if (!EnemyController) return; + EnemyController->GetBlackboardComponent()->SetValueAsBool(TEXT("CanAttack"), true); +} + +void AEnemy::OnLeftWeaponOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + auto const Character = Cast(OtherActor); + if (Character) + { + DoDamage(Character); + SpawnBlood(Character, LeftWeaponSocket); + StunCharacter(Character); + } +} + +void AEnemy::OnRightWeaponOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + auto const Character = Cast(OtherActor); + if (Character) + { + DoDamage(Character); + SpawnBlood(Character, RightWeaponSocket); + StunCharacter(Character); + } +} + +void AEnemy::ActivateLeftWeapon() +{ + LeftWeaponCollision->SetCollisionEnabled(ECollisionEnabled::QueryOnly); +} + +void AEnemy::DeactivateLeftWeapon() +{ + LeftWeaponCollision->SetCollisionEnabled(ECollisionEnabled::NoCollision); +} + +void AEnemy::ActivateRightWeapon() +{ + RightWeaponCollision->SetCollisionEnabled(ECollisionEnabled::QueryOnly); +} + +void AEnemy::DeactivateRightWeapon() +{ + RightWeaponCollision->SetCollisionEnabled(ECollisionEnabled::NoCollision); +} + +// Called every frame +void AEnemy::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); + + UpdateHitNumbers(); +} + +// Called to bind functionality to input +void AEnemy::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent) +{ + Super::SetupPlayerInputComponent(PlayerInputComponent); + +} + +void AEnemy::BulletHit_Implementation(FHitResult HitResult, AActor* Shooter, AController* ShooterController) +{ + if (ImpactSound) + { + UGameplayStatics::PlaySoundAtLocation(this, ImpactSound, GetActorLocation()); + } + + if (ImpactParticles) + { + UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), ImpactParticles, HitResult.Location, FRotator(0.0), true); + } +} + +float AEnemy::TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, + AActor* DamageCauser) +{ + // Set the Target blackboard key to aggro the character + if (EnemyController) + { + EnemyController->GetBlackboardComponent()->SetValueAsObject(FName("Target"), DamageCauser); + } + + float DamageInflicted = DamageAmount; + if (Health - DamageAmount <= 0.f) + { + DamageInflicted = Health; + Health = 0.f; + Die(); + } + else + { + Health -= DamageAmount; + } + + if (bDying) return DamageInflicted; + + ShowHealthBar(); + + // Determine whether bullet hit stuns + const float Stunned = FMath::FRandRange(0.f, 1.f); + if (Stunned <= StunChance) + { + // Stun the Enemy + PlayHitMontage(FName("HitReactFront")); + SetStunned(true); + } + + return DamageInflicted; +} + diff --git a/Source/Shooter/Enemy.h b/Source/Shooter/Enemy.h new file mode 100644 index 00000000..11bbadf0 --- /dev/null +++ b/Source/Shooter/Enemy.h @@ -0,0 +1,262 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "BulletHitInterface.h" +#include "GameFramework/Character.h" +#include "Enemy.generated.h" + +class UParticleSystem; +class USoundCue; +class UAnimMontage; +class UBehaviorTree; +class AEnemyController; +class USphereComponent; +class UBoxComponent; +class AShooterCharacter; + +UCLASS() +class SHOOTER_API AEnemy : public ACharacter, public IBulletHitInterface +{ + GENERATED_BODY() + +public: + // Sets default values for this character's properties + AEnemy(); + +protected: + // Called when the game starts or when spawned + virtual void BeginPlay() override; + + UFUNCTION(BlueprintNativeEvent) + void ShowHealthBar(); + void ShowHealthBar_Implementation(); + + UFUNCTION(BlueprintImplementableEvent) + void HideHealthBar(); + + void Die(); + + void PlayHitMontage(FName Section, float PlayRate = 1.0f); + + void ResetHitReactTimer(); + + UFUNCTION(BlueprintCallable) + void StoreHitNumber(UUserWidget* HitNumber, FVector Location); + + UFUNCTION() + void DestroyHitNumber(UUserWidget* HitNumber); + + void UpdateHitNumbers(); + + UFUNCTION(BlueprintCallable) + float GetHealth() const { return Health; } + + UFUNCTION(BlueprintCallable) + float GetMaxHealth() const { return MaxHealth; } + + /** Called when something overlaps with the agro sphere */ + UFUNCTION() + void AgroSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, + const FHitResult& SweepResult); + + UFUNCTION(BlueprintCallable) + void SetStunned(bool Stunned); + + UFUNCTION() + void CombatRangeOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, + const FHitResult& SweepResult); + + UFUNCTION() + void CombatRangeEndOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex); + + UFUNCTION(BlueprintCallable) + void PlayAttackMontage(FName Section, float PlayRate = 1.0f); + + UFUNCTION(BlueprintPure) + FName GetAttackSectionName() const; + + UFUNCTION() + void OnLeftWeaponOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, + const FHitResult& SweepResult); + UFUNCTION() + void OnRightWeaponOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, + const FHitResult& SweepResult); + + // Activate/Deactivate collision for weapon boxes + UFUNCTION(BlueprintCallable) + void ActivateLeftWeapon(); + UFUNCTION(BlueprintCallable) + void DeactivateLeftWeapon(); + + UFUNCTION(BlueprintCallable) + void ActivateRightWeapon(); + UFUNCTION(BlueprintCallable) + void DeactivateRightWeapon(); + + void DoDamage(AShooterCharacter* Victim); + void SpawnBlood(AShooterCharacter* Victim, FName WeaponSocket); + + // Attemp to stun character + void StunCharacter(AShooterCharacter* Victim); + + void ResetCanAttack(); + + UFUNCTION(BlueprintCallable) + void FinishDeath(); + + void DestroyEnemy(); +private: + /** Particles to spawn when hit by bullets */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UParticleSystem* ImpactParticles; + + /** Sound to play when hit by bullets */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + USoundCue* ImpactSound; + + /** Current health */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + float Health; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float MaxHealth; + + /** Name of the head bone */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + FString HeadBone; + + /** Time to display health bar once shot */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float HealthBarDisplayTime; + + FTimerHandle HealthBarTimer; + + /** Montage containing Hit and Death animations */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* HitMontage; + + FTimerHandle HitReactTimer; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float HitReactTimeMin; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float HitReactTimeMax; + + bool bCanHitReact; + + /** Map to store HitNumber widgets and their hit locations */ + UPROPERTY(VisibleAnywhere, Category = Combat, meta = (AllowPrivateAccess = true)) + TMap HitNumbers; + + /** Time before a hit number is removed from the screen */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float HitNumberDestroyTime; + + /** Behavior tree for the AI Character */ + UPROPERTY(EditAnywhere, Category = "Behavior Tree", meta = (AllowPrivateAccess = true)) + UBehaviorTree* BehaviorTree; + + /** Point for the enemy to move to */ + UPROPERTY(EditAnywhere, Category = "Behavior Tree", meta = (AllowPrivateAccess = true, MakeEditWidget = true)) + FVector PatrolPoint; + + /** 2nd Point for the enemy to move to */ + UPROPERTY(EditAnywhere, Category = "Behavior Tree", meta = (AllowPrivateAccess = true, MakeEditWidget = true)) + FVector PatrolPoint2; + + AEnemyController* EnemyController; + + /** Overlap sphere for when the enemy becomes hostile */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + USphereComponent* AgroSphere; + + /** True when playing the get hit animation */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + bool bStunned; + + /** Chance of being stunned. 0: no stun chance, 1: 100% stun chance */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float StunChance; + + /** True when in attack rangel; time to attack */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + bool bInAttackRange; + + /** Overlap sphere for attack range */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + USphereComponent* CombatRangeSphere; + + /** Montage containing different attacks */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* AttackMontage; + + /** The 4 attack montage section names */ + FName AttackLFast; + FName AttackRFast; + FName AttackL; + FName AttackR; + + /** Collision volume for the left weapon */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UBoxComponent* LeftWeaponCollision; + + /** Collision volume for the right weapon */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UBoxComponent* RightWeaponCollision; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float BaseDamage; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + FName LeftWeaponSocket; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + FName RightWeaponSocket; + + /** True when Enemy can attack */ + UPROPERTY(VisibleAnywhere, Category = Combat, meta = (AllowPrivateAccess = true)) + bool bCanAttack; + + FTimerHandle AttackWaitTimer; + + /** Min wait time between attacks */ + UPROPERTY(EditAnywhere, Category = Combat, meta = (AllowPrivateAccess = true)) + float AttackWaitTime; + + /** Death anim montage */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* DeathMontage; + + bool bDying; + + FTimerHandle DeathTimer; + + /** Time after death until Destroy */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float DeathTime; +public: + // Called every frame + virtual void Tick(float DeltaTime) override; + + // Called to bind functionality to input + virtual void SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) override; + + virtual void BulletHit_Implementation(FHitResult HitResult, AActor* Shooter, AController* ShooterController) override; + + virtual float TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, AActor* DamageCauser) override; + + FORCEINLINE FString GetHeadBone() const { return HeadBone; } + + UFUNCTION(BlueprintImplementableEvent) + void ShowHitNumber(int32 Damage, FVector HitLocation, bool bHeadshot); + + FORCEINLINE UBehaviorTree* GetBehaviorTree() const { return BehaviorTree; } +}; diff --git a/Source/Shooter/EnemyController.cpp b/Source/Shooter/EnemyController.cpp new file mode 100644 index 00000000..e8eeaa43 --- /dev/null +++ b/Source/Shooter/EnemyController.cpp @@ -0,0 +1,33 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "EnemyController.h" + +#include "Enemy.h" +#include "BehaviorTree/BehaviorTree.h" +#include "BehaviorTree/BehaviorTreeComponent.h" +#include "BehaviorTree/BlackboardComponent.h" + +AEnemyController::AEnemyController() +{ + BlackboardComponent = CreateDefaultSubobject(TEXT("BlackboardComponent")); + check(BlackboardComponent); + + BehaviorTreeComponent = CreateDefaultSubobject(TEXT("BehaviorTreeComponent")); + check(BehaviorTreeComponent); +} + +void AEnemyController::OnPossess(APawn* InPawn) +{ + Super::OnPossess(InPawn); + + if (!InPawn) return; + + if (AEnemy* Enemy = Cast(InPawn)) + { + if (Enemy->GetBehaviorTree()) + { + BlackboardComponent->InitializeBlackboard(*(Enemy->GetBehaviorTree()->BlackboardAsset)); + } + } +} diff --git a/Source/Shooter/EnemyController.h b/Source/Shooter/EnemyController.h new file mode 100644 index 00000000..b11ac5fd --- /dev/null +++ b/Source/Shooter/EnemyController.h @@ -0,0 +1,34 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "AIController.h" +#include "EnemyController.generated.h" + +class UBlackboardComponent; +class UBehaviorTreeComponent; + +/** + * + */ +UCLASS() +class SHOOTER_API AEnemyController : public AAIController +{ + GENERATED_BODY() +public: + AEnemyController(); + virtual void OnPossess(APawn* InPawn) override; + +private: + /** Blackboard component for this enemy */ + UPROPERTY(BlueprintReadWrite, Category = "AI Behavior", meta = (AllowPrivateAccess = true)) + UBlackboardComponent* BlackboardComponent; + + /** BehaviorTree component for this enemy */ + UPROPERTY(BlueprintReadWrite, Category = "AI Behavior", meta = (AllowPrivateAccess = true)) + UBehaviorTreeComponent* BehaviorTreeComponent; + +public: + FORCEINLINE UBlackboardComponent* GetBlackboardComponent() const { return BlackboardComponent; } +}; diff --git a/Source/Shooter/Explosive.cpp b/Source/Shooter/Explosive.cpp new file mode 100644 index 00000000..53983f19 --- /dev/null +++ b/Source/Shooter/Explosive.cpp @@ -0,0 +1,67 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "Explosive.h" + +#include "Components/StaticMeshComponent.h" +#include "Components/SphereComponent.h" +#include "GameFramework/Character.h" +#include "Kismet/GameplayStatics.h" +#include "Sound/SoundCue.h" +#include "Particles/ParticleSystemComponent.h" +#include "Engine/World.h" +#include "Engine/HitResult.h" +#include "GameFramework/DamageType.h" + +// Sets default values +AExplosive::AExplosive() : + Damage(40.f) +{ + // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; + + ExplosiveMesh = CreateDefaultSubobject(TEXT("ExplosiveMesh")); + SetRootComponent(ExplosiveMesh); + + OverlapSphere = CreateDefaultSubobject(TEXT("OverlapSphere")); + OverlapSphere->SetupAttachment(GetRootComponent()); +} + +// Called when the game starts or when spawned +void AExplosive::BeginPlay() +{ + Super::BeginPlay(); + +} + +// Called every frame +void AExplosive::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); + +} + +void AExplosive::BulletHit_Implementation(FHitResult HitResult, AActor* Shooter, AController* ShooterController) +{ + if (ExplosionSound) + { + UGameplayStatics::PlaySoundAtLocation(this, ExplosionSound, GetActorLocation()); + } + + if (ExplosionParticles) + { + UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), ExplosionParticles, HitResult.Location, FRotator(0.0), true); + } + + // Apply explosive damage + TArray OverlappingActors; + GetOverlappingActors(OverlappingActors, ACharacter::StaticClass()); + + for (auto Actor : OverlappingActors) + { + UGameplayStatics::ApplyDamage(Actor, Damage, ShooterController, Shooter, UDamageType::StaticClass()); + } + + Destroy(); +} + diff --git a/Source/Shooter/Explosive.h b/Source/Shooter/Explosive.h new file mode 100644 index 00000000..3faf6f93 --- /dev/null +++ b/Source/Shooter/Explosive.h @@ -0,0 +1,54 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "BulletHitInterface.h" +#include "GameFramework/Actor.h" +#include "Explosive.generated.h" + +class UParticleSystem; +class USoundCue; +class USphereComponent; +class UStaticMeshComponent; + +UCLASS() +class SHOOTER_API AExplosive : public AActor, public IBulletHitInterface +{ + GENERATED_BODY() + +public: + // Sets default values for this actor's properties + AExplosive(); + +protected: + // Called when the game starts or when spawned + virtual void BeginPlay() override; + +private: + + /** Particles to spawn when hit by bullets */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UParticleSystem* ExplosionParticles; + + /** Sound to play when hit by bullets */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + USoundCue* ExplosionSound; + + /** Mesh for the explosive */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + UStaticMeshComponent* ExplosiveMesh; + + /** Used to determine what actors overlap during explosion */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + USphereComponent* OverlapSphere; + + /** Damage amount for explosive */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float Damage; +public: + // Called every frame + virtual void Tick(float DeltaTime) override; + + virtual void BulletHit_Implementation(FHitResult HitResult, AActor* Shooter, AController* ShooterController) override; +}; diff --git a/Source/Shooter/GruxAnimInstance.cpp b/Source/Shooter/GruxAnimInstance.cpp new file mode 100644 index 00000000..fc711730 --- /dev/null +++ b/Source/Shooter/GruxAnimInstance.cpp @@ -0,0 +1,19 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "GruxAnimInstance.h" + +#include "Enemy.h" + +void UGruxAnimInstance::UpdateAnimationProperties(float DeltaTime) +{ + if (!Enemy) + { + Enemy = Cast(TryGetPawnOwner()); + if (!Enemy) return; + } + + FVector Velocity { Enemy->GetVelocity() }; + Velocity.Z = 0.f; + Speed = Velocity.Size(); +} diff --git a/Source/Shooter/GruxAnimInstance.h b/Source/Shooter/GruxAnimInstance.h new file mode 100644 index 00000000..53e269da --- /dev/null +++ b/Source/Shooter/GruxAnimInstance.h @@ -0,0 +1,30 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Animation/AnimInstance.h" +#include "GruxAnimInstance.generated.h" + +class AEnemy; + +/** + * + */ +UCLASS() +class SHOOTER_API UGruxAnimInstance : public UAnimInstance +{ + GENERATED_BODY() + +public: + + UFUNCTION(BlueprintCallable) + void UpdateAnimationProperties(float DeltaTime); +private: + /** Lateral Movement Speed */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + float Speed; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, meta = (AllowPrivateAccess = true)) + AEnemy* Enemy; +}; diff --git a/Source/Shooter/Item.cpp b/Source/Shooter/Item.cpp new file mode 100644 index 00000000..d7404ae7 --- /dev/null +++ b/Source/Shooter/Item.cpp @@ -0,0 +1,574 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "Item.h" + +#include "ShooterCharacter.h" +#include "Components/SkeletalMeshComponent.h" +#include "Components/BoxComponent.h" +#include "Components/SphereComponent.h" +#include "Components/WidgetComponent.h" +#include "Camera/CameraComponent.h" +#include "Kismet/GameplayStatics.h" +#include "Sound/SoundCue.h" +#include "Curves/CurveVector.h" + +// Sets default values +AItem::AItem() : + ItemName(FString("Default")), + ItemCount(0), + ItemRarity(EItemRarity::EIR_Common), + ItemState(EItemState::EIS_Pickup), + // Item interp variables + ItemInterpStartLocation(FVector(0.f)), + CameraTargetLocation(FVector(0.f)), + bInterping(false), + ZCurveTime(0.7f), + ItemIntepX(0.f), + ItemIntepY(0.f), + InterpInitialYawOffset(0.f), + ItemType(EItemType::EIT_MAX), + InterpLocIndex(0), + MaterialIndex(0), + bCanChangeCustomDepth(true), + // Dynamic Material Parameters + PulseCurveTime(5.f), + GlowAmount(150.f), + FresnelExponent(3.f), + FresnelReflectFraction(4.f), + SlotIndex(0), + bCharacterInventoryFull(false) +{ + // Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; + + ItemMesh = CreateDefaultSubobject(TEXT("ItemMesh")); + SetRootComponent(ItemMesh); + + CollisionBox = CreateDefaultSubobject(TEXT("CollisionBox")); + CollisionBox->SetupAttachment(ItemMesh); + CollisionBox->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + CollisionBox->SetCollisionResponseToChannel(ECollisionChannel::ECC_Visibility, ECollisionResponse::ECR_Block); + + PickupWidget = CreateDefaultSubobject(TEXT("PickupWidget")); + PickupWidget->SetupAttachment(GetRootComponent()); + + AreaSphere = CreateDefaultSubobject(TEXT("AreaSphere")); + AreaSphere->SetupAttachment(GetRootComponent()); +} + +// Called when the game starts or when spawned +void AItem::BeginPlay() +{ + Super::BeginPlay(); + + // Hide Pickup Widget + if (PickupWidget) + PickupWidget->SetVisibility(false); + + // Set ActiveStars array based on item rarity + setActiveStars(); + + // Setup overlap for AreaSphere + AreaSphere->OnComponentBeginOverlap.AddDynamic(this, &AItem::OnSphereOverlap); + AreaSphere->OnComponentEndOverlap.AddDynamic(this, &AItem::OnSphereEndOverlap); + + //Set Item properties based on ItemState + SetItemProperties(ItemState); + + // Set custom depth to disabled + InitializeCustomDepth(); + + StartPulseTimer(); + + // We wait a small delay to make sure all actors are spawned, + // then we set a small sphere radius and reset it again, + // this generates any overlap events that weren't accounted for on spawn + FTimerHandle TimerHandle; + GetWorldTimerManager().SetTimer(TimerHandle, [&]() + { + AreaSphereRadius = AreaSphere->GetUnscaledSphereRadius(); + AreaSphere->SetSphereRadius(1.f); + AreaSphere->SetSphereRadius(AreaSphereRadius); + }, 0.5, false); +} + +void AItem::setActiveStars() +{ + // The 0 element isn't used + for (int32 i = 0; i <= 5; ++i) + { + ActiveStars.Add(false); + } + + switch (ItemRarity) + { + case EItemRarity::EIR_Damaged: + ActiveStars[1] = true; + break; + case EItemRarity::EIR_Common: + ActiveStars[1] = true; + ActiveStars[2] = true; + break; + case EItemRarity::EIR_Uncommon: + ActiveStars[1] = true; + ActiveStars[2] = true; + ActiveStars[3] = true; + break; + case EItemRarity::EIR_Rare: + ActiveStars[1] = true; + ActiveStars[2] = true; + ActiveStars[3] = true; + ActiveStars[4] = true; + break; + case EItemRarity::EIR_Legendary: + ActiveStars[1] = true; + ActiveStars[2] = true; + ActiveStars[3] = true; + ActiveStars[4] = true; + ActiveStars[5] = true; + break; + } +} + +void AItem::PlayPickupSound(bool bForcePlaySound) +{ + if (Character) + { + if (bForcePlaySound) + { + if (PickupSound) + { + UGameplayStatics::PlaySound2D(this, PickupSound); + } + } + else if (Character->ShouldPlayPickupSound()) + { + Character->StartPickupSoundTimer(); + if (PickupSound) + { + UGameplayStatics::PlaySound2D(this, PickupSound); + } + } + } +} + +void AItem::EnableCustomDepth() +{ + if (bCanChangeCustomDepth) + ItemMesh->SetRenderCustomDepth(true); +} + +void AItem::DisableCustomDepth() +{ + if (bCanChangeCustomDepth) + ItemMesh->SetRenderCustomDepth(false); +} + +void AItem::InitializeCustomDepth() +{ + DisableCustomDepth(); +} + +void AItem::OnConstruction(const FTransform& Transform) +{ + // Path to the Item Rarity Data Table + FString RarityTablePath(TEXT("/Script/Engine.DataTable'/Game/_Game/DataTable/ItemRarityDataTable.ItemRarityDataTable'")); + + // Load the data in the table + UDataTable* RarityTableObject = Cast(StaticLoadObject(UDataTable::StaticClass(), nullptr, *RarityTablePath)); + if (RarityTableObject) + { + FItemRarityTable* RarityRow = nullptr; + switch (ItemRarity) + { + case EItemRarity::EIR_Common: + RarityRow = RarityTableObject->FindRow(FName("Common"), TEXT("")); + break; + case EItemRarity::EIR_Uncommon: + RarityRow = RarityTableObject->FindRow(FName("Uncommon"), TEXT("")); + break; + case EItemRarity::EIR_Rare: + RarityRow = RarityTableObject->FindRow(FName("Rare"), TEXT("")); + break; + case EItemRarity::EIR_Legendary: + RarityRow = RarityTableObject->FindRow(FName("Legendary"), TEXT("")); + break; + case EItemRarity::EIR_Damaged: + default: + RarityRow = RarityTableObject->FindRow(FName("Damaged"), TEXT("")); + } + + if (RarityRow) + { + GlowColor = RarityRow->GlowColor; + LightColor = RarityRow->LightColor; + DarkColor = RarityRow->DarkColor; + NumberOfStars = RarityRow->NumberOfStars; + IconBackground = RarityRow->IconBackground; + if (GetItemMesh()) + { + GetItemMesh()->SetCustomDepthStencilValue(RarityRow->CustomDepthStencil); + } + + if (MaterialInstance) + { + DynamicMaterialInstance = UMaterialInstanceDynamic::Create(MaterialInstance, this); + DynamicMaterialInstance->SetVectorParameterValue(TEXT("FresnelColor"), GlowColor); + ItemMesh->SetMaterial(MaterialIndex, DynamicMaterialInstance); + + EnableGlowMaterial(); + } + } + } +} + +void AItem::UpdatePulse() +{ + float ElapsedTime{}; + FVector CurveValue{}; + + switch (ItemState) + { + case EItemState::EIS_Pickup: + if (PulseCurve) + { + ElapsedTime = GetWorldTimerManager().GetTimerElapsed(PulseTimer); + CurveValue = PulseCurve->GetVectorValue(ElapsedTime); + } + break; + case EItemState::EIS_EquipInterping: + if (InterpPulseCurve) + { + ElapsedTime = GetWorldTimerManager().GetTimerElapsed(ItemInterpTimer); + CurveValue = InterpPulseCurve->GetVectorValue(ElapsedTime); + } + break; + } + + if (DynamicMaterialInstance) + { + DynamicMaterialInstance->SetScalarParameterValue(TEXT("GlowAmount"), CurveValue.X * GlowAmount); + DynamicMaterialInstance->SetScalarParameterValue(TEXT("FresnelExponent"), CurveValue.Y * FresnelExponent); + DynamicMaterialInstance->SetScalarParameterValue(TEXT("FresnelReflectFraction"), CurveValue.Z * FresnelReflectFraction); + } +} + +void AItem::EnableGlowMaterial() +{ + if (DynamicMaterialInstance) + { + DynamicMaterialInstance->SetScalarParameterValue(TEXT("GlowBlendAlpha"), 0); + } +} + +void AItem::DisableGlowMaterial() +{ + if (DynamicMaterialInstance) + { + DynamicMaterialInstance->SetScalarParameterValue(TEXT("GlowBlendAlpha"), 1); + } +} + +void AItem::PlayEquipSound(bool bForcePlaySound) +{ + if (Character) + { + if (bForcePlaySound) + { + UGameplayStatics::PlaySound2D(this, EquipSound); + } + else if (Character->ShouldPlayEquipSound()) + { + Character->StartEquipSoundTimer(); + if (EquipSound) + { + UGameplayStatics::PlaySound2D(this, EquipSound); + } + } + } +} + +// Called every frame +void AItem::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); + + // Handle Item interping when in the EquipInterping state + ItemInterp(DeltaTime); + + // Get curve values from PulseCurve and set dynamic material parameters + UpdatePulse(); +} + +void AItem::OnSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, UPrimitiveComponent* OtherComp, + int32 OtherBodyIndex, bool bFromSweep, const FHitResult& SweepResult) +{ + if (OtherActor) + { + AShooterCharacter* ShooterCharacter = Cast(OtherActor); + + if (ShooterCharacter) + { + ShooterCharacter->IncrementOverlappedItemCount(1); + } + } +} + +void AItem::OnSphereEndOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex) +{ + if (OtherActor) + { + AShooterCharacter* ShooterCharacter = Cast(OtherActor); + + if (ShooterCharacter) + { + ShooterCharacter->IncrementOverlappedItemCount(-1); + } + } +} + +void AItem::ItemInterp(float DeltaTime) +{ + if (!bInterping) return; + + if (Character && ItemZCurve) + { + // Elapsed time since we started ItemInterpTimer + const float ElapsedTime = GetWorldTimerManager().GetTimerElapsed(ItemInterpTimer); + + // Get curve value corresponding to ElapsedTime + const float CurveValue = ItemZCurve->GetFloatValue(ElapsedTime); + + // Get the item's initial location when the curve started + FVector ItemLocation = ItemInterpStartLocation; + + // Get location in front of the camera + const FVector CameraInterpLocation{ GetInterpLocation() }; + + // Vector from Item to Camera Interp Location, X and Y are zeroed out + const FVector ItemToCamera{ FVector(0.f, 0.f, (CameraInterpLocation - ItemLocation).Z) }; + + // SCale factor to multiply with CurveValue + const float DeltaZ = ItemToCamera.Size(); + + const FVector CurrentLocation{ GetActorLocation() }; + + // Interpolated X Value + const float InterpXValue = FMath::FInterpTo(CurrentLocation.X, + CameraInterpLocation.X, + DeltaTime, 30.f); + + // Interpolated Y Value + const float InterpYValue = FMath::FInterpTo(CurrentLocation.Y, + CameraInterpLocation.Y, + DeltaTime, 30.f); + + // Set X and Y of ItemLocation to Interped values + ItemLocation.X = InterpXValue; + ItemLocation.Y = InterpYValue; + + // Adding curve value to the Z component of the Initial Location (Scaled by DeltaZ) + ItemLocation.Z += CurveValue * DeltaZ; + SetActorLocation(ItemLocation, true, + nullptr, ETeleportType::TeleportPhysics); + + // Camera rotation this frame + const FRotator CameraRotation{Character->GetFollowCamera()->GetComponentRotation()}; + // Camera rotation plus initial Yaw Offset + const FRotator ItemRotation{0.0, CameraRotation.Yaw + InterpInitialYawOffset, 0.0}; + SetActorRotation(ItemRotation, ETeleportType::TeleportPhysics); + + if (ItemScaleCurve) + { + const float ScaleCurveValue = ItemScaleCurve->GetFloatValue(ElapsedTime); + SetActorScale3D(FVector(ScaleCurveValue, ScaleCurveValue, ScaleCurveValue)); + } + } +} + +FVector AItem::GetInterpLocation() +{ + if (!Character) return FVector(0.f); + + switch (ItemType) + { + case EItemType::EIT_Ammo: + return Character->GetInterpLocation(InterpLocIndex).SceneComponent->GetComponentLocation(); + break; + case EItemType::EIT_Weapon: + return Character->GetInterpLocation(0).SceneComponent->GetComponentLocation(); + break; + } + + return FVector(0.f); +} + +void AItem::ResetPulseTimer() +{ + StartPulseTimer(); +} + +void AItem::StartPulseTimer() +{ + if (ItemState == EItemState::EIS_Pickup) + { + GetWorldTimerManager().SetTimer(PulseTimer, this, &AItem::ResetPulseTimer, PulseCurveTime); + } +} + +void AItem::SetItemState(EItemState State) +{ + ItemState = State; + SetItemProperties(State); +} + +void AItem::SetItemProperties(EItemState State) +{ + switch (State) + { + case EItemState::EIS_Pickup: + // Set Mesh properties + ItemMesh->SetSimulatePhysics(false); + ItemMesh->SetEnableGravity(false); + ItemMesh->SetVisibility(true); + ItemMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + ItemMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set AreaSphere properties + AreaSphere->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Overlap); + AreaSphere->SetCollisionEnabled(ECollisionEnabled::QueryOnly); + + // Set CollisionBox properties + CollisionBox->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + CollisionBox->SetCollisionResponseToChannel(ECollisionChannel::ECC_Visibility, ECollisionResponse::ECR_Block); + CollisionBox->SetCollisionEnabled(ECollisionEnabled::QueryAndPhysics); + break; + case EItemState::EIS_Equipped: + // Set Mesh properties + ItemMesh->SetSimulatePhysics(false); + ItemMesh->SetEnableGravity(false); + ItemMesh->SetVisibility(true); + ItemMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + ItemMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set AreaSphere properties + AreaSphere->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AreaSphere->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set CollisionBox properties + CollisionBox->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + CollisionBox->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + case EItemState::EIS_Falling: + // Set Mesh properties + ItemMesh->SetSimulatePhysics(true); + ItemMesh->SetEnableGravity(true); + ItemMesh->SetVisibility(true); + ItemMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + ItemMesh->SetCollisionResponseToChannel(ECollisionChannel::ECC_WorldStatic, ECollisionResponse::ECR_Block); + ItemMesh->SetCollisionEnabled(ECollisionEnabled::QueryAndPhysics); + + // Set AreaSphere properties + AreaSphere->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AreaSphere->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set CollisionBox properties + CollisionBox->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + CollisionBox->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + case EItemState::EIS_EquipInterping: + PickupWidget->SetVisibility(false); + + // Set Mesh properties + ItemMesh->SetSimulatePhysics(false); + ItemMesh->SetEnableGravity(false); + ItemMesh->SetVisibility(true); + ItemMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + ItemMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set AreaSphere properties + AreaSphere->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AreaSphere->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set CollisionBox properties + CollisionBox->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + CollisionBox->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + case EItemState::EIS_PickedUp: + PickupWidget->SetVisibility(false); + + // Set Mesh properties + ItemMesh->SetSimulatePhysics(false); + ItemMesh->SetEnableGravity(false); + ItemMesh->SetVisibility(false); + ItemMesh->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + ItemMesh->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set AreaSphere properties + AreaSphere->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + AreaSphere->SetCollisionEnabled(ECollisionEnabled::NoCollision); + + // Set CollisionBox properties + CollisionBox->SetCollisionResponseToAllChannels(ECollisionResponse::ECR_Ignore); + CollisionBox->SetCollisionEnabled(ECollisionEnabled::NoCollision); + break; + } +} + +void AItem::StartItemCurve(AShooterCharacter* Char, bool bForcePlaySound) +{ + // Store a handle to the Character + Character = Char; + + // Get array index in InterpLocations with the lowest ItemCount + InterpLocIndex = Character->GetInterpLocationIndex(); + + // Add 1 to the Item Count for this interp location struct + Character->IncrementInterpLocItemCount(InterpLocIndex, 1); + + PlayPickupSound(bForcePlaySound); + + // Store the initial locatino of the Item + ItemInterpStartLocation = GetActorLocation(); + + bInterping = true; + SetItemState(EItemState::EIS_EquipInterping); + GetWorldTimerManager().ClearTimer(PulseTimer); + + GetWorldTimerManager().SetTimer(ItemInterpTimer, this, + &AItem::FinishInterping, ZCurveTime); + + // Get initial Yaw of the Camera + const float CameraRotationYaw{ + static_cast(Character->GetFollowCamera()->GetComponentRotation().Yaw) + }; + + // Get initial Yaw of the Item + const float ItemRotationYaw{ static_cast(GetActorRotation().Yaw) }; + + // Initial Yaw Offset between Camera and Item + InterpInitialYawOffset = ItemRotationYaw - CameraRotationYaw; + + bCanChangeCustomDepth = false; +} + +void AItem::FinishInterping() +{ + bInterping = false; + if (Character) + { + // Subtract 1 from the Item Count of the interp location struct + Character->IncrementInterpLocItemCount(InterpLocIndex, -1); + Character->GetPickupItem(this); + + Character->UnhighlightInventorySlot(); + } + // Set scale back to normal + SetActorScale3D(FVector(1.f)); + + bCanChangeCustomDepth = true; + DisableCustomDepth(); +} + diff --git a/Source/Shooter/Item.h b/Source/Shooter/Item.h new file mode 100644 index 00000000..d1fef3c8 --- /dev/null +++ b/Source/Shooter/Item.h @@ -0,0 +1,360 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/Actor.h" +#include "Engine/DataTable.h" +#include "Materials/MaterialInstance.h" +#include "Materials/MaterialInstanceDynamic.h" +#include "Engine/HitResult.h" + +#include "Item.generated.h" + +class UBoxComponent; +class UWidgetComponent; +class USphereComponent; +class UCurveFloat; +class AShooterCharacter; +class USoundCue; +class UCurveVector; +class UDataTable; + +UENUM(BlueprintType) +enum class EItemRarity : uint8 +{ + EIR_Damaged UMETA(DisplayName = "Damaged"), + EIR_Common UMETA(DisplayName = "Common"), + EIR_Uncommon UMETA(DisplayName = "Uncommon"), + EIR_Rare UMETA(DisplayName = "Rare"), + EIR_Legendary UMETA(DisplayName = "Legendary"), + + EIR_MAX UMETA(DisplayName = "DefaultMAX") +}; + +UENUM(BlueprintType) +enum class EItemState : uint8 +{ + EIS_Pickup UMETA(DisplayName = "Damaged"), + EIS_EquipInterping UMETA(DisplayName = "EquipInterping"), + EIS_PickedUp UMETA(DisplayName = "PickedUp"), + EIS_Equipped UMETA(DisplayName = "Equipped"), + EIS_Falling UMETA(DisplayName = "Falling"), + + EIS_MAX UMETA(DisplayName = "DefaultMAX") +}; + +UENUM(BlueprintType) +enum class EItemType : uint8 +{ + EIT_Ammo UMETA(DisplayName = "Ammo"), + EIT_Weapon UMETA(DisplayName = "Weapon"), + + EIT_MAX UMETA(DisplayName = "DefaultMAX") +}; + +USTRUCT(BlueprintType) +struct FItemRarityTable : public FTableRowBase +{ + GENERATED_BODY() + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FLinearColor GlowColor; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FLinearColor LightColor; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FLinearColor DarkColor; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + int32 NumberOfStars; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* IconBackground; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + int32 CustomDepthStencil; +}; + +UCLASS() +class SHOOTER_API AItem : public AActor +{ + GENERATED_BODY() + +public: + // Sets default values for this actor's properties + AItem(); + +protected: + // Called when the game starts or when spawned + virtual void BeginPlay() override; + + // Sets the ActiveStars array of bools based on rarity + void setActiveStars(); + + /** Sets properties of the Item's components based on State */ + virtual void SetItemProperties(EItemState State); + + /** Called when ItemInterpTimer is finished*/ + void FinishInterping(); + + /* Line trace collides with box to show HUD widgets */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UBoxComponent* CollisionBox; + + /* Popup widget for when the player looks at the item */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UWidgetComponent* PickupWidget; + + /* Enables item tracing when overlapped */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + USphereComponent* AreaSphere; + + void PlayPickupSound(bool bForcePlaySound = false); + + virtual void InitializeCustomDepth(); + + virtual void OnConstruction(const FTransform& Transform) override; + + void ResetPulseTimer(); + void StartPulseTimer(); + void UpdatePulse(); + +public: + // Called every frame + virtual void Tick(float DeltaTime) override; + + /* Called when overlapping AreaSphere */ + UFUNCTION() + void OnSphereOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex, bool bFromSweep, + const FHitResult& SweepResult); + + /* Called when end overlapping AreaSphere */ + UFUNCTION() + void OnSphereEndOverlap(UPrimitiveComponent* OverlappedComponent, AActor* OtherActor, + UPrimitiveComponent* OtherComp, int32 OtherBodyIndex); + + /** Handles item interpolation when in the EquipInterping state */ + void ItemInterp(float DeltaTime); + + /** Get interp location based on the item type */ + FVector GetInterpLocation(); + + // Called in AShooterCharacter::GetPickupItem + void PlayEquipSound(bool bForcePlaySound = false); +private: + + /* Skeletal mesh for the item */ + UPROPERTY(VisibleAnywhere, BlueprintReadonly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + USkeletalMeshComponent* ItemMesh; + + UPROPERTY(VisibleAnywhere, BlueprintReadonly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + float AreaSphereRadius; + + /* The name which appears on the Pickup Widget */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + FString ItemName; + + /* Item count (Ammo, etc...) */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + int32 ItemCount; + + /* Item rarity - determines number of stars in Pickup Widget */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + EItemRarity ItemRarity; + + /** State of the Item */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + EItemState ItemState; + + /** The curve asset to use for the item's Z location when interping */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UCurveFloat* ItemZCurve; + + /** Starting location when interping begins */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + FVector ItemInterpStartLocation; + + /** Target interp location in front of the camera */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + FVector CameraTargetLocation; + + /** true when interping */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + bool bInterping; + + + /** Plays when we start interping */ + FTimerHandle ItemInterpTimer; + + /** Duration of the curve and timer */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + float ZCurveTime; + + + /** Pointer to the character */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + AShooterCharacter* Character; + + /** X and Y for the item while interping in the EquipInterping state */ + float ItemIntepX; + float ItemIntepY; + + /** Initial Yaw offset between the camera and the interping item */ + float InterpInitialYawOffset; + + /** Curve used to scale the item when interping */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UCurveFloat* ItemScaleCurve; + + /** Sound played when item is picked up */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + USoundCue* PickupSound; + + /** Sound played when item is equipped */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + USoundCue* EquipSound; + + /** Enum for the type of item this Item is */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + EItemType ItemType; + + /** Index of the interp location this item is interping to */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + int32 InterpLocIndex; + + /** Index for the material we'd like to change at runtime */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + int32 MaterialIndex; + + /** Dynamic instance that we can change at runtime */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UMaterialInstanceDynamic* DynamicMaterialInstance; + + /** Material instance used with the dynamic material instance */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UMaterialInstance* MaterialInstance; + + bool bCanChangeCustomDepth; + + /** Curve to drive the dynamic material parameters */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UCurveVector* PulseCurve; + + /** Curve to drive the dynamic material parameters */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + UCurveVector* InterpPulseCurve; + + FTimerHandle PulseTimer; + + /** Time for the pulse timer */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + float PulseCurveTime; + + UPROPERTY(VisibleAnywhere, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + float GlowAmount; + + UPROPERTY(VisibleAnywhere, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + float FresnelExponent; + + UPROPERTY(VisibleAnywhere, Category = "Item Properties", meta = (AllowPrivateAccess = true)) + float FresnelReflectFraction; + + /** Icon for this item in the inventory */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Inventory, meta = (AllowPrivateAccess = true)) + UTexture2D* IconItem; + + /** Icon for this item's ammo in the inventory */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Inventory, meta = (AllowPrivateAccess = true)) + UTexture2D* IconAmmo; + + /** Slot in the inventory array */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Inventory, meta = (AllowPrivateAccess = true)) + int32 SlotIndex; + + /** True when the character's inventory is full */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Inventory, meta = (AllowPrivateAccess = true)) + bool bCharacterInventoryFull; + + /* Item rarity - determines number of stars in Pickup Widget */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + TArray ActiveStars; + + /** Item Rarity data table */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + UDataTable* ItemRarityDataTable; + + /** Color in the glow material */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + FLinearColor GlowColor; + + /** Light color in the pickup widget */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + FLinearColor LightColor; + + /** Dark color in the pickup widget */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + FLinearColor DarkColor; + + /** Number of stars in the pickup widget */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + int32 NumberOfStars; + + /** Background icon for the inventory */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Rarity, meta = (AllowPrivateAccess = true)) + UTexture2D* IconBackground; +public: + FORCEINLINE UWidgetComponent* GetPickupWidget() const { return PickupWidget; } + + FORCEINLINE USphereComponent* GetAreaSphere() const { return AreaSphere; } + + FORCEINLINE UBoxComponent* GetCollisionBox() const { return CollisionBox; } + + FORCEINLINE EItemState GetItemState() const { return ItemState; } + + void SetItemState(EItemState State); + + FORCEINLINE USkeletalMeshComponent* GetItemMesh() const { return ItemMesh; } + + FORCEINLINE USoundCue* GetPickupSound() const { return PickupSound; } + FORCEINLINE void SetPickupSound(USoundCue* Sound) { PickupSound = Sound; } + + FORCEINLINE USoundCue* GetEquipSound() const { return EquipSound; } + FORCEINLINE void SetEquipSound(USoundCue* Sound) { EquipSound = Sound; } + + FORCEINLINE int32 GetItemCount() const { return ItemCount; } + + FORCEINLINE int32 GetSlotIndex() const { return SlotIndex; } + FORCEINLINE void SetSlotIndex(int32 Index) { SlotIndex = Index; } + + FORCEINLINE void SetCharacter(AShooterCharacter* Char) { Character = Char; } + + FORCEINLINE void SetCharacterInventoryFull(bool bFull) { bCharacterInventoryFull = bFull; } + + FORCEINLINE void SetItemName(FString Name) { ItemName = Name; } + + FORCEINLINE void SetIconItem(UTexture2D* Icon) { IconItem = Icon; } + FORCEINLINE void SetIconAmmo(UTexture2D* Icon) { IconAmmo = Icon; } + + FORCEINLINE UMaterialInstance* GetMaterialInstance() const { return MaterialInstance; } + FORCEINLINE void SetMaterialInstance(UMaterialInstance* Instance) { MaterialInstance = Instance; } + + FORCEINLINE UMaterialInstanceDynamic* GetDynamicMaterialInstance() const { return DynamicMaterialInstance; } + FORCEINLINE void SetDynamicMaterialInstance(UMaterialInstanceDynamic* Instance) { DynamicMaterialInstance = Instance; } + + FORCEINLINE FLinearColor GetGlowColor() const { return GlowColor; } + + FORCEINLINE void SetMaterialIndex(int32 Index) { MaterialIndex = Index; } + FORCEINLINE int32 GetMaterialIndex() const { return MaterialIndex; } + + /** Called from the AShooterCharacter class */ + void StartItemCurve(AShooterCharacter* Char, bool bForcePlaySound = false); + + virtual void EnableCustomDepth(); + virtual void DisableCustomDepth(); + + void EnableGlowMaterial(); + void DisableGlowMaterial(); +}; diff --git a/Source/Shooter/Shooter.Build.cs b/Source/Shooter/Shooter.Build.cs new file mode 100644 index 00000000..6adb35d1 --- /dev/null +++ b/Source/Shooter/Shooter.Build.cs @@ -0,0 +1,23 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; + +public class Shooter : ModuleRules +{ + public Shooter(ReadOnlyTargetRules Target) : base(Target) + { + PCHUsage = PCHUsageMode.UseExplicitOrSharedPCHs; + + PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", "UMG", "PhysicsCore", "NavigationSystem", "AIModule" }); + + PrivateDependencyModuleNames.AddRange(new string[] { }); + + // Uncomment if you are using Slate UI + // PrivateDependencyModuleNames.AddRange(new string[] { "Slate", "SlateCore" }); + + // Uncomment if you are using online features + // PrivateDependencyModuleNames.Add("OnlineSubsystem"); + + // To include OnlineSubsystemSteam, add it to the plugins section in your uproject file with the Enabled attribute set to true + } +} diff --git a/Source/Shooter/Shooter.cpp b/Source/Shooter/Shooter.cpp new file mode 100644 index 00000000..4ce1d7bd --- /dev/null +++ b/Source/Shooter/Shooter.cpp @@ -0,0 +1,6 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#include "Shooter.h" +#include "Modules/ModuleManager.h" + +IMPLEMENT_PRIMARY_GAME_MODULE( FDefaultGameModuleImpl, Shooter, "Shooter" ); diff --git a/Source/Shooter/Shooter.h b/Source/Shooter/Shooter.h new file mode 100644 index 00000000..b84e09a4 --- /dev/null +++ b/Source/Shooter/Shooter.h @@ -0,0 +1,11 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" + +#define EPS_Metal EPhysicalSurface::SurfaceType1 +#define EPS_Stone EPhysicalSurface::SurfaceType2 +#define EPS_Tile EPhysicalSurface::SurfaceType3 +#define EPS_Grass EPhysicalSurface::SurfaceType4 +#define EPS_Water EPhysicalSurface::SurfaceType5 \ No newline at end of file diff --git a/Source/Shooter/ShooterAnimInstance.cpp b/Source/Shooter/ShooterAnimInstance.cpp new file mode 100644 index 00000000..3d0334b8 --- /dev/null +++ b/Source/Shooter/ShooterAnimInstance.cpp @@ -0,0 +1,230 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "ShooterAnimInstance.h" + +#include "ShooterCharacter.h" +#include "GameFramework/CharacterMovementComponent.h" +#include "Kismet/KismetMathLibrary.h" +#include "Weapon.h" +#include "WeaponType.h" + +UShooterAnimInstance::UShooterAnimInstance() : + Speed(0.f), + bIsInAir(false), + bIsAccelerating(false), + MovementOffsetYaw(0.f), + LastMovementOffsetYaw(0.f), + bAiming(false), + TIPCharacterYaw(0.f), + TIPCharacterYawLastFrame(0.f), + RootYawOffset(0.f), + RotationCurve(0.f), + RotationCurveLastFrame(0.f), + Pitch(0.f), + bReloading(false), + OffsetState(EOffsetState::EOS_Hip), + CharacterRotation(FRotator(0)), + CharacterRotationLastFrame(FRotator(0)), + YawDelta(0.f), + RecoilWeight(1.f), + bTurningInPlace(false), + EquippedWeaponType(EWeaponType::EWT_MAX), + bShouldUseFABRIK(false) +{ +} + +void UShooterAnimInstance::UpdateAnimationProperties(float DeltaTime) +{ + if (!ShooterCharacter) + ShooterCharacter = Cast(TryGetPawnOwner()); + + if (!ShooterCharacter) return; + + + // Get the lateral speed of the character from velocity + FVector Velocity{ ShooterCharacter->GetVelocity() }; + Velocity.Z = 0; + Speed = Velocity.Size(); + + // Is the character in the air + bIsInAir = ShooterCharacter->GetCharacterMovement()->IsFalling(); + + // Is the character accelerating + bIsAccelerating = ShooterCharacter->GetCharacterMovement()->GetCurrentAcceleration().Size() > 0; + + FRotator AimRotation = ShooterCharacter->GetBaseAimRotation(); + FRotator MovementRotation = UKismetMathLibrary::MakeRotFromX(ShooterCharacter->GetVelocity()); + + MovementOffsetYaw = UKismetMathLibrary::NormalizedDeltaRotator(MovementRotation, AimRotation).Yaw; + + // if (GEngine) + // { + // GEngine->AddOnScreenDebugMessage(0, -1, FColor::Red, FString::Printf(TEXT("MovementYaw: %f"), MovementYaw)); + // GEngine->AddOnScreenDebugMessage(1, -1, FColor::Red, FString::Printf(TEXT("MovementInputYaw: %f"), MovementInputRotation.Yaw)); + // GEngine->AddOnScreenDebugMessage(2, -1, FColor::Yellow, FString::Printf(TEXT("AimYaw: %f"), AimRotation.Yaw)); + // GEngine->AddOnScreenDebugMessage(3, -1, FColor::Cyan, FString::Printf(TEXT("MovementOffsetYaw: %f"), MovementOffsetYaw)); + // GEngine->AddOnScreenDebugMessage(4, -1, FColor::Cyan, FString::Printf(TEXT("HipRotationOffsetYaw: %f"), HipRotationOffsetYaw)); + // } + + if (ShooterCharacter->GetVelocity().Size() > 0) + { + LastMovementOffsetYaw = MovementOffsetYaw; + } + + bAiming = ShooterCharacter->GetAiming(); + bReloading = ShooterCharacter->GetCombatState() == ECombatState::ECS_Reloading; + bCrouching = ShooterCharacter->IsCrouching(); + bEquipping = ShooterCharacter->GetCombatState() == ECombatState::ECS_Equipping; + bShouldUseFABRIK = ShooterCharacter->GetCombatState() == ECombatState::ECS_Unoccupied + || ShooterCharacter->GetCombatState() == ECombatState::ECS_FireTimerInProgress; + + if (bReloading) + { + OffsetState = EOffsetState::EOS_Reloading; + } + else if (bIsInAir) + { + OffsetState = EOffsetState::EOS_InAir; + } + else if (bAiming) + { + OffsetState = EOffsetState::EOS_Aiming; + } + else + { + OffsetState = EOffsetState::EOS_Hip; + } + + // Check if ShooterCharacter has a valid EquippedWeapon + if (ShooterCharacter->GetEquippedWeapon()) + { + EquippedWeaponType = ShooterCharacter->GetEquippedWeapon()->GetWeaponType(); + } + + TurnInPlace(); + Lean(DeltaTime); +} + +void UShooterAnimInstance::NativeInitializeAnimation() +{ + Super::NativeInitializeAnimation(); + + ShooterCharacter = Cast(TryGetPawnOwner()); + + if (!ShooterCharacter) return; + + TIPCharacterYaw = ShooterCharacter->GetActorRotation().Yaw; + TIPCharacterYawLastFrame = TIPCharacterYaw; +} + +void UShooterAnimInstance::TurnInPlace() +{ + if (!ShooterCharacter) return; + + Pitch = ShooterCharacter->GetBaseAimRotation().Pitch; + + if (Speed > 0 || bIsInAir) + { + // Don't want to turn in place; Character is moving + RootYawOffset = 0.f; + TIPCharacterYaw = ShooterCharacter->GetActorRotation().Yaw; + TIPCharacterYawLastFrame = TIPCharacterYaw; + RotationCurve = 0.f; + RotationCurveLastFrame = 0.f; + } + else + { + TIPCharacterYawLastFrame = TIPCharacterYaw; + TIPCharacterYaw = ShooterCharacter->GetActorRotation().Yaw; + const float TIPYawDelta { TIPCharacterYaw - TIPCharacterYawLastFrame }; + + // Root Yaw Offset, updated and clamped to [-180, 180] + RootYawOffset = UKismetMathLibrary::NormalizeAxis(RootYawOffset - TIPYawDelta); + + // 1.0 if turning, 0.0 if not + const float Turning { GetCurveValue(TEXT("Turning")) }; + if (Turning) + { + bTurningInPlace = true; + RotationCurveLastFrame = RotationCurve; + RotationCurve = GetCurveValue(TEXT("Rotation")); + const float DeltaRotation { RotationCurve = RotationCurveLastFrame }; + + // If RootYawOffset > 0, -> Turning Left, If RootYawOffset < 0, -> Turning Right + RootYawOffset > 0 ? RootYawOffset -= DeltaRotation : RootYawOffset += DeltaRotation; + + const float ABSRootYawOffset { FMath::Abs(RootYawOffset) }; + if (ABSRootYawOffset) + { + const float YawExcess { ABSRootYawOffset - 90.f }; + RootYawOffset > 0 ? RootYawOffset -= YawExcess : RootYawOffset += YawExcess; + } + } + else + { + bTurningInPlace = false; + } + } + + // Set the recoil weight + if (bTurningInPlace) + { + if (bReloading || bEquipping) + { + RecoilWeight = 1.f; + } + else + { + RecoilWeight = 0.f; + } + } + else + { + if (bCrouching) + { + if (bReloading || bEquipping) + { + RecoilWeight = 1.f; + } + else + { + RecoilWeight = 0.1f; + } + } + else + { + if (bAiming || bReloading || bEquipping) + { + RecoilWeight = 1.f; + } + else + { + RecoilWeight = 0.5f; + } + } + } +} + +void UShooterAnimInstance::Lean(float DeltaTime) +{ + if (!ShooterCharacter) return; + + CharacterRotationLastFrame = CharacterRotation; + CharacterRotation = ShooterCharacter->GetActorRotation(); + + const FRotator Delta { UKismetMathLibrary::NormalizedDeltaRotator(CharacterRotation, CharacterRotationLastFrame) }; + const double Target { Delta.Yaw / DeltaTime }; + const double Interp { FMath::FInterpTo(YawDelta, Target, DeltaTime, 6.f) }; + YawDelta = FMath::Clamp(Interp, -90.f, 90.f); + + // if (GEngine) + // { + // GEngine->AddOnScreenDebugMessage( + // 3, + // -1, + // FColor::Cyan, + // FString::Printf(TEXT("YawDelta: %f"), YawDelta) + // ); + // } +} diff --git a/Source/Shooter/ShooterAnimInstance.h b/Source/Shooter/ShooterAnimInstance.h new file mode 100644 index 00000000..51077c1b --- /dev/null +++ b/Source/Shooter/ShooterAnimInstance.h @@ -0,0 +1,145 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Animation/AnimInstance.h" +#include "WeaponType.h" + +#include "ShooterAnimInstance.generated.h" + +class AShooterCharacter; + +UENUM(BlueprintType) +enum class EHipRotationState : uint8 +{ + EHRS_None UMETA(DisplayName = "None"), + EHRS_Forward UMETA(DisplayName = "Forward"), + EHRS_Backward UMETA(DisplayName = "Backward"), + + EHRS_MAX UMETA(DisplayName = "DefaultMax") +}; + +UENUM(BlueprintType) +enum class EOffsetState : uint8 +{ + EOS_Aiming UMETA(DisplayName = "Aiming"), + EOS_Hip UMETA(DisplayName = "Hip"), + EOS_Reloading UMETA(DisplayName = "Reloading"), + EOS_InAir UMETA(DisplayName = "InAir"), + + EOS_MAX UMETA(DisplayName = "DefaultMax") +}; + +/** + * + */ +UCLASS() +class SHOOTER_API UShooterAnimInstance : public UAnimInstance +{ + GENERATED_BODY() + +public: + + UShooterAnimInstance(); + + UFUNCTION(BlueprintCallable) + void UpdateAnimationProperties(float DeltaTime); + + virtual void NativeInitializeAnimation() override; + +protected: + /** Handle turning in place variables */ + void TurnInPlace(); + + /** Handle calculations for leaning while running */ + void Lean(float DeltaTime); +private: + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + AShooterCharacter* ShooterCharacter; + + /* The speed of the character */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + float Speed; + + /* Whether or not the character is in the air */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + bool bIsInAir; + + /* Whether or not the character is moving */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + bool bIsAccelerating; + + /* Offset YAW used for strafing */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float MovementOffsetYaw; + + /* Offset YAW the frame before we stopped moving */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float LastMovementOffsetYaw; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + bool bAiming; + + /** Turn In Place: Yaw of the character this frame; Only updated when standing still and not in the air */ + float TIPCharacterYaw; + + /** Turn In Place: Yaw of the character the previous frame; Only updated when standing still and not in the air */ + float TIPCharacterYawLastFrame; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Turn In Place", meta = (AllowPrivateAccess = true)) + float RootYawOffset; + + /** Rotation curve value this frame */ + float RotationCurve; + + /** Rotation curve value last frame */ + float RotationCurveLastFrame; + + /** The pitch of the aim rotation used for aim offset */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Turn In Place", meta = (AllowPrivateAccess = true)) + float Pitch; + + /** True when reloading, used to prevent aim offset when reloading */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Turn In Place", meta = (AllowPrivateAccess = true)) + bool bReloading; + + /** Offset state; used to determine which Aim Offset to use */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Turn In Place", meta = (AllowPrivateAccess = true)) + EOffsetState OffsetState; + + /** Yaw of the character this frame */ + FRotator CharacterRotation; + + /** Yaw of the character the previous frame */ + FRotator CharacterRotationLastFrame; + + /** Yaw delta used for leaning while running in the blendspace */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Lean", meta = (AllowPrivateAccess = true)) + double YawDelta; + + /** True when crouching */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Crouching", meta = (AllowPrivateAccess = true)) + bool bCrouching; + + /** True when equipping */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Combat", meta = (AllowPrivateAccess = true)) + bool bEquipping; + + /** Change the recoil weight based on turning in place and aiming */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Combat", meta = (AllowPrivateAccess = true)) + float RecoilWeight; + + /** True when turning in place */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = "Turn In Place", meta = (AllowPrivateAccess = true)) + bool bTurningInPlace; + + /** Weapon type for the currently equipped weapon */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + EWeaponType EquippedWeaponType; + + /** True when not reloading or equipping */ + UPROPERTY(VisibleAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + bool bShouldUseFABRIK; +}; diff --git a/Source/Shooter/ShooterCharacter.cpp b/Source/Shooter/ShooterCharacter.cpp new file mode 100644 index 00000000..dca20792 --- /dev/null +++ b/Source/Shooter/ShooterCharacter.cpp @@ -0,0 +1,1404 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "ShooterCharacter.h" +#include "Weapon.h" + +#include "Item.h" +#include "Camera/CameraComponent.h" +#include "Components/CapsuleComponent.h" +#include "Components/WidgetComponent.h" +#include "Engine/SkeletalMeshSocket.h" +#include "GameFramework/SpringArmComponent.h" +#include "GameFramework/CharacterMovementComponent.h" +#include "Kismet/GameplayStatics.h" +#include "Particles/ParticleSystemComponent.h" +#include "Sound/SoundCue.h" +#include "Ammo.h" +#include "BulletHitInterface.h" +#include "Enemy.h" +#include "PhysicalMaterials/PhysicalMaterial.h" +#include "EnemyController.h" +#include "BehaviorTree/BlackboardComponent.h" + +// Sets default values +AShooterCharacter::AShooterCharacter() : + // Base rates for turning/looking up + BaseTurnRate(45.f), + BaseLookUpRate(45.f), + // Turn rates for aiming/not aiming + HipTurnRate(90.f), + HipLookUpRate(90.f), + AimingTurnRate(20.f), + AimingLookUpRate(20.f), + // Mouse look sensitivity scale factors + MouseHipTurnRate(1.0f), + MouseHipLookUpRate(1.0f), + MouseAimingTurnRate(0.6f), + MouseAimingLookUpRate(0.6f), + // True when aiming the weapon + bAiming(false), + // Camera field of view values + CameraDefaultFOV(0.f), // Set in BeginPlay + CameraZoomedFOV(20.f), + CameraCurrentFOV(0.f), + ZoomInterpSpeed(20.f), + // Crosshair spread factors + CrosshairSpreadMultiplier(0.f), + CrosshairVelocityFactor(0.f), + CrosshairInAirFactor(0.f), + CrosshairAimFactor(0.f), + CrosshairShootingFactor(0.f), + // Bullet fire timer variables + ShootTimeDuration(0.05f), + bFiringBullet(false), + // Automatic fire + bFireButtonPressed(false), + bShouldFire(true), + // Item trace variables + bShouldTraceForItems(false), + // Camera interp location variables + CameraInterpDistance(150.f), + CameraInterpElevation(55.f), + // Starting ammo amounts + Starting9mmAmmo(85), + StartingARAmmo(120), + // Combat variables + CombatState(ECombatState::ECS_Unoccupied), + bCrouching(false), + BaseMovementSpeed(650.f), + CrouchMovementSpeed(300.f), + StandingCapsuleHalfHeight(88.f), + CrouchingCapsuleHalfHeight(54.f), + CrouchingMeshZOffset(0.f), + BaseGroundFriction(2.f), + CrouchingGroundFriction(100.f), + bAimingButtonPressed(false), + bShouldPlayPickupSound(true), + bShouldPlayEquipSound(true), + PickupSoundResetTime(0.2f), + EquipSoundResetTime(0.2f), + // Icon animation property + HighlightedSlot(-1), + Health(80.f), + MaxHealth(80.f), + StunChance(.25f), + bDying(false) +{ + // Set this character to call Tick() every frame. You can turn this off to improve performance if you don't need it. + PrimaryActorTick.bCanEverTick = true; + + // Create a camera boom (pulls in towards the character if there is a collision) + CameraBoom = CreateDefaultSubobject(TEXT("CameraBoom")); + CameraBoom->SetupAttachment(RootComponent); + + // The camera follows at this distance behind the character + CameraBoom->TargetArmLength = 240.f; + + // Rotate the arm based on the controller + CameraBoom->bUsePawnControlRotation = true; + + CameraBoom->SocketOffset = FVector(0.f, 35.f, 70.f); + + + // Create a follow camera + FollowCamera = CreateDefaultSubobject(TEXT("FollowCamera")); + FollowCamera->SetupAttachment(CameraBoom, USpringArmComponent::SocketName); + + // Camera does not rotate relative to arm + FollowCamera->bUsePawnControlRotation = false; + + // Don't rotate when the controller does. Let the controller only affect the camera. + bUseControllerRotationPitch = false; + bUseControllerRotationYaw = true; + bUseControllerRotationRoll = false; + + GetCharacterMovement()->bOrientRotationToMovement = false; // Character moves in the direction of input.... + GetCharacterMovement()->RotationRate = FRotator(0.0, 540.0, 0.0); // ... at this rotation rate + GetCharacterMovement()->JumpZVelocity = 600.f; + GetCharacterMovement()->AirControl = 0.2f; + + // Create Hand Scene Component + HandSceneComponent = CreateDefaultSubobject(TEXT("HandSceneComp")); + + // Create interpolation components + WeaponInterpComp = CreateDefaultSubobject(TEXT("Weapon Interpolation Component")); + WeaponInterpComp->SetupAttachment(GetFollowCamera()); + + InterpComp1 = CreateDefaultSubobject(TEXT("Interpolation Component 1")); + InterpComp1->SetupAttachment(GetFollowCamera()); + + InterpComp2 = CreateDefaultSubobject(TEXT("Interpolation Component 2")); + InterpComp2->SetupAttachment(GetFollowCamera()); + + InterpComp3 = CreateDefaultSubobject(TEXT("Interpolation Component 3")); + InterpComp3->SetupAttachment(GetFollowCamera()); + + InterpComp4 = CreateDefaultSubobject(TEXT("Interpolation Component 4")); + InterpComp4->SetupAttachment(GetFollowCamera()); + + InterpComp5 = CreateDefaultSubobject(TEXT("Interpolation Component 5")); + InterpComp5->SetupAttachment(GetFollowCamera()); + + InterpComp6 = CreateDefaultSubobject(TEXT("Interpolation Component 6")); + InterpComp6->SetupAttachment(GetFollowCamera()); + + +} + +// Called when the game starts or when spawned +void AShooterCharacter::BeginPlay() +{ + Super::BeginPlay(); + + if (FollowCamera) + { + CameraDefaultFOV = FollowCamera->FieldOfView; + CameraCurrentFOV = CameraDefaultFOV; + } + + // Spawn the default weapon and equip it + EquipWeapon(SpawnDefaultWeapon()); + Inventory.Add(EquippedWeapon); + EquippedWeapon->SetSlotIndex(0); + EquippedWeapon->SetCharacter(this); + + InitializeAmmoMap(); + + GetCharacterMovement()->MaxWalkSpeed = BaseMovementSpeed; + + // Create FInterpLocation structs for each interp location. Add to array + InitializeInterpLocations(); +} + +// Called to bind functionality to input +void AShooterCharacter::SetupPlayerInputComponent(UInputComponent* PlayerInputComponent) +{ + Super::SetupPlayerInputComponent(PlayerInputComponent); + check(PlayerInputComponent); + + PlayerInputComponent->BindAxis("MoveForward", this, &AShooterCharacter::MoveForward); + PlayerInputComponent->BindAxis("MoveRight", this, &AShooterCharacter::MoveRight); + PlayerInputComponent->BindAxis("TurnRate", this, &AShooterCharacter::TurnAtRate); + PlayerInputComponent->BindAxis("LookUpRate", this, &AShooterCharacter::LookUpAtRate); + PlayerInputComponent->BindAxis("Turn", this, &AShooterCharacter::Turn); + PlayerInputComponent->BindAxis("LookUp", this, &AShooterCharacter::LookUp); + + PlayerInputComponent->BindAction("Jump", IE_Pressed, this, &AShooterCharacter::Jump); + PlayerInputComponent->BindAction("Jump", IE_Released, this, &ACharacter::StopJumping); + + PlayerInputComponent->BindAction("FireButton", IE_Pressed, this, &AShooterCharacter::FireButtonPressed); + PlayerInputComponent->BindAction("FireButton", IE_Released, this, &AShooterCharacter::FireButtonReleased); + + PlayerInputComponent->BindAction("Aiming", IE_Pressed, this, &AShooterCharacter::AimingButtonPressed); + PlayerInputComponent->BindAction("Aiming", IE_Released, this, &AShooterCharacter::AimingButtonReleased); + + PlayerInputComponent->BindAction("Select", IE_Pressed, this, &AShooterCharacter::SelectButtonPressed); + PlayerInputComponent->BindAction("Select", IE_Released, this, &AShooterCharacter::SelectButtonReleased); + + PlayerInputComponent->BindAction("Reload", IE_Pressed, this, &AShooterCharacter::ReloadButtonPressed); + + PlayerInputComponent->BindAction("Crouch", IE_Pressed, this, &AShooterCharacter::CrouchButtonPressed); + + PlayerInputComponent->BindAction("FKey", IE_Pressed, this, &AShooterCharacter::KeyFPressed); + PlayerInputComponent->BindAction("1Key", IE_Pressed, this, &AShooterCharacter::Key1Pressed); + PlayerInputComponent->BindAction("2Key", IE_Pressed, this, &AShooterCharacter::Key2Pressed); + PlayerInputComponent->BindAction("3Key", IE_Pressed, this, &AShooterCharacter::Key3Pressed); + PlayerInputComponent->BindAction("4Key", IE_Pressed, this, &AShooterCharacter::Key4Pressed); + PlayerInputComponent->BindAction("5Key", IE_Pressed, this, &AShooterCharacter::Key5Pressed); + + PlayerInputComponent->BindAction("Quit", IE_Pressed, this, &AShooterCharacter::QuitPressed); +} + +float AShooterCharacter::TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, + AActor* DamageCauser) +{ + float DamageInflicted = DamageAmount; + if (Health - DamageAmount <= 0.f || FMath::IsNearlyZero(Health, 0.1f)) + { + DamageInflicted = Health; + Health = 0.f; + Die(); + + auto EnemyController = Cast(EventInstigator); + if (EnemyController) + { + EnemyController->GetBlackboardComponent()->SetValueAsBool(FName("CharacterDead"), true); + } + } + else + { + Health -= DamageAmount; + } + return DamageInflicted; +} + +void AShooterCharacter::Die() +{ + if (bDying) return; + bDying = true; + + if (!DeathMontage) return; + + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (!AnimInstance) return; + + AnimInstance->Montage_Play(DeathMontage); +} + +void AShooterCharacter::FinishDeath() +{ + GetMesh()->bPauseAnims = true; + APlayerController* PC = UGameplayStatics::GetPlayerController(this, 0); + if (PC) + { + DisableInput(PC); + } +} + +// Called every frame +void AShooterCharacter::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); + + // Handle interpolation for zoom when aiming + CameraInterpZoom(DeltaTime); + + // Change look sensitivity based on aiming + SetLookRates(); + + // Calculate crosshair spread multiplier + CalculateCrosshairSpread(DeltaTime); + + TraceForItems(); + + // Interpolate capsule half height based on crouching/standing + InterpCapsuleHalfHeight(DeltaTime); +} + +void AShooterCharacter::MoveForward(float Value) +{ + if (Controller && (Value != 0)) + { + // Find out which way is forward + const FRotator Rotation{ Controller->GetControlRotation() }; + const FRotator YawRotation{ 0.0, Rotation.Yaw, 0.0 }; + + const FVector Direction{ FRotationMatrix{YawRotation}.GetUnitAxis(EAxis::X) }; + AddMovementInput(Direction, Value); + } +} + +void AShooterCharacter::MoveRight(float Value) +{ + if (Controller && (Value != 0)) + { + // Find out which way is forward + const FRotator Rotation{ Controller->GetControlRotation() }; + const FRotator YawRotation{ 0.0, Rotation.Yaw, 0.0 }; + + const FVector Direction{ FRotationMatrix{YawRotation}.GetUnitAxis(EAxis::Y) }; + AddMovementInput(Direction, Value); + } +} + +void AShooterCharacter::TurnAtRate(float Rate) +{ + // Calculate delta for this frame from the rate information + AddControllerYawInput(Rate * BaseTurnRate * GetWorld()->GetDeltaSeconds()); // def/sec * sec/frame +} + +void AShooterCharacter::LookUpAtRate(float Rate) +{ + AddControllerPitchInput(Rate * BaseLookUpRate * GetWorld()->GetDeltaSeconds()); // def/sec * sec/frame +} + +void AShooterCharacter::Turn(float Value) +{ + float TurnScaleFactor; + if (bAiming) + { + TurnScaleFactor = MouseAimingTurnRate; + } + else + { + TurnScaleFactor = MouseHipTurnRate; + } + AddControllerYawInput(Value * TurnScaleFactor); +} + +void AShooterCharacter::LookUp(float Value) +{ + float LookUpScaleFactor; + if (bAiming) + { + LookUpScaleFactor = MouseAimingLookUpRate; + } + else + { + LookUpScaleFactor = MouseHipLookUpRate; + } + AddControllerPitchInput(Value * LookUpScaleFactor); +} + +void AShooterCharacter::AimingButtonPressed() +{ + bAimingButtonPressed = true; + if (bDying) return; + if (CombatState != ECombatState::ECS_Reloading && + CombatState != ECombatState::ECS_Equipping && + CombatState != ECombatState::ECS_Stunned) + { + Aim(); + } +} + +void AShooterCharacter::AimingButtonReleased() +{ + bAimingButtonPressed = false; + StopAiming(); +} + + +void AShooterCharacter::Aim() +{ + bAiming = true; + GetCharacterMovement()->MaxWalkSpeed = CrouchMovementSpeed; +} + +void AShooterCharacter::StopAiming() +{ + bAiming = false; + if (!bCrouching) + { + GetCharacterMovement()->MaxWalkSpeed = BaseMovementSpeed; + } +} + +void AShooterCharacter::PickupAmmo(AAmmo* Ammo) +{ + // Check to see if AmmoMap contains Ammo's AmmoType + if (AmmoMap.Find(Ammo->GetAmmoType())) + { + // Get amount of ammo in our AmmoMap for Ammo's type + int32 AmmoCount{ AmmoMap[Ammo->GetAmmoType()] }; + + AmmoCount += Ammo->GetItemCount(); + + // Set amount of ammo in our AmmoMap for Ammo's type + AmmoMap[Ammo->GetAmmoType()] = AmmoCount; + } + + if (EquippedWeapon->GetAmmoType() == Ammo->GetAmmoType()) + { + // Check to see if the gun is empty + if (EquippedWeapon->GetAmmo() == 0) + { + ReloadWeapon(); + } + } + + Ammo->Destroy(); +} + +void AShooterCharacter::InitializeInterpLocations() +{ + struct FInterpLocation WeaponLocation{ WeaponInterpComp, 0 }; + InterpLocations.Add(WeaponLocation); + + struct FInterpLocation InerpLoc1{ InterpComp1, 0 }; + InterpLocations.Add(InerpLoc1); + + struct FInterpLocation InerpLoc2{ InterpComp2, 0 }; + InterpLocations.Add(InerpLoc2); + + struct FInterpLocation InerpLoc3{ InterpComp3, 0 }; + InterpLocations.Add(InerpLoc3); + + struct FInterpLocation InerpLoc4{ InterpComp4, 0 }; + InterpLocations.Add(InerpLoc4); + + struct FInterpLocation InerpLoc5{ InterpComp5, 0 }; + InterpLocations.Add(InerpLoc5); + + struct FInterpLocation InerpLoc6{ InterpComp6, 0 }; + InterpLocations.Add(InerpLoc6); +} + +void AShooterCharacter::ResetPickupSoundTimer() +{ + bShouldPlayPickupSound = true; +} + +void AShooterCharacter::ResetEquipSoundTimer() +{ + bShouldPlayEquipSound = true; +} + +void AShooterCharacter::KeyFPressed() +{ + if (EquippedWeapon->GetSlotIndex() == 0) return; + + ExchangeInventoryItems(EquippedWeapon->GetSlotIndex(), 0); +} + +void AShooterCharacter::Key1Pressed() +{ + if (EquippedWeapon->GetSlotIndex() == 1) return; + ExchangeInventoryItems(EquippedWeapon->GetSlotIndex(), 1); +} + +void AShooterCharacter::Key2Pressed() +{ + if (EquippedWeapon->GetSlotIndex() == 2) return; + ExchangeInventoryItems(EquippedWeapon->GetSlotIndex(), 2); +} + +void AShooterCharacter::Key3Pressed() +{ + if (EquippedWeapon->GetSlotIndex() == 3) return; + ExchangeInventoryItems(EquippedWeapon->GetSlotIndex(), 3); +} + +void AShooterCharacter::Key4Pressed() +{ + if (EquippedWeapon->GetSlotIndex() == 4) return; + ExchangeInventoryItems(EquippedWeapon->GetSlotIndex(), 4); +} + +void AShooterCharacter::Key5Pressed() +{ + if (EquippedWeapon->GetSlotIndex() == 5) return; + ExchangeInventoryItems(EquippedWeapon->GetSlotIndex(), 5); +} + +void AShooterCharacter::QuitPressed() +{ + UKismetSystemLibrary::QuitGame(GetWorld(), Cast(GetController()), EQuitPreference::Quit, false); +} + +void AShooterCharacter::ExchangeInventoryItems(int32 CurrentItemIndex, int32 NewItemIndex) +{ + if (bDying) return; + + if (CurrentItemIndex == NewItemIndex + || NewItemIndex >= Inventory.Num() + || (CombatState != ECombatState::ECS_Unoccupied && CombatState != ECombatState::ECS_Equipping)) + return; + + if (bAiming) + { + StopAiming(); + } + + auto OldEquippedWeapon = EquippedWeapon; + auto NewWeapon = Cast(Inventory[NewItemIndex]); + + EquipWeapon(NewWeapon); + + OldEquippedWeapon->SetItemState(EItemState::EIS_PickedUp); + NewWeapon->SetItemState(EItemState::EIS_Equipped); + + CombatState = ECombatState::ECS_Equipping; + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (AnimInstance && EquipMontage) + { + AnimInstance->Montage_Play(EquipMontage, 1.0f); + AnimInstance->Montage_JumpToSection(FName("Equip")); + } + NewWeapon->PlayEquipSound(true); +} + +int32 AShooterCharacter::GetEmptyInventorySlot() +{ + for (int32 i = 0; i < Inventory.Num(); ++i) + { + if (Inventory[i] == nullptr) + return i; + } + + if (Inventory.Num() < INVENTORY_CAPACITY) + { + return Inventory.Num(); + } + + return -1; // Inventory full +} + +void AShooterCharacter::HighlightInventorySlot() +{ + const int32 EmptySlot{ GetEmptyInventorySlot() }; + if (EmptySlot != -1) + { + HighlightIconDelegate.Broadcast(EmptySlot, true); + HighlightedSlot = EmptySlot; + } +} + +EPhysicalSurface AShooterCharacter::GetSurfaceType() +{ + FHitResult HitResult; + const FVector Start{ GetActorLocation() }; + const FVector End{ Start + FVector(0.f, 0.f, -400.f) }; + + FCollisionQueryParams QueryParams; + QueryParams.bReturnPhysicalMaterial = true; + + GetWorld()->LineTraceSingleByChannel(HitResult, Start, End, ECollisionChannel::ECC_Visibility, QueryParams); + + return UPhysicalMaterial::DetermineSurfaceType(HitResult.PhysMaterial.Get()); +} + +void AShooterCharacter::EndStun() +{ + CombatState = ECombatState::ECS_Unoccupied; + + if (bAimingButtonPressed) + { + Aim(); + } + + if (bFireButtonPressed) + { + if (WeaponHasAmmo()) + { + if (EquippedWeapon->GetAutomatic()) + { + FireWeapon(); + } + } + else + { + ReloadWeapon(); + } + } +} + +void AShooterCharacter::UnhighlightInventorySlot() +{ + if (HighlightedSlot != -1) + { + HighlightIconDelegate.Broadcast(HighlightedSlot, false); + HighlightedSlot = -1; + } +} + +void AShooterCharacter::Stun() +{ + if (bDying) return; + if (!HitReactMontage) return; + + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (!AnimInstance) return; + + CombatState = ECombatState::ECS_Stunned; + + AnimInstance->Montage_Play(HitReactMontage); +} + +int32 AShooterCharacter::GetInterpLocationIndex() +{ + int32 LowestIndex = 1; + int32 LowestCount = INT_MAX; + + for (int32 i = 1; i < InterpLocations.Num(); ++i) + { + if (InterpLocations[i].ItemCount < LowestCount) + { + LowestIndex = i; + LowestCount = InterpLocations[i].ItemCount; + } + } + + return LowestIndex; +} + +void AShooterCharacter::IncrementInterpLocItemCount(int32 Index, int32 Amount) +{ + if (Amount < -1 || Amount > 1) return; + + if (Index < InterpLocations.Num()) + { + InterpLocations[Index].ItemCount += Amount; + } +} + +void AShooterCharacter::StartPickupSoundTimer() +{ + bShouldPlayPickupSound = false; + GetWorldTimerManager().SetTimer(PickupSoundTimer, this, &AShooterCharacter::ResetPickupSoundTimer, PickupSoundResetTime); +} + +void AShooterCharacter::StartEquipSoundTimer() +{ + bShouldPlayEquipSound = false; + GetWorldTimerManager().SetTimer(EquipSoundTimer, this, &AShooterCharacter::ResetEquipSoundTimer, EquipSoundResetTime); +} + + +void AShooterCharacter::CameraInterpZoom(float DeltaTime) +{ + // Set current camera field of view + if (bAiming) + { + // Interpolate to zoomed FOV + CameraCurrentFOV = FMath::FInterpTo(CameraCurrentFOV, CameraZoomedFOV, + DeltaTime, ZoomInterpSpeed); + } + else + { + // Interpolate to default FOV + CameraCurrentFOV = FMath::FInterpTo(CameraCurrentFOV, CameraDefaultFOV, + DeltaTime, ZoomInterpSpeed); + } + + if (FollowCamera) + { + FollowCamera->SetFieldOfView(CameraCurrentFOV); + } +} + +void AShooterCharacter::SetLookRates() +{ + if (bAiming) + { + BaseTurnRate = AimingTurnRate; + BaseLookUpRate = AimingLookUpRate; + } + else + { + BaseTurnRate = HipTurnRate; + BaseLookUpRate = HipLookUpRate; + } +} + +void AShooterCharacter::FireButtonPressed() +{ + bFireButtonPressed = true; + FireWeapon(); +} + +void AShooterCharacter::FireButtonReleased() +{ + bFireButtonPressed = false; +} + +void AShooterCharacter::FireWeapon() +{ + if (bDying) return; + if (!EquippedWeapon) return; + if (CombatState != ECombatState::ECS_Unoccupied) return; + if (!WeaponHasAmmo()) + { + ReloadWeapon(); + } + + PlayFireSound(); + SendBullet(); + PlayGunFireMontage(); + EquippedWeapon->DecrementAmmo(); + StartCrosshairBulletFire(); + StartFireTimer(); + + if (EquippedWeapon->GetWeaponType() == EWeaponType::EWT_Pistol) + { + // Start moving slide timer + EquippedWeapon->StartSlideTimer(); + } +} + +void AShooterCharacter::StartFireTimer() +{ + if (!EquippedWeapon) return; + + CombatState = ECombatState::ECS_FireTimerInProgress; + GetWorldTimerManager().SetTimer(AutoFireTimer, this, &AShooterCharacter::AutoFireReset, + EquippedWeapon->GetAutoFireRate()); +} + +void AShooterCharacter::AutoFireReset() +{ + if (bDying) return; + if (!EquippedWeapon) return; + if (CombatState == ECombatState::ECS_Stunned) return; + + CombatState = ECombatState::ECS_Unoccupied; + + if (bFireButtonPressed) + { + if (WeaponHasAmmo()) + { + if (EquippedWeapon->GetAutomatic()) + { + FireWeapon(); + } + } + else + { + ReloadWeapon(); + } + } +} + +void AShooterCharacter::PlayFireSound() +{ + // Play fire sound + if (!EquippedWeapon) return; + if (EquippedWeapon->GetFireSound()) + { + UGameplayStatics::PlaySound2D(this, EquippedWeapon->GetFireSound()); + } +} + +void AShooterCharacter::SendBullet() +{ + // Send bullet + const USkeletalMeshSocket* BarrelSocket = EquippedWeapon->GetItemMesh()->GetSocketByName("BarrelSocket"); + if (!BarrelSocket) return; + + const FTransform SocketTransform = BarrelSocket->GetSocketTransform(EquippedWeapon->GetItemMesh()); + + if (!EquippedWeapon) return; + if (EquippedWeapon->GetMuzzleFlash()) + { + UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), EquippedWeapon->GetMuzzleFlash(), SocketTransform); + } + + FHitResult BeamHitResult; + bool bBeamEnd = GetBeamEndLocation(SocketTransform.GetLocation(), BeamHitResult); + if (!bBeamEnd) return; + + // Spawn impact particles after updating BeamEndPoint + + // Does hit actor implement BulletHitInterface? + bool spawnGenericImpactParticles = false; + if (IsValid(BeamHitResult.GetActor())) + { + if (IBulletHitInterface* BulletHitInterface = Cast(BeamHitResult.GetActor())) + { + BulletHitInterface->BulletHit_Implementation(BeamHitResult, this, GetController()); + } + else + { + spawnGenericImpactParticles = true; + } + + if (AEnemy* HitEnemy = Cast(BeamHitResult.GetActor())) + { + float damageToApply; + if (BeamHitResult.BoneName.ToString() == HitEnemy->GetHeadBone()) + { + damageToApply = EquippedWeapon->GetHeadshotDamage(); + HitEnemy->ShowHitNumber(damageToApply, BeamHitResult.Location, true); + } + else + { + damageToApply = EquippedWeapon->GetDamage(); + HitEnemy->ShowHitNumber(damageToApply, BeamHitResult.Location, false); + } + + UGameplayStatics::ApplyDamage(HitEnemy, + damageToApply, + GetController(), this, + UDamageType::StaticClass()); + + } + } + else + { + spawnGenericImpactParticles = true; + } + + if (ImpactParticles && spawnGenericImpactParticles) + { + UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), ImpactParticles, + BeamHitResult.Location); + } + + // Spawn smoke trail particles + if (BeamParticles) + { + UParticleSystemComponent* Beam = UGameplayStatics::SpawnEmitterAtLocation(GetWorld(), BeamParticles, + SocketTransform); + if (Beam) + { + Beam->SetVectorParameter("Target", BeamHitResult.Location); + } + } +} + +void AShooterCharacter::PlayGunFireMontage() +{ + // Play gun fire montage + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + + if (AnimInstance && HipFireMontage) + { + AnimInstance->Montage_Play(HipFireMontage); + AnimInstance->Montage_JumpToSection(FName("StartFire")); + } +} + +bool AShooterCharacter::GetBeamEndLocation(const FVector& MuzzleSocketLocation, FHitResult& OutHitResult) +{ + FVector OutBeamLocation; + + // Check for crosshair trace hit + FHitResult CrosshairHitResult; + bool bCrosshairHit = TraceUnderCrosshairs(CrosshairHitResult, OutBeamLocation); + + // Perform a second trace, this time from the gun barrel + const FVector WeaponTraceStart{ MuzzleSocketLocation }; + const FVector StartToEnd{ OutBeamLocation - MuzzleSocketLocation }; + const FVector WeaponTraceEnd{ MuzzleSocketLocation + StartToEnd * 1.25f }; + + GetWorld()->LineTraceSingleByChannel(OutHitResult, WeaponTraceStart, WeaponTraceEnd, + ECollisionChannel::ECC_Visibility); + + if (!OutHitResult.bBlockingHit) // Object between barrel and BeamEndPoint ? + { + OutHitResult.Location = OutBeamLocation; + return false; + } + return true; +} + +bool AShooterCharacter::TraceUnderCrosshairs(FHitResult& OutHitResult, FVector& OutHitLocation) +{ + // Get Viewport Size + FVector2D ViewportSize(0, 0); + + if (GEngine && GEngine->GameViewport) + { + GEngine->GameViewport->GetViewportSize(ViewportSize); + } + + // Get screen space location of crosshairs + FVector2D CrosshairLocation{ ViewportSize.X / 2.f, ViewportSize.Y / 2.f }; + + // Get world position and direction of crosshairs + FVector CrosshairWorldPosition; + FVector CrosshairWorldDirection; + bool bScreenToWorld = UGameplayStatics::DeprojectScreenToWorld( + UGameplayStatics::GetPlayerController(this, 0), + CrosshairLocation, CrosshairWorldPosition, CrosshairWorldDirection); + + if (bScreenToWorld) + { + // Trace from Crosshair world location outward + const FVector Start{ CrosshairWorldPosition }; + const FVector End{ Start + CrosshairWorldDirection * 50'000.f }; + OutHitLocation = End; + + GetWorld()->LineTraceSingleByChannel(OutHitResult, Start, End, ECollisionChannel::ECC_Visibility); + + if (OutHitResult.bBlockingHit) + { + OutHitLocation = OutHitResult.Location; + return true; + } + } + return false; +} + +void AShooterCharacter::StartCrosshairBulletFire() +{ + bFiringBullet = true; + + GetWorldTimerManager().SetTimer(CrosshairShootTimer, this, + &AShooterCharacter::FinishCrosshairBulletFire, ShootTimeDuration); +} + +void AShooterCharacter::FinishCrosshairBulletFire() +{ + bFiringBullet = false; +} + +void AShooterCharacter::CalculateCrosshairSpread(float DeltaTime) +{ + FVector2D WalkSpeedRange{ 0.f, 600.f }; + FVector2D VelocityMultiplierRange{ 0.f, 1.f }; + FVector Velocity{ GetVelocity() }; + Velocity.Z = 0.f; + + // Calculate crosshair velocity factor + CrosshairVelocityFactor = FMath::GetMappedRangeValueClamped(WalkSpeedRange, + VelocityMultiplierRange, Velocity.Size()); + + // Calculate crosshair in air factor + if (GetCharacterMovement()->IsFalling()) + { + // Spread the crosshairs quickly while in air + CrosshairInAirFactor = FMath::FInterpTo(CrosshairInAirFactor, 2.25f, + DeltaTime, 20.f); + } + else // Character in on the ground + { + // Spread the crosshairs slowly when on the ground + CrosshairInAirFactor = FMath::FInterpTo(CrosshairInAirFactor, 0, + DeltaTime, 2.25f); + } + + // Calculate crosshair aim factor + if (bAiming) + { + // Group the crosshairs when aiming + CrosshairAimFactor = FMath::FInterpTo(CrosshairAimFactor, 0.6, + DeltaTime, 30.f); + } + else + { + // Spread the crosshairs when not aiming + CrosshairAimFactor = FMath::FInterpTo(CrosshairAimFactor, 0, + DeltaTime, 30.f); + } + + // True 0.05s after firing + if (bFiringBullet) + { + CrosshairShootingFactor = FMath::FInterpTo(CrosshairShootingFactor, 0.3f, + DeltaTime, 60.f); + } + else + { + CrosshairShootingFactor = FMath::FInterpTo(CrosshairShootingFactor, 0.f, + DeltaTime, 60.f); + } + + CrosshairSpreadMultiplier = 0.5f + + CrosshairVelocityFactor + + CrosshairInAirFactor + + CrosshairShootingFactor + - CrosshairAimFactor; +} + +void AShooterCharacter::TraceForItems() +{ + if (bShouldTraceForItems) + { + FHitResult ItemTraceResult; + FVector HitLocation; + TraceUnderCrosshairs(ItemTraceResult, HitLocation); + + TraceHitItem = Cast(ItemTraceResult.GetActor()); + + if (TraceHitItem && ItemTraceResult.bBlockingHit) + { + // If an item was being looked at from last frame, we should hide its widget + if (OldTraceHitItem != TraceHitItem) + { + UnhighlightInventorySlot(); + SetItemPickupWidgetVisibility(OldTraceHitItem, false); + } + + if (TraceHitItem && TraceHitItem->GetItemState() == EItemState::EIS_EquipInterping) + TraceHitItem = nullptr; + + const auto TraceHitWeapon = Cast(TraceHitItem); + if (TraceHitWeapon && HighlightedSlot == -1) + HighlightInventorySlot(); + + // Show the new item's widget + SetItemPickupWidgetVisibility(TraceHitItem, true); + + if (Inventory.Num() >= INVENTORY_CAPACITY) + { + // Inventory is full + TraceHitItem->SetCharacterInventoryFull(true); + } + else + { + TraceHitItem->SetCharacterInventoryFull(false); + } + + OldTraceHitItem = TraceHitItem; + } + else if (OldTraceHitItem) // Hide widget for the item from last frame + { + UnhighlightInventorySlot(); + + SetItemPickupWidgetVisibility(OldTraceHitItem, false); + OldTraceHitItem = nullptr; + } + } + else if (TraceHitItem) // Hide widget for the item from last frame + { + UnhighlightInventorySlot(); + + SetItemPickupWidgetVisibility(TraceHitItem, false); + TraceHitItem = nullptr; + } +} + +void AShooterCharacter::SetItemPickupWidgetVisibility(AItem* Item, bool visibility) +{ + if (Item && Item->GetPickupWidget()) + { + Item->GetPickupWidget()->SetVisibility(visibility); + visibility ? + Item->EnableCustomDepth() : + Item->DisableCustomDepth(); + } +} + +AWeapon* AShooterCharacter::SpawnDefaultWeapon() +{ + // Check the TSubclassOf variable + if (DefaultWeaponClass) + { + // Spawn the weapon + return GetWorld()->SpawnActor(DefaultWeaponClass); + } + + return nullptr; +} + +void AShooterCharacter::EquipWeapon(AWeapon* WeaponToEquip, bool bSwapping) +{ + // Get the hand socket + const USkeletalMeshSocket* HandSocket = GetMesh()->GetSocketByName(FName("RightHandSocket")); + + if (HandSocket && WeaponToEquip) + { + // Attach the weapon to the hand socket RightHandSocket + HandSocket->AttachActor(WeaponToEquip, GetMesh()); + + if (EquippedWeapon == nullptr) + { + // -1 == no EquippedWeapon yet. No need to reverse the icon animation + EquipItemDelegate.Broadcast(-1, WeaponToEquip->GetSlotIndex()); + } + else if (!bSwapping) + { + EquipItemDelegate.Broadcast(EquippedWeapon->GetSlotIndex(), WeaponToEquip->GetSlotIndex()); + } + + EquippedWeapon = WeaponToEquip; + EquippedWeapon->SetItemState(EItemState::EIS_Equipped); + + EquippedWeapon->DisableGlowMaterial(); + EquippedWeapon->DisableCustomDepth(); + } +} + +void AShooterCharacter::DropWeapon() +{ + if (EquippedWeapon) + { + FDetachmentTransformRules DetachmentTransformRules(EDetachmentRule::KeepWorld, true); + EquippedWeapon->GetItemMesh()->DetachFromComponent(DetachmentTransformRules); + + EquippedWeapon->SetItemState(EItemState::EIS_Falling); + EquippedWeapon->ThrowWeapon(); + } +} + +void AShooterCharacter::SelectButtonPressed() +{ + if (bDying) return; + if (CombatState != ECombatState::ECS_Unoccupied) return; + + if (TraceHitItem) + { + TraceHitItem->StartItemCurve(this, true); + TraceHitItem = nullptr; + } +} + +void AShooterCharacter::SelectButtonReleased() +{ +} + +void AShooterCharacter::SwapWeapon(AWeapon* WeaponToSwap) +{ + if (EquippedWeapon->GetSlotIndex() <= Inventory.Num() - 1) + { + Inventory[EquippedWeapon->GetSlotIndex()] = WeaponToSwap; + WeaponToSwap->SetSlotIndex(EquippedWeapon->GetSlotIndex()); + } + + DropWeapon(); + EquipWeapon(WeaponToSwap, true); +} + +void AShooterCharacter::InitializeAmmoMap() +{ + AmmoMap.Add(EAmmoType::EAT_9mm, Starting9mmAmmo); + AmmoMap.Add(EAmmoType::EAT_AR, StartingARAmmo); +} + +bool AShooterCharacter::WeaponHasAmmo() +{ + if (!EquippedWeapon) return false; + + return (EquippedWeapon->GetAmmo() > 0); +} + +float AShooterCharacter::GetCrosshairSpreadMultiplier() const +{ + return CrosshairSpreadMultiplier; +} + +void AShooterCharacter::IncrementOverlappedItemCount(int8 Amount) +{ + if (OverlappedItemCount + Amount <= 0) + { + OverlappedItemCount = 0; + bShouldTraceForItems = false; + } + else + { + OverlappedItemCount += Amount; + bShouldTraceForItems = true; + } +} + +// No longer needed; AItem has GetInterpLocation +//FVector AShooterCharacter::GetCameraInterpLocation() +//{ +// const FVector CameraWorldLocation{ FollowCamera->GetComponentLocation() }; +// const FVector CameraForward{ FollowCamera->GetForwardVector() }; +// +// // Desired = CameraWorldLocation + Forward * A + Up * B +// return CameraWorldLocation + CameraForward * CameraInterpDistance +// + FVector(0.f, 0.f, CameraInterpElevation); +//} + +void AShooterCharacter::GetPickupItem(AItem* Item) +{ + Item->PlayEquipSound(); + + auto Weapon = Cast(Item); + + if (Weapon) + { + if (Inventory.Num() < INVENTORY_CAPACITY) + { + Weapon->SetSlotIndex(Inventory.Num()); + Inventory.Add(Weapon); + Weapon->SetItemState(EItemState::EIS_PickedUp); + } + else // Inventory is full! Swap with EquippedWeapon + { + SwapWeapon(Weapon); + } + } + + auto Ammo = Cast(Item); + if (Ammo) + { + PickupAmmo(Ammo); + } +} + +FInterpLocation AShooterCharacter::GetInterpLocation(int32 Index) +{ + if (Index <= InterpLocations.Num()) + { + return InterpLocations[Index]; + } + return FInterpLocation(); +} + +void AShooterCharacter::ReloadButtonPressed() +{ + ReloadWeapon(); +} + +void AShooterCharacter::ReloadWeapon() +{ + if (bDying) return; + if (CombatState != ECombatState::ECS_Unoccupied) return; + if (!EquippedWeapon) return; + + // Do we have ammo for the correct type + if (CarryingAmmo() && !EquippedWeapon->ClipIsFull()) + { + if (bAiming) StopAiming(); + + CombatState = ECombatState::ECS_Reloading; + UAnimInstance* AnimInstance = GetMesh()->GetAnimInstance(); + if (AnimInstance && ReloadMontage) + { + AnimInstance->Montage_Play(ReloadMontage); + AnimInstance->Montage_JumpToSection(EquippedWeapon->GetReloadMontageSection()); + } + } +} + +void AShooterCharacter::FinishReloading() +{ + if (bDying) return; + if (!EquippedWeapon) return; + if (CombatState == ECombatState::ECS_Stunned) return; + + CombatState = ECombatState::ECS_Unoccupied; + + if (const auto AmmoType { EquippedWeapon->GetAmmoType() }; AmmoMap.Contains(AmmoType)) + { + int32 CarriedAmmo = AmmoMap[AmmoType]; + + if (const int32 MagEmptySpace = EquippedWeapon->GetMagazineCapacity() - EquippedWeapon->GetAmmo(); + MagEmptySpace > CarriedAmmo) + { + // Reload the mag with all the ammo we're carrying + EquippedWeapon->ReloadAmmo(CarriedAmmo); + CarriedAmmo = 0; + AmmoMap.Add(AmmoType, CarriedAmmo); + } + else + { + // Fill the mag + EquippedWeapon->ReloadAmmo(MagEmptySpace); + CarriedAmmo -= MagEmptySpace; + AmmoMap.Add(AmmoType, CarriedAmmo); + } + } + + if (bAimingButtonPressed) + { + Aim(); + } + + if (bFireButtonPressed) + { + if (WeaponHasAmmo()) + { + if (EquippedWeapon->GetAutomatic()) + { + FireWeapon(); + } + } + } +} + +void AShooterCharacter::FinishEquipping() +{ + if (bDying) return; + if (CombatState == ECombatState::ECS_Stunned) return; + + CombatState = ECombatState::ECS_Unoccupied; + + if (bAimingButtonPressed) + { + Aim(); + } + + if (bFireButtonPressed) + { + if (WeaponHasAmmo()) + { + if (EquippedWeapon->GetAutomatic()) + { + FireWeapon(); + } + } + else + { + ReloadWeapon(); + } + } +} + +bool AShooterCharacter::CarryingAmmo() +{ + if (!EquippedWeapon) return false; + + if (const auto AmmoType = EquippedWeapon->GetAmmoType(); AmmoMap.Contains(AmmoType)) + { + return AmmoMap[AmmoType] > 0; + } + return false; +} + +void AShooterCharacter::GrabClip() +{ + if (!EquippedWeapon) return; + if (!HandSceneComponent) return; + + // Index for the clip bone on the Equipped weapon + int32 ClipBoneIndex{ EquippedWeapon->GetItemMesh()->GetBoneIndex(EquippedWeapon->GetClipBoneName()) }; + + // Store the transform of the clip + ClipTransform = EquippedWeapon->GetItemMesh()->GetBoneTransform(ClipBoneIndex); + HandSceneComponent->SetWorldTransform(ClipTransform); + + // Attach Scene component to hand bone + FAttachmentTransformRules AttachmentRules(EAttachmentRule::KeepRelative, true); + HandSceneComponent->AttachToComponent(GetMesh(), AttachmentRules, FName(TEXT("Hand_L"))); + + EquippedWeapon->SetMovingClip(true); +} + +void AShooterCharacter::ReleaseClip() +{ + EquippedWeapon->SetMovingClip(false); +} + +void AShooterCharacter::CrouchButtonPressed() +{ + if (bDying) return; + if (!GetCharacterMovement()->IsFalling()) + { + bCrouching = !bCrouching; + } + + if (bCrouching) + { + GetCharacterMovement()->MaxWalkSpeed = CrouchMovementSpeed; + GetCharacterMovement()->GroundFriction = CrouchingGroundFriction; + } + else + { + GetCharacterMovement()->MaxWalkSpeed = BaseMovementSpeed; + GetCharacterMovement()->GroundFriction = BaseGroundFriction; + } +} + +void AShooterCharacter::Jump() +{ + if (bDying) return; + if (bCrouching) + { + bCrouching = false; + GetCharacterMovement()->MaxWalkSpeed = BaseMovementSpeed; + GetCharacterMovement()->GroundFriction = BaseGroundFriction; + } + else + { + Super::Jump(); + } +} + +void AShooterCharacter::InterpCapsuleHalfHeight(float DeltaTime) +{ + float TargetCapsuleHalfHeight{}; + // float TargetMeshOffset{}; + + if (bCrouching) + { + TargetCapsuleHalfHeight = CrouchingCapsuleHalfHeight; + // TargetMeshOffset = CrouchingMeshZOffset; + } + else + { + TargetCapsuleHalfHeight = StandingCapsuleHalfHeight; + // TargetMeshOffset = 0; + } + + const float InterpHalfHeight{ FMath::FInterpTo( + GetCapsuleComponent()->GetScaledCapsuleHalfHeight(), + TargetCapsuleHalfHeight, DeltaTime, 20.f)}; + // const double InterpMeshOffset{ FMath::FInterpTo( + // GetMesh()->GetRelativeLocation().Z, + // TargetMeshOffset, DeltaTime, 20.f)}; + + // Negative value if crouching, positive if standing + const float DeltaCapsuleHalfHeight{ InterpHalfHeight - GetCapsuleComponent()->GetScaledCapsuleHalfHeight() }; + // const double DeltaMeshOffset{ -DeltaCapsuleHalfHeight + (InterpMeshOffset - GetMesh()->GetRelativeLocation().Z) }; + + const FVector MeshOffset{0.f, 0.f, -DeltaCapsuleHalfHeight}; + GetMesh()->AddLocalOffset(MeshOffset); + GetCapsuleComponent()->SetCapsuleHalfHeight(InterpHalfHeight); + +} \ No newline at end of file diff --git a/Source/Shooter/ShooterCharacter.h b/Source/Shooter/ShooterCharacter.h new file mode 100644 index 00000000..9c714185 --- /dev/null +++ b/Source/Shooter/ShooterCharacter.h @@ -0,0 +1,595 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/Character.h" +#include "Chaos/ChaosEngineInterface.h" + +#include "AmmoType.h" + +#include "ShooterCharacter.generated.h" + +class USpringArmComponent; +class UCameraComponent; +class USoundCue; +class UParticleSystem; +class UAnimMontage; +class AItem; +class AWeapon; +class AAmmo; + +UENUM(BlueprintType) +enum class ECombatState : uint8 +{ + ECS_Unoccupied UMETA(DisplayName = "Unoccupied"), + ECS_FireTimerInProgress UMETA(DisplayName = "FireTimerInProgress"), + ECS_Reloading UMETA(DisplayName = "Reloading"), + ECS_Equipping UMETA(DisplayName = "Equipping"), + ECS_Stunned UMETA(DisplayName = "Stunned"), + + ECS_MAX UMETA(DisplayName = "DefaultMax") +}; + +USTRUCT(BlueprintType) +struct FInterpLocation +{ + GENERATED_BODY() + + // Scene Component to use for its location for inteping + UPROPERTY(VisibleAnywhere, BlueprintReadOnly) + USceneComponent* SceneComponent; + + // Number of items interping to/at this scene comp location + UPROPERTY(VisibleAnywhere, BlueprintReadOnly) + int32 ItemCount; +}; + +DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FEquipItemDelegate, int32, CurrentSlotIndex, int32, NewSlotIndex); + +DECLARE_DYNAMIC_MULTICAST_DELEGATE_TwoParams(FHighlightIconDelegate, int32, SlotIndex, bool, bStartAnimation); + + +UCLASS() +class SHOOTER_API AShooterCharacter : public ACharacter +{ + GENERATED_BODY() + +public: + // Sets default values for this character's properties + AShooterCharacter(); + + // Called every frame + virtual void Tick(float DeltaTime) override; + + // Called to bind functionality to input + virtual void SetupPlayerInputComponent(class UInputComponent* PlayerInputComponent) override; + + virtual float TakeDamage(float DamageAmount, FDamageEvent const& DamageEvent, AController* EventInstigator, AActor* DamageCauser) override; + +protected: + // Called when the game starts or when spawned + virtual void BeginPlay() override; + + /* Called for forwards/backwards input */ + void MoveForward(float Value); + + /* Called for side to side input */ + void MoveRight(float Value); + + /** + * Called via input to turn at a given rate. + * @param Rate This is a normalized rate, i.e. 1.0 means 100% of desired rate + */ + void TurnAtRate(float Rate); + + /** + * Called via input to look up/down at a given rate. + * @param Rate This is a normalized rate, i.e. 1.0 means 100% of desired rate + */ + void LookUpAtRate(float Rate); + + /** + * Rotate controller based on mouse X movement + * + * @param Value The input value from mouse movement + */ + void Turn(float Value); + + /** + * Rotate controller based on mouse Y movement + * + * @param Value The input value from mouse movement + */ + void LookUp(float Value); + + /** + * Called when the Fire button is pressed + */ + void FireWeapon(); + + bool GetBeamEndLocation(const FVector& MuzzleSocketLocation, FHitResult& OutHitResult); + + /* Set bAiming to true or false with button press */ + void AimingButtonPressed(); + void AimingButtonReleased(); + + void CameraInterpZoom(float DeltaTime); + + /* Set BaseTurnRate and BaseLookUpRate based on aiming */ + void SetLookRates(); + + void CalculateCrosshairSpread(float DeltaTime); + + void StartCrosshairBulletFire(); + + UFUNCTION() + void FinishCrosshairBulletFire(); + + void FireButtonPressed(); + void FireButtonReleased(); + + void StartFireTimer(); + + UFUNCTION() + void AutoFireReset(); + + /** Line trace for items under the crosshairs */ + bool TraceUnderCrosshairs(FHitResult& OutHitResult, FVector& OutHitLocation); + + /* Trace for items if OverlappedItemCount > 0 */ + void TraceForItems(); + + void SetItemPickupWidgetVisibility(AItem* Item, bool visibility); + + /* Spawns a default weapon and equips it */ + AWeapon* SpawnDefaultWeapon(); + + /* Takes a weapon and attaches it to the mesh */ + void EquipWeapon(AWeapon* WeaponToEquip, bool bSwapping = false); + + /** Detach weapon and let it fall to the ground */ + void DropWeapon(); + + void SelectButtonPressed(); + void SelectButtonReleased(); + + /** Drops currently equipped weapon and equips TraceHitItem */ + void SwapWeapon(AWeapon* WeaponToSwap); + + /** Initialize the ammo map with ammo values */ + void InitializeAmmoMap(); + + /** Check to make sure this weapon has ammo */ + bool WeaponHasAmmo(); + + /** FireWeapon functions */ + void PlayFireSound(); + void SendBullet(); + void PlayGunFireMontage(); + + /** For reloading the weapon */ + void ReloadButtonPressed(); + void ReloadWeapon(); + + UFUNCTION(BlueprintCallable) + void FinishReloading(); + + UFUNCTION(BlueprintCallable) + void FinishEquipping(); + + /** Check to see if we have ammo of the EquippedWeapon's ammo type */ + bool CarryingAmmo(); + + /** Called from Animation Blueprint with GrabClip notify */ + UFUNCTION(BlueprintCallable) + void GrabClip(); + + /** Called from Animation Blueprint with ReleaseClip notify */ + UFUNCTION(BlueprintCallable) + void ReleaseClip(); + + void CrouchButtonPressed(); + + virtual void Jump() override; + + /** Interps capsule half height when crouching / standing */ + void InterpCapsuleHalfHeight(float DeltaTime); + + void Aim(); + + void StopAiming(); + + void PickupAmmo(AAmmo* Ammo); + + void InitializeInterpLocations(); + + void ResetPickupSoundTimer(); + void ResetEquipSoundTimer(); + + void KeyFPressed(); + void Key1Pressed(); + void Key2Pressed(); + void Key3Pressed(); + void Key4Pressed(); + void Key5Pressed(); + + void QuitPressed(); + + void ExchangeInventoryItems(int32 CurrentItemIndex, int32 NewItemIndex); + + int32 GetEmptyInventorySlot(); + + void HighlightInventorySlot(); + + UFUNCTION(BlueprintCallable) + EPhysicalSurface GetSurfaceType(); + + UFUNCTION(BlueprintCallable) + void EndStun(); + + void Die(); + + UFUNCTION(BlueprintCallable) + void FinishDeath(); +private: + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + USpringArmComponent* CameraBoom; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + UCameraComponent* FollowCamera; + + /* Base turn rate, in deg/sec. Other scaling may affect final rate */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + float BaseTurnRate; + + /* Base look up/down rate, in deg/sec. Other scaling may affect final rate */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + float BaseLookUpRate; + + /* Turn rate while not aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + float HipTurnRate; + + /* Look up rate while not aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + float HipLookUpRate; + + /* Turn rate when aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + float AimingTurnRate; + + /* Look up rate when aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true)) + float AimingLookUpRate; + + /* Scale factor for mouse look sensitivity. Turn rate when not aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true), + meta = (ClampMin = 0.0, ClampMax = 1.0, UIMin = 0.0, UIMax = 1.0)) + float MouseHipTurnRate; + + /* Scale factor for mouse look sensitivity. Look up rate when not aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true), + meta = (ClampMin = 0.0, ClampMax = 1.0, UIMin = 0.0, UIMax = 1.0)) + float MouseHipLookUpRate; + + /* Scale factor for mouse look sensitivity. Turn rate when aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true), + meta = (ClampMin = 0.0, ClampMax = 1.0, UIMin = 0.0, UIMax = 1.0)) + float MouseAimingTurnRate; + + /* Scale factor for mouse look sensitivity. Look up rate when aiming */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Camera, meta = (AllowPrivateAccess = true), + meta = (ClampMin = 0.0, ClampMax = 1.0, UIMin = 0.0, UIMax = 1.0)) + float MouseAimingLookUpRate; + + /* Montage for firing the weapon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* HipFireMontage; + + /* Particles spawned upon bullet impact */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UParticleSystem* ImpactParticles; + + /* Smoke trail for bullets */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UParticleSystem* BeamParticles; + + /* True when aiming */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + bool bAiming; + + /* Default camera field of view value */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Camera, meta = (AllowPrivateAccess = true)) + float CameraDefaultFOV; + + /* Field of view value when camera is zoomed in */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Camera, meta = (AllowPrivateAccess = true)) + float CameraZoomedFOV; + + /* Current field of view this frame */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Camera, meta = (AllowPrivateAccess = true)) + float CameraCurrentFOV; + + /* Interp speed for zooming when aiming */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float ZoomInterpSpeed; + + /* Determines the spread of the crosshairs */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Crosshairs, meta = (AllowPrivateAccess = true)) + float CrosshairSpreadMultiplier; + + /* Velocity component for crosshairs spread */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Crosshairs, meta = (AllowPrivateAccess = true)) + float CrosshairVelocityFactor; + + /* In air component for crosshairs spread */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Crosshairs, meta = (AllowPrivateAccess = true)) + float CrosshairInAirFactor; + + /* Aim component for crosshairs spread */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Crosshairs, meta = (AllowPrivateAccess = true)) + float CrosshairAimFactor; + + /* Shooting component for crosshairs spread */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Crosshairs, meta = (AllowPrivateAccess = true)) + float CrosshairShootingFactor; + + float ShootTimeDuration; + bool bFiringBullet; + FTimerHandle CrosshairShootTimer; + + bool bFireButtonPressed; + + /* True when we cane fire. False when waiting for the timer */ + bool bShouldFire; + + /* Sets a timer between gunshots */ + FTimerHandle AutoFireTimer; + + /* True if we should trace every frame for items */ + bool bShouldTraceForItems; + + /* Number of overlapped AItems */ + int8 OverlappedItemCount; + + /* Currently equipped weapon */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + AWeapon * EquippedWeapon; + + /* Set this in blueprints for the default weapon class */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + TSubclassOf DefaultWeaponClass; + + /** Item currently hit by our trace in TraceForItems() (could be null) */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + AItem* TraceHitItem; + + /** Item hit by our trace in TraceForItems() from last frame (could be null) */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + AItem* OldTraceHitItem; + + /** Distance outward from the camera for the interp destination */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + float CameraInterpDistance; + + /** Distance upward from the camera for the interp destination */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + float CameraInterpElevation; + + /** Map to keep track of ammo of the different weapon types */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + TMap AmmoMap; + + /** Staring amount of 9mm ammo */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Items, meta = (AllowPrivateAccess = true)) + int32 Starting9mmAmmo; + + /** Staring amount of AR ammo */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Items, meta = (AllowPrivateAccess = true)) + int32 StartingARAmmo; + + /** Combat State can only fire or reload if Unoccupied */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + ECombatState CombatState; + + /* Montage for reloading the weapon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* ReloadMontage; + + /* Montage for reloading the weapon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* EquipMontage; + + /* Transform of the clip when we first grab the clip during reloading */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + FTransform ClipTransform; + + /* Scene component to attach to the Character's hand when reloading */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + USceneComponent* HandSceneComponent; + + /** True when crouching */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + bool bCrouching; + + /** Regular movement speed */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + float BaseMovementSpeed; + + /** Crouch movement speed */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Movement, meta = (AllowPrivateAccess = true)) + float CrouchMovementSpeed; + + /** Current half height of the capsule */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float CurrentCapsuleHalfHeight; + + /** When not crouching */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float StandingCapsuleHalfHeight; + + /** When crouching */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float CrouchingCapsuleHalfHeight; + + /** The offset applied to the mesh in the crouch state */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float CrouchingMeshZOffset; + + /** Ground friction while not crouching */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float BaseGroundFriction; + + /** Ground friction while crouching */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Movement, meta = (AllowPrivateAccess = true)) + float CrouchingGroundFriction; + + /** Used for knowing when aiming button was pressed */ + bool bAimingButtonPressed; + + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* WeaponInterpComp; + + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* InterpComp1; + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* InterpComp2; + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* InterpComp3; + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* InterpComp4; + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* InterpComp5; + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + USceneComponent* InterpComp6; + + /** Array of interp location structs */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + TArray InterpLocations; + + FTimerHandle PickupSoundTimer; + FTimerHandle EquipSoundTimer; + + bool bShouldPlayPickupSound; + bool bShouldPlayEquipSound; + + /** Time to wait before we can play another Pickup sound */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + float PickupSoundResetTime; + + /** Time to wait before we can play another Equip sound */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Items, meta = (AllowPrivateAccess = true)) + float EquipSoundResetTime; + + /** An array of AItems for our inventory */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Inventory, meta = (AllowPrivateAccess = true)) + TArray Inventory; + + const int32 INVENTORY_CAPACITY{ 6 }; + + /** Delegate for sending slot information to InventoryBar when equipping */ + UPROPERTY(BlueprintAssignable, Category = Delegates, meta = (AllowPrivateAccess = true)) + FEquipItemDelegate EquipItemDelegate; + + /** Delegate for sending slot information for playing the icon animation */ + UPROPERTY(BlueprintAssignable, Category = Delegates, meta = (AllowPrivateAccess = true)) + FHighlightIconDelegate HighlightIconDelegate; + + /** The index for the currently highlighted slot */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Inventory, meta = (AllowPrivateAccess = true)) + int32 HighlightedSlot; + + /** Character health */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float Health; + + /** Character max health */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float MaxHealth; + + /** Sound made when character gets hit by a melee attack */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + USoundCue* MeleeImpactSound; + + /** Blood splatter particles for melee hit */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UParticleSystem* BloodParticles; + + /** Hit react anim montage; for when the character is stunned */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* HitReactMontage; + + /** Chance of being stunned when hit by an enemy */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + float StunChance; + + /** Character death anim montage */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Combat, meta = (AllowPrivateAccess = true)) + UAnimMontage* DeathMontage; + + /** When the Character health is 0 and dying animation started */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Combat, meta = (AllowPrivateAccess = true)) + bool bDying; +public: + /* Returns CameraBoom SubObject */ + FORCEINLINE USpringArmComponent* GetCameraBoom() const { return CameraBoom; } + + /* Returns FollowCamera SubObject */ + FORCEINLINE UCameraComponent* GetFollowCamera() const { return FollowCamera; } + + FORCEINLINE bool GetAiming() const { return bAiming; } + + UFUNCTION(BlueprintCallable) + float GetCrosshairSpreadMultiplier() const; + + FORCEINLINE int8 GetOverlappedItemCount() const { return OverlappedItemCount; } + + /* Adds/Subtracts to/from OverlappedItemCount and updates bShouldTraceForItems */ + void IncrementOverlappedItemCount(int8 Amount); + + // No longer needed; AItem has GetInterpLocation + //FVector GetCameraInterpLocation(); + + void GetPickupItem(AItem* Item); + + FORCEINLINE ECombatState GetCombatState() const { return CombatState; } + + FORCEINLINE bool IsCrouching() const { return bCrouching; } + + FInterpLocation GetInterpLocation(int32 Index); + + // Returns the index in InterpLocations array with the lowest ItemCount + int32 GetInterpLocationIndex(); + + void IncrementInterpLocItemCount(int32 Index, int32 Amount); + + FORCEINLINE bool ShouldPlayPickupSound() const { return bShouldPlayPickupSound; } + FORCEINLINE bool ShouldPlayEquipSound() const { return bShouldPlayEquipSound; } + + void StartPickupSoundTimer(); + void StartEquipSoundTimer(); + + void UnhighlightInventorySlot(); + + UFUNCTION(BlueprintCallable) + AWeapon* GetEquippedWeapon() const { return EquippedWeapon; } + + UFUNCTION(BlueprintCallable) + TMap GetAmmoMap() const { return AmmoMap; } + + UFUNCTION(BlueprintCallable) + TArray GetInventory() const { return Inventory; } + + UFUNCTION(BlueprintCallable) + float GetHealth() const { return Health; } + + UFUNCTION(BlueprintCallable) + float GetMaxHealth() const { return MaxHealth; } + + FORCEINLINE USoundCue* GetMeleeImpactSound() const { return MeleeImpactSound; } + FORCEINLINE UParticleSystem* GetBloodParticles() const { return BloodParticles; } + + void Stun(); + FORCEINLINE float GetStunChance() const { return StunChance; } +}; diff --git a/Source/Shooter/ShooterGameModeBase.cpp b/Source/Shooter/ShooterGameModeBase.cpp new file mode 100644 index 00000000..16fc148f --- /dev/null +++ b/Source/Shooter/ShooterGameModeBase.cpp @@ -0,0 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + + +#include "ShooterGameModeBase.h" + diff --git a/Source/Shooter/ShooterGameModeBase.h b/Source/Shooter/ShooterGameModeBase.h new file mode 100644 index 00000000..65122f6a --- /dev/null +++ b/Source/Shooter/ShooterGameModeBase.h @@ -0,0 +1,17 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/GameModeBase.h" +#include "ShooterGameModeBase.generated.h" + +/** + * + */ +UCLASS() +class SHOOTER_API AShooterGameModeBase : public AGameModeBase +{ + GENERATED_BODY() + +}; diff --git a/Source/Shooter/ShooterPlayerController.cpp b/Source/Shooter/ShooterPlayerController.cpp new file mode 100644 index 00000000..b3b6a4d6 --- /dev/null +++ b/Source/Shooter/ShooterPlayerController.cpp @@ -0,0 +1,27 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "ShooterPlayerController.h" + +#include "Blueprint/UserWidget.h" + +AShooterPlayerController::AShooterPlayerController() +{ +} + +void AShooterPlayerController::BeginPlay() +{ + Super::BeginPlay(); + + // Check our HUD Overlay TSubclassOf variable + if (HUDOverlayClass) + { + HUDOverlay = CreateWidget(this, HUDOverlayClass); + + if (HUDOverlay) + { + HUDOverlay->AddToViewport(); + HUDOverlay->SetVisibility(ESlateVisibility::Visible); + } + } +} diff --git a/Source/Shooter/ShooterPlayerController.h b/Source/Shooter/ShooterPlayerController.h new file mode 100644 index 00000000..3ef5fa24 --- /dev/null +++ b/Source/Shooter/ShooterPlayerController.h @@ -0,0 +1,33 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "GameFramework/PlayerController.h" +#include "ShooterPlayerController.generated.h" + +class UUserWidget; + +/** + * + */ +UCLASS() +class SHOOTER_API AShooterPlayerController : public APlayerController +{ + GENERATED_BODY() +public: + AShooterPlayerController(); + +protected: + virtual void BeginPlay() override; + +private: + + /** Reference to the overall HUD Overlay Blueprint class */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = Widgets, meta = (AllowPrivateAccess = "true")) + TSubclassOf HUDOverlayClass; + + /** Variable to hold the HUD Overlay Widget after creating it */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Widgets, meta = (AllowPrivateAccess = "true")) + UUserWidget* HUDOverlay; +}; diff --git a/Source/Shooter/Weapon.cpp b/Source/Shooter/Weapon.cpp new file mode 100644 index 00000000..2eb3c982 --- /dev/null +++ b/Source/Shooter/Weapon.cpp @@ -0,0 +1,201 @@ +// Fill out your copyright notice in the Description page of Project Settings. + + +#include "Weapon.h" +#include "Engine/SkeletalMesh.h" +#include "Components/SkeletalMeshComponent.h" +#include "TimerManager.h" + +AWeapon::AWeapon() : + ThrowWeaponTime(0.7f), + bFalling(false), + Ammo(30), + MagazineCapacity(30), + WeaponType(EWeaponType::EWT_SubmachineGun), + AmmoType(EAmmoType::EAT_9mm), + ReloadMontageSection(FName(TEXT("Reload SMG"))), + ClipBoneName(TEXT("smg_clip")), + SlideDisplacement(0.f), + SlideDisplacementTime(0.2f), + bMovingSlide(false), + MaxSlideDisplacement(4.f), + MaxRecoilRotation(20.f), + bAutomatic(true) +{ + PrimaryActorTick.bCanEverTick = true; +} + +void AWeapon::Tick(float DeltaTime) +{ + Super::Tick(DeltaTime); + + /* Keep it upright */ + if (GetItemState() == EItemState::EIS_Falling && bFalling) + { + FRotator MeshRotation{ 0.0, GetItemMesh()->GetComponentRotation().Yaw, 0.0 }; + GetItemMesh()->SetWorldRotation(MeshRotation, false, + nullptr, ETeleportType::TeleportPhysics); + } + + // Update slide on pistol + UpdateSlideDisplacement(); +} + +void AWeapon::ThrowWeapon() +{ + FRotator MeshRotation{ 0.0, GetItemMesh()->GetComponentRotation().Yaw, 0.0 }; + GetItemMesh()->SetWorldRotation(MeshRotation, false, + nullptr, ETeleportType::TeleportPhysics); + + const FVector MeshForward{ GetItemMesh()->GetForwardVector() }; + const FVector MeshRight{ GetItemMesh()->GetRightVector() }; + + // Direction in which we throw the weapon + FVector ImpulseDirection = MeshRight.RotateAngleAxis(-20.f, MeshForward); + + float RandomRotation{ 30.f }; + ImpulseDirection = ImpulseDirection.RotateAngleAxis(RandomRotation, FVector(0.f, 0.f, 1.f)); + ImpulseDirection *= 2000.f; + GetItemMesh()->AddImpulse(ImpulseDirection); + + bFalling = true; + GetWorldTimerManager().SetTimer(ThrowWeaponTimer, this, + &AWeapon::StopFalling, ThrowWeaponTime); + + EnableGlowMaterial(); +} + +void AWeapon::DecrementAmmo() +{ + if (Ammo - 1 <= 0) + Ammo = 0; + else + --Ammo; +} + +void AWeapon::StartSlideTimer() +{ + bMovingSlide = true; + GetWorldTimerManager().SetTimer(SlideTimer, this, &AWeapon::FinishMovingSlide, SlideDisplacementTime); +} + +void AWeapon::ReloadAmmo(int32 Amount) +{ + checkf(Ammo + Amount <= MagazineCapacity, TEXT("Attempted to reload with more than the magazine capacity!")) + Ammo += Amount; +} + +bool AWeapon::ClipIsFull() +{ + return Ammo >= MagazineCapacity; +} + +void AWeapon::StopFalling() +{ + bFalling = false; + SetItemState(EItemState::EIS_Pickup); + StartPulseTimer(); +} + +void AWeapon::OnConstruction(const FTransform& Transform) +{ + Super::OnConstruction(Transform); + + const FString WeaponTablePath{ TEXT("/Script/Engine.DataTable'/Game/_Game/DataTable/WeaponDataTable.WeaponDataTable'") }; + UDataTable* WeaponTableObject = Cast(StaticLoadObject(UDataTable::StaticClass(), nullptr, *WeaponTablePath)); + + if (WeaponTableObject) + { + FWeaponDataTable* WeaponDataRow = nullptr; + switch (WeaponType) + { + case EWeaponType::EWT_AssaultRifle: + WeaponDataRow = WeaponTableObject->FindRow(FName("AssaultRifle"), TEXT("")); + break; + case EWeaponType::EWT_Pistol: + WeaponDataRow = WeaponTableObject->FindRow(FName("Pistol"), TEXT("")); + break; + case EWeaponType::EWT_SubmachineGun: + default: + WeaponDataRow = WeaponTableObject->FindRow(FName("SubmachineGun"), TEXT("")); + } + + if (WeaponDataRow) + { + AmmoType = WeaponDataRow->AmmoType; + Ammo = WeaponDataRow->WeaponAmmo; + MagazineCapacity = WeaponDataRow->MagazineCapacity; + SetPickupSound(WeaponDataRow->PickupSound); + SetEquipSound(WeaponDataRow->EquipSound); + GetItemMesh()->SetSkeletalMesh(WeaponDataRow->ItemMesh); + SetItemName(WeaponDataRow->ItemName); + SetIconItem(WeaponDataRow->InventoryIcon); + SetIconAmmo(WeaponDataRow->AmmoIcon); + + SetMaterialInstance(WeaponDataRow->MaterialInstance); + PreviousMaterialIndex = GetMaterialIndex(); + GetItemMesh()->SetMaterial(PreviousMaterialIndex, nullptr); + SetMaterialIndex(WeaponDataRow->MaterialIndex); + + ClipBoneName = WeaponDataRow->ClipBoneName; + ReloadMontageSection = WeaponDataRow->ReloadMontageSection; + + GetItemMesh()->SetAnimInstanceClass(WeaponDataRow->AnimBP); + + CrosshairsMiddle = WeaponDataRow->CrosshairsMiddle; + CrosshairsLeft = WeaponDataRow->CrosshairsLeft; + CrosshairsRight = WeaponDataRow->CrosshairsRight; + CrosshairsBottom = WeaponDataRow->CrosshairsBottom; + CrosshairsTop = WeaponDataRow->CrosshairsTop; + + AutoFireRate = WeaponDataRow->AutoFireRate; + MuzzleFlash = WeaponDataRow->MuzzleFlash; + FireSound = WeaponDataRow->FireSound; + + BoneToHide = WeaponDataRow->BoneToHide; + if (BoneToHide != FName("")) + { + GetItemMesh()->HideBoneByName(BoneToHide, EPhysBodyOp::PBO_None); + } + + bAutomatic = WeaponDataRow->bAutomatic; + Damage = WeaponDataRow->Damage; + HeadshotDamage = WeaponDataRow->HeadshotDamage; + } + + if (GetMaterialInstance()) + { + SetDynamicMaterialInstance(UMaterialInstanceDynamic::Create(GetMaterialInstance(), this)); + GetDynamicMaterialInstance()->SetVectorParameterValue(TEXT("FresnelColor"), GetGlowColor()); + GetItemMesh()->SetMaterial(GetMaterialIndex(), GetDynamicMaterialInstance()); + + EnableGlowMaterial(); + } + } +} + +void AWeapon::BeginPlay() +{ + Super::BeginPlay(); + + if (BoneToHide != FName("")) + { + GetItemMesh()->HideBoneByName(BoneToHide, EPhysBodyOp::PBO_None); + } +} + +void AWeapon::FinishMovingSlide() +{ + bMovingSlide = false; +} + +void AWeapon::UpdateSlideDisplacement() +{ + if (!SlideDisplacementCurve && !bMovingSlide) return; + + const float ElapsedTime{ GetWorldTimerManager().GetTimerElapsed(SlideTimer) }; + const float CurveValue{ SlideDisplacementCurve->GetFloatValue(ElapsedTime) }; + + SlideDisplacement = CurveValue * MaxSlideDisplacement; + RecoilRotation = CurveValue * MaxRecoilRotation; +} diff --git a/Source/Shooter/Weapon.h b/Source/Shooter/Weapon.h new file mode 100644 index 00000000..be097ed1 --- /dev/null +++ b/Source/Shooter/Weapon.h @@ -0,0 +1,268 @@ +// Fill out your copyright notice in the Description page of Project Settings. + +#pragma once + +#include "CoreMinimal.h" +#include "Materials/MaterialInstance.h" +#include "Animation/AnimInstance.h" + +#include "Item.h" +#include "AmmoType.h" +#include "Engine/DataTable.h" +#include "WeaponType.h" + +#include "Weapon.generated.h" + +class USoundCue; +class UWidgetComponent; +class UParticleSystem; +class USkeletalMesh; + +USTRUCT(BlueprintType) +struct FWeaponDataTable : public FTableRowBase +{ + GENERATED_BODY() + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + EAmmoType AmmoType; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + int32 WeaponAmmo; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + int32 MagazineCapacity; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + USoundCue* PickupSound; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + USoundCue* EquipSound; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + USkeletalMesh* ItemMesh; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FString ItemName; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* InventoryIcon; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* AmmoIcon; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UMaterialInstance* MaterialInstance; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + int32 MaterialIndex; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FName ClipBoneName; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FName ReloadMontageSection; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + TSubclassOf AnimBP; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* CrosshairsMiddle; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* CrosshairsLeft; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* CrosshairsRight; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* CrosshairsBottom; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UTexture2D* CrosshairsTop; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + float AutoFireRate; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + UParticleSystem* MuzzleFlash; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + USoundCue* FireSound; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + FName BoneToHide; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + bool bAutomatic; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + float Damage; + + UPROPERTY(EditAnywhere, BlueprintReadWrite) + float HeadshotDamage; +}; + +/** + * + */ +UCLASS() +class SHOOTER_API AWeapon : public AItem +{ + GENERATED_BODY() + +public: + AWeapon(); + + virtual void Tick(float DeltaTime) override; + +protected: + void StopFalling(); + + virtual void OnConstruction(const FTransform& Transform) override; + + virtual void BeginPlay() override; + + void FinishMovingSlide(); + void UpdateSlideDisplacement(); + +private: + FTimerHandle ThrowWeaponTimer; + float ThrowWeaponTime; + bool bFalling; + + /** Ammo count for this weapon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + int32 Ammo; + + /** Max ammo that our weapon can hold */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + int32 MagazineCapacity; + + /** Type of weapon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + EWeaponType WeaponType; + + /** Type of ammo for this weapon */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + EAmmoType AmmoType; + + /** FName for the reload montage section */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + FName ReloadMontageSection; + + /** True when moving the clip while reloading */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + bool bMovingClip; + + /** FName for the clip bone */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + FName ClipBoneName; + + /** Data table for weapon properties */ + UPROPERTY(EditDefaultsOnly, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UDataTable* WeaponDataTable; + + int32 PreviousMaterialIndex; + + /** Textures for the weapon crosshairs */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UTexture2D* CrosshairsMiddle; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UTexture2D* CrosshairsLeft; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UTexture2D* CrosshairsRight; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UTexture2D* CrosshairsBottom; + + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UTexture2D* CrosshairsTop; + + /** The speed at which automatic fire happens */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + float AutoFireRate; + + /** Particle system spawned at the BarrelSocket */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + UParticleSystem* MuzzleFlash; + + /** Sound played when the weapon is fired */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + USoundCue* FireSound; + + /** Name of the bone to hide on the weapon mesh */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = DataTable, meta = (AllowPrivateAccess = "true")) + FName BoneToHide; + + /** Amount that the slide is pushed back during pistol fire */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + float SlideDisplacement; + + /** Curve for the slide displacement */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + UCurveFloat* SlideDisplacementCurve; + + /** Timer handle for updating SlideDisplacement */ + FTimerHandle SlideTimer; + + /** Time for displacing the slide during pistol fire */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + float SlideDisplacementTime; + + /** True when moving the pistol slide */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + bool bMovingSlide; + + /** Max distance for the slide on the pistol */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + float MaxSlideDisplacement; + + /** Max rotation for pistol recoil */ + UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + float MaxRecoilRotation; + + /** Amount that the pistol will rotate during pistol fire */ + UPROPERTY(VisibleAnywhere, BlueprintReadOnly, Category = Pistol, meta = (AllowPrivateAccess = "true")) + float RecoilRotation; + + /** True for auto gunfire */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + bool bAutomatic; + + /** Amount of damage caused by bullet */ + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + float Damage; + + UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "Weapon Properties", meta = (AllowPrivateAccess = "true")) + float HeadshotDamage; +public: + /** Adds an impulse to the weapon */ + void ThrowWeapon(); + + FORCEINLINE int32 GetAmmo() const { return Ammo; } + + /** Called from Character class when firing weapon */ + void DecrementAmmo(); + + FORCEINLINE EWeaponType GetWeaponType() const { return WeaponType; } + FORCEINLINE EAmmoType GetAmmoType() const { return AmmoType; } + FORCEINLINE int32 GetMagazineCapacity() const { return MagazineCapacity; } + FORCEINLINE FName GetReloadMontageSection() const { return ReloadMontageSection; } + FORCEINLINE FName GetClipBoneName() const { return ClipBoneName; } + FORCEINLINE float GetAutoFireRate() const { return AutoFireRate; } + FORCEINLINE UParticleSystem* GetMuzzleFlash() const { return MuzzleFlash; } + FORCEINLINE USoundCue* GetFireSound() const { return FireSound; } + FORCEINLINE bool GetAutomatic() const { return bAutomatic; } + FORCEINLINE float GetDamage() const { return Damage; } + FORCEINLINE float GetHeadshotDamage() const { return HeadshotDamage; } + + void StartSlideTimer(); + + void ReloadAmmo(int32 Amount); + + FORCEINLINE void SetMovingClip(bool Move) { bMovingClip = Move; }; + + bool ClipIsFull(); +}; diff --git a/Source/Shooter/WeaponType.h b/Source/Shooter/WeaponType.h new file mode 100644 index 00000000..4857f106 --- /dev/null +++ b/Source/Shooter/WeaponType.h @@ -0,0 +1,11 @@ +#pragma once + +UENUM(BlueprintType) +enum class EWeaponType : uint8 +{ + EWT_SubmachineGun UMETA(DisplayName = "SubmachineGun"), + EWT_AssaultRifle UMETA(DisplayName = "AssaultRifle"), + EWT_Pistol UMETA(DisplayName = "Pistol"), + + EWT_MAX UMETA(DisplayName = "DefaultMax"), +}; \ No newline at end of file diff --git a/Source/ShooterEditor.Target.cs b/Source/ShooterEditor.Target.cs new file mode 100644 index 00000000..bb2f4ac9 --- /dev/null +++ b/Source/ShooterEditor.Target.cs @@ -0,0 +1,15 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + +using UnrealBuildTool; +using System.Collections.Generic; + +public class ShooterEditorTarget : TargetRules +{ + public ShooterEditorTarget( TargetInfo Target) : base(Target) + { + Type = TargetType.Editor; + DefaultBuildSettings = BuildSettingsVersion.Latest; + IncludeOrderVersion = EngineIncludeOrderVersion.Latest; + ExtraModuleNames.AddRange( new string[] { "Shooter" } ); + } +} diff --git a/mystic_flow.uproject b/mystic_flow.uproject new file mode 100644 index 00000000..bb32bfa8 --- /dev/null +++ b/mystic_flow.uproject @@ -0,0 +1,42 @@ +{ + "FileVersion": 3, + "EngineAssociation": "5.5", + "Category": "", + "Description": "", + "Modules": [ + { + "Name": "Shooter", + "Type": "Runtime", + "LoadingPhase": "Default", + "AdditionalDependencies": [ + "Engine", + "AIModule" + ] + } + ], + "Plugins": [ + { + "Name": "ModelingToolsEditorMode", + "Enabled": true, + "TargetAllowList": [ + "Editor" + ] + }, + { + "Name": "Bridge", + "Enabled": true + }, + { + "Name": "StaticMeshEditorModeling", + "Enabled": true + }, + { + "Name": "WidgetEditorToolPalette", + "Enabled": true + }, + { + "Name": "BlueprintSnapNodes", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/shadertoolsconfig.json b/shadertoolsconfig.json new file mode 100644 index 00000000..9e8ecb44 --- /dev/null +++ b/shadertoolsconfig.json @@ -0,0 +1,8 @@ +{ + "hlsl.preprocessorDefinitions": { + }, + " hlsl.additionalIncludeDirectories": [ + ], + "hlsl.virtualDirectoryMappings": { + } +}